Post #2598115
2026-05-08 18:05 UTC
@aesthr@wandering.shop Yes, I've already seen that happening more than once. But whose fault is it? You could argue either way, no? The actual problem is the wrong assumption behind it.
About the profile pic: Srsly?? Coool. At first should be temporary placeholder, but then I liked to so much that I constantly postponed its replacement. May I use it for a few more months? ^^
Replies (1)
-
@aesthr@wandering.shop 2026-05-08 18:10
@pino@social.cologne It's the fault of the OS vendor to allow (or even enforce) a case-insensitive filesystem in the first place. convenience features like insensitive search or autocomplete can and should work independently of the file system, but having ambiguity about file paths is a really bad problem at a very low level. File paths are unique strings of characters, "a" and "A" are simply not the same character.