Live data from Hacker News

Show HN: Get Well Soon – AI-based online diagnosis

getwellsoon.ml

31–33 of 33 posts

Re: Show HN: Get Well Soon – AI-based online diagnosis

#31

Earlier quoted context omitted.

my family doctor is quite happy that patients do research. She says that while some are hypochondriacs who have all the diseases in Google, most of the time it is useful for the patients to have spent some time researching. It saves her explanation time when the patient is informed, and also some edge cases pop up where the patient came in with a good insight.

Maybe it's just me but I find most doctors both dismissive and rushed. They just throw pills at you without much consideration and then on to the next patient -- can hardly get a word in. Doing your own research may in fact be critical to your health, though doctors are not likely to be interested in discussing the details.

Every time I visit my doctor, I have to remind him of all the conditions I had mentioned in previous visits. Is this normal?

Re: Show HN: Get Well Soon – AI-based online diagnosis

#32
post #24

Earlier quoted context omitted.

I flagged this submission. It's not just letting you explore symptoms, but collecting names and ages from individuals without a bare minimum effort to post any kind of privacy policy. Who's behind the site? How can I contact their HIPAA privacy officer (a requirement in the US at least)?

This is an open source demo application. Not a commercial website, neither intend to be one. Here is the code - https://github.com/mastercoder82/getwell-soon Look for yourself and check if your name is collected, social-engineered or sold to insurance companies. P.S - If you have even little knowledge about browser dev console, you will know that the name doesn't even leave your browser.

There are a few counter-arguments to that. First, it's impossible to determine that the source on GitHub is the same as what is deployed to a server. Additionally, having to locally debug any given site in order to trace whether or not information is being transmitted is an unrealistic expectation.

I trust that your intentions are in the right place, just that when it comes to medical-related things it's worthwhile to err on the side of caution. If some information is not being used, it's best not to ask for it in the first place.

Re: Show HN: Get Well Soon – AI-based online diagnosis

#33
post #32

Earlier quoted context omitted.

This is an open source demo application. Not a commercial website, neither intend to be one. Here is the code - https://github.com/mastercoder82/getwell-soon Look for yourself and check if your name is collected, social-engineered or sold to insurance companies. P.S - If you have even little knowledge about browser dev console, you will know that the name doesn't even leave your browser.

There are a few counter-arguments to that. First, it's impossible to determine that the source on GitHub is the same as what is deployed to a server. Additionally, having to locally debug any given site in order to trace whether or not information is being transmitted is an unrealistic expectation. I trust that your intentions are in the right place, just that when it comes to medical-related things it's worthwhile t…

Makes sense. Removed the "name" field.
Post reply on HN