←back to thread

136 points colinbartlett | 3 comments | | HN request time: 0s | source
Show context
sillystu04 ◴[] No.43949644[source]
I wish modern computers considered casing to be purely a matter of style, such that “S” == “s” evaluates to true.

Casing is rarely semantically important, so case sensitivity is widely ignored. But in many circumstances this gets implemented in a haphazard way. For example some sites consider foo@gmail.com and foo@GMAIL.COM to be different email addresses.

Also case sensitivity makes internationalisation awkward, particularly with German.

Sadly it’s too late to change this because doing so would be such a breaking change.

replies(5): >>43949674 #>>43949915 #>>43949997 #>>43950178 #>>43955161 #
1. alpaca128 ◴[] No.43949915[source]
But modern computers do that for the most part. Standard search features default to case insensitivity and Windows & Mac OS have a case insensitive file system. But in other contexts it doesn't make sense considering it's part of the grammar.

> Also case sensitivity makes internationalisation awkward, particularly with German

How would it make anything more awkward?

replies(1): >>43950919 #
2. zelphirkalt ◴[] No.43950919[source]
Standard search features, for example the start menu of Windows have so severe bugs and shortcomings, that I am not sure they get anything right and would not trust them with lower und upper case either. For example type too early in the start menu, and you might just find nothing, after which it might search online. If you delete the text and type again, suddenly it finds stuff... critical race right there. Or how it finds something, when one types the first 3 letters that match, but when typing the fourth letter, the search result disappears...

People make searches so broken, it makes me think they have no idea what they are doing. The bigger the company, the worse the search usually is. I think it is maybe a result of non-tech companies hiring silly contractors, who do half-assed work, hoping that people will be so happy, that they get another contract later. Their customers are not the users, but the company that hired them. In case of MS it is probably ... hm, idk, sheer incompetence, I guess.

replies(1): >>43952237 #
3. alpaca128 ◴[] No.43952237[source]
Oh, I fully agree about Windows search. But that's more a case of a company just having no incentives to make their product usable because people buy it anyway.