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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you keep track of threads with lot of comments

4 点作者 sathishmanohar将近 9 年前
Once number of comments gets past 20 it becomes overwhelming, how do you keep track of a long thread with many comments.

6 条评论

andriussev将近 9 年前
I do use an extension for Firefox (though, it&#x27;s a WebExtension that I&#x27;ve built myself. I have not yet announced it anywhere (first time here!) because I&#x27;m still occasionally working on making it ready for the masses.<p><a href="https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;improve-hn&#x2F;" rel="nofollow">https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;improve-hn&#x2F;</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;andriussev&#x2F;improve-hn" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;andriussev&#x2F;improve-hn</a><p>Comment hiding is kind of important because the trees CAN become fairly large. I read somewhere that it&#x27;s coming natively to HN, so that&#x27;s good.
bootload将近 9 年前
<i>&quot;how do you keep track of a long thread with many comments.&quot;</i><p>Top down, read the branch, skim the leaves. Only a certain portion may of be real interest.
insin将近 9 年前
With thread collapsing, new comment highlighting and auto-collapsing of threads without new comments.<p>On HN itself with a desktop browser: <a href="https:&#x2F;&#x2F;greasyfork.org&#x2F;en&#x2F;scripts&#x2F;18066-hn-comment-trees" rel="nofollow">https:&#x2F;&#x2F;greasyfork.org&#x2F;en&#x2F;scripts&#x2F;18066-hn-comment-trees</a><p>On mobile this is a Progressive Web App using the HN Firebase API which implements these features: <a href="https:&#x2F;&#x2F;react-hn.appspot.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;react-hn.appspot.com&#x2F;</a>
brudgers将近 9 年前
Recently I learned via an article on Hacker News the formal name for the phenomenon of looking at the gap between what a person understands and what they think they should understand: Information Anxiety. Richard Saul came up with it almost 30 years ago...and only just now I pick it up. The whole commercial internet and Windows 3 have happened in between.<p>Good luck.
jordansmith将近 9 年前
I used to use the hacker news enhancement suite on chrome, it makes it alot more manageable.<p>I recently switched back to safari so am stuck using the default site, and it is much harder to navigate around.
xss将近 9 年前
&lt;script&gt;alert(1)&lt;&#x2F;script&gt;