this post was submitted on 08 Jun 2026
547 points (94.5% liked)
Programmer Humor
31781 readers
167 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
So, googling it, the general premise is you should use smart pointers instead to avoid crashes. Got it.
Uh

I think I'll just let the cat drive instead
Smart pointers implies C++, which is not the right answer.
https://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list
Considering that most of the "answers" I've found on StackOverflow were complete dogshit, I'm wary of this reading list
They all have footguns that cause different crashes.
If you want to do explicit memory access without inevitable safety problems, you need Rust. That's the whole hype with Rust.
But... per-process-isolation is a hardware feature, no?
Sure, that may be (it's definitely not in userspace). But don't forget it works by crashing your program.