TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How do you keep track of articles you want to read?

57 点作者 pastaking将近 7 年前
When I browse HN, I usually pick out a few articles I want to read from the front page, then email the links to myself to read later.<p>This method works out pretty well for me. I’m wondering if people have other strategies that work better?

56 条评论

aidanfindlater将近 7 年前
I used Instapaper (<a href="https:&#x2F;&#x2F;www.instapaper.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.instapaper.com&#x2F;</a>), then moved to Pocket (<a href="https:&#x2F;&#x2F;getpocket.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;getpocket.com&#x2F;</a>) to take advantage of the social features, then moved back to Instapaper for no really good reason. Pocket still looks nicer and the apps are more reliable, in my experience.<p>They both allow you to save the full text of an article to read later, as well as archiving and organizing articles you&#x27;ve already read. They sync to phones, so most of my reading actually happens on public transit. Pocket can also sync to a Kobo ebook reader; not sure about Kindle, but I wouldn&#x27;t be surprised if it worked with them, too.
评论 #17638330 未加载
ajeet_dhaliwal将近 7 年前
I open them in a new tab and come back to them when ready. This ensures I’ll actually read them relatively soon. Bookmarks would be forgotten about by me and some more involved method seems like overkill.
评论 #17638118 未加载
hs86将近 7 年前
I use the Tabs Outliner: <a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;tabs-outliner&#x2F;eggkanocgddhmamlbiijnphhppkpkmkl" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;tabs-outliner&#x2F;eggk...</a><p>Here is a screenshot of my current HN reading list: <a href="https:&#x2F;&#x2F;i.imgur.com&#x2F;KvbucE2.png" rel="nofollow">https:&#x2F;&#x2F;i.imgur.com&#x2F;KvbucE2.png</a><p>It is similar to Tree Style Tabs for Firefox but with some key differences:<p>- It sits in a separate window and shows the tree for your entire current session. Each Chrome window is a child of the root node.<p>- It supports indentation via Tab or Shift-Tab and has several useful keyboard shortcuts<p>- Rearranging the tabs with the mouse is very precise. Indentation can also be controlled this way.<p>- It uploads the entire tree to Google Drive periodically and manually. This way I can move my tab tree between computers with a simple drag and drop.<p>- It can unload tabs or entire sub-trees (the green X icon in the screenshot). This makes extensions like The Great Suspender obsolete and I can still keep my gigantic tree hierarchy without eating all my RAM.
评论 #17640078 未加载
kozziollek将近 7 年前
I use Firefox everywhere.<p>When using phone, during commute to&#x2F;from the job, I send links to desktop using Firefox&#x27;s built in feature.<p>When using desktop at the job, I read articles instantly or send them to desktop at home.<p>At desktop at home I have Panorama View extension [1] to avoid tab clutter.<p>I plan to install Wallabag [2] on my server to have place to categorize and store already read articles.<p>[1] <a href="https:&#x2F;&#x2F;addons.mozilla.org&#x2F;pl&#x2F;firefox&#x2F;addon&#x2F;panorama-view&#x2F;" rel="nofollow">https:&#x2F;&#x2F;addons.mozilla.org&#x2F;pl&#x2F;firefox&#x2F;addon&#x2F;panorama-view&#x2F;</a> [2] <a href="https:&#x2F;&#x2F;wallabag.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;wallabag.org&#x2F;</a>
评论 #17653459 未加载
yannovitch将近 7 年前
I don&#x27;t.<p>I have started bookmarking 10 years ago everything I find interesting, thinking I would be able quickly to read them later, and now, 10 years later, I have 34.000 bookmarks, of which there is at least 32.000 I am still waiting to read in depth.<p>But it&#x27;s changing. I took some &quot;vacations&quot; to focus on closing this gap, and do it full time for the past days. So hopefully there will soon be &quot;only&quot; 1000 &quot;to-read-soon&quot; articles in my bookmarks ;)
评论 #17638159 未加载
maheart将近 7 年前
I use &quot;Push to Kindle&quot;[1] (available as both a browser extension and mobile app) to push articles to my Kindle for later reading.<p>[1] <a href="http:&#x2F;&#x2F;fivefilters.org&#x2F;kindle-it&#x2F;" rel="nofollow">http:&#x2F;&#x2F;fivefilters.org&#x2F;kindle-it&#x2F;</a>
评论 #17638489 未加载
anotherevan将近 7 年前
For the most part I use Pocket because my Kobo ereader supports it. However if it supported Instapaper I would swap in an instant.<p>I&#x27;ve found Pocket often skips bits of text, usually bullet point items which I&#x27;m assuming it things are navigation menus or something. Really annoying. Instapaper does much better with this.<p>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.<p>For either of those cases I save with Instapaper and use Erudite[1] to convert it to an epub.<p>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.<p>Naturally I called it Pocket Lint.<p>[1] <a href="https:&#x2F;&#x2F;evanmclean.com&#x2F;software&#x2F;erudite&#x2F;" rel="nofollow">https:&#x2F;&#x2F;evanmclean.com&#x2F;software&#x2F;erudite&#x2F;</a>
satran将近 7 年前
I use a text file named &quot;read&quot;. I store links as a list. When I have read them and it was worth storing I move it to a subsection called read and write notes or copy content if necessary. It looks somewhat like this:<p><pre><code> # To Read - [ ] [Ask HN: How do you keep track of articles you want to read?](https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=17637835) # Read - [x] [why children aren’t behaving and what you can do about it](https:&#x2F;&#x2F;www.npr.org&#x2F;sections&#x2F;ed&#x2F;2018&#x2F;06&#x2F;02&#x2F;611082566&#x2F;why-children-arent-behaving-and-what-you-can-do-about-it) This is a short interview with the author of the book “The Good News About Bad Behavior“. It’s interesting how the author talks about disciplining kids. </code></pre> The good thing about plain text is you can create any organizing method you like. If you want tags just create them :) If an article was useless I remove it. It uses basic github flavoured markdown format that I can render if I want to.<p>Someday I plan to automate it using a firefox plugin.
评论 #17642122 未加载
jasonkostempski将近 7 年前
I&#x27;ve tried many others and always end up back at email to name+toread@domain.tld. After I read it and if I want to keep it for reference, I tag and archive it, otherwise just archive it. I&#x27;d like to move from tags to a personal knowledge database with full text search, but I haven&#x27;t been sufficiently motivated to set it up.
sbr464将近 7 年前
I favorite them, and I made an api for HN user favorites. I pull into other software.<p>It’s free to use also <a href="https:&#x2F;&#x2F;github.com&#x2F;reactual&#x2F;hacker-news-favorites-api" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;reactual&#x2F;hacker-news-favorites-api</a>
dredmorbius将近 7 年前
Poorly.<p><a href="https:&#x2F;&#x2F;ello.co&#x2F;dredmorbius&#x2F;post&#x2F;fj5rzi8zmouyrmvg8yzzva" rel="nofollow">https:&#x2F;&#x2F;ello.co&#x2F;dredmorbius&#x2F;post&#x2F;fj5rzi8zmouyrmvg8yzzva</a><p>Index cards. Lots of index cards.<p><a href="https:&#x2F;&#x2F;ello.co&#x2F;dredmorbius&#x2F;post&#x2F;u4dgr0tkxk4tk9npuvex5a" rel="nofollow">https:&#x2F;&#x2F;ello.co&#x2F;dredmorbius&#x2F;post&#x2F;u4dgr0tkxk4tk9npuvex5a</a><p>Pocket ... gets worse the more you use it.<p><a href="https:&#x2F;&#x2F;old.reddit.com&#x2F;r&#x2F;dredmorbius&#x2F;comments&#x2F;5x2sfx&#x2F;pocket_it_gets_worse_the_more_you_use_it&#x2F;" rel="nofollow">https:&#x2F;&#x2F;old.reddit.com&#x2F;r&#x2F;dredmorbius&#x2F;comments&#x2F;5x2sfx&#x2F;pocket_...</a>
Bodhisattya将近 7 年前
Feedly (<a href="https:&#x2F;&#x2F;feedly.com" rel="nofollow">https:&#x2F;&#x2F;feedly.com</a>) works great for me. I browse all my RSS feeds in the app and whatever seems interesting, I can tag it to read later.
guybedo将近 7 年前
I use rss feeds + a rss reader. I have a 2 step process: i read headlines and tag interesting articles as &quot;read later&quot;. Every now and then i go through this read later list, read some of the articles, and star the ones i want to save. I use the rss reader&#x2F;news aggregator Aktu (<a href="https:&#x2F;&#x2F;aktu.io" rel="nofollow">https:&#x2F;&#x2F;aktu.io</a>),shameless plug: i built it, but Feedly (<a href="https:&#x2F;&#x2F;feedly.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;feedly.com&#x2F;</a>) is a good option too.
jenhsun将近 7 年前
1. Both Pinboard and Pocket as my main bookmarklet storage. They&#x27;re just storage but not necessary to read them all.<p>2. Instapaper and emailthis as my &quot;to read&quot; tools. Instapaper is very nice for article readability (better than pocket) and emailthis as article storage, or sometimes needs to send out to friends or colleagues.<p>3. Zotero as main research or pdf keeper.<p>4. I don&#x27;t use Evernote now because I already bumped into their 100,000 limitation three years ago.<p>5. Please remember to use &quot;star&quot; or &quot;Love&quot; to pin your important bookmarks. It&#x27;ll help someday.
TruffleLabs将近 7 年前
I use Feedly for reading selected sites, it allows for tagging articles to organize for later reading. * <a href="https:&#x2F;&#x2F;feedly.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;feedly.com&#x2F;</a><p>Pearltrees I use to organize things I find outside of Feedly. * <a href="https:&#x2F;&#x2F;www.pearltrees.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.pearltrees.com&#x2F;</a><p>Both have apps and Pearltrees has a Chrome plugin.
pasbesoin将近 7 年前
I used the Firefox extension &quot;Scrapbook&quot;, until the switch to web extensions killed support for it.<p>It was quick. And it saved a local copy; no worry about stuff &quot;going away&quot;. I might get back to it sooner, or I might a considerable time later. Regardless, it would be there.<p>Things like <i>this</i> differentiated Firefox and promoted much support of it from its user base.<p>In short, it&#x27;s <i>my</i> god-damned client&#x2F;user-agent, and it should do what I want.<p>(And I thank all the developers who helped enable that. It is, was <i>their</i> creation.)<p>I welcome progress. But, taking away useful features like this, does not feel like progress.<p>P.S. Yes, my thanks and all that, don&#x27;t really suffice.<p>However all the credit and blame shakes out, we&#x27;ve got a composite medium that seems, in important aspects, to be becoming more transitory. Things disappear. It&#x27;s harder to &quot;keep up with the flow&quot;. Noise and rank-gaming and all.<p>And (thinking of another recent round of comments on Google search results), I guess search isn&#x27;t &quot;sexy&quot; anymore. Not for Web content, at least.
fcarraldo将近 7 年前
It depends. For a lot of content on HN, I simply save to Pinboard with a tag. Most of that never gets read, but when I happen to need to work on something that uses, say, a graph database, I’ll review my “database” tag bookmarks to see if there’s anything useful there.<p>If I actually intend to read the content of the link and not just potentially return to it later if needed, I’ll save to Instapaper, which is configured to automatically create a Kindle-formatted digest of all the links and send it directly to my Kindle on Friday mornings. It’s like a mini-magazine of only articles I care about.<p>Some other commenters have suggested other “Send to Kindle” options, but I prefer this because those create a single Kindle item per article, while Instapaper’s digests compile a whole weeks worth (or more, the length of time is configurable) of content into a single Kindle “book”.
sametmax将近 7 年前
Books : amazon wishlist Internet content : bookmark Anything else : gtd personnal archive system<p>Little trick : telegram has a &quot;saved messages&quot; chat where you can write messages, including photos, audio and video. It works offline, automatically synchronize when you get online with all telegram instances.<p>You can put a direct shorcut to it on your android home screen, meaning you have a synchronized multimedia in-basket system between all your devices. I just dump all my random thougths or todo in it to sort it out the next morning.<p>So somebody talk about something i might wanna read ? I just take 2s to dumo it into the chat and forget about it. Later, i review it, assess if i really want to read it, and if yes, i put it in the proper list.
jabl将近 7 年前
I open them in a separate tab, then occasionally think about reading some of my tabs when I have time in the future. Then occasionally my browser crashes such that it loses the open tabs, thus cleaning up. And thus I start anew.
StavrosK将近 7 年前
I like Linkpack: <a href="https:&#x2F;&#x2F;www.linkpack.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.linkpack.io&#x2F;</a><p>It syncs to Dropbox, so I own my data, it&#x27;s a nice interface over that.
furo将近 7 年前
I use Safari as my daily browser so I end up just using the Reading List feature. It works well, but if you want more options like tagging&#x2F;categorizing then it&#x27;s a no go.
cncrnd将近 7 年前
Bookmarks bar folder on chrome.<p>Don&#x27;t see the need for a specialized app, which I would enthusiastically install and then never touch again.
fturco将近 7 年前
I use Org Mode so I have a plain text file called todo-bookmarks.org with a list of links to the articles I want to read.
sbjs将近 7 年前
I read what I have time for at the moment and that’s it. I accept that I won’t ever be able to read or even do all the things I want in life and just take it moment by moment. If something seems important than I use my built in memory to remember it later. If it’s very important then I make time for it now.
gmuslera将近 7 年前
Newsblur. You put the HN RSS in its feeds, and you have a folder for saving stories and&#x2F;or tagging them.
评论 #17638190 未加载
评论 #17638139 未加载
mpetrovich将近 7 年前
I add articles to Instapaper using the Chrome and iOS extensions. Then in Instapaper I highlight key phrases&#x2F;takeaways which get automatically added (via IFTTT) to a new Evernote note for each article. I periodically review these notes to reinforce the takeaways (ie. spaced repetition).
aytekin将近 7 年前
I use Instapaper but I have also recently started trying out Pocket. These tools are effective since it is very easy to set a bookmark let to save articles for later.<p>One great thing about them is that they allow you read articles offline and without ads and in the format you want such as black background.
slaymaker1907将近 7 年前
I like to use tiddlywiki to keep track of stuff like that. It is super flexible and it is easily self hostable. Therefore, I don&#x27;t have to worry about some startup going out of business but I still have the benefits of advanced features like tagging, full text search, etc.
loco5niner将近 7 年前
I pin the tab in Chrome, then move most (when eventually not read) to a bookmark folder called &#x27;Tsundoko&#x27;, never to be seen again.<p>This means the most important ones are read, and the ones that don&#x27;t matter are no longer taking up my &quot;background&quot; attention.
crazygringo将近 7 年前
Google Keep browser extension.<p>I store my &quot;jotted notes&quot; of all kinds in Keep, and one of my labels is &quot;toread&quot;, while the one for videos is &quot;towatch&quot;. Keep works for me since it&#x27;s cloud-based, free, and works across iOS and Android.
galfarragem将近 7 年前
I use a simple TXT file formatted as YAML that is a part of my organization system: <a href="https:&#x2F;&#x2F;github.com&#x2F;galfarragem&#x2F;superfolder" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;galfarragem&#x2F;superfolder</a>
评论 #17638302 未加载
brudgers将近 7 年前
The |favorite| link on each story is one way. The advantage, it is integrated to HN.
Jallam将近 7 年前
I have a bookmark folder and within that folder i have multiple folders “philosophy”, “politics”, etc. Moreover, i have Evernote i created a a note book called “Inbox” where random articles are saved in to read later.
CaptainJustin将近 7 年前
I use Snooze (a Chrome extension). Some articles I&#x27;ll snooze for when I get home from work. Other articles I snooze until the Saturday.<p>If you haven&#x27;t heard of Snooze, be sure to give it a try [1].<p>[1] No affiliation to the Snooze extension.
Djvacto将近 7 年前
I use the favorite link, as mentioned in the other comment, but I also use Pocket, and its chrome extension. I have the app on my phone, and my e-reader downloads my pocket saves for me to read offline.
mezzode将近 7 年前
I get most of my articles by Feedly and save them there if they are short or time relevant like news, but I use Pocket for any articles which are longer and more in-depth.
rainbowmverse将近 7 年前
I save anything that looks interesting in Pocket and sort it out later. My to-read list never gets bigger than 10 articles. Other people seem to struggle with this.
true_religion将近 7 年前
I bookmark them into a folder named &quot;Reading List&quot;. If after two weeks, I haven&#x27;t read it, then I reconsider if it needs to be kept.
artfors将近 7 年前
I use a own instans of wallabag(wallabag.org)
st380752143将近 7 年前
I like to save the page as .mhtml file by Chrome, and I can read it later offline or even the author delete the article.
yapbreak将近 7 年前
As an open source alternative to poket, you can use wallabag. Or you can store url through shaarli too...
Flenser将近 7 年前
I&#x27;be been favouriting them since the feature was added.<p>...<p>I confess though that I haven&#x27;t actually gone back and read any yet.
sigacts将近 7 年前
The Google Keep Chrome extension is a handy way to save articles that I want to read later.
ishanjain28将近 7 年前
I forward the link to the &quot;Saved Messages&quot; chat on Telegram. Nifty Feature.
vjsc将近 7 年前
You just add them to your favorites ... Remove them later if you dont like them ..
eyeball将近 7 年前
New tabs in browser, and the &quot;onetab&quot; add-in to keep lists of links.
bobbydreamer将近 7 年前
I use a app which I have written especially for this stash.bobbydreamer.com
tarun_anand将近 7 年前
Yup...this is how I do it too actually for all sites
ap3将近 7 年前
Instapaper or newsblur save
rasz将近 7 年前
thats what browser tabs are for, open 10-100 and read thru the day
guilhas将近 7 年前
F-Droid, Bulkshare
Yoric将近 7 年前
I use Pocket.
ratsimihah将近 7 年前
raindrop.io
habi将近 7 年前
Instapaper!
gorbachev将近 7 年前
Pocket
dudefromschool将近 7 年前
Feedly is awesome in terms of keep track of sources, and saving article for general &quot;Read Later&quot; as well as specific tags (can add multiple to any article). Highly recommend for gerneral content aggregation &#x2F; sorting.