Comments

You must log in or register to comment.

Byzantium OP t1_jbf44da wrote

I can imagine the engineers scratching their heads "The spacecraft is not responding to commands."

Intern: "Did you try turning it off and back on again?"

26

NohPhD t1_jbf672y wrote

It’s a 15 y/o spacecraft… Sounds like it’s running Windows 3.1

1

mymar101 t1_jbf76bi wrote

It happens more often than you’d think

5

jfcmfer t1_jbf7rqn wrote

I just fixed my wifi by doing the same thing! Where do I apply for a job at NASA?

8

mike-godwin01 t1_jbfe5ez wrote

Have you tried reconfiguring the primary power coupling?

4

xman747x t1_jbffmyx wrote

in an emergency, it always works for me

1

Fracture_98 t1_jbfjpq4 wrote

It's very common. A standard feature of inaccessible computer equipment is called a "Watchdog Timer".

The system has a hardware counter that turns the computer off and on again if the timer gets too high. You then write your software so that it resets the timer at regular intervals. If your software crashes, it won't reset the timer and the computer will restart.

It's a bit more complicated than that, but it's really effective.

23

KeaboUltra t1_jbfmyiv wrote

It depends on the type of issue but yeah. If you know where the issue might be coming from right away, then you don't have to. It's more of a "have a snickers, you're not you when you're hungry" fix

3

Citizen-Kang t1_jbfuc5q wrote

That's 50% of IT work. "Have you tried turning it off and turning it back on?" I'm a programmer, but I can't even tell you how many times I've asked that when my folks call me about a random computer issue or my wife asks me why such and such isn't working. Most of the time, I'm not at all interested in what the actual problem is, I'm only interested in the resolution.

4

ViciousKnids t1_jbi87ml wrote

As my old man always says: "When in doubt, reboot."

3

Temporary_Ideal_2616 t1_jbyc0s0 wrote

It is pretty crazy, but turning thing off and on really is more helpful than it should be.

I used to work on semiconductor machines that were between $20 and $60 million dollars apiece, and I can't tell you how many times turning off the machine and turning it on fixed some whacky problem.

1

Simon_Drake t1_jc396hu wrote

The New Horizons probe sent out to Pluto had the same CPU as the PlayStation One. Not a CPU of similar performance or using that as a benchmark for comparison, actually the same CPU model used in the PS1. When it launched the PS2 was already out but they like to finalise the hardware years in advance and run extensive tests rather than using cutting edge circuitry.

1