Live data from Hacker News

Keyboard lets people type so fast it’s banned from typing competitions

vice.com

441–450 of 477 posts

Re: Keyboard lets people type so fast it’s banned from typing competitions

#442
post #7

The "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't stand software autocorrect, so hardware autocorrect would be a nightmare for me. This works only when you type regular text in one language.

Re: Keyboard lets people type so fast it’s banned from typing competitions

#443
post #118

Earlier quoted context omitted.

I'm having difficulties finding the source right now, but I remember reading a story about a sysadmin that was berated for his typing speed and the story ended with him replying "I don't get paid to type code fast, I get paid to press enter very, very slowly."

playing the devil's advocate, typing speed is important for these reasons: 1. It allows for minimal disruption to thinking process, close to 90% of the time even when coding is not actively typing, but when typing is subconscious and fast it removes the potential of where it interrupts the thinking process. 2. While this has no bearing on individual case (It would be Bayesian, some people consider that to be heretic)…

> 1. It allows for minimal disruption to thinking process, close to 90% of the time even when coding is not actively typing, but when typing is subconscious and fast it removes the potential of where it interrupts the thinking process.

I agree, and even wrote an article about that a few years ago. :-)

https://github.com/Dobiasd/articles/blob/master/how_touch_ty...

Re: Keyboard lets people type so fast it’s banned from typing competitions

#444
post #355

Earlier quoted context omitted.

It's not 76% accuracy of the final text--it's 100% accurate, it's just that the way you get there using the CharaChorder is recognized by Monkeytype as inaccurate. If I type the word "hello" on my CharaChorder, I type the keys `helo` which Monkeytype will recognize as an inaccuracy. The CC's internal firmware then recognizes I typed helo and wanted hello and will backspace the word and replace it, much as if you did…

How does it know you weren’t intending for hole?

Every chord is explicit.

I think someone else in comment thread mentioned that it comes preconfigured with 500 chords--these cover the 300 most common English word (some duplicate chords in case you prefer to hit them one way or the other).

It's up to you (or someone else if you import their library) to setup and configure different chords.

This is one of my least favorite parts about the product--it's advertised such that it seems like it is magical but really it is just like have a bunch of macros.

So in this case, you might have h+l to indicate hole, or h+o, or h+e--whatever is most comfortable for you. Hole is not configured out of the box so there is no way to chord it...but it is just like a keyboard in that you can just type it. You can type h, o, l, then e just like you would on a keyboard.

It's this mixing and matching of character entry + chording which makes the device pretty interesting.

Re: Keyboard lets people type so fast it’s banned from typing competitions

#445
post #350

Earlier quoted context omitted.

I own a CharaChorder and this is exactly right. Using the CC, you can't get 100% on monkeytype because when I type `helo` it then backspaces that and types `hello` using the CharaChorder's onboard firmware. The final text is 100% accurate--it's just what was typed by the keyboard wasn't 100% accurate.

What if you're debugging SMTP and you actually meant HELO?

The device allows character entry--you just type h, e, l, o just like you would on a keyboard.

You would know if it was a chord or not--not every word you type will be one.

Re: Keyboard lets people type so fast it’s banned from typing competitions

#446
post #350

Earlier quoted context omitted.

I own a CharaChorder and this is exactly right. Using the CC, you can't get 100% on monkeytype because when I type `helo` it then backspaces that and types `hello` using the CharaChorder's onboard firmware. The final text is 100% accurate--it's just what was typed by the keyboard wasn't 100% accurate.

So is it autocorrecting helo to hello? Predictive tweaks aren't good in a keyboard, you want everything to be intentional, or you'll lose time and patience correcting things. Spellcheck should be post hoc imho.

No--the chord for hello is h+e+l+o--if you mean to type helo, you'd use a different chord you have setup for that or type it letter by letter

Re: Keyboard lets people type so fast it’s banned from typing competitions

#447

Earlier quoted context omitted.

The average person speaks at 160 words so i have a hard time believing they can't process 130. Although that would explain why people say things that are so stupid lol.

That was referred to the 500 wpm.

Something I find interesting is that thoughts definitely spawn faster in my head than I can verbalize them. I wonder if you learned to think in chording if you could think faster than with sounds. And if we could, what would be the upper limit?

Re: Keyboard lets people type so fast it’s banned from typing competitions

#448

What about the mouse? I use mouse a lot and don't feel like I really giving this habit up because the general ecosystem of apps you have to use if programming is not your primary job and terminal is not your primary environment is not particularly keyboard-friendly. Does this device offer an efficient (perhaps something trackpoint-like) way to move your mouse pointer without moving your hand between it and the mouse?

The device currently offers a switch, available to either hand, that moves the mouse up, down, left, right. You can use them both at the same time for diagonal movements and same direction movements to increase the speed--but it's nothing you'd want to use in an FPS and that's why you see Riley playing with the CC in one hand and mouse in the other.

Re: Keyboard lets people type so fast it’s banned from typing competitions

#449
post #282

Is it possible to edit the dictionary used for the auto completion? Is it possible to edit the characters it inputs from the defaults, even to characters not in the English alphabet? Which operating systems is it compatible with?

Yes, you can manage and edit your chord library. Default device has 500 chords for the 300 most common English words.

It supports other character sets--have to join their discord and look to see which ones.

It's compatible with any system a keyboard would be. The OS doesn't know it's not just a USB keyboard.

Re: Keyboard lets people type so fast it’s banned from typing competitions

#450
post #118

Earlier quoted context omitted.

I'm having difficulties finding the source right now, but I remember reading a story about a sysadmin that was berated for his typing speed and the story ended with him replying "I don't get paid to type code fast, I get paid to press enter very, very slowly."

playing the devil's advocate, typing speed is important for these reasons: 1. It allows for minimal disruption to thinking process, close to 90% of the time even when coding is not actively typing, but when typing is subconscious and fast it removes the potential of where it interrupts the thinking process. 2. While this has no bearing on individual case (It would be Bayesian, some people consider that to be heretic)…

Autocomplete makes programming very different from normal typing. I don't need to type fast, I use my keyboard to trigger lists of options that I pick from. Modern programming is a contemplative interaction with the IDE/language server, normal typing should only come into play when you write comments.
Post reply on HN