Projects List!
Projects List for Sep 24, 2025
Here’s what I’m currently working on as of September 24, 2025!
Kittochi
I’m making a Tamagotchi-like game: Kittochi
It’s super early in the process so a lot of features haven’t been implemented yet, but I’ve got a lot of the core systems done, e.g. gameplay loop, sprites, data structures. I’m building this with THREE.js which I’m very new to, and Typescript.
Printed Tasks
I’m continuing to work on my Printed Tasks project: Printed Tasks
I use this for my tasks management on a daily basis. I initially wanted to use something like Asana for this but I wanted something physical that wasn’t easy to ignore like a website somewhere in the cloud. Additionally, I wanted to mess around with receipt printers. It’s a little strange to work with tech that I normally only see in “industrial” contexts. I’m sort of curious about getting into more things along this line, like cash registers! I can’t think of any use for it yet but maybe I will eventually. This project uses Python, Bun + Hono, C++, Arduino, Docker, Supabase, and React for the tasks front-end which I haven’t added to the repo yet. I’m trying to get things fully working in a way that I like still. I might also swap out the Arduino for either an ESP32 which might allow me to also host the Bardcode API there or maybe something more strange like OpenStick which would let me run an entire Linux environment along with 4G capability for remote task management.
Ergotelic / ActionStray
This is a private project still but it will allow a centralized place for viewing Github Actions across multiple repos. This should be releasing in a week or two! Built with Express.js and React.