Google Wants To Take Away Your Capslock Key
heptapod writes "Slashdot reported earlier about Google's Chrome notebook and keen-eyed readers would have noticed the lack of a caps lock key. 'According to Google, this will improve the quality of the comments, because people will not be able to write all in capital letters. I'm not a fan of the caps lock key myself. I never use it, so it can go to hell, for all I'm concerned. But taking away choice from people is not good, especially when this is not going to improve the quality of comments.'"
Those of us who use it sparingly or for specialized reasons will be deprived of it. And those who USE IT TO ON EVERYTHING WITHOUT REALIZING IT'S THE EQUIVALENT OF SHOUTING will still be stupid. And stupid people will find a way to be annoying no matter what you do.
You could take every key but "a" away and websites/services will still be filled with denizens sporting aol email addressees posting:
aaaaaaaaaaaaaa
SJW: Someone who has run out of real oppression, and has to fake it.
And stupid people will find a way to be annoying no matter what you do.
Like just holding down the shift key?
My work here is dung.
The Caps Lock key is an arcane relic of the ancient IBM keyboards and for most users, it's completely unnecessary. It screws up passwords, for one, and it is in a position that is way too easy to hit accidentally. Besides, there's been a movement to ditch it for ages now, and thus far nobody's complained. Did nobody notice that the OLPC computer also ditched the CapsLock? Besides, anyone who still wants to use all caps still has the shift button.
My postings are informational and does not constitute legal advice. Act on it at your risk.
OTOH, database programmers aren't the intended target audience of Chrome OS. Just sayin'
Whenever in an argument, remember this.
> Can you still buy netbooks with capslock? Yes? Then you still have choice.
In fact, you have more choice.
Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
I just want to make sure I have this right...
Was it before or after you submitted a bug to their open bugtracking system for their open source operating system about not following a self-proclaimed "pseudo standard" that you just made up when you realized that Google was "becoming a Microsoft"?
it's a *required* coding convention by company policy every place I've worked, the SQL reserved words are capitalized
Well, I've just always programmed in languages that are case sensitive ... C, C++, C#, Java ... the few I've bumped into that are case insensitive are scripting languages.
I guess I just learned that CAMEL, Camel, CaMel and camel are all different literals. It doesn't rely on an interpreter to say "oh, you meant this, I'll ignore it". I'm used to a compiler saying "I have no idea what camEl is".
And, from experience, I'd rather have camel case than that whole "Hungarian Notation" which more or less made variables pointlessly hard to read.
Guess it depends on what you learned with, but I find case-insensitive brings its own problems. ASCII provided us with a lexical sort ordering (for good or for ill), and throwing that away isn't always a good thing.
Lost at C:>. Found at C.