Live data from Hacker News

Show HN: Muler, a search engine for drug info built with Flask

muler.pythonanywhere.com

11–20 of 40 posts

Re: Show HN: Muler, a search engine for drug info built with Flask

#11
post #3

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.

Thats alright. I should have been more specific. I did upvote your post and I got downvoted - woohoo.

Re: Show HN: Muler, a search engine for drug info built with Flask

#13
Congratulations on a very nice hobby project, and reaching the front page of Hacker News!

A 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

#14

Looks 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 :)

Nah, typeahead would be hugely helpful given how difficult many drugs are to spell. I'm looking at you, acetaminophen (aka paracetamol aka Tylenol)

Re: Show HN: Muler, a search engine for drug info built with Flask

#15
This is pretty good, nice work! I think you're spot on that sometimes you just need a simpler overview of info.

One 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

#16
As a fellow medical student this looks very useful, thanks.

If 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

#18
Suggestion: If the search result is a synonym of the search query, display a message at the top saying so.

As 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.)

Re: Show HN: Muler, a search engine for drug info built with Flask

#19
Very nice. As others have said, the sections that start with headings inside double asterisks ("*") should be set off somehow. I would suggest a paragraph break, with the heading either on a separate line or on the same line with some distinguishing typography such as bold.
Post reply on HN