|
|
|
|
|
by jules
4028 days ago
|
|
I'm not a 100x programmer, I just did a couple of things that drastically reduced the time: 1. I didn't follow that paper. Even trying to understand that paper would have taken way more time, so after 5 minutes of trying to understand it I gave up on that approach. See this comment for what I did do: https://news.ycombinator.com/item?id=9699870 That saved maybe 20x. 2. I used Python instead of C++ or Java. This saved 5x. 3. The code was throwaway quality code. This saved 2x. Together that's 200x, but I'm at least a 2x worse programmer than them, so that gives you the 100x ;-) |
|
An algorithmicist would say that all this saved you a constant factor of work for a linear slowdown ;)