distributed-systems
Posts tagged "distributed-systems".
- I've Been Building the Same Control Loop Since Netcode
The architecture I built to hide network latency in a game — optimism at the edge, authority at the core, reconciliation between them — is the exact one I now reach for to keep AI inside boundaries. Same three moves, different decade.
- Netcode Is a Distributed System Wearing a Game
I built multiplayer netcode in grad school and only later realized I'd built a distributed system: optimism at the edge to hide latency, one authority at the core to stay consistent, and a reconciliation loop for when they disagree. The same three moves I keep making in data infrastructure.