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

Programmer Humor

25730 readers
1236 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
[–] NJSpradlin@lemmy.world 6 points 14 hours ago (13 children)

I find myself having too many nested folders, and I’m just a normie. I wonder how deep they go for you tech people.

At some points, Windows won’t let me change the file name because it was too long and I’m assuming the file path to it plus the ridiculously long name (“person last name, first name - type of document (purpose) yyyymmdd”) just breaks Windows.

Sometimes I have to copy those files to my desktop just to rename the new file, so that I can upload the file to an online system that only lets me upload files with names under 42 characters long. It’s wild.

[–] Eheran@lemmy.world 5 points 13 hours ago (5 children)

You can enable long names in Windows, essentially removing that restriction and giving you the power of all the sub folders up to something like 26'000 characters.

  1. Open the Registry Editor.
  2. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem
  3. Find the LongPathsEnabled DWORD value, double-click it, and set its value to 1
  4. Restart your computer
  5. Be free and happy
[–] bitjunkie@lemmy.world 1 points 13 hours ago

Well son of a bitch, there was a workaround

load more comments (4 replies)
load more comments (11 replies)