Toes,

Imagine being the guy who crashed the probe working with this guy.

Sanctus,
@Sanctus@lemmy.world avatar

It reminds me that there are still very intelligent and talented people within our ranks. A nice breath of fresh air.

darkphotonstudio,

People always underestimate the high level NASA works at. Everyone bitches and moans, especially Musk simps, about how long SLS took to make and its expense, but it worked right the first time. In the case of the Voyager spacecraft, they are working with tech so old, all the original engineers are retired or dead. NASA rocks.

TopHatExtraordinaire, (edited )

I understand your point and completely agree that NASA has produced some amazing technological feats, but we could probably use a different example than the SLS to highlight their accomplishments. Even with supposedly repurposed rocket engines and technology from the Shuttle era, that project is billions of dollars over budget and years behind schedule. If you want to highlight how amazing it is that SLS has actually flown with all the political manipulations associated with it, then I’d probably agree with you in that sense. This is no criticism of the engineers, but to completely ignore the issues of this project as a whole, not just financially related, seems to be a bit disingenuous.

Here’s a good article from Berger talking about what the Government Accountability Office thinks of the project: arstechnica.com/…/nasa-finally-admits-what-everyo…

darkphotonstudio,

The budget wasn’t really relevant to my point. And it did work correctly the first time.

TopHatExtraordinaire,

All I’m saying is you could choose a better example, which NASA is full of them.

But lets say I built you a car that already came with an engine and some other important things, just to make it quicker and cheaper to get that car in your hands. Unfortunately, you want me to complete work on the car in five different states and use components from those areas. Guess what, the car is now about $5 million over budget and 5 years behind schedule. Not only that, but we encountered issues during the first test that are going to require more fixes ($$$) and more delays for the second test.

In this situation, you’re saying it’s great, it ran correctly the first time because it went down the road and back, and budgets and timelines don’t matter. I’m saying ehhhh, not really - we’re over budget by millions, delayed by years, and there were issues, even though we repurposed stuff that was in a car that actually ran a few years back. It’s great we built the car, but the project itself isn’t something that I would showcase as my best work.

Aussiemandeus,
@Aussiemandeus@aussie.zone avatar

I think they’re saying intellectually the work is amazing.

Ignoring all other factors they do shit right

trustnoone,

I just have to imagine how interesting of a challenege that is. Kinda like when old games only had 300kb to store all their data on so you had to program cool tricks to get it all to work.

tarix29,

No yeah, it’s like that plus the thing is a light day away, and on top of that malfunctioning on a hardware level. Incredible

yuri,

It’s like you already have a 300kb game on a cartridge, but it doesn’t work for some unknown reason. Also you don’t actually have the cartridge, some randy in Greenland does. And they only answer emails once every 2 days or so.

merc,

To me, the physics of the situation makes this all the more impressive.

Voyager has a 23 watt radio. That’s about 10x as much power as a cell phone’s radio, but it’s still small. Voyager is so far away it takes 22.5 hours for the signal to get to earth traveling at light speed. This is a radio beam, not a laser, but it’s extraordinarily tight beam for a radio, with the focus only 0.5 degrees wide, but that means it’s still 1000x wider than the earth when it arrives. It’s being received by some of the biggest antennas ever made, but they’re still only 70m wide, so each one only receives a tiny fraction of the power the power transmitted. So, they’re decoding a signal that’s 10^-18 watts.

So, not only are you debugging a system created half a century ago without being able to see or touch it, you’re doing it with a 2-day delay to see what your changes do, and using the most absurdly powerful radios just to send signals.

The computer side of things is also even more impressive than this makes it sound. A memory chip failed. On Earth, you’d probably try to figure that out by physically looking at the hardware, and then probing it with a multimeter or an oscilloscope or something. They couldn’t do that. They had to debug it by watching the program as it ran and as it tried to use this faulty memory chip and failed in interesting ways. They could interact with it, but only on a 2 day delay. They also had to know that any wrong move and the little control they had over it could fail and it would be fully dead.

So, a malfunctioning computer that you can only interact with at 40 bits per second, that takes 2 full days between every send and receive, that has flaky hardware and was designed more than 50 years ago.

flerp,

And you explained all of that WITHOUT THE OBNOXIOUS GODDAMNS and FUCKIN SCIENCE AMIRITEs

kuberoot,

Oh screw that, that’s an emotional post from somebody sharing their reaction, and I’m fucking STOKED to hear about it, can’t believe I missed the news!

MonkderDritte,

Huh. If it survives a few years more, it’s a lightday away.

chimasterflex,

Finally I can put some take into this. I’ve worked in memory testing for years and I’ll tell you that it’s actually pretty expected for a memory cell to fail after some time. So much so that what we typically do is build in redundancy into the memory cells. We add more memory cells than we might activate at any given time. When shit goes awry, we can reprogram the memory controller to remap the used memory cells so that the bad cells are mapped out and unused ones are mapped in. We don’t probe memory cells typically unless we’re doing some type of in depth failure analysis. usually we just run a series of algorithms that test each cell and identify which ones aren’t responding correctly, then map those out.

None of this is to diminish the engineering challenges that they faced, just to help give an appreciation for the technical mechanisms we’ve improved over the last few decades

merc,

what we typically do is build in redundancy into the memory cells

Do you know how long that has been going on? Because Voyager is pretty old hardware.

trolololol, (edited )

pretty expected for a memory cell to fail after some time

50 years is plenty of time for the first memory chip to fail most systems would face total failure by multiple defects in half the time WITH physical maintenance.

Also remember it was built with tools from the 70s. Which is probably an advantage, given everything else is still going

orangeboats,

Also remember it was built with tools from the 70s. Which is probably an advantage

Definitely an advantage. Even without planned obsolescence the olden electronics are pretty tolerant of any outside interference compared to the modern ones.

uis, (edited )

They have spare Voyager on Earth for debugging

EDIT: or not

ForgottenUsername,
graymess,

Is there a Voyager 1, uh…emulator or something? Like something NASA would use to test the new programming on before hitting send?

Landless2029,

Today you would have a physical duplicate of something in orbit to test code changes on before you push code to something in orbit.

KillingTimeItself,

SWEs have new standards now, and i think we should hold them to it. Considering how shit most modern websites are these days. I think it’s only going to be beneficial.

agressivelyPassive,

Say that to corporate. I’m perfectly willing (eager, even) to write actually good software, but I’m forced to work within a budget and on top of the pile of despair we call “tech stack”. Everything is about 20 orders of magnitude more complex than it needs to be, nobody has time to do anything properly and everything is always kind of burning.

KillingTimeItself,

username checks out

ristoril_zip,

Keep in mind too these guys are writing and reading in like assembly or some precursor to it.

I can only imagine the number of checks and rechecks they probably go through before they press the “send” button. Especially now.

This is nothing like my loosey goosey programming where I just hit compile or download and just wait to see if my change works the way I expect…

KillingTimeItself,

they almost certainly have a hardware spare, or at the very least, an accurately simulated version of it, because again, this is 50 year old hardware. So it’s pretty easy to just simulate it.

But yeah they are almost certainly pulling some really fucked QA on this shit.

nobleshift, (edited )
@nobleshift@lemmy.world avatar

I read someplace a while back that the average beginner dev has an error for every 10 lines of code, a working dev, 100, the (I think) US Air Force 1000. NASA (& company )was at a massive single error per 100000 lines of code. I wish I could find that article.

KillingTimeItself,

NASA has claimed to have never written a bug in a shipped piece of code from what i can recall off the top of my head.

Dark_Dragon,

Meanwhile here on Earth, we need to login using two accounts to access Helldivers 2. And even got pulled from many countries. What a time to be alive.

Aussiemandeus,
@Aussiemandeus@aussie.zone avatar

Sony has agreed to remove psn requirements for pc users now

Zerush,
@Zerush@lemmy.ml avatar

And the IT support service can’t even fix a computer problem of an customer 20 km away.

watersnipje,

Man I can’t even get my stupid Azure deployment to work and that’s only in Germany.

Inktvip,

As someone who recently switched from AWS to Azure I feel your pain.

Best part is when you finally have a working solution, Microsoft sends you an email that it’s being deprecated.

Chadus_Maximus, (edited )

What’s wrong with AWS in your usecass?

Inktvip, (edited )

Oh I switched jobs, so not switch as in migrate.

The industry I work in now is very conservative, so Microsoft is a brand people know and “trust”. Amazon is scary and new.

Scribbd,

Chances are that Microsoft won management over with discounts.

pruwybn,
@pruwybn@discuss.tchncs.de avatar

Why do Tumblr users approach every topic like a manic street preacher?

fossilesque,
@fossilesque@mander.xyz avatar

There’s a significant overlap between theatre kids and Tumblr users.

leftzero,

Thank you, now I can’t stop hearing them in Alan Tudyk’s Clayface voice from the Harley Quinn series…

drdiddlybadger,
@drdiddlybadger@pawb.social avatar

That ven diagram is maybe 3 degrees away from a circle.

ElderWendigo,

A Venn diagram is not a pie chart, they’re all circles.

Chadus_Maximus,

The area where it overlaps sometimes isn’t a circle.

FarFarAway,

Like so much overlap of the two circles, it’s almost 1 circle.

ElderWendigo,

Yeah, and we might use a ratio to describe that overlap, not degrees.

LadyAutumn, (edited )
@LadyAutumn@lemmy.blahaj.zone avatar

It’s hard to explain how significant the Voyager 1 probe is in terms of human history. Scientists knew as they were building it that they were making something that would have a significant impact on humanity. It’s the first man made object to leave the heliosphere and properly enter the interstellar medium, and this was always just a secondary goal of the probe. It was primarily intended to explore the gas giants, especially the Jovian lunar system. It did its job perfectly and gave us so many scientific discoveries just within our solar system.

And I think there’s something sobering about the image of it going on a long, endless road trip into the galactic ether with no destination. It’s a pretty amazing way to retire. The fact that even today we get scientific data from Voyager, that so far away we can still communicate with it and control it, is an unbelievable achievement of human ingenuity and scientific progress. If you’ve never seen the image the Pale Blue Dot you should see it. That linked picture is a revised version of the image made by Nasa and released in 2020. It’s part of a group of the last pictures ever taken by Voyager 1 on February 14th 1990, a picture of Earth from 6 billion kilometers away. It’s one of my favorite pictures, and it kinda blows my mind every time I see it.

SoleInvictus,

The pale blue dot photo always makes me tear up. We’re so small and insignificant in such a grand universe and I’m crushed that I can’t explore it.

Dyskolos,

There will always be a “step further we’d love to see but won’t”. Let’s be glad we’re in that step which included this photo and the inherent magnificence in it.

It totally beats being one of the earlier humans who just wondered what the lights in the sky might be. Probably gods or something.

MIDItheKID,

There will always be a “step further we’d love to see but won’t”

I dunno, it could be really bad out there. We like to have really romanticized versions of space exploration in our brain. Like finding I habitable planets and other intelligent life. But what if that other intelligent life is super far advanced, and also capitalists. And they figured out how to inject advertisements into brains. And they want to share their technology with us.

Chadus_Maximus,

Let’s hope we figure something out before every other Galaxy moves away from us faster than the speed of light.

peteypete420,

Then we would want to see, what’s past that.

Dyskolos,

If they’d be super far advanced, they most likely won’t be capitalists 😁

Agent641,

I wont even upgrade the BIOS on my motherboard because im afraid of bricking it.

theangryseal,

As a teenager I experienced a power outage while I was updating my bios.

Guess what happened?

I’m still bitter about it.

Karyoplasma,

You can negate that risk by getting a UPS. You should get a UPS in any case imo since even a shitty one lets you at least save your work and shutdown properly if your electricity drops.

theangryseal,

Oh yeah, I learned that lesson.

I got a big mean one these days.

uis,

Buy spare flash chip

Raxiel,

I updated mine a couple of weeks ago. I was actually really anxious as It went through the process, but it worked fine, at first…
Then I found out Microsoft considered it a new computer and deactivated windows. (And that’s when I found out they deleted upgrade licences from windows 7 & 8 back in September)

Ajen,

Posting from Linux then?

Raxiel,

Well, a “free” OS anyway.

andxz,

That’s Microsoft in a nutshell for ya.

FilthyShrooms,

Fuck it, we’ll fix it live

Crumbgrabber,

**This also means that aliens can reprogram all of our satellites. **

Johanno,

Yes if they can track them in middle of space.

It’s impressive that we can still send data to the satellite. I mean you need to send the signal to the place where the satellite will be in 24 hours.

brianorca,

Nearly all such satellites would have highly directional antennas, so the aliens would have to be neat earth before they could do that. Voyager is not expecting a command signal from anywhere else but Earth. The signal would have to originate not more than a fraction of a degree from Earth from Voyager’s perspective.

CaptnNMorgan,

So they just need to go behind it?

someguy3,

Wasn’t there a documentary about this?

zagaberoo,

Star Trek the Motion Picture

someguy3,
lordmauve,

No, it doesn’t. Commands could be authenticated using a pre-shared secret. Even public cryptography existed prior to Voyager 1’s launch (by a year).

Based on the state of computer security at that time I would guess that’s unlikely, but then again it was the Cold War.

Anyway, just because it is possible it doesn’t mean anyone can do it.

KillingTimeItself,

you say that like aliens wouldn’t just acquire the hardware itself. If there are aliens, and they know about the probe, chances are they’re probably in a better position to fuck with it than we are. From a computing power angle (i.e. it’s easy to crack) as well as hardware level.

Glytch,

If they had a way to affect our technology in a meaningful way at interstellar distances we can assume their understanding of mathematics is significantly more advanced than ours.

If their understand of mathematics is that much more advanced we can assume that their knowledge of cryptography is also much more advanced.

They’d probably be able to crack our encryption fairly easily.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • science_memes@mander.xyz
  • DreamBathrooms
  • magazineikmin
  • tacticalgear
  • InstantRegret
  • rosin
  • Youngstown
  • ngwrru68w68
  • slotface
  • ethstaker
  • Durango
  • kavyap
  • mdbf
  • everett
  • osvaldo12
  • megavids
  • cubers
  • cisconetworking
  • thenastyranch
  • khanakhh
  • modclub
  • anitta
  • GTA5RPClips
  • normalnudes
  • Leos
  • tester
  • provamag3
  • JUstTest
  • lostlight
  • All magazines