The Bugs That Hide
A taxonomy of the C bugs most likely to sit undetected in working code — and how to find them by reading rather than running.
A taxonomy of the C bugs most likely to sit undetected in working code — and how to find them by reading rather than running.
OpenTelemetry SDKs bring a lot of weight. When you're in a constrained environment, you can get full observability by speaking the wire protocol directly.
In C, every implicit conversion is a decision you didn't know you made
Every project inherits assumptions from its dependencies, and those assumptions compound in ways you won't notice until something breaks.
What virtual methods actually promise you
A metadata struct masquerading as the real thing, and how a single type confusion crash reveals the importance of API boundaries
Why singletons get a bad reputation in OOP but work beautifully as registries in C