this post was submitted on 21 Mar 2025
640 points (99.5% liked)

Programmer Humor

21809 readers
1752 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 

Original post: hachyderm.io (Mastodon)

you are viewing a single comment's thread
view the rest of the comments
[–] ramble81@lemm.ee 5 points 1 day ago (3 children)

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.

[–] WordBox@lemmy.world 5 points 1 day ago

Humans have to make it do the work. And that's how Mr; DROP TABLE makes his money.

[–] lengau@midwest.social 4 points 1 day ago* (last edited 1 day ago)

✋ Case insensitive filesystem
👉 Case insensitive file sorting

[–] calcopiritus@lemmy.world 2 points 1 day ago

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.