Floating point numbers are scientific notation encoded in binary, and every quirk programmers run into — 0.1 + 0.2 landing on 0.30000000000000004, NaN comparing unequal to itself, a subtraction silently destroying twelve digits of precision — falls directly out of that one design choice. This is IEEE 754 explained from the bit layout up, including the 1991 Patriot missile failure that a rounding error in a 24-bit clock register caused.
Software-Engineering
-
Floating Point, Finally -
Side Projects That Ship: Scoping, Finishing, and Launching Small Tools Most side projects die in a folder. This guide covers the mindset shifts and practical tactics that separate projects that actually ship from the ones that sit at 80% for years — scoping, building to launch, and getting something out the door.