Live data from Hacker News

Ask HN: Does anybody still use bookmarking services?

news.ycombinator.com

251–260 of 479 posts

Re: Ask HN: Does anybody still use bookmarking services?

#251

I (still) use Pinboard: https://pinboard.in/u:pratyush Reasons: 1. Archives - those tutorials and guides stay when the original pages go 404 2. API - I use the api to automatically post my bookmarks to my blog 3. Full-text search: this is very very useful when needed 4. Social Discovery: Search that niche website / app on Pinboard. It shows lots of other people who found that same thing as interesting. We can then fo…

I use the API to send myself a daily email with a combination of random and anniversary bookmarks:

https://github.com/klenwell/pinprick

I find it a good way to keep in touch with past bookmarks and do some light maintenance.

Re: Ask HN: Does anybody still use bookmarking services?

#252

I (still) use Pinboard: https://pinboard.in/u:pratyush Reasons: 1. Archives - those tutorials and guides stay when the original pages go 404 2. API - I use the api to automatically post my bookmarks to my blog 3. Full-text search: this is very very useful when needed 4. Social Discovery: Search that niche website / app on Pinboard. It shows lots of other people who found that same thing as interesting. We can then fo…

I love Pinboard. It has all the features I'd expect from a bookmarking service, but nothing superfluous. There's no upsell. There's no advertisement or JavaScript bloat.

Part of the reason for Pinboard's success is the lack of VC pressure for growth. I'm happy to keep paying for Pinboard indefinitely.

Re: Ask HN: Does anybody still use bookmarking services?

#253

Earlier quoted context omitted.

As a paying customer, I would not recommend pinboard. Just look at some recent discussions on HN. It has been abandonware for years now.

It has been abandonware for years now I pay to keep the servers running, not so I can have something new and shiny every month. If it somehow quits doing what pinboard does, then I'll look at alternatives.

Well, the archiving hasn’t been working.

Re: Ask HN: Does anybody still use bookmarking services?

#254

I use Zotero for this now. I have a bunch of sub-collections (e.g. technical, interesting, fitness, etc.) and when I see a webpage I like I use the plug-in to save to Zotero. Better than a bookmark because it also saves a snapshot of the webpage, and, I can easily cite it if I'm writing a document. https://www.zotero.org/

Same. I don't even use the citation features of Zotero, it's purely a bookmark manager for me. I can choose whether to save the page with or without a snapshot, use both folders and tags for organization, add notes if I want to, and on supported sites (like Github), get an automatic bookmark summary too. The interface took a bit of getting used to, but I learned some of the shortcuts, installed Zutilo [1], and ultima…

I hadn't heard of zutilo, I will check it out, thanks.

Re: Ask HN: Does anybody still use bookmarking services?

#255
I generally archive as pdf ONLY things really interesting me, in org-mode/org-roam managed notes as org-attachments, most other links are just noted with a not-that-good but the best I found combo:

- https://addons.mozilla.org/en-US/firefox/addon/copy-as-org-m... and https://github.com/kuanyui/copy-as-org-mode

- https://beepb00p.xyz/promnesia.html and https://github.com/karlicoss/promnesia and https://addons.mozilla.org/en-US/firefox/addon/promnesia/

- https://beepb00p.xyz/grasp.html and https://github.com/karlicoss/grasp/ and https://addons.mozilla.org/en-US/firefox/addon/grasp

The first to quickly copy text from html, the second to see if something is already noted, the third to quickly archive the bookmark. In the past I've used Zotero witch works automatically VERY well (and on deduplicated storage does not consume so much disk space) but since it's a kind of walled-garden in the sense I can't really integrate it in anything else I decide to have a bit less features but hyper-superior integration with org-mode.

Re: Ask HN: Does anybody still use bookmarking services?

#256
I use the Pocket free tier.

Then I use the web export function there to export it to xml.

I wrote a script that would read that xml and pull (and if not available, fall back to archive.org) and cache (so only new bookmarks are downloaded) the sites, and built an offline version for archival and searching.

Re: Ask HN: Does anybody still use bookmarking services?

#257

I'm still using a clone of https://del.icio.us/ that I wrote in 2004 after a fit of pique when it went down for a day or two. I use it almost daily and have amassed 11,490 links as of today, and most of them have the HTML cached. It's kind of fun to track my interests over time by counting tag frequency, but I mainly use it out of nostalgia and for the mere constancy of it.

How do you get it to work with sites that are javascript-heavy or have heavy bot restrictions? I've been trying to make something similar but spent weeks just fighting edge cases on HTML not caching correctly.

Re: Ask HN: Does anybody still use bookmarking services?

#259
post #27

I have started doing something completely different than using bookmarks. I set up yacy[1] on a personal, internal server at my home, which I can access from all my devices, since they are always on my wireguard vpn. Yacy is actually a distributed search engine, but I run in 'Robinson mode' as a private peer, to keep it isolated, as I just want a personal search of only sites I have indexed. Anytime I come across som…

This is how I always imagined the search engines of the future to work. All the data is local first and the user is in control.

Re: Ask HN: Does anybody still use bookmarking services?

#260

I’m using Safari on macOS and iOS as my primary browsers. If I find something worth bookmarking, I add it to Reading List (the keyboard shortcut is muscle memory by now) which gives me a searchable list of offline—readable sites synced across all my devices. I’ve also found the History search really great at quickly allowing me to solve the “what was that ZFS HOWTO was looking at last week?” type of situations. I, to…

>Reading List “just works.”

Offline reading doesn't always work. On the Mac I have to use the "save offline" menu. On iOS I haven't been able to find out when or why it does or doesn't work offline.

Post reply on HN