TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Linus Torvalds Expresses His Hatred for Case-Insensitive File-Systems

14 pointsby coobird27 days ago

2 comments

karmakaze27 days ago
To be fair it only starts complaining about case-insensitivity and later really complains about insecurity through matching important filenames via ignorable code points. Maybe the problem is having multiple places that implement the rules for filename comparison.<p>It&#x27;s true that doing an exact byte-for-byte match is easier, but I do like that I don&#x27;t have to do over the phone support for parents without worrying about another file with the same name and differing case.
rurban27 days ago
At least he acknowledges his design bugs of unicode identifiers. Strings are not garbage, even he likes them this way. Filenames need to stay identifiable, and thus need to adhere to unicode rules. TR 39. Case-insensitivity aside.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;rurban&#x2F;libu8ident">https:&#x2F;&#x2F;github.com&#x2F;rurban&#x2F;libu8ident</a>