this post was submitted on 25 Feb 2026
61 points (94.2% liked)

Technology

81869 readers
5040 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] gandalf_der_12te@discuss.tchncs.de 1 points 10 hours ago (1 children)

Like, very interesting article. It also mentions bit flips.

I think the major protection against bit flips is to use larger structure sizes. Like, today's desktop computers use structure sizes around 2 nm or sometimes even less than that. Which means you only need to shift a few electrons around to cause a bit flip. If you use larger wires inside the processor, they store more electrons so it takes more energy to flip them around. So there's a much much smaller number of radiation particles that have a minimum of that energy, so lower risk of bit flips.

Does anybody have actual numbers on the structure sizes needed to effectively prevent bit flips? I mean, outer space missions like NASA flights already need this today.

[โ€“] The_Decryptor@aussie.zone 2 points 8 hours ago

Some newer radiation hardened stuff is 10x larger than that, older gear even more so. But that just reduces the risk, not sure it's possible to negate it entirely.

An easier way is to just include more CPUs as part of the system, run them in lockstep, then compare the results by majority rule. If 2/3 CPUs say one answer and the third says something else, you discard the result of the third and go with the other CPUs.