HN user

pizzicato

234 karma

https://tachy.org

Posts11
Comments48
View on HN

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 URLs and extracts the relevant content from each web page to a single document, which can then be downloaded to your device or sent to your email. Pocket integration is available, and I plan to add integrations with other bookmarking services.

How useful is this? Honestly, I'm not sure, but I've learned a ton about web dev during the month I spent on this. There's also a special joy in seeing something I kludged together in my free time live on the Internet.

Source code:

https://github.com/PizzaMyHeart/sammelband-server [back-end]

https://github.com/PizzaMyHeart/sammelband-frontend [front-end]

(I'm not a professional dev, so please forgive me if the code makes your eyes bleed.)

Any feedback is much appreciated!

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 regex - shouldn't be too difficult I imagine.

Thanks for taking the time to test it and give feedback :)

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 improve performance. Loading spinners is a good idea.

Thanks so much for trying it out and giving your suggestions!

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, SQLAlchemy, and FuzzyWuzzy.

This is a hobby project I made during my final year of medical school. As far as I can tell from the logs there are no more than five humans who use it semi-regularly (lots of bots pinging though). I don't mind because I find it very useful personally, and I've also learned a lot about Python, web dev, and databases.

Right now I'm trying to refactor the code (just wrote my first class) and implement unit tests (just started reading the Pytest docs), so I'd really appreciate specific feedback and tips about those.

Thanks for your time!

URL: http://muler.pythonanywhere.com/

Repo: https://github.com/PizzaMyHeart/muler

Your site looks awesome indeed! It reminds me of https://learn-anything.xyz but with a stronger focus on community.

Here you go! Only the titles and review URLs were taken from the original sites. The rest are from Google Books.

Science and Nature: https://gist.github.com/PizzaMyHeart/fd264434b2b92ba6dac0871...

LSE: https://gist.github.com/PizzaMyHeart/c07e162df141ced84509a3f...

The book tags were taken from the source HTML and seem to have been done very sloppily, especially the Nature ones, so you'd want to create your own tags anyway.

Thanks!

My chosen career is further away from tech than I'd like - I'm in my final year of medical school. I love tinkering with computers for fun.

Ideally, I'd like to be able to include programming alongside clinical practice in some way. I've picked up some very basic Python by making hobby projects over the last few years, and my current aims are to improve those Python skills and brush up on statistics in order to learn, er, statistical learning for research. I'm slowly making my way through MIT's 6.0001 and OpenIntro statistics.

I really hadn't expected this project to receive this many responses! My impression of HN has been that it's full of highly skilled, super talented devs and I was a bit intimidated by the idea of posting about my own clunky project. But thankfully HN is a lot more welcoming to beginners than I'd thought :)

Thank you! I subscribe to the Nature email newsletter and really like the book reviews they've revived relatively recently. Last week I stumbled upon the Science book review blog and thought it would be amazing if more journals did this type of general interest book reviews, and if these reviews could be aggregated for easy browsing. There are plenty of outlets for reviews of literary nonfiction, but not so much for popsci-type books in my experience.

I started with those two sites, then found the LSE one and reviews.ac.uk (a history book review site which I have yet to include). IEEE spectrum also has a book review section but it's very sparse, so I didn't bother.