Live data from Hacker News

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

news.ycombinator.com

121–124 of 124 posts

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

#121
I recently wrote a time series modeling algorithm. I tried some existing open-sources packages but none worked very well. I really just wanted to decompose the time-series into a set of linear trends merged together in a continuous way. It turned out there was an elegant algorithm to do this called L1TF from Boyd's convex optimization group at Stanford. Also found a python implementation on Github to get started with. The paper mentioned that it was easy to add all kinds of things such as seasonality, discontinuities, outlier rejection, auto-regression etc but didn't give formulas. Just waved the hand like many academic papers do. I ended up figuring out how to add all these things but in order to do so, I had to learn a large part of the field of convex optimization in my after-work and vacation time and perform some lengthy, difficult calculus to arrive at the formulas. The algorithm worked great in the end. I find it funny that while the client is satisfied, they no idea that they now possess one of the world most powerful time-series algorithms which involves ideas from some of history's greatest mathematicians: Newton, Lagrange, Euler, von Neumann as well as many of the past century's luminaries. Open source part is here. https://github.com/dave31415/myl1tf

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

#123
post #57

Earlier quoted context omitted.

Yes, that is part of it. I pretty much abandoned the thought of someone being wrong and someone being right. We all have this bias, that we are more intelligent then others. While on average, we are just average.

>I pretty much abandoned the thought of someone being wrong and someone being right. Frankly, this sounds like taking a good idea too far. People around you will make assertions about objective reality that are beyond any reasonable doubt incorrect, sometimes dangerously so. Considering them wrong can be important to prevent harm to yourself, your family and your job or business. Beyond that, calling out people you c…

You sound like his past self. Lol

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

#124
post #91

Poltergeist Room problem. Back in the CRT monitor days, I was working for a computer repair company. There was this particular client (in the defence industry) who had monitors that started flickering and having a greenish hue at its sides after a week. Every week, we had to go to his office to swap the monitors and bring the faulty ones back to recalibrate (it was costly, but hey, its a Defence contract and those pa…

No 'degauss' button on those CRTs? :)
Post reply on HN