Things I built for fun
Hobby projects & experiments
🧞 Command Genie
TypeScript · Go
A CLI tool that translates plain English into shell commands — and remembers your own custom shortcuts.
Tired of googling the same find or tar incantation? Just tell Genie what you want.
genie show me 5 largest files on my machine
genie remember I use cd ~/billing-service && uvicorn -p 8080 to run my billing service
genie run billing-service
🌡️ Chill Guard
Python · MicroPythonOffice too cold in winter, too hot in summer — and no one notices until someone complains. Chill Guard is a Raspberry Pi Pico + DHT22 sensor that sits quietly in the corner, watches the temperature, and automatically calls the janitor the moment something is off. No app, no dashboard, no manual checks.
DHT22 sensor → Raspberry Pi Pico → USB → Mac → Webhook → Janitor gets called
More coming soon ✨