this post was submitted on 01 Feb 2025
1067 points (99.4% liked)

Programmer Humor

20251 readers
1487 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
[–] [email protected] 5 points 11 hours ago (4 children)

Least favorite part of linux honestly

[–] [email protected] 5 points 5 hours ago (1 children)

Hard disagree. I don't understand why anyone would want case insensitive.

Am I the only one who doesn't go around mindlessly capitalizing letters? Do people find it too difficult to capitalize things?

Do you want case insensitive passwords too?

If I type X I mean X and only X. Uppercase letters are different letters, just like X and Y are different letters.

[–] [email protected] 0 points 1 hour ago

Passwords ≠ Filesystems

[–] [email protected] 20 points 9 hours ago (1 children)

Case-insensitive filesystems are for maniacs. They are only causing trouble. Ever had two folders with the same name but different capitalization in windows? You see both, but whichever you click it will always open the same one, while the other can't be accessed. Psychopath behavior.

[–] [email protected] 2 points 6 hours ago

That's because NTFS isn't case-insensitive. If it was there'd be no two folders. Windows is a case-insensitive operating system running on a case-sensitive file system. It's pretty clear Microsoft wanted case sensitivity and then realised how much legacy software that'd break.

[–] [email protected] 11 points 10 hours ago (1 children)

Makes changing the case of a file/folder a lot easier though. Windows you have to rename it to something else then rename it again just to change case but Linux you can just...rename it. It's a small thing but it's something

[–] [email protected] 1 points 6 hours ago

is this bug really impossible to fix just because the file system is case insensitive?

[–] [email protected] 3 points 10 hours ago

You can turn it off, at least for ext4: https://lwn.net/Articles/784041/