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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How to avoid double-post in HN?

11 点作者 mindblink超过 14 年前
Hey, guys. I was going to submit an article to HN. More often than not, the article has been posted already. Aside from clicking through all the New article pages, and manually trying to find key term. There must be a better way.

5 条评论

RiderOfGiraffes超过 14 年前
There is a built-in duplicate detector, but it doesn't work very well. More and more the URL people end up with has loads of feedburner crap and other junk, and that breaks the URL dup detector.<p>I made this suggestion ages ago:<p><a href="http://news.ycombinator.com/item?id=1012215" rel="nofollow">http://news.ycombinator.com/item?id=1012215</a><p>The idea is to use just the first part of the URL, and then to use the extracted title. Seems much more reliable - I use it to auto-detect duplications. It annoys me to have the same item submitted over and again, mostly because it splits the discussion. For me, most of the value here on HN is in the comments - often the discussion has more value than the original submission.
评论 #1658099 未加载
michael_dorfman超过 14 年前
Why not just search? <a href="http://searchyc.com/" rel="nofollow">http://searchyc.com/</a>
评论 #1657257 未加载
donohoe超过 14 年前
In many ways the submission process is the way to check. However there is the one extra step of inserting a title and possibly tweaking it.<p>I suggest you paste the URL with random text as a title. If it shows up as a unique new submission then update the title immediately with the original. If further tweaking to the title is in order then follow-up again.<p>But yeah, its a pain when it happens but its not very high up on my list of grievances.<p>Given the choice of eliminating problems on this side it would be getting people to put "Ask HN: " in front of questions.
danishkhan超过 14 年前
Also, I believe if you submit the exact same link as something that is already posted it normally takes you to the article if it's up on HN already.<p>You would mostly run into a problem if you are submitting a blog post that is talking about something that is already on HN.
评论 #1657473 未加载
photon_off超过 14 年前
I've been wondering the same thing for some time. I've been wanting to make a bookmarklet that would take me to the HN discussion of a URL, yet there's no way to search for submissions by URL on HN or searchyc.com<p>Sob.