Live data from Hacker News

Ask HN: What's the hardest problem you've ever solved?

news.ycombinator.com

1–10 of 124 posts

Re: Ask HN: What's the hardest problem you've ever solved?

#3
post #2

I 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 ?

Re: Ask HN: What's the hardest problem you've ever solved?

#6
How to isolate and identify a human hand with the fingers spread and track it in real time on an iPad.

Edit: Whoops, I realized this was ambiguous. I was using an iPad camera to track it and displaying the result as well as using the detection to trigger a camera shutter.

Re: Ask HN: What's the hardest problem you've ever solved?

#7
post #3
post #2

I 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 ?

Nope Cordova over all is not that bad, I was that bad of a programmer though haha.

I think React Native is super cool right now if its going to make nice UI easier and have good multiplatform support.

Re: Ask HN: What's the hardest problem you've ever solved?

#9
NP-completeness for automatic fence placement between two specified instructions in the presence of arbitrary goto statements. Reduction is from negation free 2-SAT to control flow graphs for real programs.

Didn't make it into my first paper, hopefully will end up in my thesis :)

Post reply on HN