this post was submitted on 27 Mar 2025
1147 points (100.0% liked)

Programmer Humor

22950 readers
674 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

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

Don't they use super statically verifiable code for these kinds of applications? Like, Ada?

[–] [email protected] 24 points 1 month ago (1 children)

Sort of. We used C, but no dynamic memory allocation.

[–] [email protected] 2 points 1 month ago

Oh that's neat. That makes me feel a lot better. I mean I get that the systems were probably embedded and that everything was defined, but it's relieving to hear that a segmentation fault or dangling pointer would generally be avoided.

load more comments (1 replies)