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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you read and follow the discussions on big threads?

56 点作者 L0in10 个月前
I'm trying to read discussion from a thread with 133 comments, on a topic i find interesting, but after a few comments i get overwhelmed. How do you do it?

35 条评论

GuB-4210 个月前
It took me a while to realize that there is a &quot;prev&quot; and a &quot;next&quot; button next to every comment. It makes navigation much easier when there are long threads. Using [-]&#x2F;[+] is another option.<p>If the problem is just the sheer amount of data and not navigation, you can simply bookmark the thread and come back later. The algorithm usually does a good job getting the best comments on top after things have settled down, just read these. Plus, if you forget about the topic and don&#x27;t come back to it, maybe it wasn&#x27;t that interesting after all, that&#x27;s a good filter.
评论 #40953890 未加载
评论 #40953657 未加载
评论 #40954020 未加载
jszymborski10 个月前
I begin by reading the top comment, if it&#x27;s interesting I&#x27;ll read its replies, if it&#x27;s not I&#x27;ll collapse it&#x27;s replies and move down until bored.<p>Most big threads have many replies and far fewer top comments so 133 can become much smaller this way.<p>I also have no problem quitting as I scroll down. On big threads that have been up for a while, the insight tends to fall off with the number of votes as you keep scrolling.
评论 #40980932 未加载
bsnnkv10 个月前
These days I plug the article into <a href="https:&#x2F;&#x2F;kulli.sh" rel="nofollow">https:&#x2F;&#x2F;kulli.sh</a> which aggregates all the comments across HN, Lemmy, Lobsters, Reddit etc. into a single feed which I can quickly filter by source, discussions or order reverse chronologically.<p>When I&#x27;ve had enough of a particular comment thread or source, I click&#x2F;tap to minimize it and continue with the next one.<p>I like having all the comments on an article in one place, not just for the convenience factor, but also because it gives me regular glimpses outside of my bubble and shows me how different communities, including ones I don&#x27;t necessarily agree with, are discussing the same topics.
评论 #40954011 未加载
unraveller10 个月前
<p><pre><code> javascript: (() =&gt; { const id = window.location.href.match(&#x2F;\d+$&#x2F;g)[0]; window.open(`https:&#x2F;&#x2F;hn.algolia.com&#x2F;?dateRange=all&amp;page=0&amp;prefix=false&amp;query=story:${id}&amp;sort=byDate&amp;type=comment`)%20%20%20})(); </code></pre> bookmarklet shows you the latest story comments and you can usually tell where they belong or dig in to find out eg:<p><a href="https:&#x2F;&#x2F;hn.algolia.com&#x2F;?dateRange=all&amp;page=0&amp;prefix=false&amp;query=story:40952952&amp;sort=byDate&amp;type=comment" rel="nofollow">https:&#x2F;&#x2F;hn.algolia.com&#x2F;?dateRange=all&amp;page=0&amp;prefix=false&amp;qu...</a><p>reddit style comment threads: <a href="https:&#x2F;&#x2F;hacker-read-it.netlify.app&#x2F;item&#x2F;40965892" rel="nofollow">https:&#x2F;&#x2F;hacker-read-it.netlify.app&#x2F;item&#x2F;40965892</a><p>there is also chan style: <a href="https:&#x2F;&#x2F;hnchan.netlify.app&#x2F;thread&#x2F;40937119" rel="nofollow">https:&#x2F;&#x2F;hnchan.netlify.app&#x2F;thread&#x2F;40937119</a><p>cleaner hackerdaily tree style: <a href="https:&#x2F;&#x2F;hackerdaily.io&#x2F;40955693&#x2F;comments" rel="nofollow">https:&#x2F;&#x2F;hackerdaily.io&#x2F;40955693&#x2F;comments</a><p>flat style: <a href="https:&#x2F;&#x2F;ditzes.com&#x2F;item&#x2F;40937119" rel="nofollow">https:&#x2F;&#x2F;ditzes.com&#x2F;item&#x2F;40937119</a><p>There is also one I cannot find at the moment which let you click and open each comment thread in the right side of screen, that was very good. edit: found it: <a href="https:&#x2F;&#x2F;hzn.jero.zone" rel="nofollow">https:&#x2F;&#x2F;hzn.jero.zone</a>
评论 #40972273 未加载
aendruk10 个月前
I use a short userscript to “mark as read” comments on hover. They just get a different color so I can hop around and know where to resume. It’s particularly helpful with active threads where new comments appear in the middle.
评论 #40955547 未加载
Leftium10 个月前
Try viewing this thread via my HN web app: <a href="https:&#x2F;&#x2F;hw.leftium.com&#x2F;#&#x2F;item&#x2F;40952952" rel="nofollow">https:&#x2F;&#x2F;hw.leftium.com&#x2F;#&#x2F;item&#x2F;40952952</a><p>It does a few things to make viewing big threads easier:<p>- Collapses large threads into a toggle button showing the number of replies in that thread.<p>- Highlights the OP<p>- Follow any timestamp link to &quot;focus&quot; on that sub-thread, like this: <a href="https:&#x2F;&#x2F;hw.leftium.com&#x2F;#&#x2F;item&#x2F;40953431" rel="nofollow">https:&#x2F;&#x2F;hw.leftium.com&#x2F;#&#x2F;item&#x2F;40953431</a><p>- The author of the parent comment becomes the highlighted &quot;OP.&quot;<p>I have a bookmarklet that toggles between viewing on HN and my web app.<p>My app was heavily modified, but original credit goes to <a href="https:&#x2F;&#x2F;hackerweb.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hackerweb.app&#x2F;</a>. The original author had an idea to make HN threads more like Reddit threads, which he may have implemented in the mobile app rewrite:<p>- iOS: <a href="https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;hackerweb-hacker-news-client&#x2F;id1084209377" rel="nofollow">https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;hackerweb-hacker-news-client&#x2F;i...</a><p>- Android: <a href="https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=cheeaun.hackerweb">https:&#x2F;&#x2F;play.google.com&#x2F;store&#x2F;apps&#x2F;details?id=cheeaun.hacker...</a>
OJFord10 个月前
I minimise threads that get more narrow or argumentative than I&#x27;m interested in for a particular topic.<p>Sometimes in a particularly large discussion I&#x27;ll do that even for top-level comments without replies that I&#x27;ve either read (and won&#x27;t reply to&#x2F;not interested in replies to) or skimmed&#x2F;read enough and decided I won&#x27;t read.<p>Help others by voting (both directions) and flagging&#x2F;vouching where necessary.
andyjohnson010 个月前
I typically use the &quot;next&quot; links (above each post) to jump to each top-level comment, drilling down if appropriate.<p>Other than that, I try to resist the urge to read everything. Its almost always better to absorb the gist of the conversation than to try to absorb it all.
lproven10 个月前
I just... read them all?
Jare10 个月前
I skim top -&gt; bottom, read what catches my eye, skip the reply tree to posts I&#x27;m not interested in, and when I am not getting value I stop and move out, regardless of reason for not getting value (direction the discussion takes, posting quality, my mood or attention, etc). I almost never revisit later, I don&#x27;t use any navigation helpers like [-] or prev&#x2F;next.
pdimitar10 个月前
If the topic is interesting for me I just wait a day or two so the comment activity subsides and then just collapse each comment I read. Works perfect.<p>For threads I am interested in but want to comment immediately, I only collapse those comments that I don&#x27;t find interesting -- and as above, go back a few days later to read the others without constantly having new ones added in real time.
muzani10 个月前
There&#x27;s the [-] button on the right which hides a subthread. Then go to the next. On particularly huge ones, just go to the next page.<p>From that, it&#x27;s like a party. Just go out and talk to someone at random. Past a certain level of discussion, there&#x27;s going to be repeated conversations on the topic anyway.
RobertJaTomsons10 个月前
It always depends on the community. On Hackernews, for example, I only read the top 5 comments and then check the thread 2-3 times later to see if anything has changed. On reddit, for example, I don&#x27;t read any comments at all because there are too many bots replying.<p>Otherwise, I try to keep my own thread when I read the comments. For example, when I read an article about a topic, I try to find an extremely positive point of view from the comments, but also an extremely negative point of view and then link this to my own thoughts.<p>As already mentioned in the thread, I would like to have an online tool, for example, which reduces comments to a clear point and thus makes reading easier for me.
lapcat10 个月前
If you want to read every comment in a thread, <a href="https:&#x2F;&#x2F;hnrss.org&#x2F;item?id=" rel="nofollow">https:&#x2F;&#x2F;hnrss.org&#x2F;item?id=</a><p>Otherwise, though, HN itself has a terrible format that&#x27;s nearly impossible to follow.
评论 #40959671 未加载
评论 #40953816 未加载
1vuio0pswjnm710 个月前
I sometimes see HN commments that suggest readers prefer nesting. I do not. I dislike indentation; it is distracting. I prefer left justification. I use a text-only browser that presents threads as flat when tables are disabled. I can search through threads of max length using vi mode keystrokes. Much faster than using a graphical browser. Also, I do not use colors so, e.g., &quot;greying out&quot; comments has no effect. All comments appear in the same color textmode font. I decide what comments to read without unsolicited &quot;curation&quot; from voters or flaggers.
评论 #40958337 未加载
PaulHoule10 个月前
I’m thinking about making a tool to do this, I haven’t quite gotten to loading a comment thread but I have loaded 250k images and also 400 from Evernote. Next in line is to load some unwieldy discussions, particularly from a site with a horrible comment UI such as Arstechnica.<p>I’m particularly thinking about how to make sense of badly organized threads from Mastodon and similar things.
评论 #40953032 未加载
ColinWright10 个月前
I do this:<p><a href="https:&#x2F;&#x2F;www.solipsys.co.uk&#x2F;Chartodon&#x2F;112750744215259093.svg" rel="nofollow">https:&#x2F;&#x2F;www.solipsys.co.uk&#x2F;Chartodon&#x2F;112750744215259093.svg</a><p>And this:<p><a href="https:&#x2F;&#x2F;www.solipsys.co.uk&#x2F;QL&#x2F;Cricket.html" rel="nofollow">https:&#x2F;&#x2F;www.solipsys.co.uk&#x2F;QL&#x2F;Cricket.html</a>
saagarjha10 个月前
You’ve got to enter the thread with the expectation that there are idiots posting drivel that you can leap in to correct, obviously.<p>Seriously, though, reading 133 comments usually takes like two to three minutes total. You need to decide whether you want to spend that much on this site doing that or not. I expect for most people the answer is “no” and I commend them for their self-control.<p>For topics you actually really care about, you’ll find it a lot easier to read through the comments. You will learn which comments to skip (nobody wants to read a rehash of “does anyone else think all developers are lazy and software is so slow now”) and which ones are actually interesting to read.
krapp10 个月前
I don&#x27;t bother trying to keep up with everything. I&#x27;ll follow &#x2F;newcomments and I have a browser plugin that shows when a thread has new comments but beyond a certain point it isn&#x27;t worth it. 90% of comments aren&#x27;t worth reading anyway,
kawera10 个月前
This extension marks new comments with an orange vertical bar, plus some niceties: <a href="https:&#x2F;&#x2F;github.com&#x2F;plibither8&#x2F;refined-hacker-news">https:&#x2F;&#x2F;github.com&#x2F;plibither8&#x2F;refined-hacker-news</a>
评论 #40955857 未加载
impure10 个月前
<a href="https:&#x2F;&#x2F;andrewzuo.com&#x2F;summarizing-comment-sections-22e00c34c260?sk=98f6d01cfdf3ad99efc431cd23bbf905" rel="nofollow">https:&#x2F;&#x2F;andrewzuo.com&#x2F;summarizing-comment-sections-22e00c34c...</a>
vasili11110 个月前
If the discussion is about the interesting topic I will start from top and go to bottom while collapsing discussions which I have read with “-”.
new_user_final10 个月前
I usually&#x2F;only read comments with replies to get different opinions and go to next sibling comments if child comments aren&#x27;t interesting to me anymore.
Jensson10 个月前
I look for comments with responses. Comments with responses are usually more interesting, that filters out like 90% of comments.<p>If those comments were interesting I read more.
paulcole10 个月前
I just look for somebody who’s a know it all and start to troll them. Don’t really care about any comments other than that.
dsr_10 个月前
It&#x27;s quite easy, as long as you have threading, quoting and read&#x2F;unread flags equivalent to 1990 Usenet.
评论 #40953546 未加载
mathfailure10 个月前
There was an internet meme explaining that: &quot;ain&#x27;t nobody got time for that&quot;.
oumua_don1710 个月前
This thread itself is now a good source to try all the suggested nav options!!!
joey_spaztard10 个月前
A mouse with a scroll wheel and all the comments fully expanded on one page and a high-resolution monitor showing lots of lines of text at once.<p>The page-down button is a distant second. I find using a laptop without a scroll-wheel mouse mildly displeasing. A laptop with a screen that can show a quarter of the amount of text that my desktop PC can do is infuriating.<p>Are you trying to read long threads on a smartphone or tablet, pawing at the touchscreen with your finger?
solardev10 个月前
You can use a different frontend (like Harmonic on Android) too.
uzername10 个月前
I use the HACK app, a hacker news reader app, for android. It has collapsing sections and jump to next top level comment. Between these two functions reading long threads even with deeply nested comments isn&#x27;t too bad.
评论 #40953949 未加载
评论 #40956324 未加载
smitty1e10 个月前
The little minus sign to collapse the comments is key.
tetris1110 个月前
Skim for keywords you&#x27;re interested in, decide from a glance whether or not a comment chain is just two people passive-aggressively fighting semantics (and whether or not those semantics matter to you), scroll to the bottom to see if the dead comments have anything useful to say and rescue them if they say something interesting (albeit not popular)<p>Don&#x27;t internalize everything you read here, just a quick dip down for some interesting perspectives, and then you resurface with those endorphins and wait for the next hunt
jarule10 个月前
Skip anything with more than three sentences. Long-windedness needs to be punished.
gsich10 个月前
Tree structures suck for that. Linear style all the way.
评论 #40953358 未加载