I’d like to try it but not $200 like to try it.
Keyboard lets people type so fast it’s banned from typing competitions
141–150 of 477 posts
Re: Keyboard lets people type so fast it’s banned from typing competitions
#142The "500 WPM" video is a little suspect. He types literally one memorized sentence and extrapolates a WPM from that one 10 word sentence. I'd like to see him actually type 500 meaningful words in under 60 seconds. Anyway, this is cool but basically just a modern stenography device. Steno has a learning curve problem that makes it so most people won't use it.
I can type the word "a" at 1000 WPM!
Re: Keyboard lets people type so fast it’s banned from typing competitions
#143Back in the 90's I worked with a guy who used a Dvorak. Any fans still out there?
That being said, I don't regret anything and Colemak is way more comfortable, for me. I never typed "properly" in QWERTY, I would use every finger on my left hand, but only two on my right hand. I started to notice some pain in my right hand and so I tried to retrain myself to type properly, but it never lasted more than a day because I was typing half the speed with proper technique. The only way I could force myself to use a proper typing technique was to just completely switch the layout.
Re: Keyboard lets people type so fast it’s banned from typing competitions
#144Earlier quoted context omitted.
I'm typing even less these days with tools like copilot.
For some reason I don’t like any of this automation tools. I find VSCode unbearable even without copilot. Too many things happen when I type. I prefer linting and that’s about all I want to write my code peacefully. I use vim in iTerm and it’s all I ever need. Jump off to Pycharm to debug if needed.
Re: Keyboard lets people type so fast it’s banned from typing competitions
#145Earlier quoted context omitted.
I, and I think many other people, didn't really 'work' at learning to type. We just practiced as a side effect of using the computer rather than, say, taking typing lessons. For someone like me, QWERTY has a difficulty curve. I think seno technically wouldn't have a curve. The inability to hunt and peck means that without explicitly setting aside time to train in steno, there isn't any way to make real progress. Math…
I never learned to write on a keyboard in a controlled way and I still can't 'touch type' naturally. I tried to learn in, but I always fall back to my old habits since my right hand hurt otherwise. I don't think I will ever bother getting fast. It is probably way better to learn it properly from the beginning.
Re: Keyboard lets people type so fast it’s banned from typing competitions
#146Re: Keyboard lets people type so fast it’s banned from typing competitions
#147Earlier quoted context omitted.
I, and I think many other people, didn't really 'work' at learning to type. We just practiced as a side effect of using the computer rather than, say, taking typing lessons. For someone like me, QWERTY has a difficulty curve. I think seno technically wouldn't have a curve. The inability to hunt and peck means that without explicitly setting aside time to train in steno, there isn't any way to make real progress. Math…
I never learned to write on a keyboard in a controlled way and I still can't 'touch type' naturally. I tried to learn in, but I always fall back to my old habits since my right hand hurt otherwise. I don't think I will ever bother getting fast. It is probably way better to learn it properly from the beginning.
I dunno. I don't have anywhere near 60 words per minute that are actually worth recording.
Re: Keyboard lets people type so fast it’s banned from typing competitions
#148Earlier quoted context omitted.
QWERTY has a steep learning curve as well, it’s just that it’s so ubiquitous that most people don’t question or remember the work that was put into.
True, but QWERTY is labeled and obvious how to use. Hence the great number of woodpecking that occurs out there.
Re: Keyboard lets people type so fast it’s banned from typing competitions
#149Earlier quoted context omitted.
A significant difference between a conventional keyboard and steno is that a conventional keyboard is capable of producing all the of the text we normally type, and a steno machine is not. A necessary part of stenotype is a combination of pre-work (dictionary development for e.g. proper names) and post-work (editing the steno transcript to produce a "real English" document instead of one that may only have the genera…
CharaCorder is not a stenograph, individual character entry is supported, just like a normal qwerty keyboard.
Re: Keyboard lets people type so fast it’s banned from typing competitions
#150Earlier quoted context omitted.
> chorded typing allows the users to input several letters at the same time and have a computer program generate a predicted word. Instead of typing h e l l o, a chorded typer mashes h, e, l, and o to produce the word. It sounds like it relies heavily on autocomplete, which means it's unlikely to be useful for coding instead of just English text.
No, that means it's likely very useful for coding instead of English. You just need a custom dictionary. Code has a smaller vocabulary than prose, even with the domain-specific words that get used as identifiers . You could probably do pretty well with a dictionary that just has all the keywords in your favorite language, plus some common variable names. Heck I bet it'd be a win just to make the punctuation used in c…