Writing
AI, software, systems, and the decisions behind building them.
I Stopped Having One Workday
I sleep from 22:00 to 02:30 and nap three more times a day. Not to grind harder: to split one long degrading workday into four clean cognitive blocks. A field report on treating sleep, work, and training as one system with a single recovery budget, including where the whole thing breaks.
Webpack Is Not the Problem
I used to complain about webpack like everyone else, until a bad week forced me to actually read the internals. Most of what I hated turned out to be stuff I had simply never learned. A tour of the parts that matter, the module graph, loaders, Tapable, chunking, and the runtime, plus how Rspack and Turbopack build on that same model instead of replacing it.
On AGI, Emergence, and the Misplaced Search for a Threshold
What we currently refer to as AGI increasingly feels less like a destination and more like a category error. The term assumes a discontinuity: a moment where systems cross an invisible line and become something fundamentally different from what they were before...
SVGs are Awesome
SVGs are incredibly powerful for interactive UIs. A deep dive into how browsers turn SVG into pixels, where compute gets burned, and why stateful SVGs are a cheat code for performance.