this post was submitted on 25 Apr 2025
278 points (97.6% liked)

Linux

8191 readers
215 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] x00z@lemmy.world 16 points 2 months ago (4 children)

FILE, File, file, and FilE should all be the same thing

If these were truly the same thing, you should have not written them differently.

But you did.

[–] ahornsirup@feddit.org 2 points 2 months ago* (last edited 2 months ago) (2 children)

you should have not written them differently.

But you did.

Remember that 99% of the time that's gonna be because of a typo for 99% users. They won't have File.txt, FILE.TXT and FiLe.tXt, they'll have ReportMay.docx and REportMay.docx or whatever.

And yeah, that includes me. I don't want case-sensitivity for that reason alone. Thanks, but no thanks.

[–] GreyEyedGhost@lemmy.ca 7 points 2 months ago* (last edited 2 months ago) (2 children)

I prefer computers do what I tell them to rather than what it thinks I meant to tell it to. If I screw up, why isn't it on me to fix it? And why aren't you proofing data entry before accepting it?

[–] ahornsirup@feddit.org 3 points 2 months ago

Do you also turn off autocorrect? As for why I'm not proofreading my entries? I am. But typos happen. Try to put yourself into the shoes of the average office drone or consumer just using a PC as a tool. I'm pretty sure I've harped on this before, but most people aren't experts or enthusiasts, they just want a working computer that's as simple to use as possible. The benefits of a case sensitive-file system are far outweighed by how susceptible it is to user error.

[–] x00z@lemmy.world 3 points 2 months ago (1 children)

Do you actually have a case sensitive filesystem? Because in reality I don't even notice it when doing normal work. It seems like such a weird thing to be crying about.

[–] ahornsirup@feddit.org 2 points 2 months ago

I've used Linux, yes. And I'm not "crying" I just find it annoying. Good grief.

[–] lastunusedusername2@sh.itjust.works 1 points 2 months ago (1 children)

Was this really supposed to be a clever point?

[–] x00z@lemmy.world 3 points 2 months ago (1 children)

it's not "supposed". It just is.

It just is stupid. It only sounds like a clever retort if you don't think about it.

[–] Endymion_Mallorn@kbin.melroy.org 0 points 2 months ago (1 children)

I did, because they're different ways of expressing the same meaning. They all mean (apologies for borrowing mathematical notation for linguistic applications) |file|. I don't care what the expression of a thing is, I care about meaning. And as a result, when I save a file and then search to recall it, it should not matter what case it's in - only for the meaning to match. The state of my shift or capslock should be totally immaterial.

[–] x00z@lemmy.world 6 points 2 months ago (1 children)

when I save a file and then search to recall it, it should not matter what case it’s in

Whatever you use to search can just be case insensitive, which is how most file browsers work on Linux.

[–] Endymion_Mallorn@kbin.melroy.org -1 points 2 months ago

Then why should it allow me to save different expressions of the same meaning ever? If it's going to let me search for it case-insensitive, just head the matter off at the pass and save it that way. Either that, or automatically create link files for every case permutation to the same folder as soon as the file exists.