Live data from Hacker News

Typing Speed Test, but for Developers

haxxorwpm.0s.is

51–60 of 79 posts

Re: Typing Speed Test, but for Developers

#51
post #21

There is no autocompletion, that's not realist. I never type "apt-get install nginx" I type "apt-g ins ngi "

apt-get is kinda old, "apt" is the new thing. It unifies some commands like apt-get, apt-cache, and probably something else but those are the only 2 I use :D

Re: Typing Speed Test, but for Developers

#52
post #49

>grep -R "error" logs Why is error in quotes?

These are all courtesy of AI of course.

Still, I may be a little anal about this but I align with this. I quote everything in bash. In this case I would do single quotes as it's a literal. You never know when someone with lesser bash knowledge will modify your script and put a variable in there. Shell expansions are nothing but footguns everywhere. Proper quoting hygiene and `--` goes a long way

Re: Typing Speed Test, but for Developers

#54
post #50
post #31

Earlier quoted context omitted.

I'm not sure. And to be honest, typing speed was never that big a deal. By the time I got out of college a few decades ago I was in the 110-120wpm range. However as I progressed in my career as a developer what I found is that both my "working" WPM and then my "normal" WPM dropped over time. Once I moved out of truly junior, pure code grinding roles, I spent more and more time thinking, talking to people, etc than I…

I'm pretty sure that also people who write novels aren't held back by how fast they can type.

Probably not. It was a euphemism.

Re: Typing Speed Test, but for Developers

#56
post #50
post #31

Earlier quoted context omitted.

I'm not sure. And to be honest, typing speed was never that big a deal. By the time I got out of college a few decades ago I was in the 110-120wpm range. However as I progressed in my career as a developer what I found is that both my "working" WPM and then my "normal" WPM dropped over time. Once I moved out of truly junior, pure code grinding roles, I spent more and more time thinking, talking to people, etc than I…

I'm pretty sure that also people who write novels aren't held back by how fast they can type.

But it's a pretty good indicator of skill level. High wpm means they write a lot.

It's also helpful as a burst speed. It doesn't mean you are always cranking at 120wpm, but you can hit 120wpm when the words in your mental buffer is overloaded and you can empty that fast.

Try writing on pen and paper, you'll find that your mental buffer fills up quickly and you aren't able to hold all of your thoughts, so you have to drop some. It has its use cases, sometimes you have to think more and write less. But in general high entropy write capacity is a valuable spec to have.

Re: Typing Speed Test, but for Developers

#58
post #43
post #34

Earlier quoted context omitted.

For me, Firefox on desktop (Windows) and mobile (Android) both give the SSL warning. Although mine appears a bit different than the parent comment: An error occurred during a connection to haxxorwpm.0s.is. SSL received a record that exceeded the maximum permissible length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG

No issues here with Firefox on Linux or Android 11 (installed from F-Droid in case that matters). Strange. I wonder if it's a network difference rather than the workstation setup

[dead]

Re: Typing Speed Test, but for Developers

#59
post #13

There's a highscore system but considering it's a matter of time before that gets cheated, the first run where I didn't struggle with backspacing into a previous command (which is blocked): 60s | Basics category | 79 wpm | 100% acc | 38 cmds | QWERTY | Logitech K200 (membrane keyboard from like 2007) Fun idea, I like the categories and the option to specify keyboard+layout in the highscore, and the page layout/design…

You cant really backspace into a command you already ran IRL, can you? :)

Thank you

Post reply on HN