The unowned seam
A build that merged locale files from two frontends kept only the last writer's value for any key the two shared, dropping the other silently. There was no error and no crash; the loss surfaced only as missing strings in one language, caught by hand. The proximate cause is a shallow merge that never asserted its two inputs had disjoint keys. The systemic cause is that the seam between the two frontends' locale ownership belongs to neither team — Conway's law expressed as a silent data path.
Read → · 4 sources cited
Recent
All pieces →Rebuild, don't restore
Rebuilding state by folding an ordered log is more robust than restoring a snapshot, and it buys free seek, reset, and deterministic replay.
Energy as the test oracle
With no closed-form answer to assert against, the conservation laws you are simulating become the test oracle: a closed system that gains energy is wrong.
Zero dependencies is a feature
The standard library is the one dependency you already trust; everything past it is a standing liability you carry for the life of the tool.