this post was submitted on 15 Aug 2025
847 points (98.2% liked)

Programmer Humor

25882 readers
517 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
[–] absentbird@lemmy.world 22 points 1 week ago (4 children)

ISO 8601 is YYYYMMDD (or YYYY-MM-DD in extended format)

Are you really going to wood chipper someone for leaving off the leading 20? I think we can safely infer the century and millennium with a high confidence, why not trade them for two extra name characters?

[–] shnizmuffin@lemmy.inbutts.lol 27 points 1 week ago (3 children)

As an old person who has archives dating back to the 90s, yes.

[–] ScintillatingStruthio@programming.dev 9 points 1 week ago (2 children)

So do I, but I don't think I need to worry too much about confusing them with 2090.

[–] 5C5C5C@programming.dev 3 points 1 week ago (1 children)
[–] ScintillatingStruthio@programming.dev 1 points 1 week ago (1 children)

I mean, I could hope to live that long!

[–] 5C5C5C@programming.dev 2 points 1 week ago

Wise people plant trees whose shade they'll never stand in.

[–] RaivoKulli@sopuli.xyz 1 points 1 week ago

Now the alphabetical view doesn't sort them by date

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

Here you go gramps:

(shortD) => {
    return parseInt(shortD.slice(0, 2), 10) > 50 ? "19" + shortD : "20"+shortD;
}
[–] 5C5C5C@programming.dev 13 points 1 week ago* (last edited 1 week ago) (2 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.

[–] Clent@lemmy.dbzer0.com 3 points 1 week ago

Their grandchildren will be pissing on their graves over it.

I often wonder what files may outlive me.

People have kept old physical remnants. There are obviously famous examples but there are far more mediocre examples.

All the unique content I've created fits on a modestly sized hard drive so keeping it around would be trivial compared to maintaining all those physical remnants.

[–] absentbird@lemmy.world 1 points 1 week ago (2 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 week 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 3 points 1 week ago

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

[–] absentbird@lemmy.world 1 points 1 week ago

I understand you feel very strongly about four digit years, but I really don't see any situation that I couldn't sort out with a simple script.

Usually I don't put dates in file names in the first place, but when I do I use the UTC timestamp; a date without a timezone is inherently fuzzy, and it's easier to compare and differentiate numerical times.

If someone used two digit years in their naming convention I wouldn't even blink, let alone get the woodchipper, life is too short to get angry over stuff like that.

[–] 5C5C5C@programming.dev 1 points 1 week ago

Until people start applying the same logic everywhere for consistency, not just in file names.

[–] HeyThisIsntTheYMCA@lemmy.world 2 points 1 week ago (1 children)

are we just talking digital because i've inherited archives. my current one only goes back to the 1950s but in the next decades i expect to get some going back centuries.

[–] shnizmuffin@lemmy.inbutts.lol 3 points 6 days ago (1 children)

I helped digitally convert my local library's microfilm archives, mostly newspapers, but also some really old titles and deeds. Tons of stuff from the 1800s.

do you also read the word TITLES wrong in lowercase?

collapsed inline media

[–] 5C5C5C@programming.dev 11 points 1 week ago (1 children)

I recently had an accountant file something for the IRS that was dated as expiring in 1940 when it should've been 2040. I had to catch it myself after reading through 70 pages of dense forms before it was sent off, and I could've easily missed it.

Digital records have existed long enough now that it's downright irresponsible to leave off the century for anything where having an accurate date might even slightly matter.

[–] absentbird@lemmy.world 3 points 1 week ago (1 children)

The exact date of creation is usually preserved in the filesystem, we're just talking about what to name the documents themselves. The filename should be short and to the point, it gets truncated if it's too long, and on windows you only have 260 characters for the entire path to the file plus the name.

[–] 5C5C5C@programming.dev 8 points 1 week ago

If two characters are hurting your 260 character limit then you have other more serious problems to contend with.

[–] PokerChips@programming.dev 4 points 1 week ago

I use to do that but got tired of typing out unnecessary characters and appreciate the shorter character length. I think my folders and files will be long gone by Y2Point1K.

[–] ulterno@programming.dev 3 points 1 week ago* (last edited 1 week ago) (1 children)

So, was the time of murder 20th of October 2021 - 1:25 PM or 21st of October 2020 - 1:25 AM?

Depending upon that, you may/may-not have an alibi.

[–] absentbird@lemmy.world 0 points 1 week ago (1 children)

We're just talking about the filename, the exact creation time is tracked by the OS. Plus I'd imagine most documents also have a time and date inside. The file name is mostly for sorting and human readability.

[–] ulterno@programming.dev 1 points 6 days ago

Oh, it was just filenames, not everything-everywhere?
Then I guess it's fine.

What's this date btw?
10/8/10