|
|
|
|
|
by anotherevan
2878 days ago
|
|
For the most part I use Pocket because my Kobo ereader supports it. However if it supported Instapaper I would swap in an instant. I've found Pocket often skips bits of text, usually bullet point items which I'm assuming it things are navigation menus or something. Really annoying. Instapaper does much better with this. Every now and again it also finds an article it cannot extract the main content from. In that case it never ends up on my ereader, and there’s no obvious indication that there is a problem. For either of those cases I save with Instapaper and use Erudite[1] to convert it to an epub. To track my readying habits, I wrote a little PHP browser based application that interfaces with the Pocket API (and the hn.algolia.com API). Once I’ve read an article I archive it. Then when I’m back at my computer I run my app, which lists the archived articles, any related Hacker News pages, and lets me manage the articles (delete, save locally, etc.). It makes it easy for me to follow up and read the HN discussions after I’ve found the time to read the article. Naturally I called it Pocket Lint. [1] https://evanmclean.com/software/erudite/ |
|