04_WRITING // NOTES_FROM_THE_BUILD
Notes from writing it myself.
Long-form writeups of things built here — systems work, applied LLMs in regulated environments, and what breaks when you remove the framework. Canonical on this domain.
2026-08-24
ENGINEERING
3 MIN
On being pragmatic
Correct and right are different things. Correct means the program does what it needs to do for the people who need it, at a cost they can afford. Right means it matches an idea the author had. Most of the damage in this industry lives in the gap.
2026-07-25
SYSTEMS
3 MIN
Building c-copper: what a web framework in C teaches you
Why I wrote the framework serving this page in C99 with zero dependencies, the decisions that mattered, and what the numbers say.
2 entries