Advanced Mac Substitute (Apr 26, 2026) An API-level reimplementation of 1980s-era Mac OS that runs classic Mac binaries on modern systems without emulation. #fun#systems
I am building a cloud (Apr 26, 2026) David Crawshaw on why he's building a small, opinionated cloud — and what's missing from the existing offerings. #blogs#systems
Investigating split locks on x86-64 (Apr 26, 2026) Chester Lam measures the real-world cost of split locks — atomic ops that span cache lines — and the mitigations that hurt almost as much. #essays#systems
Bypassing the kernel for 56ns cross-language IPC (Apr 26, 2026) Architecture notes for Tachyon, a shared-memory IPC primitive that skips the syscall boundary entirely to hit single-digit-microsecond latencies between processes. #systems
USB cheat sheet (2022) (Apr 26, 2026) Fabien Sanglard's compact reference for USB — descriptors, transfer types, packet structure, all on one page. #compsci#systems
USB for software developers (Apr 26, 2026) A practical introduction to writing userspace USB drivers — descriptors, transfers, endpoints, and what the kernel does on your behalf. #essays#systems