First, I’ve got a little joke for you, courtesy of Kip and TheTxi.
A doctor, a lawyer, and a rabbi log into Stack Overflow.
The bartender looks at them and says “sorry, you guys are not programming related.”
I didn’t say it was a good joke. Moving on.
Now that we have threefour Stack Overflow websites in the Stack Overflow trilogy …
- Stack Overflow (programming)
- Server Fault (system administration, servers, and IT pros)
- Super User (general computer software/hardware)
- Meta Stack Overflow (site and community bugs/features/discussion)
… it became increasingly clear that we needed better ways to move questions amongst the sites.
We already had a primitive version of this set up for migrating questions back and forth between Stack Overflow and Server Fault, but it was very limited, and forced all moved questions into Community Wiki mode.
We now have a much more robust solution for migrating questions between any of the Stack Overflow “family” of websites.
It works through the same question voting mechanism as before. If you think a question doesn’t belong on the site, and you have the requisite 3,000 reputation to be able to cast close votes — then cast a “belongs on {other site}” vote:

Note that we now have a tooltip which describes in much more detail what each close reason (and family website) is for, if you’re not clear.
This is still a vote-based process, unless a moderator intervenes. If the post reaches the close vote threshold (currently requires 5 close votes, with a majority of the belongs-on type), then it is migrated to the other website.
Let’s look at a specific example of migrating a question from Stack Overflow to Meta Stack Overflow. We’ll start with the Stack Overflow side, where this question originated.

On the Stack Overflow side, this question:
- Is closed (so no more answers can be added)
- Is locked (so it cannot be edited or voted on)
- All its answers are soft-deleted
- This info is logged in the post history, and on the post itself in a clickable footer.
Essentially, the question itself is left as a “stub” so interested parties can figure out what happened to it and where it went.
Now let’s look at the destination side, in this case, Meta Stack Overflow.

All the original answers, comments, tags, and of course the question text itself, are preserved and moved over wholesale to Meta Stack Overflow.
Note that all owners of questions, answers, and comments are automatically mapped to Meta Stack Overflow users whenever possible. This is primarily driven by OpenID, and aided by our new Cross-Site Account Association feature in the case of Google’s per-site hash OpenIDs. One extra cool new feature is that ownership can be automatically re-associated for users who don’t happen to exist on the destination site at the time their question is migrated, but later decide to join and register.
We wanted to get this all rolled out and working in anticipation of the Super User beta — now that there are several distinct communities for questions to live in, it’s important that moving them around to where they belong is a relatively painless process.



July 14th, 2009 at 4:21 am
We don’t have four. Yet…
July 14th, 2009 at 4:32 am
Today is the day according to Jeff.
July 14th, 2009 at 4:39 am
http://dev.superuser.com/beta-access
>_>
July 14th, 2009 at 5:09 am
@jeff Should we start migrating so-faqs now?
July 14th, 2009 at 5:13 am
How do you get beta access code for superuser?
July 14th, 2009 at 5:16 am
@andrija You can’t just yet.
July 14th, 2009 at 5:30 am
TRWTF is “What the hell is the bartender doing in StackOverflow?”
July 14th, 2009 at 5:39 am
I believe this shows that it would be a lot simpler and cleaner if you just had tags that reflect the question’s audience rather than different sites. What’s more annoying then answering a question that is closed while you are answering it. Having it moved to a different site.
July 14th, 2009 at 6:02 am
Bruce, indeed! Why have multiple websites on the internet at all — why not have one enormous giant mongo website that covers every possible topic! Just tag it!
The truth, as usual, lies somewhere between these two extremes.
July 14th, 2009 at 6:12 am
Jeff Atwood:
Now that I have earned two mentions in a row on your blog, I think it’s time you institute a “TheTXI Watch” on your blog. This is serious business.
July 14th, 2009 at 6:13 am
It’s great that post ownership and CW status are resolved with the new migration mechanism. It’s also good that the original post retains its score and favorite votes. However, it looks like the scores on the answers aren’t maintained when the question was moved over. In the example above, there was an answer by lc that had a score of 35, but it only has a score of 5 on Meta. If a rep recalc is done on SO, won’t lc lose those points? What about badges? Since the post is deleted, this also effectively removes the badges gained (Nice Answer, Good Answer), as lc won’t get them the next time an answer of his gets a score of 25, right?
July 14th, 2009 at 6:19 am
Kyle: I mentioned something exactly like what you were saying concerning the blog in a comment to an answer concerning this problem on the Meta. You won’t “lose” the badge, but if you earn a new one it won’t get added because it will just take the place of the badge that you no longer have proof of.
July 14th, 2009 at 6:24 am
@TheTXI: Right, which I consider a net loss. For those with very highly ranked answers this acts as a major disincentive to move the post to the ‘right’ site.
July 14th, 2009 at 6:31 am
Have you given much thought to how tags will map when moving questions from site to site?
July 14th, 2009 at 6:58 am
@Jeff, It seems like you are taking my post to an extreme that changes what I am saying. I already know that my views on this topic, differ greatly from yours. My point is that whether a question/answer is programming/admin/user related or some combination of them can be hard to decide. Not only can it be hard to decide, it is different for different people. I wear all three hats all the time, so for me filtering by tags would be simpler then having to decide which Stackoverflow site I should be using. Maybe I’m really requesting a feature like a top level SO site that lets me ask my question in one place and then see the results from all the SO sites.
July 14th, 2009 at 7:09 am
We can backfill scores to award the badges on meta.*, but the loss of the rep and badge on SO is sort of inevitable — these are the “fun” questions that, per Gortok et al, should never have gotten badges at all.. so moving them to meta.* is a way for the badges to exist, but in a different area so there’s less frustration and angst over badges awarded for “fun stuff”
fex: Please Remove Badges from “Fun” Questions
http://meta.stackoverflow.com/questions/1662/please-remove-badges-from-fun-questions
July 14th, 2009 at 7:14 am
> Maybe I’m really requesting a feature like a top level SO site that lets me ask my question in one place and then see the results from all the SO sites
Well, for read-only (search) access, that already exists in the form of Google.. I’m not convinced that figuring out where to ask a given question in the “family” (programming/sysadmin/software-hardware/meta) is terribly difficult.
July 14th, 2009 at 7:29 am
Jeff Atwood:
It’s not difficult, and if you make a mistake there is a high chance it will get moved to the correct location. All in all that sure sounds like the case is solved to me.
July 14th, 2009 at 7:34 am
@Jeff, you wouldn’t need the move command then. The real problem though is when the question/answer bridges sites. Powershell is a good example of how questions can bridge programming/admin.
July 14th, 2009 at 11:15 am
>We can backfill scores to award the badges on meta.*, but the loss of the rep and badge on SO is sort of inevitable
I’d be OK with transferring the post scores, rep, and badges from SO to Meta (or wherever) – I just want to make sure I don’t lose it somewhere in the transition.
July 14th, 2009 at 2:10 pm
This is a bad idea, particularly since the sites are self-policed. You already see really dumb behavior and inane debates over the appropriateness of questions.
Hopefully the stackoverflow family of sites don’t turn into a dysfunctional IT department. “The server’s fine, it must be your app”
July 14th, 2009 at 7:01 pm
Shouldn’t this apply to question that are already closed as belongs on {other site}?
July 15th, 2009 at 3:38 am
I don’t want to game the system, but I assume I cannot undelete my answer on the original site? I can see that the answer on the original site has been auto-deleted a few hours ago, and I could click “undelete”…
(And I assume that the ownership migration might take some time — http://superuser.com/questions/2/free-antivirus-solutions-for-windows/23#23 does not (yet) belong to me right now, but maybe that’s because it’s actually community wiki and I don’t have the reputation for that yet on SU.)
July 15th, 2009 at 6:50 am
I agree with what Juan Manuel says; there should be possible (perhaps to author of question, perhaps to moderator/user with sufficient power) to move **closed** questions to Meta or SuperUser.
Also moderators probably would want tools to mass migrate such questions (not-programmin-related usually).
September 24th, 2009 at 12:30 am
Ugg Boots–More Fashion Or Just A Trend Now?
–>Several years ago, a new popular wind has been blowing the nation. Some adored it while others are amazed and confused by its success. This fashion trend is known as the Ugg boots. Although an unattractive appearance, Uggs has gained a huge following among all fans. Not only they are extremely trendy,but also their features to keep feet warm in cold day and cool in summer.
–>But Uggs is more than just sheepskin boots; it has casual uggs, slippers as well as handbags and other accessories. Ugg cardy, Ugg Short, Ugg Tall, .Classic ugg boots are comfortable, stylish, and great to wear in any occasion. Ugg slippers are warm and comforting that both indoor or outside is ok . Ugg also offers a full line of high-quality handbags and backpacks to match your Uggs. A pair of Ugg boots, matched Ugg handbag is the perfect shows.
–>Why Be Fashionable – Why Not? This fashion style, perfect deductived by famous stars, had blow up a fashion to imitate of wearing UGGs, to perfectly match with long jeans, minipants, skirts,etc.
–>With Kate Winslet, "Declaimer," "Revolutionary Road," two outstanding performances in the film won the Golden Globe for best supporting actress and best leading actress in the film drama category, won several Oscar nominations . She was photographed shoed a pair of UGGs, with her daughter the same impersonation. And reporters caught Hayden Panettiere at a vegetarian Thai restaurant on Melrose Avenue in Los Angeles. Hayden sported a denim hot pants and Ugg boots.
–>Ugg Boots–Is More Fashion Or Just A Trend Now?
–>The Ugg boot is made with sheepskin instead of regular leather which helps you stay cool in the summer and keeps you warm and dry in the winter making it the perfect boots to wear in all seasons.
–>No matter is fashion or just a tread now, it also can be your style that makes you be more fashion mastering trend pop. With it, you will feel comfortable, look trendy, and be the envy of everyone around you. I don’t have permission to require you finding the ugg boots at goodugg.co.uk, but shout out if you find them!
November 16th, 2009 at 3:55 am
if you want to buyugg boots sales
ugg boots sale
ugg boot sales
ugg boot sale
November 16th, 2009 at 7:52 pm
if you want to buyugg boots sales
ugg boots sale
ugg boot sales
ugg boot sale
E-mail 123@123.com