this post was submitted on 27 Feb 2026
1098 points (99.4% liked)

Programmer Humor

30077 readers
1870 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
[–] CanadaPlus 2 points 4 hours ago* (last edited 4 hours ago)

In the end we inplemented NoTaD pointers (“notified on target destruction”, essentially weak pointers but this was back in the day when weak pointers and smart pointers weren’t really well defined) that would discover when the thing they took a precious pointer to was actually no longer valid.

It's weird to me that programming practice has changed that much in 20 years. That's still closer to today than to Dennis Richie doing his thing.