logoalt Hacker News

In space, no one can hear you kernel panic (2020)

70 pointsby p0u4alast Friday at 12:02 AM15 commentsview on HN

Comments

dfoxtoday at 10:27 AM

> running identical software on multiple computer systems is the name of the software-architecture game

In the railway signalling industry (which for historically obvious reasons is obsessed with reliability) there even is a pattern of running different software implementing the same specification, written by different team, running on a different RTOS and different CPU architecture.

somattoday at 8:43 AM

"From the dawn of the Space Age through the present, NASA has relied on resilient software running on redundant hardware to make up for physical defects, wear and tear, sudden failures, or even the effects of cosmic rays on equipment."

An interesting case study in this domain is to compare the Saturn V Launch Vehicle Digital Computer with the Apollo Guidance Computer

Now the LVDC, that was a real flight computer, triply redundant, every stage in the processing pipeline had to be vote confirmed, the works.

https://en.wikipedia.org/wiki/Launch_Vehicle_Digital_Compute...

Compare the AGC, with no redundancy. a toy by comparison. But the AGC was much faster and lighter so they just shipped two of them(three if you count the one in the lunar module) and made sure it was really good at restarting fast.

There is a lesson to be learned here but I am not sure what it is. Worse is better? Can not fail vs fail gracefully?

show 3 replies
KurSixtoday at 10:19 AM

The contrast with modern software development is striking. Today we often rely on fast iteration and patching problems in production. Spacecraft software is the opposite

thomascountztoday at 7:37 AM

OT: I really enjoyed The Increment when it was first being released. It felt like the first software engineering practitioner's publication and introduced me to a lot of new people to follow.

throwaradfy5745today at 4:03 AM

How would these considerations affect Musk's space cloud ?

show 2 replies
gnabgiblast Friday at 12:03 AM

(2020)

adampunktoday at 1:34 AM

Do not attempt to adjust your television. We control the horizontal. We control the vertical.

We know Glenn is loquacious.

shadowbyte17today at 11:13 AM

interesting point about patching in production – it's a totally different mindset. we had a similar issue with a legacy system at my old job, felt like a constant firefighting situation.