Ask HN: Side Project Ideas?
1–10 of 17 posts
Re: Ask HN: Side Project Ideas?
#2Re: Ask HN: Side Project Ideas?
#3What's your goal? Learn technology? project that may turn into a business? a game?
Re: Ask HN: Side Project Ideas?
#4[0] https://github.com/john-bokma/tumblelog
FWIW; I am looking for beta testers ;-)
Re: Ask HN: Side Project Ideas?
#5Re: Ask HN: Side Project Ideas?
#6These have to legally be made available by each hospital for all services they provide (since January 1, 2019).
At the moment they're hard to find, often buried on the hospital's website and not easy comparable to other hospitals in the area.
A kayak-like site for health procedures would be very useful.
Re: Ask HN: Side Project Ideas?
#7A comparison site for hospital prices. These have to legally be made available by each hospital for all services they provide (since January 1, 2019). At the moment they're hard to find, often buried on the hospital's website and not easy comparable to other hospitals in the area. A kayak-like site for health procedures would be very useful.
So I'm thinking another idea is making a comparison or listing site generator. These sites are very light in terms of tech, heavy in research and operations work, so they're too hard for both the techies and the experts in a field.
Re: Ask HN: Side Project Ideas?
#8A comparison site for hospital prices. These have to legally be made available by each hospital for all services they provide (since January 1, 2019). At the moment they're hard to find, often buried on the hospital's website and not easy comparable to other hospitals in the area. A kayak-like site for health procedures would be very useful.
Comparison site for anything is sorely missing. I needed a comparison site for babysitters, or one for medical insurance. We've got a unicorn which only does comparison for financial services. So I'm thinking another idea is making a comparison or listing site generator. These sites are very light in terms of tech, heavy in research and operations work, so they're too hard for both the techies and the experts in a fi…
re: comparison site generator - I could see that being useful.
I've toyed around with using Google Sheets as the database and the statically regenerating the site every X minutes. Non-techies enter new info via Google forms or directly edit the spreadsheet.
All filter/search is done on the front-end.
Re: Ask HN: Side Project Ideas?
#9A comparison site for hospital prices. These have to legally be made available by each hospital for all services they provide (since January 1, 2019). At the moment they're hard to find, often buried on the hospital's website and not easy comparable to other hospitals in the area. A kayak-like site for health procedures would be very useful.
I think if you can collect information from patients about the final amount they paid for a given procedure (plus the reference codes) and then use that to find patterns in how those bills correspond to the chargemaster you might be able to create a more useful tool. This becomes much more difficult than just scraping though.
The Trump administration started the process on a bill to force insurance providers to make the details of their contracts transparent earlier this year. If that actually ends up getting done (maybe sometime next year), that would likely be a much more useful source of info to aggregate. Insurance providers will probably try and hide the info as many hospitals did, ready for scrapers to step in.