How difficult would it be to detect cross-posts when the relevant questions have identical titles and content, and are posted by the same user? As an example:

If this is technically possible, I'm not sure what the best response would be?

  1. Notify the user when asking the question that cross-posting is not allowed.
  2. For off-topic cross-posts (e.g. the above example): Let the question be closed as off-topic, and then automatically block or flag the question as an exact duplicate during migration.
  3. For on-topic cross posts (eg a game programming question on SO and gamedev): Not sure what the process is for flagging/closing cross-posts, but whatever it is, can we automate some aspect of that?
  4. Something else?

(Edited to remove request for auto-detecting same-site re-posting, which has already been implemented since the example I listed occurred)

share|improve this question
There is already detection of same-site duplicates, but the introduction of that feature was after your 4 month old example. You might want to edit this to remove that part of the request since I can't partially [status-complete] – Jeff Atwood Sep 12 '11 at 3:39
Touche. Removed info on same-site re-posting. – Cam Jackson Sep 12 '11 at 6:17
@JeffAtwood This question is a bit old now, but there has been an answer since you probably last looked at it. Any thoughts? – Cam Jackson Mar 10 '12 at 12:51

2 Answers

up vote 10 down vote accepted

On topic cross posts are exceptions, most cross posters either don't know that questions can be migrated or are trying to get more visibility for their questions, disregarding the scope of each site. I recently found a user who posted almost every one of his questions on at least 3 sites, and his latest question on 5 (!!!). A lovely mess that wasted everyone's time. However it's not unreasonable to think that he was completely oblivious to the perils of cross posting.

An automated moderator only flag when a question is cross posted would be ideal, as right now we have to check the user's profile to find out if they posted elsewhere, when we suspect cross posting. A flag would just streamline the process of finding out if a question is a cross post, it would still be up to the moderator to decide if the question is on topic for the site.

share|improve this answer
2  
Indeed - a flag would be ideal. It also provides a signal that the user may have cross posted other questions (which is rare, but happens). Auto-closing would not tell us to check. – Ghost User Mar 9 '12 at 13:21

My idea (which was accidentally posted as a duplicate) is to block exact, word for word duplicates when the same user tries to post them on another site. Sure, it's easy enough to change one word and get by it, but most of these cross site posts are exactly identical which is where the problem is. An exact duplicate isn't appropriate even if it's on topic, because there's no chance it's been targeted to the appropriate audience.

IMO there's two relevant bits of info a warning should bring to the user's attention:

  1. If you're trying to reask this question on a more relevant site, please flag [your original question on site](link to question on other site) for migration to the site you feel it's more appropriate.

  2. If you're attempting to target a similar question to a different audience, consider rewording your original question to meet the new audience. Phrasing a question for (original site) can be very different from a question on (current site).

The filter should let you edit your post and post it (IMO) but I really, really don't see a valid use case for posting the exact same question, word for word, on multiple sites within a short period of time; at that point it's clearly a misuse of the system. Giving the user some guidance on what to do would save moderators, users and the original poster some headaches as everyone closes/deletes/plays hot potato with the cross-posted questions.

Additionally I guess it's possible Community could raise a flag for a detected duplicate that was changed slightly with a link to the other detected duplicate(s). Even if they change the wording that doesn't mean it's necessarily a fit, and the info that it was a duplicate is worthy of review.

share|improve this answer
1  
Accidentaly? ;P – Yannis Jun 5 '12 at 14:59

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged