Ask HN: What Happened to Pinboard?
11–20 of 34 posts
Re: Ask HN: What Happened to Pinboard?
#12Since you asked about alternatives, you might be interested in trying my https://histre.com/ It is fast. It gives you bookmarks with notes, highlights, collections, publishing, and sharing. The browser extensions are open source. I’ve described additional features here: https://histre.com/features/ There is full api access and several integrations including Hacker News https://histre.com/integrations/ Your HN upvotes…
Re: Ask HN: What Happened to Pinboard?
#13Re: Ask HN: What Happened to Pinboard?
#14Tangential: for those of us _not_ running into functional issues with Pinboard, [Paperback]( https://readpaperback.com ) remains one of my favorite addon services for a SaaS pretty much ever. One-time payment unlocks ad-free Instapaper-like functionality driven from your Pinboard account. Superb. (Unaffiliated, happy customer.)
Absolutely worth the cost.
Re: Ask HN: What Happened to Pinboard?
#15Re: Ask HN: What Happened to Pinboard?
#16Re: Ask HN: What Happened to Pinboard?
#17Since you asked about alternatives, you might be interested in trying my https://histre.com/ It is fast. It gives you bookmarks with notes, highlights, collections, publishing, and sharing. The browser extensions are open source. I’ve described additional features here: https://histre.com/features/ There is full api access and several integrations including Hacker News https://histre.com/integrations/ Your HN upvotes…
Re: Ask HN: What Happened to Pinboard?
#18Since you asked about alternatives, you might be interested in trying my https://histre.com/ It is fast. It gives you bookmarks with notes, highlights, collections, publishing, and sharing. The browser extensions are open source. I’ve described additional features here: https://histre.com/features/ There is full api access and several integrations including Hacker News https://histre.com/integrations/ Your HN upvotes…
I'd like a tool that (slowly) downloads a persons Pinboard archived data . ( Pinboard supposedly offers this service - but it does not work for me )
Re: Ask HN: What Happened to Pinboard?
#19Since you asked about alternatives, you might be interested in trying my https://histre.com/ It is fast. It gives you bookmarks with notes, highlights, collections, publishing, and sharing. The browser extensions are open source. I’ve described additional features here: https://histre.com/features/ There is full api access and several integrations including Hacker News https://histre.com/integrations/ Your HN upvotes…
Thanks - have made a note to take a look again once archiving and full text is working (which are the key features for me).
Re: Ask HN: What Happened to Pinboard?
#20I was looking to make automated backups of my bookmarks (not the archive) and I realized that the below (with your own values for the cookies) is a quick and easy way to pull down a json of all of your entries:
curl --cookie "s_fid=; auth=; secauth=; login=alexpotato" https://pinboard.in/export/format:json/ -o pinboard.$(date -I).json