top | item 144765

Hacker News "Submit" functionality needs a Digg-like duplicate alert

16 points| jharper | 18 years ago | reply

Do you guys agree? I hate posting dupes ... but this site doesn't exactly discourage it.

16 comments

order
[+] brk|18 years ago|reply
Usually when I've submitted a dupe story, if it already exists it just adds a vote to the pre-existing story.

Where the logic either breaks (or allows people to subvert it) is where different URL's can get you to the same story. Often times URL's contain some superfluous flags that don't change the content served, but just serve to log some referrer or layout type data (I'm sure everyone reading this site gets how this works). Adding, removing, or changing any of this data seems to pretty much break or confuse whatever dupe-detector logic exists.

[+] jharper|18 years ago|reply
Human dupe-detection would be an excellent extension to this process.
[+] pg|18 years ago|reply
It catches most dupes, just not on sites like the NYT that have so many different urls.
[+] far33d|18 years ago|reply
Maybe you could check if the title of the page is the same as well, not as an automatic detection, but instead as a reason to ask "are you sure this isn't the same as foo". This might prevent most of the NYTimes dupes.
[+] brlewis|18 years ago|reply
Sounds like a nice-to-have feature. I don't think it's that bad to delete your own post if you notice the dup soon enough. No skin off your nose if the moderators kill it, either. That's happened to me.
[+] chaostheory|18 years ago|reply
the only thing I noticed before (not sure if it's still valid) is that www.website.com is a dif submission than website.com
[+] jey|18 years ago|reply
Those aren't the same URLs; the dupe detector currently only rejects exactly duplicated URLs.
[+] tim2|18 years ago|reply
The way they have it executed is incredibly annoying.