System Architecture

System Architecture

8069 bookmarks
Custom sorting
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
Code to C4 Diagram - Automatic Architecture from Code
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.
·uxxu.io·
Code to C4 Diagram - Automatic Architecture from Code
A Deep Dive into Email Addresses
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.
·lasans.blog·
A Deep Dive into Email Addresses
How we run iSCSI over the internet · scsipub
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.
·scsipub.com·
How we run iSCSI over the internet · scsipub