Live data from Hacker News

Ask HN: What Pocket alternatives did you move to?

news.ycombinator.com

21–30 of 155 posts

Re: Ask HN: What Pocket alternatives did you move to?

#21

Throwing another answer in for Instapaper. It’s not as new and flashy as something like Readwise or Matter, but also doesn’t try to do too much. Killer features of Instapaper for me include the kindle digest and IFTTT integration (which I use to mirror my archived articles to Raindrop.io)

Yup this is where I ended up too

Re: Ask HN: What Pocket alternatives did you move to?

#22
If you have an iPhone, just use reader view, then print it but don’t select a printer and then share it. A PDF pops out. Then shove that in iCloud Drive or on your phone and read it later.

No services or set up involved, works reliably and you can keep the PDF forever.

Re: Ask HN: What Pocket alternatives did you move to?

#24
post #22

If you have an iPhone, just use reader view, then print it but don’t select a printer and then share it. A PDF pops out. Then shove that in iCloud Drive or on your phone and read it later. No services or set up involved, works reliably and you can keep the PDF forever.

if you have an iPhone just use Safari's Reading List. It syncs with iCloud

https://support.apple.com/en-us/108970

Re: Ask HN: What Pocket alternatives did you move to?

#25
I realized that all I needed was basically a way of syncing bookmarks across a bunch of different platforms (linux, mac, iOS, android) and browsers, and I didn't really need any of the fancier features like offline access. I had claude code one-shot a simple python web app that saves links to sqlite. I stuffed it in a docker container and hosted it on my home server. I set up a public portal using cloudflare tunnels to access it when I'm not on my LAN. I wrote a little bookmarklet that saves a page and is compatible with the various browsers I use.

Re: Ask HN: What Pocket alternatives did you move to?

#29
I use Obsidian Web Clipper [0] with the Relay Obsidian plugin [1] (I'm the author) for syncing.

Web clipper converts websites to markdown and puts them into your Obsidian vault, and then Relay can sync subfolders in your vault to make sure you have a copy on all of your devices (even between a work and personal vault for example).

Relay is also collaborative, so I frequently clip things, clean them up a bit, and move them into shared folders (like docs pages).

I like the feeling of local-first combined with a malleable UX. Especially for the pocket use-case, offline-capable is a must for me so I can catch up on reading when I'm flying or otherwise off-grid.

[0] https://obsidian.md/clipper

[1] https://relay.md

Post reply on HN