Tech

Programming, tools, infrastructure, and project notes.

Posts

Akizip: Building an Open-Source Tool with a Friend

I am recently building Akizip with a friend as an open-source project for fun. It is a small GNOME archive manager, and the Flathub downloads rushed past 1000+ only a few days after launch.

Akizip: Building an Open-Source Tool with a Friend preview

YOLO Demo on Static Webpage

Attempted to deploy YOLO to a static web page. Deployed YOLOv8n in ONNX format for easier cross-platform use, executed model inference through WebAssembly, and used Canvas to draw...

YOLO Demo on Static Webpage preview

AWS Cloud Album Project

Technology Stack Python, Flask, AWS (EC2, S3, SQS, Lambda), SQL, YOLOv8 (ONNX), RESTful API, JWT, OpenStreetMap/Leaflet, HTML/CSS, Docker Project Overview Designed and implemented...

AWS Cloud Album Project preview

An IoT Test Tool : Development Notes

Python, PyQt6, MQTT, RESTful API, JSON, HTTPS/SSL, MySQL, Docker, Linux, Git Perform 运行表现 I built an IoT testing tool for work. Can't share it (company rules), but writing this...

An IoT Test Tool : Development Notes preview

TouHou game simulation Note

Recently playing Touhou, I tried mimicking a similar game in Python, loading some textures and music assets from the game. Overall, it wasn’t particularly difficult, but creating...

TouHou game simulation Note preview