Back home
Writing
I write to explain things simply — ML, systems, and the occasional deep dive into something I had to debug for too long.
Jun 20268 minCVWeb ML
Training a CV Model in Your Browser
How MobileNet feature extraction + a tiny classifier can learn new gestures in under 10 seconds — all in JavaScript, no server.
May 202610 minSystemsC++
What I Learned Building a Game Boy Emulator
CPU cycles, memory timing, audio synchronization — the deep systems lessons from writing an emulator from scratch in C++.
Apr 202612 minSecurityLLMs
How Do You Know Your LLM Defense Actually Works?
Building a systematic evaluation framework for prompt injection and jailbreak detection — and why pass/fail isn't enough.