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.
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.
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?
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.
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.
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.
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.
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.
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.
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.
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 …