Live data from Hacker News

Ask HN: What Happened to Pinboard?

news.ycombinator.com

11–20 of 34 posts

Re: Ask HN: What Happened to Pinboard?

#12

Since 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?

#14
post #4

Tangential: 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.)

It's so great. I just have it installed on my phone via a wrapper. My most used "app". And I LOVE the feature where you can send the pinboard articles to your kindle. Longform reading is so great that way.

Absolutely worth the cost.

Re: Ask HN: What Happened to Pinboard?

#17

Since 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?

#18

Since 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 )

Yes Histre will import all your Pinboard bookmarks when you turn on the integration. Regarding web archives specifically: I'll look into that feature.

Re: Ask HN: What Happened to Pinboard?

#19
post #12

Since 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).

Cool, I can email you when that feature is live, if you like. My email is hn@histre.com

Re: Ask HN: What Happened to Pinboard?

#20
Been a LONG time happy user of Pinboard.

I 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
Post reply on HN