Viewing profile — pizzicato
pizzicato
HN member- Joined
- Fri, Mar 02, 2018, 5:25 PM UTC
- HN karma
- 234
- Public activity
- 60 items
- HN profile
- View on Hacker News ↗
About pizzicato
Recent public activity
-
story
Show HN: Full-text search of over 2 million comments on Guardian Books
Hi everyone. This is a hobby project I made with Nextjs. I often browse user comments on book-related pages on the Guardian website to see discussion about books I've read or to fi…
-
comment
Comment #31853410
I use Pocket quite a bit. I've also recently cobbled together a CLI tool that lets me save discussion threads on Reddit, HN and Stack Exchange. Very much a beginner-level project b…
-
comment
Comment #30587353
Hello HN. sammelband.app is a hobby project written in Javascript that I started recently after stumbling upon Mozilla's Readability library. It is a web app that takes one or more…
- story
- story
- story
-
comment
Comment #27895177
That sounds really cool, I hope you manage to work on it :) would love to see it
-
comment
Comment #27895159
There's also https://www.medicines.org.uk/emc for for summaries of product characteristics but I'm not sure if there's an API or dataset.
-
comment
Comment #27895128
Thanks for the kind words!
-
comment
Comment #27895117
Will do that, thank you!
-
comment
Comment #27895111
I've noticed that too, which is strange because some entries are rendered fine (e.g. Names of bacteria in the antibiotic entries). I'll have to poke around and find out what's wron…
-
comment
Comment #27895084
Will do, thanks a bunch!
-
comment
Comment #27895075
Yeah the category is taken directly from the Drugbank dataset, which can be rather specific and arbitrary. I'll see if there's a summary like you suggest that I could use instead. …
-
comment
Comment #27895054
Someone else suggested including a disambiguation to highlight synonyms, which should be helpful in cases like codeine/heroin. Thanks for the helpful advice re unit tests!
-
comment
Comment #27895024
Yep, I'd planned to use something like autocomplete.js but that's something I'll explore after I've cleaned up the core python functionality. Thanks!
-
comment
Comment #27895003
Thank you! Yeah I indented the headings but you're right, it looks better with the highlighting alone. That's a good suggestion about subheadings. I'll try to do something with reg…
-
comment
Comment #27892604
Great suggestion! Thanks :)
-
comment
Comment #27892597
Seems like the entry on Drugbank for insulin is "insulin human", which explains why it doesn't return an immediate match. The closest match using Levenshtein distance is "inulin" i…
-
comment
Comment #27879973
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 usi…
-
comment
Comment #27879955
Ah right, I'll have to tweak the CSS. Thanks a lot!
-
comment
Comment #27879944
It's not usually this slow. I suspect the sluggishness is due to issues on the hosting end related to the spike in traffic. That said, I'm hoping by refactoring the code I can impr…
-
comment
Comment #27874351
Hi HN, Muler is a Flask app that allows users to search for pharmacological information by entering generic or proprietary drug names. External libraries used include Flask, SQLAlc…
- story
- story
-
comment
Comment #26382990
Digital Object Identifier. It's a permanent URL to avoid link rot, really useful for scientific articles. https://library.uic.edu/help/article/1966/what-is-a-doi-and-...