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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What's the story behind removing paging for long threads?

11 点作者 rpsubhub8 个月前
I recently noticed that Hacker News no longer uses paging for long threads. In the past, when a discussion grew large, we had to click &quot;More&quot; to load the next page of comments, and dang would occasionally post helpful tips to remind us about this feature [0].<p>Was there an announcement regarding this change? Has anyone else still seen paging recently? I&#x27;d love to know more details—especially the technical aspects or considerations that went into the decision.<p>Thanks!<p>[0] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41013984">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41013984</a> like this

3 条评论

dang8 个月前
It&#x27;s because Clarc is finally out:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=21758298">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=21758298</a> (Dec 2019)<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32597291">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32597291</a> (Aug 2022)<p>That&#x27;s the performance work I often mentioned in those pinned comments. I need no longer lament that it&#x27;s not done!<p>Not sure what I should do with those old comments (<a href="https:&#x2F;&#x2F;hn.algolia.com&#x2F;?dateRange=all&amp;page=0&amp;prefix=false&amp;query=by%3Adang%20click%20more%20bottom&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>) ...maybe nothing.<p>Btw, we rolled this out over 3 weeks ago and I think you&#x27;re the first person to ask about it on HN. There was one earlier question by email. I think that qualifies as a splash-free dive: <a href="https:&#x2F;&#x2F;hn.algolia.com&#x2F;?dateRange=all&amp;page=0&amp;prefix=true&amp;query=by%3Adang%20splash%20free&amp;sort=byDate&amp;type=comment" rel="nofollow">https:&#x2F;&#x2F;hn.algolia.com&#x2F;?dateRange=all&amp;page=0&amp;prefix=true&amp;que...</a>.
评论 #41694260 未加载
eimrine8 个月前
AFAIK the paging was something that moderators cast by hand, when some intensive trafic is flooding.<p>I really really appreciate that somewhere on the Internets there is a page able to contain 1k+ comments. Of course it is possible because of super light webpages, because the server can do it anyway, but if the page with all JS animations or round corners becomes too heavy for client device the webmaster is going to hide most of the comments behing spoilers&#x2F;pagination. It is way more handy to hide not interesting threads instead of constantly unhide hoping there is anything interesting.
pvg8 个月前
<a href="https:&#x2F;&#x2F;hn.algolia.com&#x2F;?dateRange=all&amp;page=0&amp;prefix=false&amp;query=by%3Adang%20pagination&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>The pagination was there mostly for performance reasons and I think with sufficient performance improvements it ended up getting turned off (if you scroll through these comments you can see various times when it&#x27;s been turned off or on and various suggestions it will eventually get turned off permanently.)