It's been fun to work around the constraints on an underpowered device. It's also an excuse to learn ARM assembly, and a nice break from all the JavaScript I've been spending my time in lately!
Ask HN: What interesting problems are you working on?
71–80 of 709 posts
Re: Ask HN: What interesting problems are you working on?
#72Dental treatments, besides being very expensive, are often (up to 28%) unnecessary. This happens because no-one keeps dentists in check. I am trying to make dental treatment and diagnosis reviews easy, cheap, reliable and fast.
Re: Ask HN: What interesting problems are you working on?
#73Procedural fictional world generation.
Re: Ask HN: What interesting problems are you working on?
#74Re: Ask HN: What interesting problems are you working on?
#75Why am I still using pen and paper for math homework? Why do I have to rewrite the whole friggin thing every step?
And there's a hope that whatever I learn might be useful for lisps, too.
Re: Ask HN: What interesting problems are you working on?
#76This problem will only apply to very few people. But over the past 2.5 years I've been tracking everything and deriving insights on my activities. This produced some astounding results. e.g. Chewing gum makes me more comfortable in a conversation. Recently I've found a community of robot-like people on reddit who also do this. So I decided to build a platform. It's still in its early stages but feel free to check it…
Any other insights you’ve discovered? I tracked my data for a year and discovered strawberries were a potent mood enhancer.
Re: Ask HN: What interesting problems are you working on?
#77I'm working on automating the acquisition of cardiac MRIs using deep learning!
Re: Ask HN: What interesting problems are you working on?
#78Community medicine; precision medicine - all self-funded.
Re: Ask HN: What interesting problems are you working on?
#79Flight search. I hunt deals for Aussie travellers ( https://www.beatthatflight.com.au ), but an inordinate amount of my searching for deals is manual. - initially, all manual - secondly, timers - I know when some airlines do deals, so I go look - thirdly, I found other sites indexing unusually cheap flights, but they're not always the same price on my site - fourth, built a script to search my own site for a route, b…
That really is a hard problem. Here is a very good slide deck [0] detailing the complexity of flight search. It's written by an employee of ITA Software, who built QPX, the system that was bought by Google and now powers Google Flights. [1] [0] http://www.ai.mit.edu/courses/6.034f/psets/ps1/airtravel.pdf [1] https://en.wikipedia.org/wiki/ITA_Software
I've found, however that for one way routes I can do fairly well, and for return journeys I have to just sample the space and hope that I'm hitting some good dates in there, currently.
Re: Ask HN: What interesting problems are you working on?
#80I have to say that the technical challenges of bringing in modern web technologies to interface with legacy systems has been an interesting (and frustrating at times!) experience. After working as a software dev for a number of years before taking this on, I’ve been jumping between sales, marketing, devops, management, and actual software development all in a day.