Hacker News new | ask | show | jobs
by maccard 980 days ago
> It depends on your workload. > Some industries require to be able to reproduce exact bit by bit data. > Anything that requires absolute bit certainty, for example digital signatures, encryption, or financial information, will require ECC.

Totally, and I get that. We've got people in this thread who are saying that non-ECC ram shouldn't be trusted [0], or that it should be standard [1]. I get the use cases, but why do I want that on my workstation.

> your code won't compile because variable names got flipped.

I have _never_ seen or even heard of this or anything vaguely resembling this happening. Are there any writeups of this anywhere at all?

[0] https://news.ycombinator.com/item?id=37829796

[1] https://news.ycombinator.com/item?id=37828865

1 comments

In my opinion yes, ECC should be standard.

ECC is expensive just because Intel had a monopoly over the server segment, and unilaterally forced desktop not to use ECC.

Otherwise people would use desktop computers as servers, and that would reduce profits.

At work, my workstation Desktop computer has ECC. The colleague's sitting next to me has on their screen sometimes kernel warnings of ECC errors.

And cases of bit flips happen every day, that's why some problems are solved by just restarting your computer or the software. I'd argue that many times we blame software bugs on pure hardware bit flips.

Here's a story of a variable name bit flip: https://alexbakker.me/post/did-cosmic-rays-break-my-linux-bu...

Bit flips usually affect operating system stuff, here's another story: https://blogs.oracle.com/linux/post/attack-of-the-cosmic-ray...