Do you remember when I discussed the crushing disappointment that is Google AdSense in Podcast 64? If Stack Overflow, a site that does a million pageviews a day, can’t make enough from AdSense to pay even one person half time — and let me tell you, that’s being overly generous based on the actual income it generated — how does anyone make a decent living with AdSense? Seriously, how? Exclusively talking about Mesothomelia and Asbestos, or what?
As a result, we dropped AdSense like a hot (or, rather, a particularly cold) potato. Instead, we turned to our pal Alex of The Daily WTF, and hooked into his curated ad network for software developers. We are firm believers in responsible (read: no flash, no animation) and restrained (read: limited to 3 ad slots, reduced ads for >200 rep) advertising. This has worked quite well for us so far. How well? On the order of fifty to a hundred times better than AdSense! I am not exaggerating. Those are actual numbers.
Even though Alex does a great job, we always have a lot of left over unsold ad space. And as the site has grown over the last 6 months, this gap has widened. So then the question becomes — if AdSense doesn’t work for us (and boy, does it ever not work for us) — then what can you do with that remnant ad space? I hate the word monetization with a passion, but surely something useful could be done here?
That’s when Portman Wills approached us. He’s not only an old school 4 digit Stack Overflow user and fellow programmer — he also has extensive experience in his previous gigs with advertising code.
Portman is currently busy building cool stuff like shuffletime (not to mention his hilarious parody sites woofer and feeling unlucky). But he was enthused about the opportunity to help out Stack Overflow — and maybe, just maybe, generate some ads that were actually (gasp!) useful and relevant to his fellow programmers at the same time.
Thus, Portman generously offered to build a custom ad-serving site for us, which we gladly hosted at rads.stackoverflow.com.
Rads has three main components:
- A spider which uses the Amazon Product Advertising API to crawl the Amazon product catalog.
- A website which renders an advertisement based on Stack Overflow tags.
- Some analytics to determine which ads, books, and tags are most effective.
The spider was fed the top 5000 tags on Stack Overflow. For each tag, it preformed a keyword search on the “Computers & Internet” node, returning the top 10 books with five-star reviews, sorted by number of reviews.
You can read the full skinny in Portman’s summary. We had high hopes of building something that connected great programmers with quality programming books on Amazon. The ads looked nice, too:
|
![]() |
Excellent plan, right? Smart. Clever, even!
Well, it was a complete and utter failure.
Despite our purported cleverness, it didn’t work. Not even a little. The Amazon ad experiment was a total failure by any metric I can think of. Clicks, revenue, goodwill, newton-pounds, cuils, you name it. It was literally a waste of everyone’s time. Even flipping burgers would have paid more.
But this failure was not for lack of trying. If a guy as skilled as Portman — who not only has a deep background in custom advertising, but is also a programmer capable of writing a solution tailored to our specific audience — can’t make this work, I had to regretfully conclude that nobody could make it work. It’s just not possible.
So we scrapped the whole thing, and we’re going in a different direction. More news on that soon.
But in the meantime, since we had our fancy-shmancy Amazon Affiliates account set up, we might as well put it to good use. Even way back in the original Stack Overflow beta, people were proposing that we convert any Amazon book links to Stack Overflow amazon affiliate book links. I was hesitant to do this at the time, but given our failure, I was licking my wounds. I was willing to give it a try. Particularly since the community seemed totally OK with the concept.
So, onward to plan B: we now auto-insert Stack Overflow affiliate info into any amazon book links posted on Stack Overflow. Oh yeah, and here’s the kicker. These silly little rewritten text links work 200%-300% better than our custom amazon book ads!
Go figure.
All I can say is, advertising is hard, let’s go shopping! And when it’s not hard, it’s borderline scammy, which is something we just don’t do at Stack Overflow.
At any rate, I’m glad Portman is here to take the blamehelp. Apparently we can add advertising to the long, long list of things that we suck at. But we do plan to suck less every year!
We made a few key technology bets when we created Stack Overflow:
I’ll defer the discussion on the other two items for another day, but after spending a year immersed in Markdown — the lightweight markup language we use to format posts on all Trilogy sites — I have some thoughts I’d like to share.
We knew early on that there were a handful of Markdown Gotchas, thanks to the sage advice of John Fraser (who, sadly, I have completely lost contact with.) Based on those gotchas, we quickly adjusted our Markdown support to fix a few obvious things:
- Removed support for intra-word emphasis
like_this_example - Added auto-hyperlink support for http:// URLs in posts
Apparently github also uses Markdown, and they independently arrived at some of the same conclusions we did — synthesizing something they call GitHub Flavored Markdown.
- Removed support for intra-word emphasis
like_this_example - Added auto-hyperlink support for http:// URLs in posts
- Automatic return-based linebreaks instead of “two spaces at end of line” linebreaks
- Support for some magic strings that auto-convert to GitHub specific links
Since GitHub and Stack Overflow match exactly on #1 and #2, it’s fairly safe to say that those are in fact deficiencies in Markdown, at least for a programming audience. (Though I’d argue they apply to general audiences, too.)
As for #3, that’s one I hadn’t considered. In normal Markdown, this:
Roses are red¶ Violets are blue¶
Will render like this:
Roses are red violets are blue
The Markdown answer is to add two spaces at the end of the line (or a literal <br>, I suppose).
Roses are red ¶ violets are blue¶
Although it’s easy once you know the trick, this is far from intuitive to most. I’m reminded a bit of the double-click mouse problem. I wonder if we should adopt the GitHub linebreak approach here.
As for the fourth item, when text is entered in these specific formats …
* SHA: be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2 * User@SHA ref: mojombo@be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2 * User/Project@SHA: mojombo/god@be6a8cc1c1ecfe9489fb51e4869af15a13fc2cd2 * \#Num: #1 * User/#Num: mojombo#1 * User/Project#Num: mojombo/god#1
… those magic strings are detected by the GitHub Flavored Markdown and auto-converted into GitHub specific hyperlinks. Something similar has been proposed on meta for internal Stack Overflow references, so this is an idea we’ve been entertaining for some time as well.
Markdown is remarkably flexible, because it allows you to intermix a narrow list of whitelisted HTML tags with Markdown “fancy ASCII” syntax in a fairly logical way, at least most of the time.
So, now that you’ve had a chance to mess around with Markdown for a year — what are your thoughts?
The first public Stack Exchange sites have surfaced. While the service is still very much in beta, I have to admit I’m deeply disappointed in the color schemes that are being aired in public.




I agree with Joel Coehoorn, who posted:
I know it’s a demonstration and high-contrast design is not only intentional but also somewhat necessary, but this is part of your sales pitch. Probably well worth the money to let a graphic designer have some fun with this one.
The crimes against my eyeballs are manifold:
- All but unreadable low-contrast color pairings.
- Jarring, disharmonious color choices.
- Apparent utter lack of designer input.
Now, I’m not saying that our trilogy color schemes are perfect — far from it. Design is really, really hard and takes at least a month of tweaking in my experience to get it even close to right. We’ve been creeping further and further towards the refuge of minimalism in our Trilogy layouts over the last year. fact, I just deployed a change to remove the accepted answer color to make color schemes a bit easier for SE. But I do believe that we can and should do much, much better than the existing Stack Exchange color schemes. Seriously, what does this say to you?

Opinons vary, but to me, that says “I don’t give a crap how this looks.” It is programmer design at its finest. Would you want to be associated with something like this?
I believe it is our responsibility to offer a few preset, reasonable color schemes for Stack Exchange users to choose from. Allowing users to choose their own color schemes from scratch, with no preset schemes to choose from or work against, is the equivalent of letting a thousand Hot Dog Stands bloom.
OK, enough with the complaining. So, how can we fix this?
- How can we involve outside designers in creating CSS color schemes for Stack Exchange? What’s a good, public web-friendly way?
- In the future, how can we cultivate a deeper template / layout ecosystem for Stack Exchange?
Help us help you. And your eyeballs.
In order to increase engagement between the people asking questions and the rest of the community, we’ve rolled out two new features.
The first is a “batting average”, if you will.

Below the question owner signature block, for non-community-wiki questions, we show the percent of accepted answers for that user. It won’t always appear, though. The following rules are used in the calculation:
- Questions must not be community wiki.
- Questions must not be closed.
- Questions must be more than 3 days old.
- Questions must have at least 1 answer.
- There must be at least four eligible questions as determined by the above rules, otherwise the statistic will not appear.
Certain visual styles will be applied to the percentage depending on how high or low it is. We show this number because it provides relevant information to anyone interested in that question:
- If the stat doesn’t appear at all, it’s a new user, or someone who rarely asks questions.
- If you see a low percentage, it’s a user who asks a lot of questions but accepts almost no answers.
- If you see a high percentage, it’s an engaged user, someone who frequently goes back and interacts with their questions after asking.
- If you see a middle of the road percentage, it’s an experienced user who understands what accepted answers are for.
It is considered good manners to accept answers on your questions, eventually, but accepting answers is not required. I personally consider anything at 70% or over quite good, meaning you accept answers on 7 out of 10 questions that you ask. There are certainly cases where you don’t get an answer you like, or the question is inherently unanswerable.
I think you see where this is going: the accept rate percentage is shown to encourage the behaviors we view as positive and compatible with our sites — and to implicitly discourage those behaviors that aren’t.
Another change we made is to highlight comment responses from the user who asked the question.

Why do we highlight question owner comments?
- It’s visually consistent. It carries the “highlight” from the signature block in the original post, to the comment signature block. (not to mention any owner answers, which were always highlighted in the owner color..)
- It makes it easier to scan a post for owner comments because they have highlighted signatures. This is important if you’re trying to answer the question as all question owner feedback will be helpful in providing and refining your own answer.
- You can “at a glance” tell if you’re dealing with an interested (comments on most answers) or disinterested (no comments at all) question owner.
While we certainly have our share of experiments and mistakes, we try to roll out features only after discussion — both internally and on meta — and examining the data to see if those features are solving an actual (not theoretical) problem or meeting a real (not perceived) need.
At any rate, hopefully these changes make it easier to ask good questions and provide good answers!
Remember when We Made Search 51% Less Crappy?
Well, we rolled up our sleeves and increased search quality a whole ten percent to 61%. How?
- Search now heavily weights title in the results, since people seemed to really like that approach. This is currently used on the /ask page, which does a title-exclusive search when you tab away (onblur) the title field.
- Any individual search terms which map directly to the top 40 tags will be auto-converted to tag searches. So if you enter
c++ entities
it will convert to
[c++] entities
automagically on your behalf.
This alone is a rather substantial improvement. One specific query, cited as an example of how bad the old search was, is to search for “what is a Monad”:
http://stackoverflow.com/search?q=what+is+a+monad
As you can see, pretty solid results now.
(And don’t forget to avail yourself of the Votes sort tab on the search results page. It defaults to relevance but sometimes votes is a better default sort IMO. There were users who almost literally fought me to the death on the choice of this default search results sort order in the Stack Overflow beta, so that’s how it is.)
I’ve also started implementing some BETA advanced search operators, as requested on meta.
The current advanced search operators are:
| posts from a specific user | user:1234 apples oranges |
| questions with a minimum number of votes | votes:15 apples oranges |
| questions that have an accepted answer | hasaccepted:1 apples oranges |
| questions that have no answers | answers:0 apples oranges |
| questions that have been closed | closed:1 apples oranges |
| questions that are community wiki | wiki:1 apples oranges |
Yes, these are a little buggy at the moment, but they mostly work. And they can be combined with [tags] and search terms of course.
One thing to bear in mind: the advanced search operators will sometimes kick you into a combined questions and answers search result format. So don’t be alarmed, when you decide to browse all posts by Jon Skeet voted up 20 or more times, that you see a mixture of questions and answers in your search results!
All of the above is documented on our new search help page:
http://stackoverflow.com/search
Feel free to file bugs/feedback on this on meta, and please tag them with [advanced-search] if you’re talking about a search qualifier with a colon in it.



