this post was submitted on 23 Apr 2024
212 points (98.2% liked)

science

14061 readers
704 users here now

just science related topics. please contribute

note: clickbait sources/headlines aren't liked generally. I've posted crap sources and later deleted or edit to improve after complaints. whoops, sry

Rule 1) Be kind.

lemmy.world rules: https://mastodon.world/about

I don't screen everything, lrn2scroll

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Ashyr 55 points 4 months ago (6 children)

Incredible! So the memory chip holding a lot of core programming was damaged or failed, so they figured out which chip it was, but then there was no single place large enough to store this vital code, so they divided it up and distributed it throughout the remaining memory and now it works.

These people are brilliant.

[–] [email protected] 23 points 4 months ago (1 children)

I really struggle to comprehend how you can debug hardware that is several light-hours away, let alone how you would proceed to split an OS (or whatever Voyager is running) into separate parts and then upload those parts to separate hunks of memory to make a functioning machine...

Also: What would they do if the code they uploaded was corrupted "in transmission"?

[–] [email protected] 8 points 4 months ago

For most transmissions of digital information (even those here on earth) there's a concept of a "checksum". Basically at the end of every message, there's a special number, and you can do some math on the rest of the message to get that same number. If anything happened to change or damage the message in transit, the math doesn't work out and so the checksum fails.

I would assume Voyager works in a similar way so every time it receives a message it will compute the checksum and see whether it matches

load more comments (4 replies)