TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

6 点作者 Ozarkian28 天前

2 条评论

jandrese28 天前
His point that casefolding in a Unicode world is a minefield is completely correct.<p>This classic StackExchange post goes into some of the reasons why: <a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;6162484&#x2F;why-does-modern-perl-avoid-utf-8-by-default" rel="nofollow">https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;6162484&#x2F;why-does-modern-...</a>
theanonymousone27 天前
I&#x27;m not a purist, but working with SQL as a case insensitive but otherwise great and very useful language seems to be really annoying and &quot;shaky&quot;, especially when you have interface it with a cade-sensitive interface (e.g. JDBC, pandas).