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

… 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:

stack-overflow-close-belongs-on-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.

stack-overflow-close-migration-example-1

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.

stack-overflow-close-migration-example-2

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.

Two new badges today:

Reversal

Provided an answer upvoted 20 or more times to a question that was downvoted 5 or more times. (gold)

Pundit

Left 10 comments with a score of 10 or more. (silver)

I think I’ve discussed the Stack Overflow philosophy of badges ad nauseam by now, but the Reader’s Digest condensed version is this: badges exist to encourage positive behavior — both in the sense of contributing to the site and between the users participating.

In addition, when choosing new badges, I try to explore new dimensions, rewarding people for behavior that isn’t necessarily accounted for within the existing reputation or badge system. Pundit is the first badge based on comment upvotes, for example. And Reversal is unlike any other badge to date, as it rewards, as TheTXI calls it, the “diamond in the rough” — taking a bad question and miraculously turning it into something positive by providing a great answer, a phenomenon that continually amazes me:

Usually, it’s garbage-in, garbage-out. Bad questions beget bad answers. If you sort the Stack Overflow question list by votes and sink to the bottom of the barrel, you’ll find some truly horrible questions, as you might expect. But you’ll also find something you probably didn’t expect — some amazingly good answers! Now, these are questions judged by community votes to be of so little merit that I’d usually delete them without a second thought. But I can’t, because a well-intentioned Stack Overflow user has poured his or her heart into an incredibly insightful and helpful answer. Deleting the bad question would bury the good answer, too. It’s the web forum equivalent of turning lead into gold, and it happens far more often than I ever would have predicted. (This is also the reason why voting on questions should be, and is, independent of answer votes.)

I chose these two new badges with input from the meta feedback site, and my own observations of the underlying data. Enjoy!

The logo design contest for superuser.com is coming to a close.

There are a number of solid contenders, and I’ve already solicited input from the team and friends. But now I want to know what you think. So I put it up to a quick visual poll — click through to vote!

superuser-logo-voting

(if you think they all suck, feel free to browse the other submissions, or outline a logo concept of your own in the comments!)

Remember our logo design contest for stackoverflow.com? And the logo design contest for serverfault.com?

Well, it’s time to bust out your copies of Microsoft Paint and rev up those mad MacPaint fat bits skillz, because we just launched a logo design contest for superuser.com.

You remember superuser.com — it’s the third site in the Stack Overflow trilogy, intended for power users and computer enthusiasts. If your question is about computers, it’s fair game on superuser.com.

But this time, in the interests of mixing things up and keeping it fresh, we’re trying out crowdspring.com as the contest host.

crowdspring-logo

Also, we amped up the rewards to make sure the designers who win (or at least come close!) get something reasonable for their efforts:

  1. winner: $768
  2. runner-up: $200
  3. runner-up: $200

So if you have design skills, please read the contest design brief — and help us construct an awesome logo for superuser.com!

We’ve added a new stats tab to the tag view that shows some basic statistics within the tag(s). Here’s what it looks like for /questions/tagged/iphone:

tag-stats

The number next to the user names reflects the number of non-community wiki answer upvotes for each user. This is the same algorithm used to award the tag-based badges, so if you ever wondered how close you are to getting one of those badges, now you know!

The intent here is to highlight Stack Overflow and Server Fault users who are actively contributing within specific tags, even if they don’t have giant reputation scores across the entire site.

  • We may add some more tag-based statistics here; what do you think makes sense to show?
  • We’re considering some sort of monthly league, but I’d prefer to see it at the tag level rather than at the site level, to highlight those new and up and coming contributors in specific domain areas.

This is just the first pass; I expect us to refine and improve this feature over the next week or so.