frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Typing Speed Test, but for Developers

https://haxxorwpm.0s.is/
72•hronecviktor•3h ago

Comments

arjunvrofficial•3h ago
Cool initiative, UI can be improved.
hronecviktor•3h ago
Thanks, if you have any specific ideas about the UI, I would love to hear them
lucb1e•2h ago
Switching categories does not restore scroll position to top, so you start to type what shows as being on top and the whole list changes to "you've got the first command wrong and here is a completely new list to type". I didn't understand what had happened at first

The scroll position of the whole page (including the field where I'm typing) changes when you press enter with the first three commands, until until the current command is centered within the commands list

WPM is a strange measure when some words are -h and others are "user@example.com" including the quotes. Not like language doesn't have long and short words but especially with needing shift etc., this feels kinda weird and like it would depend a lot on which words you get randomly assigned. You can pick the longer duration to even that out, but you could also just switch to CPM and get more reliable results faster -- or so I'd expect

The highscores don't show the run's duration, aka the error margin

Theoretically this would have to use readline or whatever input mode the person is used to. Ctrl+P would put the cursor at the end of the previous command, Ctrl+W then erases the last word (until the previous whitespace), Alt+Backspace is similar but erases until the previous punctuation, etc. Not sure if that's all possible on web. For some reason it also didn't bother me though, although I'm a very heavy user of these and e.g. web KVMs and chat input fields (when writing a command to a nerd friend) keep tripping me up. I guess it just feels like a typing test and not "real". But it makes me wonder what "real" would do for typing speed

Going back to the previous command (with (ctrl+)backspace I think mainly) is something I kept trying to do though, also tripping up 3 commands in a row (notice typo -> autopilot-mode fixing it: backspace to undo the enter, type correct character, enter again -> now you have 2 lines wrong). Maybe backspace (or also arrow keys?) being able to go back to a previous command could be a setting so people are free to choose whatever is faster for them

The input field defocuses at the end, so then the default browser commands start triggering as I'm typing the remainder of the command (mostly that's just searching on the page and the scroll jumps to some random spot, but can also be leaving the page with backspace). Maybe the fix can be as simple as restoring the box' previous value onkeyup and coloring it as though it's disabled

Highscores are probably more fun if you see (or can toggle between) the latest submissions as well as the top month/year/all-time. More of a long-term thing, for now I lead one of the categories so I know the submission worked and that I'm amazing *pats self on back* (there is only one other person in that category for now :P)

I wonder how long it takes for everyone to get kicked out by a cheater though. Maybe there should be a cheater category that shows up once you hit >1.5×max(leaderboards), because people will want to try autotyping but you also don't want to give them ideas. Then they have some place to submit to without breaking the other highscores. I know that a lot of cheaters won't care but... I would :shrug:

Choosing e.g. Debian does not include Basic commands that I can tell, whereas of course on Debian it's not like you never mv a file. Maybe multi-selecting categories would enable people to combine it however they want, but then the highscore system is difficult so hm.

To reproduce... actually, I wonder if you can guess my browser and OS family based on the above :D

None of these are a blocker or big bother for me btw, it's just that I saw the invite to report UI issues/ideas and I can't help myself. I had fun using it, thanks for making!

stfnon•3h ago
Your connection is not private Attackers might be trying to steal your information from haxxorwpm.0s.is (for example, passwords, messages, or credit cards). Learn more about this warning net::ERR_CERT_AUTHORITY_INVALID

this is what happens when you dont have always on ssh box for your agents

hronecviktor•3h ago
It's on a VM running behind caddy + bog-standard Let's Encrypt DV cert. It apparently works for nearly everyone, but I did have one user in the past that reported that *.0s.is domain doesnt work in his browser. Could not get enough info about what his setup was, if you could share what OS/Browser + versions you got that would be much appreciated
mashlol•59m ago
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
BrenBarn•3h ago
Realistically, to measure a lot of this stuff, you need to model tab completion.
jugg1es•3h ago
especially for directories
umvi•58m ago
When I was typing "ssh-copy-id" I typed "ssh-c" and then hit tab... I was disappointed
eqvinox•2h ago
This seems to be largely devops stuff, not developer. (Or plain ops.)
jascha_eng•1h ago
It used to be that DevOps was the movement of merging Ops leftwards so that Devs own the Operation of their software.
JohnMakin•36m ago
and devs almost universally end up not wanting to do that
abhaynayar•2h ago
Something I realized with the new LLM tools is that learning how to type plain English words fast i.e. without capitalization or punctuation, and even typos is not that big of a problem anymore. And so it follows that code-specific typing is even less important if you can just type in normal words fast and then just check it's output. Although yes for stuff this small i.e. super small terminal commands I feel there does still exist an advantage.

Also, another observation I've had is sometimes I just don't feel like speaking, so voice as input to LLMs is really not an ALL time replacement in my personal opinion. In fact, I find myself preferring to type fast and with typos in lowercase much more than anything else.

jwpapi•2h ago
I’m seeing a lot of people that having that train of thought. I think that is a fallacy. I can understand that some LLM execution can be faster, but definitely not all. Agents need to explore, grep and get back up to speed to get context, if you have a good mental model, you can do changes or adaptions in <7s with a bunch of shortcuts or commands.

One could argue to find the <7s commands in your head takes you more mental power than to just wish it in to the LLM and whilst its running you can wish something else in another session, but I’m thinking that the cost of context is more important than the actual execution time for your task. Every extra task gets more expensive. It’s not a ressource where you have a limit, right from the 2nd task the cognitive load increases.

Therefore I’m thinking one task that can be done in one context window without switching is worth a load in these days of constant distraction.

ashu1461•2h ago
I get your point but I do prefer delegating almost all of the things to the LLM.

A lot of times human commands are prone to errors / edge cases as well. Example a simple git pull command usually would take < 7 seconds, but then LLM can take care of resolving merge conflicts etc as well.

A simple git push is usually instant but that comes with an overload of some un intended changes being pushed, which LLMs take care of removing themselves.

When LLM is doing its thing, we can spend the same time in writing the next prompt.

samso26•2h ago
This is fun lol. typing tests but for terminal commands instead of regular words is such a niche idea but it actually makes sense. every dev has typed git pull origin main so many times their fingers do it on autopilot, so measuring that muscle memory is a cool way to track terminal fluency.

The leaderboard angle is smart too,people love competing on pointless metrics and wpm is the perfect one for that.would love to see a mode for specific tools tho, like a docker-only round or a vim escape sequence speedrun. The git rebase one would genuinely stress test people lol.

ashu1461•2h ago
Is WPM really pointless ?
lucb1e•2h ago
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 is very clear. Thanks for making!

arikrahman•2h ago
I made a typing trainer for developers for a vim inspired corne keyboard layout (enthium) called enthalpy. It's made for matrix keyboards. You can find it at https://enthalpy.arik.zip/
raincole•2h ago
Only slightly related, but what increased my code typing speed the most is this (AutoHotKey 2):

; CapsLock + J/K -> ( )

CapsLock & j::SendText "("

CapsLock & k::SendText ")"

; CapsLock + U/I -> [ ]

CapsLock & u::SendText "["

CapsLock & i::SendText "]"

; CapsLock + L/: -> { }

CapsLock & l::SendText "{"

; SC027 = physical ;/: key on a US keyboard

CapsLock & SC027::SendText "}"

; CapsLock + O/P/M/E -> _ + - =

CapsLock & o::SendText "_"

CapsLock & p::SendText "+"

CapsLock & m::SendText "-"

CapsLock & e::SendText "="

SoftTalker•1h ago
I've tried this sort of thing but then your muscle memory works against you when you have to use a "normal" keyboard.

Even remapping Cap Lock to Control, which I do, trips me up for a few minutes when I need to work on any other computer that has not been set up that way.

hronecviktor•1h ago
Dont even have to remap anything to cause issues. Case in point: we wanted to try mob programming with 2 colleagues.

I was using a 106 with US layout

Colleague #1 was using 60% with russian layout

Colleague #2 was on catalan layout

90% of the time we were just hunting for special chars

mananaysiempre•43m ago
For what it’s worth, a normal (100%) Russian PC keyboard set to a Latin layout turns into a bog-standard QWERTY, with the sole exception of an ISO-style Return (like a British keyboard) but a wide left Shift and two equivalent Alt keys (like a US one). The variation among various keyboards advertised as 60% is wide enough that the Russian part really shouldn’t matter as long as you can ignore the additional labels.
rlv-dan•2h ago
The speed that I type is not related to the quality of my code. I think then type.
hronecviktor•2h ago
I can code real fast. It doesn't compile, but it's fast :)
yuuu•1h ago
nobody asked
wazoox•1h ago
There is no autocompletion, that's not realist. I never type "apt-get install nginx" I type "apt-g<tab> ins<tab> ngi<tab>"
dijksterhuis•1h ago
use plain apt, fewer letters ;)
efitz•1h ago
My typing speed is measured in tokens per second…
dmos62•1h ago
Expected this to be speed typing of AI prompts.
faitswulff•1h ago
I wish this had some code or pseudo-code tests!
sudo_cowsay•1h ago
Bitdefender: "Phishing page blocked for your protection"
amarant•1h ago
I like how our very own Bobby Tables is ranking near the top in several categories!

Go Bobby!

Bender•1h ago
"Movie Hacker" should perhaps include nmap and sshnuke [1] despite being a real command and a real skiddie exploit [2]. When that that first played in the movies (The Matrix) people in the bay area theaters were standing up and cheering. People not familiar with the tools were very confused as to what was going on.

[1] - https://nmap.org/movies/

[2] - https://blog.doyensec.com/2025/03/04/exploitable-sshd.html

hronecviktor•1h ago
Ahh, core memories
snozolli•41m ago
Unrelated, but I saw a movie in the early 2000s while visiting San Francisco. One of the trailers was for the Ben Affleck movie Paycheck (2003). When the trailer voice dramatically announced, "Michael Jennings is the best reverse-engineer in the business," the entire audience erupted in laughter. I felt like I had found my people. I moved to SF shortly after.

https://m.youtube.com/watch?v=rkE5I9nFqrI

jedberg•20m ago
And they even bumped the version number so it would be “in the future”. I remember watching it in the Bay Area and having the same reaction.
programjames•45m ago
Where is the "tab" autocomplete?
malux85•10m ago
Typing speed only really matters for juniors and going into intermediate developers, after that point thinking methodology - abstraction design, data structures, system design, complexity isolation, matter way, WAY more.

50% because by the time you get to this your typing speed has crossed a threshold of no longer being the bottleneck and 50% because you are experienced enough not to make all the silly little mistakes and your unit of work is larger and more complex

KronisLV•28m ago
> A simple git push is usually instant but that comes with an overload of some un intended changes being pushed, which LLMs take care of removing themselves.

In my experience it can often be the opposite - AI would commit a lot of slop comments and sometimes unnecessary stuff, whereas if you can review things in GitKraken or another program with diffs, things are closer to what you want. Writing commit messages and PR descriptions (maybe change summaries, the intro less so) is easily outsourced to the LLMs though.

jghn•1h ago
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 did typing. At that point, what does it matter if I'm at 20wpm or 200?

Likewise, in day to day life, it's not like I'm sitting there typing a novel. I'm mostly clicking buttons, writing short messages, tweet,s and the like. My day to day typing speed has also decreased. I'm sure it's still up around 80-100wpm, but it's rare that I'm sitting there typing long enough to matter.

Same with LLM. Who cares if it takes me 10 seconds or 20 seconds to type in a prompt, when it's going to sit there and spin for a minute anyways?

Speech Recognition and TTS in less than 500kb

https://github.com/moonshine-ai/moonshine/tree/main/micro
179•petewarden•4d ago•21 comments

Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day

https://www.neatnik.net/hardcore-indieweb
33•cdrnsf•1h ago•26 comments

Judge a book by its first pages

https://uncovered.ink
18•bookofjoe•1h ago•15 comments

GPT-5.6 used a prompt to close a 30-year gap in convex optimization

https://old.reddit.com/r/math/comments/1uxj3cy/after_openais_cdc_proof_announcement_gpt56_used_a/
477•mbustamanter•10h ago•307 comments

Classic Amiga titles, free to download

https://amigafreeware.downer.tech/
13•doener•1h ago•1 comments

Typing Speed Test, but for Developers

https://haxxorwpm.0s.is/
74•hronecviktor•3h ago•42 comments

If You Build It, They Will Come

https://www.benlandautaylor.com/p/if-you-build-it-they-will-come
221•barry-cotter•7h ago•80 comments

I'm Making Strandfall, a Solarpunk Orienteering Larp

https://mssv.net/2026/04/29/im-making-strandfall-a-solarpunk-orienteering-larp/
69•surprisetalk•5d ago•13 comments

Gleam Is Now on Tangled

https://tangled.org/gleam.run/gleam
184•nerdypepper•7h ago•122 comments

Is this the end of the once-mighty GoPro?

https://amateurphotographer.com/latest/photo-news/going-going-gone-is-this-the-end-of-the-once-mi...
176•aanet•3d ago•374 comments

Real-Time LuaTeX: Recompiling Large Documents in 1ms [pdf]

https://www.tug.org/tug2026/preprints/lode-realtime.pdf
8•amichail•1h ago•3 comments

Fable 5 vs. GPT-5.6 Sol on an NP-Hard Problem: Does /goal help?

https://charlesazam.com/blog/fable-5-gpt-5-6-sol-goal/
202•couAUIA•12h ago•100 comments

Our Approach to Bioresilience: Isomorphic Labs and Google DeepMind

https://deepmind.google/blog/our-approach-to-bioresilience/
57•bookofjoe•7h ago•21 comments

Co-evolution of self-replication and function in a digital primordial soup

https://arxiv.org/abs/2607.09211
8•vicgalle_•2h ago•2 comments

LG monitors silently install software through Windows Update without consent

https://videocardz.com/newz/lg-monitors-silently-install-software-through-windows-update-without-...
950•baranul•13h ago•492 comments

Setting up your spare Mac for Claude Code to control, a step-by-step guide

https://ykdojo.github.io/claude-controls-mac/
159•ykev•7h ago•121 comments

Mayor Mamdani Says Landlords Can't Use AI Images to Advertise

https://petapixel.com/2026/07/16/mayor-mamdani-says-landlords-cant-secretly-use-ai-images-to-adve...
50•gnabgib•1h ago•26 comments

A Second-Grade Teacher Revived a Beloved Video Game

https://www.nytimes.com/2026/07/13/style/backyard-baseball-video-game-teacher.html
62•danso•5d ago•25 comments

Show HN: Q3Edit – Edit and play Quake 3 maps in the browser

https://q3edit.com
61•drdator•8h ago•12 comments

Elixir-lang.org has a new design

https://elixir-lang.org/
154•bbg2401•7h ago•97 comments

GTX 1080s: Testing a Legend

https://www.lttlabs.com/articles/2026/07/15/gtx-1080s-revisiting-legends
81•LabsLucas•3d ago•35 comments

The Kimi K3 Moment

https://stephen.bochinski.dev/blog/2026/07/18/the-kimi-k3-moment/
252•sbochins•5h ago•273 comments

What AI did to stackoverflow in a graph

https://data.stackexchange.com/stackoverflow/query/1953768#graph
347•secretslol•12h ago•404 comments

How GitHub gave every repository a durable owner

https://github.blog/security/application-security/how-github-gave-every-repository-a-durable-owner/
61•ascertain•1w ago•22 comments

Tech note: making your own V-I plots at home

https://lcamtuf.substack.com/p/tech-note-making-your-own-v-i-plots
61•zdw•1d ago•9 comments

From Sawdust to Paw Patrol: The Spin Master Story (With Ronnen Harary) [audio]

https://www.econtalk.org/from-sawdust-to-paw-patrol-the-spin-master-story-with-ronnen-harary/
3•mooreds•3d ago•0 comments

Gap in Mochizuki's proof of ABC confirmed by Lean

https://twitter.com/FumiharuKato/status/2078017230537892207
10•ogogmad•1h ago•1 comments

Goodbye, and Thanks for All the Bikesheds

https://queue.acm.org/detail.cfm?id=3818307
171•Ygg2•6h ago•175 comments

The Computer at the Bottom of a Canal

https://negroniventurestudios.com/2026/07/18/the-computer-at-the-bottom-of-a-canal/
137•Kudos•14h ago•37 comments

Regressive JPEGs

https://maurycyz.com/projects/bad_jpeg/
646•vitaut•20h ago•65 comments