reliability
- The Cost of Abstraction: When Layers Hide Security and Reliability Risks
Argues that abstraction layers can obscure failure modes, shift risk across boundaries, and weaken assurance unless their assumptions are made explicit.
- Graceful retries in Python with backoff
A small, production-ready retry helper using exponential backoff and logging.
- Why Most Postmortems Miss the Real Failure Mode
Argues that postmortems often substitute proximate triggers for causal structure, obscuring system dynamics, incentives, and latent conditions that actually drive failure.