this post was submitted on 28 Jan 2025
1688 points (99.6% liked)

Programmer Humor

20215 readers
1935 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
[–] Reddfugee42@lemmy.world 25 points 2 days ago (35 children)

What's the use case for case sensitive file names

[–] Speiser0@feddit.org 18 points 2 days ago (4 children)

Think the other way around: What's the use case for case insensitive file names? Does it justify the effort and complexity for the filesystem and the programs to know the difference between lower and upper space chars?

[–] mindbleach@sh.itjust.works 16 points 2 days ago* (last edited 2 days ago) (3 children)

What’s the use case for case insensitive file names?

Human comprehension.

Readme, readme, README, and ReadMe are not meaningfully different to the average user.

And for dorks like us - oh my god, tab completion, you know I mean Documents, just take the fucking d!

[–] h0rnman@lemmy.dbzer0.com 4 points 2 days ago

For some extra fun, try interop between two systems that treat this differently. Create a SMB share on a Linux host, create a folder named TEST from a Windows client, then make Test, tEst, teSt, tesT, and test. Put a few different files in each folder on the Linux side, then try to manage ANY of it from the Windows client

load more comments (2 replies)
load more comments (2 replies)
load more comments (32 replies)