infrastructure.
42 writings found
Latest Archives
ZGateway: The Proxy That Controls Uncontrollable Scale
How Meta's ZGateway proxy layer solved the connection mesh problem at billion-operation scale by moving complexity from clients to infrastructure.
What GitHub's August Outages Reveal About Platform Resilience
GitHub experienced five incidents in August revealing infrastructure challenges. What this means for developers relying on CI/CD and the broader platform architecture debate.
BZip3: Why Compression Algorithms Still Matter in 2024
BZip3 achieves better compression ratios than its predecessor through advanced entropy coding and Burrows-Wheeler transforms. What this means for your infrastructure.
How Meta's ZGateway Proxy Solves the Million-Client Problem
Understanding how a shared proxy tier manages connection meshes, enables cross-client batching, and scales reliability at hyperscale infrastructure.
The Proxy Layer Pattern: Where Infrastructure Gets Smart
How Meta's ZGateway shows why interposing a managed tier between clients and backends solves problems no individual client library can.
Kubernetes 1.37: Dynamic Resource Allocation Reaches Production Maturity
DRA hits GA milestones in Kubernetes 1.37, enabling gradual adoption of device management without breaking existing workloads. What this means for your infrastructure.
Why Proxies Win at Scale: Learning from Meta's ZGateway
How interposing a stateless proxy tier between millions of clients and a shared backend solves reliability and efficiency problems that client libraries cannot.
Cache Transcoding Shows CPU-Memory Tradeoff Still Matters
Cloudflare's Cache Transcoding prototype compresses text assets to 1/3 size using Zstandard, trading minor CPU overhead for massive storage and bandwidth savings across distributed infrastructure.
Cache Transcoding: Trading CPU for Petabytes of Storage
How Cloudflare uses Zstandard compression inside the cache layer to reduce storage costs and bandwidth while maintaining sub-millisecond performance.
etcd RangeStream Beta: How Kubernetes Is Solving Memory at Scale
etcd RangeStream graduates to beta in Kubernetes v1.37, drastically reducing memory consumption for large object reads. Here's why this matters for your infrastructure.
14 CPU Cores Wasted: The Real Cost of AI Scraping
How LLM training scrapers consume 20% of git.kernel.org's infrastructure, forcing difficult tradeoffs between openness and sustainability.
GitHub's August Outage: What the 7-Hour Failure Teaches Us About Scale
GitHub's 7-hour August outage exposed critical scaling challenges. Here's what the incident reveals about reliability, growth, and the future of developer infrastructure.
RFC 9234 Route Leak Prevention Hits a Real-World Wall
BGP route leak prevention is finally baked into the protocol, but early adoption reveals critical gaps where Tier-1 networks strip safety attributes.
KYAML: Why Kubernetes is Getting Stricter About YAML
Kubernetes introduces KYAML, a stricter YAML dialect that eliminates common pitfalls like silent type coercion and whitespace sensitivity for safer configs.
Running a Personal VPS on a Phone
How I replaced a Hetzner VPS with a rooted CMF Phone 1, using Termux, proot, and Ansible to run production infrastructure on mobile hardware.