The system is not working. You should always double check before posting on HN that your system is working and/or can handle moderate levels of interaction. EDIT: seems to be up now.
Sorry about that. I've done my best to make sure my code works before and after pushing changes to production. I think it might be due to limitations on the hosting side as I'm using the free tier on PythonAnywhere.
Show HN: Muler, a search engine for drug info built with Flask
11–20 of 40 posts
Re: Show HN: Muler, a search engine for drug info built with Flask
#12Re: Show HN: Muler, a search engine for drug info built with Flask
#13A few questions though:
- is the indentation of section headings, such as "Indication", "Pharmacodynamics", etc, intentional? The yellow highlight seems to take care of the emphasis on its own. It feels, to me, it should either be one or the other.
- when sections (e.g. "Pharmacodynamics") include clear points of emphasis within them (e.g. asterisks for bold), then could those perhaps be rendered as sub-headings for increased readability? An example can be seen when searching for "codeine": https://muler.pythonanywhere.com/codeine
Re: Show HN: Muler, a search engine for drug info built with Flask
#14Looks great - only thing that immedaitely felt missing (although probably due to not being a member of the target audience) is a typeahead for the search :)
Re: Show HN: Muler, a search engine for drug info built with Flask
#15One thing I've noticed is that the first line under the drug name, I guess is the category? Some of them are probably a bit more specific than they need to be, like ibuprofen: https://muler.pythonanywhere.com/Ibuprofen
You could take the summary from DrugBank instead of a category, but that might have other issues too.
Either way, I'll probably come back and use this in the future!
Re: Show HN: Muler, a search engine for drug info built with Flask
#16If you want an idea for a future project, I conceived a little while ago of a browser extension enabling hover-over drug info pop-ups in the same vein as YomiChan (a tool providing mouse-over definitions for Japanese language learners). Maybe I’ll get to that at some point.
Re: Show HN: Muler, a search engine for drug info built with Flask
#17Re: Show HN: Muler, a search engine for drug info built with Flask
#18As a layperson, I searched for "aspirin" and got a result for "Acetylsalicylic acid" and I didn't know if the search result was even correct. If it had said "Acetylsalicylic acid is a synonym of aspirin", things would have made sense immediately.
(I think Wikipedia displays such types of disambiguation info at the top of their pages.)