MHLoppy@fedia.io to Programmer Humor · 2 days agoisInHell = 'true'fedia.ioimagemessage-square80fedilinkarrow-up1647arrow-down13file-text
arrow-up1644arrow-down1imageisInHell = 'true'fedia.ioMHLoppy@fedia.io to Programmer Humor · 2 days agomessage-square80fedilinkfile-text
minus-squareramble81@lemm.eelinkfedilinkarrow-up8arrow-down3·2 days agoWe 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-squarelengau@midwest.sociallinkfedilinkarrow-up4·edit-22 days ago✋ Case insensitive filesystem 👉 Case insensitive file sorting
minus-squareWordBox@lemmy.worldlinkfedilinkarrow-up5·2 days agoHumans have to make it do the work. And that’s how Mr; DROP TABLE makes his money.
minus-squarecalcopiritus@lemmy.worldlinkfedilinkarrow-up2·2 days agoFor 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.
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.
✋ Case insensitive filesystem
👉 Case insensitive file sorting
Humans have to make it do the work. And that’s how Mr; DROP TABLE makes his money.
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.