>The team discovered that a single chip responsible for storing a portion of the FDS memory — including some of the FDS computer’s software code — isn’t working. No one thought of having backup computers on the spacecraft?
Most of the computer hardware is duplicated but much of it has already failed/failed earlier - remember these are 50 year old hardware - a lot of the logic is TTL and discrete components - which are far larger than modern equivalents would be.
NASA's Voyager 1 Resumes Sending Engineering Updates to Earth
271–280 of 330 posts
Re: NASA's Voyager 1 Resumes Sending Engineering Updates to Earth
#272Dark Forest Hypothesis: https://en.wikipedia.org/wiki/Dark_forest_hypothesis
Although that’s one of the many possible explanations of the Fermi paradox [0], I prefer to think that the real reason we haven’t discovered (or we haven’t been discovered) is the fact that we’re limited by the speed of light. The distances are so vast, almost unfathomable, that we need Faster Than Light means of traveling. Perhaps I’m being naive or romantic, but I prefer to think this is the real reason :-) [0] htt…
Re: NASA's Voyager 1 Resumes Sending Engineering Updates to Earth
#273Earlier quoted context omitted.
Inverse square law. With the power we're transmitting at, signals become just background noise relatively quickly. They're nowhere near strong enough to be detectable at e.g. Proxima Centauri. This is what makes the radio signals we do detect, like fast radio bursts, so interesting. So for instance, the furthest signal we've detected is called FRB (fast radio burst) 20220610A, and that millisecond length signal came…
This "law" is only for point (or spherical) sources, i.e. those emitting evenly in all direction - the area is increasing as a square of distance and thus signal power drops accordingly. With lasers, directional antennas, phased array antennas [1] the signal won't decay that fast. For instance with lasers it will be just a matter of alignment of internal elements to obtain a parallel light beam which doesn't lose pow…
We're not talking about lasers and directional antenna here, we're talking about humans using radio communications to talk to each other on Earth over the last 100 years, and whether that's detectable from great distances.
Re: NASA's Voyager 1 Resumes Sending Engineering Updates to Earth
#274Good old segmentation and goto's at work! Are goto's still considered harmful?
What's the paper title? "goto considered harmful considered harmful" I think? Even in modern C programming goto is still pulling its weight for handling unrolling and cleanups.
Re: NASA's Voyager 1 Resumes Sending Engineering Updates to Earth
#275There's something very beautiful about Voyager's journey so far. I hope one day when we're a true interstellar species we'll still keep tabs on it. The data may not be useful anymore, but it would be cool to imagine a year 3000 society with a little "Look at where Voyager is now :)" tool that you can see its path and where humans have colonized by comparison.
I’ve imagined a scene playing out, in sci-fi or for real in the distant future, where astronauts test out a new propulsion system by flying out towards Voyager 1 and catch up to it with ease. As they approach, they see the ancient probe grow larger and larger in their window until…
Re: NASA's Voyager 1 Resumes Sending Engineering Updates to Earth
#276Earlier quoted context omitted.
This "law" is only for point (or spherical) sources, i.e. those emitting evenly in all direction - the area is increasing as a square of distance and thus signal power drops accordingly. With lasers, directional antennas, phased array antennas [1] the signal won't decay that fast. For instance with lasers it will be just a matter of alignment of internal elements to obtain a parallel light beam which doesn't lose pow…
>This "law" is only for point (or spherical) sources, i.e. those emitting evenly in all direction We're not talking about lasers and directional antenna here, we're talking about humans using radio communications to talk to each other on Earth over the last 100 years, and whether that's detectable from great distances.
military radar transmissions set up during the Cold War to detect incoming ballistic missiles have the power and frequency characteristics to be detected over hundreds of light-years – and have already broadcast our existence to any aliens within around 60 light-years of the Earth [1]
But never underestimate the power of television:
The most detectable and useful escaping signals arise in a few ultra-powerful military radar systems and in normal television broad-casting. A model including over 2,000 television transmitters is used to demonstrate the wealth of astronomical and cultural information available from a distant observer’s careful monitoring of frequency and intensity variations in individual video carriers (program material is not taken to be detectable). [2][3]
once the Square Kilometer Array is completed in Australia and Africa, it would be able to detect the current TV carrier wave radio leakage at a distance of about fifty lightyears for objects in the southern hemisphere sky [4]
[1] https://www.sciencefocus.com/space/how-far-from-earth-could-...
[2] https://link.springer.com/chapter/10.1007/978-94-009-9115-6_...
[3] https://www.science.org/doi/10.1126/science.199.4327.377
[4] https://www.forbes.com/sites/quora/2017/01/27/how-far-into-s...
Re: NASA's Voyager 1 Resumes Sending Engineering Updates to Earth
#277There's something very beautiful about Voyager's journey so far. I hope one day when we're a true interstellar species we'll still keep tabs on it. The data may not be useful anymore, but it would be cool to imagine a year 3000 society with a little "Look at where Voyager is now :)" tool that you can see its path and where humans have colonized by comparison.
Oh, you sweet summer child...
Re: NASA's Voyager 1 Resumes Sending Engineering Updates to Earth
#278Re: NASA's Voyager 1 Resumes Sending Engineering Updates to Earth
#279Re: NASA's Voyager 1 Resumes Sending Engineering Updates to Earth
#280Earlier quoted context omitted.
Yep... days worth of work to get Python code I wrote 3 years ago working again from all of the 'bitrot.' Can't imagine how much work it must be for them to produce new binaries to update these old systems from modern computer hardware. Although I suppose it could actually be easier depending on how the code works- perhaps it's just simple bare metal assembly without the approx 10^99999 libraries a modern python stack…
It's probably a lot easier in a way, because they don't have to worry about external dependencies changing at all. Modern code is a real PITA that way. What's hard about their work is 1) it's really, really slow to communicate with, so you can't iterate quickly, 2) the tech is really old and unlike today's stuff, so it's very specialized domain knowledge.