Live data from Hacker News

Typing Practice for Programmers

typing.io

11–20 of 224 posts

Re: Typing Practice for Programmers

#13
post #4

Fun idea, but doesn't seem to recognize non-US keyboard layouts.

Thanks for the bug report. The next update will fix international keyboard layouts once I figure out the mess that is cross-browser, cross-language javascript key event handling:)

Same here on a german keyboard layout (Linux & Firefox 14.0.1). It works well until I reach a special key, which kind of spoils the whole thing.

Re: Typing Practice for Programmers

#14
post #4

Fun idea, but doesn't seem to recognize non-US keyboard layouts.

Thanks for the bug report. The next update will fix international keyboard layouts once I figure out the mess that is cross-browser, cross-language javascript key event handling:)

Possibly one of these will be useful:

https://github.com/madrobby/keymaster

https://github.com/ccampbell/mousetrap

Re: Typing Practice for Programmers

#17
post #14

Earlier quoted context omitted.

Thanks for the bug report. The next update will fix international keyboard layouts once I figure out the mess that is cross-browser, cross-language javascript key event handling:)

Possibly one of these will be useful: https://github.com/madrobby/keymaster https://github.com/ccampbell/mousetrap

Thanks for the js library recommendations. I've taken a look at keymaster, and it's mostly focused around modifier keys used in shortcuts. I'm currently using google closure library, but I will need to add more key recognition and failsafes in case there is a unrecognized keyboard layout.

Re: Typing Practice for Programmers

#18
I made something similar except you can practice using any Gist you want. http://newtonapple.github.com/Gistype/#1 It still needs some work on the current cursor movement for longer Gists, but the basic functionality is there. No login required, just type. :) Note that if you have Vimium installed, you'll have to put the URL on your "excluded URLs" list.

Re: Typing Practice for Programmers

#20
Well done on the NoScript front. It's rare to see a site on HN that requires JS and falls back to a nice explanation of why it needs JS (Instead of just stating the fact, or worse, displaying a white page).
Post reply on HN