Ask HN: What's the hardest problem you've ever solved?
11–20 of 124 posts
Re: Ask HN: What's the hardest problem you've ever solved?
#12Re: Ask HN: What's the hardest problem you've ever solved?
#13Tweak -> Compile -> build deployable package -> push to phone -> wait 6 minutes -> test on phone -> repeat....
Re: Ask HN: What's the hardest problem you've ever solved?
#14Then the next hardest problem I found was implementing Genetic Programming in Python (year 2005) http://paraschopra.com/sourcecode/GP/index.php
It was fun but extremely hard for me (at that age!).
After that in 2008, I think the trickiest part for me was to write initial visual editor for Visual Website Optimizer. It involved reverse proxy and inserting JavaScript code into that reverse proxied page, letting the user visually edit the page contents.
Fun days. These days I hardly get to code, though last year I gifted my wife a website (http://wowsig.com) which was super fun.
Re: Ask HN: What's the hardest problem you've ever solved?
#15I have been programming for a bit more than three years. Making a half decent app in Cordova for some classes was the hardest I have worked at problem solving stuff in programs. Looking back on it now the code is really, really bad.
Wow, Is cordova that bad ?
Basically it is one of those unfortunate cases where the first weeks makes everything look really promising (single codebase and all) and it is only after hard work of several months that you realize that there is no way you are going to win this battle.
Re: Ask HN: What's the hardest problem you've ever solved?
#16Re: Ask HN: What's the hardest problem you've ever solved?
#17Re: Ask HN: What's the hardest problem you've ever solved?
#18Re: Ask HN: What's the hardest problem you've ever solved?
#19Re: Ask HN: What's the hardest problem you've ever solved?
#20To answer the question though, I think probably writing a robust web scraper to search events listings and turn them in to a sharable calendar. It'd be trivial these days but I did it in 1999 in Perl with regexs.