How a Chip With No Intelligence Runs Your Code
For the longest time I had no idea how a computer works internally. Now I have built one from a single logic gate. Building it revealed that everything at the low level is just a combination of turning a couple of bits from 0 to 1 (and back) and reading or writing to memory. Doing this in a smart way is the real magic and the smart part is the wiring, not the chip. ...