- How French Drains Work (practical.engineering)
In February of 2017, one of the largest spillways in the world, the one at Oroville Dam in northern California, was severely damaged during releases from heavy rain. You might remember this. I made a video about it, and then another one about the impressive feat of rebuilding the structure. In the forensic report following the incident, one of the contributing causes identified in the failure was the drainage system below the spillway. Rather than being installed below the concrete, each drain protruded into it, reducing the thickness of the concrete and making it more prone to cracking.
- Down to the silicon: how the Z80’s registers are implemented (righto.com)
The 8-bit Z80 microprocessor is famed for use in many early personal computers such the Osborne 1, TRS-80, and Sinclair ZX Spectrum. The Z80 has an innovative design for its internal registers, with two sets of general-purpose registers. The diagram below shows a highly-magnified photo of the Z80 chip, from the Visual 6502 team. Zooming in on the register file at the right, the transistors that make up the registers are visible (with difficulty). Each register is in a column, with the low bit on top and high bit on the bottom. This article explains the details of the Z80’s register structure: its architecture, how it works, and exactly how it is implemented, based on my reverse-engineering of the chip.