this post was submitted on 01 Mar 2026
651 points (97.9% liked)

Technology

82131 readers
3442 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
[โ€“] MajorasMaskForever@lemmy.world 1 points 1 day ago (1 children)

Spacecraft software engineer here:

They are and they aren't. Radiation causes problems in terms of Single Event Upsets where a 0 turns to 1 and a 1 turns to 0 for a super tiny second. CPUs take some amount of time to let the transistor circuit stabilize before moving onto the next instruction so if an SEU happens in the beginning of this period it won't have any downstream effects. Like a bump on the road.

Memory however is vulnerable to this tiny amount of time and can flip a bit to a different state than it's supposed to be, but both are solvable problems with hardware and software based solutions, with ECC being the most common.

The other major problem is Total Ionizing Dose. Put silicon based semiconductors in radiation long enough and they will break down, and there's no real hardware or software based solution to that. But it takes a long time

That is what I remember but it sounded like its a problem like that on earth with the massive atmosphere shielding and is exponentially worse in space.