MHLoppy@fedia.io to Programmer Humor@programming.dev · 2 个月前isInHell = 'true'fedia.ioimagemessage-square83fedilinkarrow-up1688arrow-down14file-text
arrow-up1684arrow-down1imageisInHell = 'true'fedia.ioMHLoppy@fedia.io to Programmer Humor@programming.dev · 2 个月前message-square83fedilinkfile-text
minus-squarevithigar@lemmy.calinkfedilinkarrow-up22·2 个月前You stated the reason yourself. Those are different values and matching in a case-insensitive manner is more work under the hood.
minus-squareramble81@lemm.eelinkfedilinkarrow-up8arrow-down3·2 个月前We do plenty of stuff for human consumption. Computers work for us, not the other way around. Insensitivity should be the default. It’s okay to give options. I’m not saying take that away.
minus-squareWordBox@lemmy.worldlinkfedilinkarrow-up5·2 个月前Humans have to make it do the work. And that’s how Mr; DROP TABLE makes his money.
minus-squarelengau@midwest.sociallinkfedilinkarrow-up4·edit-22 个月前✋ Case insensitive filesystem 👉 Case insensitive file sorting
minus-squarecalcopiritus@lemmy.worldlinkfedilinkarrow-up2·2 个月前For some reason we decided that a lot of formats written by computers and read by computers would use ASCII encoding instead of raw data. Making a json or XML deserializer case insensitive would just make it slower for almost 0 benefit.
You stated the reason yourself. Those are different values and matching in a case-insensitive manner is more work under the hood.
We do plenty of stuff for human consumption. Computers work for us, not the other way around. Insensitivity should be the default. It’s okay to give options. I’m not saying take that away.
Humans have to make it do the work. And that’s how Mr; DROP TABLE makes his money.
✋ Case insensitive filesystem
👉 Case insensitive file sorting
For some reason we decided that a lot of formats written by computers and read by computers would use ASCII encoding instead of raw data.
Making a json or XML deserializer case insensitive would just make it slower for almost 0 benefit.