Hacker News new | past | comments | ask | show | jobs | submit login

Me too, must be the advent of code leaderboard envy! I'm reading the puzzle text, implementing a nice little solution, debugging it a little bit, and after a few tries get the correct result. Entering the result, happy that it has worked, and realizing, that there were 4000 people faster than me again.

It does not bother me too much, but it is humbling. And I guess speed puzzle solving is a skill that can be trained like any other, so given the context I too thought, that these a website to learn exactly that.




I'm nowhere near the leaderboards, but I have built some tools that do things like scaffold the files for a solution and automatically fetch the input file. I imagine the guys competing for the top spots are doing similar things, automating as much as possible.

Another thing is having utilities and libraries that are well suited for solving puzzles, I have a whole module in my repo that implements a 2d-array style structure (in elixir), which I've been able to use on 6 or 7 puzzles.

So there are ways to increase your speed other than "just be really fast at coding" (although you definitely need that too if you're trying to get up the rankings!)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: