this post was submitted on 01 Feb 2025
1405 points (99.0% liked)

Programmer Humor

20275 readers
815 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
[–] qjkxbmwvz@startrek.website 19 points 2 days ago* (last edited 2 days ago) (1 children)

Although you can use case insensitive filesystems with Linux, and case sensitive filesystems with macOS. I believe the case sensitivity is a function of the specific filesystem


but yeah, practically, the root for Linux is always case sensitive, and APFS ~~ain't~~ is only if you ask it to be ( https://support.apple.com/lv-lv/guide/disk-utility/dsku19ed921c/mac ).

[–] paperplane@lemmy.world 16 points 2 days ago (2 children)

When case insensitivity is the default I always wonder how many apps unknowingly rely on that due to typos somewhere. I encountered this once while porting a Windows/macOS app to Linux that someone imported a module with the wrong case and nobody noticed

[–] Orygin@sh.itjust.works 2 points 21 hours ago

The source engine does not handle case sensitivity when loading assets from disk. On windows it's not an issue but on Linux it will silently fail to load assets if the case doesn't match. I lost so many hours trying to fix some weapon animation that had 0 seconds run time when porting a mod dedicated server to Linux.

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

VS Codium did that at some point, it probably still does but I haven't checked