this post was submitted on 01 Feb 2025
1446 points (99.1% liked)

Programmer Humor

20743 readers
247 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
[โ€“] riodoro1@lemmy.world 33 points 3 weeks ago (1 children)

Such a microsoft thing to do.

[โ€“] The_Decryptor@aussie.zone 18 points 3 weeks ago* (last edited 3 weeks ago)

NTFS was designed back in the mid 90s, when the plan was to have the single NT kernel with different subsystems on top of it, some of those layers (i.e. POSIX) needed case sensitivity while others (Win32 and OS/2) didn't.

It only looks odd because the sole remaining subsystem in use (Win32) barely makes use of any of the kernel features, like they're only just now enabling long file paths.