Contrarian thought here - but I stopped saving things. I was a very heavy user of pocket, pinboard, delicious et al for web articles. For academic papers I use Mendeley. I now make an active effort to read the article as I discover it - the point being (for me) that if I'm in the process of "discovering" an article, I'm not "working" on anything else that leads me to have to save it for later -- I'm in the zone, read…
As my list of "articles to read" grew, I felt guilt and a touch of anxiety because it was yet another thing I didn't have enough time to do. Then, when I finally made the time to read some articles off the list, I was usually disappointed... Here was this thing weighing on my mind for months, and now that I read it I see it's not that useful. Now I read things on an "as needed" basis: I find and read articles as I ne…
Ask HN: How do you keep track of the articles you want to read?
51–60 of 92 posts
Re: Ask HN: How do you keep track of the articles you want to read?
#52There's a self-hosted clone of Pocket, Wallabag: https://wallabag.org/en Can't vouch for it, not having used it (yet), but it ranks pretty high on Alternativeto, which is a good sign.
Re: Ask HN: How do you keep track of the articles you want to read?
#53There's a self-hosted clone of Pocket, Wallabag: https://wallabag.org/en Can't vouch for it, not having used it (yet), but it ranks pretty high on Alternativeto, which is a good sign.
Looks pretty good. Did anyone already try it?
But its a rather big php app which did not perform well on my bananapi which i used until half a year ago. Now whith a little bit more hardware (udoo x86) its running really fine.
Re: Ask HN: How do you keep track of the articles you want to read?
#54Re: Ask HN: How do you keep track of the articles you want to read?
#55Contrarian thought here - but I stopped saving things. I was a very heavy user of pocket, pinboard, delicious et al for web articles. For academic papers I use Mendeley. I now make an active effort to read the article as I discover it - the point being (for me) that if I'm in the process of "discovering" an article, I'm not "working" on anything else that leads me to have to save it for later -- I'm in the zone, read…
Re: Ask HN: How do you keep track of the articles you want to read?
#56Regarding your other comment, Pocket offers basic search (title and URL) for free, and Pocket Premium includes full-text search so you can find text throughout all of the articles you've saved (with support for operators if you want to get fancy).
In addition, you can save any URL to Pocket, so feel free to try saving those Tweets or Facebook Posts. How they'll appear in Pocket depends on a few factors, though, including whether they're public or private.
Hope this helps!
Re: Ask HN: How do you keep track of the articles you want to read?
#57Re: Ask HN: How do you keep track of the articles you want to read?
#58Re: Ask HN: How do you keep track of the articles you want to read?
#59Re: Ask HN: How do you keep track of the articles you want to read?
#60I've found Pocket often skips bits of text, usually bullet point items which I'm assuming it thinks 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.