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…
Ask HN: What Pocket alternatives did you move to?
31–40 of 155 posts
Re: Ask HN: What Pocket alternatives did you move to?
#32I switched to Wallabag. 14 day free trial (an actual free trial that doesn't require CC info). There's a Pocket import function. I found it useful to filter the .csv that Pocket downloaded me into two .csv's, one for unread articles and one for archived articles, that I respectively imported into Wallabag as the import feature allowed for "mark as read" on imports. About 10% of the articles I had didn't download due…
Re: Ask HN: What Pocket alternatives did you move to?
#33Re: Ask HN: What Pocket alternatives did you move to?
#34Wallabag. I switched from Pocket to Wallabag years ago because I didn't like sponsored content and ads in Pocket. I originally started paying for it as a subscription directly from wallabag.it, but then I started self-hosting it. Wallabag has an option to import all of your articles from Pocket too. It's a fantastic service.
Re: Ask HN: What Pocket alternatives did you move to?
#35Re: Ask HN: What Pocket alternatives did you move to?
#36Re: Ask HN: What Pocket alternatives did you move to?
#37Re: Ask HN: What Pocket alternatives did you move to?
#38Also no word from Kobo (Rakuten) about this. Very disappointing.
Re: Ask HN: What Pocket alternatives did you move to?
#39I switched to Wallabag. 14 day free trial (an actual free trial that doesn't require CC info). There's a Pocket import function. I found it useful to filter the .csv that Pocket downloaded me into two .csv's, one for unread articles and one for archived articles, that I respectively imported into Wallabag as the import feature allowed for "mark as read" on imports. About 10% of the articles I had didn't download due…
How does the import to kobo happen?
Wallabag plugin is built into KOReader. Launch KOReader by clicking the icon it puts in your Kobo library, then in the menus you will find Wallabag config. I added a "Wallabag Articles" folder for it to sync to.
Note if you use a password manager, my password had a double quote which I believe messed with the .lua config password string, so I was getting connection errors.
It took 80-90 mins to download 1200 unread articles to my Kobo. I haven't played with the auto sync function yet, so far I just manual sync before/after a reading session.
Re: Ask HN: What Pocket alternatives did you move to?
#40I 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…
If all you need is to save bookmarks, could you not simply sign into your browser and use the built in sync feature?