Reading up on distributed-systems
7 deep · digging since dec 19, 25
- Cheap code means formal verification is reasonable now — Antfly Blog
The Antfly team shows how coding agents using TLA+ can formally model distributed systems to cheaply find and verify race conditions and other bugs.
- Cosmologically Unique IDs
Designing a universal ID system for all possible objects across all future cosmic eras may require ~800-bit identifiers to avoid collisions.
- Coding Agents Meet Distributed Reality
AI-generated distributed code should target frameworks like Hydro that make common concurrency bugs compile-time errors rather than runtime failures.
- Three Lenses on Coordination
Coordination in distributed systems is needed only when correctness requires ruling out futures that information arrival alone won't eliminate.
- Logging sucks | Hacker News
Structured, high-cardinality logs with consistent schemas and correlation IDs improve debugging over traditional unstructured logs in distributed systems.
- ADD / XOR / ROL: The missing OS
Large-scale distributed infrastructure lacks a complete datacenter OS analogous to a single-machine OS, with only fragmented proto-OS components existing today.