Hacker News "Submit" functionality needs a Digg-like duplicate alert
1–10 of 17 posts
Re: Hacker News "Submit" functionality needs a Digg-like duplicate alert
#2Re: Hacker News "Submit" functionality needs a Digg-like duplicate alert
#3Where 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.
Re: Hacker News "Submit" functionality needs a Digg-like duplicate alert
#4Usually 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 th…
Re: Hacker News "Submit" functionality needs a Digg-like duplicate alert
#5Hah, I beat you by 1/2 an hour http://news.ycombinator.com/item?id=144730
Re: Hacker News "Submit" functionality needs a Digg-like duplicate alert
#6Usually 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 th…
Human dupe-detection would be an excellent extension to this process.
LOL.
Once approach might be that when humans detect dupes, they could be reported. Click the "dupe" link, specify the URL(s) of the dupe(s), and submit. The oldest submission "wins", and the data could be used to train a bayesian dupe detector. I imaging that you could start with a URL text match (it's the ends of the string that tend to be different), along with a check of the for the supposedly dupe page, and maybe the first 128 characters of the story text or something.
It actually sounds like a fun project.
Re: Hacker News "Submit" functionality needs a Digg-like duplicate alert
#7Re: Hacker News "Submit" functionality needs a Digg-like duplicate alert
#8Re: Hacker News "Submit" functionality needs a Digg-like duplicate alert
#9Re: Hacker News "Submit" functionality needs a Digg-like duplicate alert
#10the only thing I noticed before (not sure if it's still valid) is that www.website.com is a dif submission than website.com