• 0 Posts
  • 25 Comments
Joined 10 months ago
cake
Cake day: June 8th, 2025

help-circle




  • I don’t think they’re arguing that Firefox is more susceptible to bit flips. They’re trying to say that their software is “solid” enough that a significant number of the reported crashes are due to faulty hardware, which is essentially out of their control.

    If other software used the same methodology, you could probably use the numbers to statistically compare how “solid” the code base is between the two programs. For example, if the other software found that 20% of their crashes were caused by bit flips, you could reasonably assume that the other software is built better because a smaller portion of their crashes is within their control.













  • and the answers are run these commands

    This one always gets me. There’s rarely an explanation of what the commands do, and “man $command” is often so obtuse that it takes 10 minutes to figure out what the list of switches and options are doing to make sure it’s not going to download some malware in the background.

    Then, you run the commands, and the output is six pages of warnings, debug, and test scripts. You might even notice that some of the tests fail (if you can even follow along), but was it important? Who knows? I guess as long as it works, who cares?