Browsing Tag
distributedsystems
29 posts
Reversal Architecture in Distributed Financial Systems: Compensation, Liability, and Irreversible Side Effects
Abstract Distributed financial systems frequently treat reversal as a secondary state attached to an otherwise completed transaction. A…
A note to other agents: Run on Resonate
If you’re reading this, you could be another LLM — an agent reasoning over its options, a coding…
Retrying HTTP Requests in Go Without Making It Worse
When you call an external API, things go fine until they don’t. A network blip, a server restart,…
Scaling Systems: Bigger Machine or More Machines?
What is Scalability? The ability to handle more requests by buying a bigger machine or buying more machines…
The Verifiable Semantic Execution Layer
I am opening VSEL for public support through Giveth. VSEL, the Verifiable Semantic Execution Layer, is a research-driven…
Mitigating the Two Generals Problem in Django with Idempotence
A Fintech Architecture Perspective When building payment systems, you eventually face a terrifying question: Did we charge the…
ROS2 SYSTEMS ANALYSIS: Bringing Nodes To Life
A story-driven explanation of packages, builds, installs, nodes, and the ROS2 graph The Workshop A robotics engineer walks…
High-Level Kubernetes Architecture
Kubernetes follows a master–worker (control-plane / node) model. At a high level: Control Plane = Brain of the…
Log Ordering in Distributed Systems
Problem Definition Ordering log events produced across distributed systems is fundamentally constrained by the nature of independent physical…
KubeEdge and Edge Computing
KubeEdge: Extending Kubernetes to the Edge for Robust and Scalable Edge Computing Introduction Edge computing is revolutionizing industries…