this post was submitted on 28 Jan 2025
1756 points (99.7% liked)

Programmer Humor

22752 readers
389 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] 78 points 2 months ago (45 children)

…and whoever decided a file system should be case insensitive by default, I hate you.

[–] [email protected] 4 points 2 months ago (4 children)

NTFS absolutely supports case sensitivity but, presumably for consistency with FAT and FAT32 (Windows is all about backwards compatibility), and for the sake of Average-Joe-User who's only interaction with the filesystem is opening Word and Excel docs, it doesn't by default.

All that said, it can be set on a per-directory basis: https://learn.microsoft.com/en-us/windows/wsl/case-sensitivity

[–] [email protected] 1 points 2 months ago* (last edited 2 months ago)

MacOS uses the APFS file system format nowadays, and used HFS+ before that. FAT and ExFAT formats are supported too. However, the NTFS format needs third party software to work.

load more comments (3 replies)
load more comments (43 replies)