this post was submitted on 29 Nov 2025
163 points (98.8% liked)
Technology
77090 readers
2345 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- 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.
- Check for duplicates before posting, duplicates may be removed
- 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
view the rest of the comments
I work in the software industry and I have a guess regarding what the might do to "fix" the problem.
First, we look for the cause, but in this case it is external: we can't prevent solar flares. So we will turn to mitigation instead:
Data gets flaky and erratic unter radiation, so what we would do is to double- and triple-check the data bits. By adding more levels of data correction, more bits can be wrong and we can still figure what it was supposed to be.
Adding more corrections means more overhead and slower performance, but it can still be made to work within the given constraints of real-time processing. They will need to find a balance between hardening and usefulness.
Is it a software fix? Or are they adding shielding around the flight control system or something?
The articles I saw mentioned that it would be fixed in software.
Sounds like SEE (single event effect) if it's something fixable by software.
TID (total ionizing dose) is another flavor of radiation effect on components, but that's a total lifetime effect where it slowly degrades. Using rad hard parts or adding extra shielding is the main fix.
SEEs are transient effects from high energy charged particles that can cause bit flips and latch ups in circuitry depending on where the particle hits and deposits it's charge in the circuitry. Extra shielding can help prevent these as well, but they can also be mitigated in software, sometimes the fix is just error detection, or power cycling a specific section of circuitry to clear a latchup