System Architecture

System Architecture

8165 bookmarks
Custom sorting
A Queue Per User at Scale
A Queue Per User at Scale
Announcing AccountQueues: per-user, per-key queue isolation, provider flow control headers, and why 2 RPS default protects the internet.
·ezthrottle.network·
A Queue Per User at Scale
Serverless 2.0: RIP Operations
Serverless 2.0: RIP Operations
What happens when you stop managing retries and start shipping features. Scale requests, not pods.
·ezthrottle.network·
Serverless 2.0: RIP Operations
EZThrottle: Making Failure Boring Again
EZThrottle: Making Failure Boring Again
EZThrottle is a multi-region HTTP proxy for external APIs. Race requests across regions, survive partial outages automatically.
·ezthrottle.network·
EZThrottle: Making Failure Boring Again
Server-Driven UI in 22 lines of TypeScript
Server-Driven UI in 22 lines of TypeScript
Move the layout decision out of the clients and into the API. One JSON contract; every client renders it in its own programming language or framework.
·neciudan.dev·
Server-Driven UI in 22 lines of TypeScript
The Boring Internet
The Boring Internet
The internet you grew up on isn't dying. A commercial veneer glued on top of it is.
·terrygodier.com·
The Boring Internet
Caching, productized
Caching, productized
Build caching is becoming an everyone problem. Here is how we think about productizing it at Tuist for indie developers and small teams, not just enterprises.
·pepicrft.me·
Caching, productized
Working Backwards PR/FAQ Instructions & Template - Working Backwards
Working Backwards PR/FAQ Instructions & Template - Working Backwards
Working Backwards PR/FAQ Instructions & Template Working Backwards PR/FAQ Instructions & Template Start with the customer and work backwards—harder than it sounds but a clear path to innovating and delighting customers—a useful working backwards tool: writing the press release and FAQ before you build the product. Introduction Most of Amazon’s major products and initiatives since […]
·workingbackwards.com·
Working Backwards PR/FAQ Instructions & Template - Working Backwards
How The Heck Does GPS Work? (An Interactive Exploration)
How The Heck Does GPS Work? (An Interactive Exploration)
An interactive exploration of how GPS works — from the speed of light and trilateration to the cheap clock problem and Einstein's relativity corrections.
·perthirtysix.com·
How The Heck Does GPS Work? (An Interactive Exploration)
Honker
Honker
Durable queues, streams, pub/sub, and time-trigger scheduling on SQLite. One file, zero servers.
·honker.dev·
Honker
How Container Filesystem Works: Building a Docker-like Container From Scratch | iximiuz Labs
How Container Filesystem Works: Building a Docker-like Container From Scratch | iximiuz Labs
Learn how Linux containers are built from the ground up. Starting with the mount namespace and a root filesystem, see why PID, cgroup, UTS, and network namespaces naturally follow - and how this foundation makes concepts like bind mounts, volumes, and persistence in Docker or Kubernetes much easier to grasp.
·labs.iximiuz.com·
How Container Filesystem Works: Building a Docker-like Container From Scratch | iximiuz Labs
Agent Memory Patterns
Agent Memory Patterns
A short HOW TO guide for agent memory systems. Especially the difference between blocks, files and skills.
·timkellogg.me·
Agent Memory Patterns
What the Bootloader Knows — Vivian Voss
What the Bootloader Knows — Vivian Voss
FreeBSD loader (Forth, ZFS-aware Boot Environments), LILO (block lists, 1992-2015), GRUB 2 (filesystem drivers for everything). Three loaders, three theories of the operating system.
·vivianvoss.net·
What the Bootloader Knows — Vivian Voss
Rail-Optimized Networking for AI Training Workloads
Rail-Optimized Networking for AI Training Workloads
Over the past decade, Clos-based leaf-spine architectures have become the default design for data center networking. They deliver predictable latency, horizontal scalability, and clean integration …
·networkphil.com·
Rail-Optimized Networking for AI Training Workloads
Hmmm: Rail-Optimized Networking for AI Workloads « ipSpace.net blog
Hmmm: Rail-Optimized Networking for AI Workloads « ipSpace.net blog
Phil Gervasi wrote an interesting article describing Rail-Optimized Networking for AI Training Workloads. Go read it first; I’ll wait. Does it sound interesting? Were you able to see behind the curtain and figure out what it’s really about?
·blog.ipspace.net·
Hmmm: Rail-Optimized Networking for AI Workloads « ipSpace.net blog
The Dependency Avalanche — Vivian Voss
The Dependency Avalanche — Vivian Voss
Express 65 packages. Next.js 644. XZ 2.5 years of social engineering, caught by 500 ms of SSH latency. The audit duty has been outsourced so many times that nobody is holding it.
·vivianvoss.net·
The Dependency Avalanche — Vivian Voss
Shared Nothing Engineering
Shared Nothing Engineering
AI made code free. Coordination is the bottleneck now. The distributed-systems toolkit — partition, shard, shared-nothing — turns out to describe the next decade of org design.
·timkellogg.me·
Shared Nothing Engineering
Building a Conversational Interface for Manifold with MCP and Picos
Building a Conversational Interface for Manifold with MCP and Picos
GUIs are dead—at least for most user experiences. This post describes a BYU capstone project where five seniors built a conversational interface for Manifold using MCP and picos. The result shows how natural language can replace a GUI entirely, letting users create, tag, and manage digital things through dialogue instead of learning a standard graphical user interface.
·windley.com·
Building a Conversational Interface for Manifold with MCP and Picos
FastCGI Specification
FastCGI Specification
This specification has narrow goal is to specify, from an application perspective, the interface between a FastCGI application and a Web server that supports FastCGI.
·fastcgi-archives.github.io·
FastCGI Specification