Equal Ping for All
No, Really, Bash Is Not Enough: Why Large-Scale CI Needs an Orchestrator - Ian Duncan
A deeper dive into why shell scripts cannot replace a proper CI control plane, drawn from years of building and operating CI systems at scale.
Honker
Durable queues, streams, pub/sub, and time-trigger scheduling on SQLite. One file, zero servers.
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.
Agent Memory Patterns
A short HOW TO guide for agent memory systems. Especially the difference between blocks, files and skills.
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.
Trusted vs. Untrusted Agency Amplifiers | Jason Rodriguez
Jason Rodriguez is an interesting mix of marketer, designer, developer, and operations pro based in Michigan. Working at GitHub.
Headless everything for personal AI
Posted on Saturday 18 Apr 2026. 1,331 words, 11 links. By Matt Webb.
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 …
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?
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.
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.
Home - developer - Confluence
The invisible engineering behind Lambda’s network
The subtle inventiveness that reduced cold start setup from seconds to 200μs.
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.
The perfect file upload pattern
Adam Silver – interaction designer – London, UK
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.
Source code sandboxing
FastCGI: 30 Years Old and Still the Better Protocol for Reverse Proxies
For FastCGI's 30th birthday, let's look at how it avoids the security problems inherent in HTTP reverse proxying
Understanding CORS: What Actually Blocks Your API Requests | PostPilot
Stop blaming CORS. Learn how Same-Origin Policy and CORS actually work together, understand simple vs non-simple requests, and debug CORS issues step by step.
Code to C4 Diagram - Automatic Architecture from Code
codeToC4 by Uxxu reads your Git repo and generates up-to-date C4 architecture diagrams automatically. See architecture by commit, branch, and diff.
The Making of Digital Identity - 06 - The Mobile Revolution and the Surveillance Machine
How the smartphone transformed digital identity—through biometrics, surveillance capitalism, FIDO's password killer, and the birth of virtual identity
I made my own git | TonyStr's blog
Personal home page of Tony
A Deep Dive into Email Addresses
Most people think an email address is just a username and a domain. It is a lot more than that. This covers structure, rule, edge case, and security trap worth knowing about.
How we run iSCSI over the internet · scsipub
iSCSI was designed for the SAN inside a rack, not the open internet. Here's the pile of small decisions that makes scsipub work anyway — Ranch 2.x listeners, a BEAM process per session, COW overlays, Caddy-terminated TLS, multi-LUN + SCSI-3 Persistent Reservations for cluster software, and a handful of open-iscsi quirks that cost us a day each.
The front-end architecture trilemma: Reactivity vs. hypermedia vs. local-first apps
Web developers are moving away from the library wars and into a world of architectural choice. It’s about where you want the data to live.
Devirtualization and Static Polymorphism | David Álvarez Rosa | Personal Website
Ever wondered why your “clean” polymorphic design underperforms in benchmarks? Virtual dispatch enables polymorphism, but it comes with hidden …
Your Models Know Their Own Schema. Let Them Show You. - jeffield.net
Django already knows every model in your project, every field, every relationship — down to the last on_delete. So why are you drawing it by hand?
How we built ten custom subagents to tame a 500K-line Clojure codebase
We built ten domain-expert subagents to manage context when working on Metabase's 500K+ line backend.
Crash Course on Notation in Programming Language Theory
This blog post is meant to help my friends get started in reading my other blog posts, that is, this post is a crash course on the notation ...