Has anyone tried this with coding? It looks like this is very focused towards writing English, which is fine, but as someone who spends a good chunk of my day around code editors, a keyboard that is crap for code editing is a non-starter. However, if it's good for that, I will probably be buying one.
i don't think there's anything to gain here that you don't already get with good autocompletion. i wonder how a trained stenographer on a chorded keyboard would compare to a trained typist with a good english language model backed autocomplete and a ui built for speed on a classic qwerty keyboard.
Keyboard lets people type so fast it’s banned from typing competitions
161–170 of 477 posts
Re: Keyboard lets people type so fast it’s banned from typing competitions
#162Earlier quoted context omitted.
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.
I use vim quite a bit too, just sayin... https://github.com/github/copilot.vim
I also like using Sublime Text with vim keymap. I prefer the low latency of editors over features of big IDEs. Sometimes, I do use PyCharm or CLion for debugging since that experience in vim sucks. GDB is terrible in CLI.
Re: Keyboard lets people type so fast it’s banned from typing competitions
#163"he did win another typing competition using the CharaChorder to hit 267 WPM with 76% accuracy." 76% accuracy doesn't sound so great to me, no matter how fast I can type on it.
Re: Keyboard lets people type so fast it’s banned from typing competitions
#164The "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
#165"he did win another typing competition using the CharaChorder to hit 267 WPM with 76% accuracy." 76% accuracy doesn't sound so great to me, no matter how fast I can type on it.
I've been active in my typing practice since I was about 4, and once I'm warmed up I can usually hit high 120s with 100% accuracy on unseen MonkeyType using a qwerty keyboard with red Cherry switches. If I ignore accuracy and go for 'raw' speed, I am able to achieve significantly faster WPM, typically between the range of 140s-180s. The issue I run into with programs like these is that I have to read/match the expect…
Re: Keyboard lets people type so fast it’s banned from typing competitions
#166Earlier quoted context omitted.
Yeah, I switched to Dvorak a few years back, it was the worst experience in the world. Granted I had to fight against my qwerty reflexes
When I learnt to touch type I switched to Dvorak at the same time. I liked the idea of improved efficiency but whenever I had to use someone else's computer or they needed to use mine it was too much hassle. Once I'd relearned to touch type with Qwerty life was so much easier. Also hjkl with Vim using Dvorak was just too hard to get my brain around
Re: Keyboard lets people type so fast it’s banned from typing competitions
#167Earlier quoted context omitted.
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…
Seems like it would be better to have the device be dictionary agnostic and leave it to your editor do know whether you're writing a comment, or code, or a string containing sql...
Re: Keyboard lets people type so fast it’s banned from typing competitions
#168Earlier quoted context omitted.
You type a lot more than 0.5% of the time.
It's a trade-off between spending some time thinking about what should be written, and then typing a little - or spending all the time typing, typing, typing, and rewriting. I don't think I've ever been in a job where I was limited by typing speed.
- communicating with peers over slack
- writing code / git commands
- writing email, comments in HN, documentation, etc.
- taking notes in meetings
- all the browser shortcuts
- all the CLI readline shortcuts
Re: Keyboard lets people type so fast it’s banned from typing competitions
#169The "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.
Yup, having to type unseen text makes a lot of difference. Here's what I personally use to test my keyboard setups: monkeytype.com. My best is ~95 WPM and 100% accuracy.
Here's 163 wpm on a macbook keyboard: https://www.youtube.com/watch?v=-ulK2VJdQpw
Here's 175 wpm on a custom mechanical keyboard: https://www.youtube.com/watch?v=kO-A8rVJDOM
Re: Keyboard lets people type so fast it’s banned from typing competitions
#170Back in the 90's I worked with a guy who used a Dvorak. Any fans still out there?