this post was submitted on 15 Aug 2025
793 points (98.4% liked)

Programmer Humor

25755 readers
1313 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
[–] 5C5C5C@programming.dev 13 points 1 day ago* (last edited 1 day ago) (6 children)

Did the software industry learn nothing from Y2K? Was it too long ago already for people to remember the mess we made for ourselves?

Saving two characters in a file name is not worth the hell you are leaving in your trail by shoving this nonsense in an obscure corner of production code that people are going to forget about until it's too late.

[–] absentbird@lemmy.world 1 points 1 day ago (4 children)

It's just a filename, calm down. The created by date is tracked by the file system and the repo.

[–] seralth@lemmy.world 4 points 1 day ago (2 children)

And you assume that changes to filesystems, new filesystems being created or other such things won't at some point create a edge case that creates a problem?

When you could just be safe? Sounds stupid as fuck to me to blindly trust nothing will happen to create problems.

[–] shnizmuffin@lemmy.inbutts.lol 2 points 17 hours ago

They've never had to recover a hard drive. It's okay, they'll learn the hard way.

load more comments (1 replies)
load more comments (2 replies)
load more comments (3 replies)