A couple of weeks ago I was whinging about Claude Code performance and someone responded that Claude Code runs a VM. That surprised me, so I dug into the leaked source code. It turns out that Claude Code doesn't actually run a VM, but it does do lots of interesting things.
The CAP theorem's 'pick any two' framing is wrong twice. Use interactive visualisations to see how linearizability, causal consistency, and eventual consistency behave during a network partition.
The second edition of The Computer Science Book is now out in ebook, paperback and hardback! There are three new chapters on machine learning, deep learning and LLMs & AI. Existing chapters are revised and expanded. 75% extra content for the same price.
You're behind NAT. Your colleague is behind NAT. Neither has a public IP. So how does video data flow directly between you? A pugilistic account of STUN, hole punching, and a clever fallback called TURN.
Press a key and your CPU jumps to attention. It saves everything it was doing, handles your keypress, then resumes exactly where it left off. This is how hardware demands attention.