BSoD to Watson: The Reliability Journey (hardcoresoftware.learningbyshipping.com) 3 points by jeffmh 4y ago ↗ HN
[–] cokernel_hacker 4y ago ↗ I particularly liked the "Windows" vs "Sindogs" issue. My immediate hunch was that the characters differed by a single bit so I ran a bit of python: >>> [ord(x) ^ ord(y) for (x, y) in zip("windows", "sindogs")] [4, 0, 0, 0, 0, 16, 0] Sure enough...
1 comment
[ 3.3 ms ] story [ 8.6 ms ] thread