Topic archive
reliability
Articles filed under reliability.
The crash that wasn't: debugging Kinjo's CI with AI
How human intuition and fast AI-assisted experiments traced a false Kinjo crash to a tmux version difference in CI.
Taxonomy of applications
A practical taxonomy of scripts, interactive apps, services, and jobs based on runtime structure and users.
No time for testing (in a start-up)?
Why automated testing is part of delivering customer value—and the safety net that keeps future changes affordable.
This is why distributed systems are useful (and I am building one)
Why distributed systems are worth their complexity when problems must scale across time, memory, machines, or failures.
libsolace: library philosophy
The reliability and design principles behind libsolace, a focused collection of reusable C++ engineering primitives.
How to think about errors in your code
A model for reasoning about errors, invalid input, runtime failure, and isolation across applications and services.
Error handling in styxe
A practical look at how libstyxe represents parser failures and reports invalid 9P input to callers.