this post was submitted on 18 Nov 2025
951 points (99.0% liked)

Technology

76918 readers
3192 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

you are viewing a single comment's thread
view the rest of the comments
[–] HugeNerd@lemmy.ca 18 points 22 hours ago (3 children)

Um, just in case, I'll have you know that I name all my folders "trans porn". It doesn't mean anything in particular.

[–] HugeNerd@lemmy.ca 2 points 8 hours ago

I think I may have caused some confusion and after some research I can see why.

Naturally I was referring to transistors and transformers, and pictures thereof. Ha ha lol guys can we forget this now?

[–] Xanthobilly@lemmy.world 15 points 18 hours ago* (last edited 18 hours ago)

Transporners, more than meats the eye

[–] ReginaPhalange@lemmy.world 3 points 19 hours ago (1 children)

A volume of NTFS that is filled entirely by folders named "trans porn" would mean that there isn't a single folder in there that contains 2 folders.

[–] burntbacon@discuss.tchncs.de 3 points 19 hours ago (1 children)

New organizing system just dropped. It's just a chain of five thousand trans porn folders. The depth means something to the creator.

[–] enumerator4829@sh.itjust.works 1 points 18 hours ago (2 children)
[–] burntbacon@discuss.tchncs.de 1 points 5 hours ago

I think I could honestly get away with 128 deep paths. I don't use more than twenty unique folders in my day-to-day computing. It might be difficult to get the various programs on board with my trans porn name for each folder, but that's what tinkering is for, eh?

[–] incompetent@programming.dev 1 points 13 hours ago (1 children)

Did you post the wrong link? Yours is about "Maximum Path Length Limitation" and the number 128 doesn't appear anywhere on that page. The max path length is 256 characters.

Where did you read that "you can now have 128 files in your filesystem?"

[–] enumerator4829@sh.itjust.works 1 points 12 hours ago

If you want to encode information into only the depth of your recursive identically named folders, you have 128 different depths, one character for the name, one for the slash, per level. Yields about 128 possible levels. Leave one off for the last filename, 127.

If we want to name our folders something longer than a single character, we can store less files. If we want to store our files on linux, by default we get 4096 characters to play with, so about 2k levels (unless we compile our own linux kernel with PATH_MAX set for this very specific purpose). If we run CIFS we may be able to reach up to 16k levels.

That was my interpretation of OPs (admittedly bad) idea. Personally, I try to avoid implementing inodes as Church numerals.