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

Programmer Humor

25773 readers
1511 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 4 points 1 day 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 7 points 1 day ago

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