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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

How to look for Hacker news old post?

4 点作者 pguzmang将近 14 年前
The last day I want to look for comments that a link I saw like one week ago.<p>Is there any way to look for a old post?

3 条评论

riffraff将近 14 年前
if you upvoted the link, it's under <a href="http://news.ycombinator.com/saved?id=your_id" rel="nofollow">http://news.ycombinator.com/saved?id=your_id</a><p>if you posted a comment you can find under <a href="http://news.ycombinator.com/threads?id=your_id" rel="nofollow">http://news.ycombinator.com/threads?id=your_id</a><p>Otherwise you have to try using the search box which is at the end of every page (which uses <a href="http://www.hnsearch.com/" rel="nofollow">http://www.hnsearch.com/</a>)
tikna将近 14 年前
One side-project I made: <a href="http://hnarchive.in" rel="nofollow">http://hnarchive.in</a><p>You can search based on users who commented.
duzins将近 14 年前
Site search on Google?