Comment by christophilus

5 hours ago

It reminds me of my younger self when I encountered inexplicable behavior in my own software, “I think I found a bug in Firefox!” … “Oh, nope. I forgot to add an event handler.”

The modern version of "It must be a compiler bug!"

  • Using c++ templates wrong in the year 2000 exposed me to real compiler bugs in the Microsoft c++ compiler at the time, the kind that would make the compiler crash.

  • I thought it was cosmic rays which always cause the bitflip when you least expect it.