OK, Now Define “Answered”
Jeff Atwood
One thing we’ve learned on Stack Overflow is that asking questions is easy. But how do you tell when a question has been answered? For a community predicated on the value of getting answers to your programming questions, it’s sort of… important… to know when unanswered questions are hanging around out there in the ether. [...]
I Don’t Give a Damn About My Reputation
Jeff Atwood
Geoff Dalgas did a bang-up job implementing the #1 UserVoice requested item — and he did it all while we were away on our NYC trip, no less! You’ll notice there is a now a Reputation tab on everyone’s user page, which includes a graph of your reputation over time a summary of the actual [...]
Podcast #23
Jeff Atwood
This is the twenty-third episode of the StackOverflow podcast, wherein Joel and I discuss the following: The Stack Overflow team will be in New York City from the 24th to the 28th. It’s partly business, and partly a reward to our team for their hard work on the site. What are some cool geeky things [...]
What Was Stack Overflow Built With?
Jeff Atwood
This question keeps coming up a lot on Stack Overflow for some reason: What was Stack Overflow built with? Some even wondered if Stack Overflow was built in Ruby on Rails. I consider that a compliment! This question has been covered in some detail in our podcasts, of course, but I know not everyone has [...]
Podcast #22
Jeff Atwood
This is the twenty-second episode of the StackOverflow podcast, wherein Joel and I discuss the following: Stack Overflow is now a public beta. We went from about 2-5% CPU usage during the private beta to over 50% CPU usage, on an 8-CPU server! Some day one stats: 1,500 questions were asked, 6,000 answers provided, 1,700 [...]
Then a Miracle Occurs – Public Beta
Jeff Atwood
stackoverflow.com is now live and open to the public, as a public beta. Our heartfelt thanks to all the software developers who so patiently helped us test the site during the private beta. You are the true heroes of this project, contributing your time in creating over 8,500 questions in a month and a half [...]
Help Us Beta Test
Jeff Atwood
If you’d like to help us beta test Stack Overflow, in advance of the Monday launch, here’s how: Go to beta.stackoverflow.com Enter “[email protected]” and “falkensmaze” to gain access (note that this is NOT an account: it’s merely a password to gain access to the beta) Please do bear in mind the beta test guidelines. When [...]
Podcast #21
Jeff Atwood
This is the twenty-first episode of the StackOverflow podcast, wherein Joel and I discuss the following: Road trip! The Stack Overflow team will be visiting the Fog Creek offices in New York City from Wednesday, September 24th to Sunday, September 28th. Hopefully Joel and crew will be completely moved in by the time we arrive. [...]
Podcast #20
Jeff Atwood
This is the twentieth episode of the StackOverflow podcast, wherein Joel and I discuss the following: We figured out our deadlock problem, finally. It had to do with Log4Net being called during a database operation, itself triggering another database operation and log event. This is normally OK, but the events were happening so close together [...]