Micro-lessons
One sharp idea, pulled out of a longer page and made something you do rather than read — a live widget to poke, a worked mechanism, and a prompt to say it back. Born out of the "teach me something" conversations; the kind of thing the terminal is the wrong medium for. 6 so far.
Finite elements
Gate-level CPU
Every logic gate is a number The half-adder looks like two arbitrary gate choices. It isn’t — and seeing why turns “which gate?” into a counting problem with exactly one answer. distills /gate-level-cpu/arithmetic/half-adder Subtraction is addition in disguise A CPU has an adder but no subtractor — because a signed integer is a clock, and two’s complement makes a − b just a + (−b) on the ring.