this post was submitted on 14 Jul 2023
6 points (100.0% liked)

Programming Humor

2550 readers
8 users here now

Related Communities [email protected] [email protected] [email protected] [email protected]

Other Programming Communities [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago (2 children)

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.

[–] [email protected] 2 points 2 weeks ago

Depends how hard it is to work within its limits. This bug/hardware limitation creates a point of failure (someone not resetting the computer when they're supposed to)

load more comments (1 replies)