Please remember to reboot your plane every month or so
Please remember to reboot your plane every month or so
“You have no reason to be scared of flying, they take better care of their planes and have more safety checks than driving a car.”
The plane:
Wasn't there a car (I think it was a jeep cherokee) a few years ago where the CANBUS could get hacked via bluetooth and they were able to fuck with the brakes?
I also remember a GM scandal maybe a decade or two ago where the key could just fall out of the ignition and kill your car while you were driving
Even farther back there was that cool thing with the ford pinto where the gas tank would explode in a rear end collision and cook you alive
Welcome to Programming Horror! This is a place to share strange or terrible code you come across. For more general memes about programming there’s also Programmer Humor [/c/[email protected]]. Looking for mods. If youre interested in moderating the community feel free to dm @[email protected] [https://programming.dev/u/Ategon] ## Rules - Keep content in english - No advertisements (this includes both code in advertisements and advertisement in posts) - No generated code (a person has to have made it) ## Credits - Icon base made by Lorc [https://lorcblog.blogspot.com/] under CC BY 3.0 [https://creativecommons.org/licenses/by/3.0/] with modifications to add a gradient
One of the reason planes and vehicles in general are so reliable and safe is because all of the components are supposed to be rigorously tested until all failure modes can be accounted for and work around a found.
Now Boeing has had some oopsies with their angle of attack indicators back in ~2016, but those were new parts that’s clearly didn’t get tested enough.
This computer is likely an old design and it’s kept that way because we know how it fails, can predict those failures and know how to respond to them. Switching to a newer flight computer with a 64bit architecture would allow for storage of longer numbers, but it would also mean that every line of every bit of software that touches that computer would have to be gone over and tested with a fine toothed comb before any plane with the new computer would be allowed to fly again.
It’s much cheaper and safer to use an already known design and just work within its limits.
A part of me just wants to think “Boeing A Big Evil Corpo Trying To Save Costs” ☹️
But then there are genuine cases that flip this thinking on its head, like the ISS and its increased resistance to bit flips from solar flares, partially due to the larger electronics manufacturing techniques at the time it was created (tried to find my source for this but couldn’t)