Live data from Hacker News

Ask HN: Do you still bookmark websites?

news.ycombinator.com

31–40 of 145 posts

Re: Ask HN: Do you still bookmark websites?

#31
Yes. Not interested in putting them in the cloud in the slightest. 99% of what's on my desktop i don't want/need on my phone, work or whatever.

People misusing tabs for bookmarks need to get their head checked. Surely the only way you find anything is in the address bar anyway, an there they are equivalent.

Re: Ask HN: Do you still bookmark websites?

#33
Yes, but I can never find what I'm looking for again because I don't organize them myself and Firefox mobile's bookmark search is bordering on unusable. Sorting by date doesn't seem to work at all and I can't find anything I've bookmarked in the past year.

I want a separate, local-only, bookmark application that saves the bookmark, takes a full snapshot of that page, and lets me grep through all the snapshots for whatever I'm searching for. So many of my bookmarks right now are suffering from link rot, a really cool feature would be to take bookmarks in your browser, and, if dead, search on waybackmachine and snapshot it.

Re: Ask HN: Do you still bookmark websites?

#34
There are plenty of options still out there (raindrop.io, Instapaper, Safari’s reading list, etc). No need to vibe code your own, unless you want to.

For read-it-later type bookmarking, like Pocket, I gave up. I never actually go back to read things later.

For “social” bookmarking, like delicious, I never really understood it, but I think sites like Reddit ended up filling that niche. My mental framework was always an evolution of forums, not bookmarking.

For most things, I can do a search and get to something faster than going to my bookmaker.

I use my standard browser bookmarks for my own little sites and things I go to multiple times every day. Then I have some others tucked away for cool sites that I think would be hard to find again. I then forget these exist and never visit, but when I remember they exist every 18 months or so, I go through them and they’re cool.

Re: Ask HN: Do you still bookmark websites?

#36
I still bookmark websites. Just in the standard browser, not in Pocket, etc.

I found searching for and finding bookmarks a pain, so made a Chrome extension to natural language search with lunr.js. It works nicely and I open-sourced it.

Extension: https://chromewebstore.google.com/detail/bookmark-search/fcj...

Code: https://github.com/jamesrr39/chrome-bookmark-search

Re: Ask HN: Do you still bookmark websites?

#37
post #21

Self hosting Karakeep[0] for this. I think next step is to carve out time on Sunday morning to go through things and put them in lists of read vs unread. [0] https://karakeep.app/

Thanks for sharing this. I'm keen to check it out.

I recently tried LinkWarden and Linkding - neither of which I was particularly fond of.

Re: Ask HN: Do you still bookmark websites?

#38

HN itself is a bookmarking tool, BTW The management and search and annotation options are very weak, but when you submit a link here at HN, you are also making a permanent bookmark that will remain accessible via your account

Let me know if there's ever a tool to search HN limited to discussions I've interacted with in some way eg. submission/favorite/comment (public) or upvote. My interactions disappear quickly and are no help when trying to find that one relevant discussion to link.

Re: Ask HN: Do you still bookmark websites?

#39
I sometimes describe Instapaper as "/dev/null for web content". I reflexively share to Instapaper not to read it later, but to absolve guilt for not reading it at all. It is one of my weirdest web habits, on reflection.

OTOH, back when del.icio.us was good, I used it for roughly the same purpose.

These days, I still send links to Instapaper when they are essays or articles. I send links to Raindrop.io when they are anything else, basically anything the Instapaper text extractor would fail on. Things like repos, interactive charts/graphs, photographs, videos, etc.

I still think it is behaving roughly as /dev/null. I do sometimes think that, at least nowadays, you can ask an LLM to visit your bookmarked links and do some semantic search over them. But I guess the best use case is just saving it for later/never rather than wasting time on it now.

Post reply on HN