$ ls ~/blog
Blog
Notes from real projects — shipping with AI, learning by the book, and the terminal-first workflow behind both.
How I use Claude Code without becoming its passenger
AI types most of my code. Staying the driver takes deliberate work: structuring problems, reviewing diffs, owning outcomes — and reading the book anyway.3 min read · #ai-assisted #claude-code #learningMy workstation: Linux, Sway, Neovim, tmux — and why the terminal is home
How I actually work: the Linux + Neovim + tmux setup behind this site, and why a text-first workflow makes me a better engineer.2 min read · #linux #neovim #workflowThe venue gate is a distributed system
Three years scanning tickets at a venue while building its software. Lessons on race conditions, queues, and designing for the person holding the phone.2 min read · #product #no-code #operationsOffline-first isn't a feature, it's an architecture
Building Exequ-Jobs: an Android app for technicians with no signal — local-first writes, a sync queue, presigned uploads, and basement-only bugs.3 min read · #android #kotlin #sync #architectureDetecting pilot fatigue in real time on a Raspberry Pi
What our capstone taught me about computer vision on a hard compute budget: eye-aspect ratio, sensor fusion, and why the edge had to do the thinking.3 min read · #computer-vision #embedded #python