Blog
Just thoughts on code, systems, and the occasional rabbit hole.
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.
Sleep, Work, Exercise: Holding the Stack Together
I am not great at this, but I have gotten it wrong enough times to notice the pattern. Sleep, exercise, and a hard stop at the end of the day are not rewards you earn after the work is done. They are the reason the work stays any good. The honest, unglamorous version.
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.
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...