This is the fourth episode of the StackOverflow podcast, wherein Joel and I discuss the following:

  • Why we think stackoverflow.com isn’t “reinventing the wheel”, or at least, reinventing it in a useful way. Failure, however, is always an option.
  • We will be using ASP.NET MVC to build stackoverflow, as covered in my recent blog post. Joel and I carry on a long discussion of Model-View-Controller.
  • A mention of CSS Zen Garden. Joel thinks it’s an unrealistic example, but I don’t.
  • Defining “skinnability”, whether it applies to your application, or if it even matters.
  • A mention of this year’s Maker Faire, where I met the Wikimedia Foundation’s Jay Walsh. Followed by an examination of why we admire Wikipedia and consider it a defining influence.
  • Guests welcome! You will be able to participate fully in stackoverflow.com without ever creating an account — but there will be perks for creating an account.
  • A bit about our reputation system — learning the lessons of PageRank.
  • Dealing with the inevitable evil users and users who actively game the reputation system. Not you, of course. We like you.
  • Adopting Creative Commons by-nc-sa for our podcast and CCWiki for stackoverflow.com.
  • On the contract between Joel and Jeff to form stackoverflow.com : the difference between a C Corporation and Limited Liability Company (scintillating!)
  • Do we need lawyers? Yes, we need lawyers. Unfortunately.
  • The final results of our logo contest.
  • Twitter: is it only useful for “web celebrities?” I personally love Twitter and find it quite useful. Follow me on Twitter, and see for yourself. I’ll try to convince Joel to join up.
  • Tip of the week: Redgate SQL Compare.
  • Thank you for all the questions and for the Wiki edits!

We also answered the following listener questions, with a lot of peripheral discussion on related topics:

  1. Kyle Neumeier: How will you provide enough content to achieve a critical mass of activity on stackoverflow.com?
  2. Andrew Morrow: How will you deal with answer ordering and voting? Will it be based on votes alone? If so, how do we follow the thread of a conversation?
  3. ObviousTroll: Is it worthwhile to go back to school and get a graduate degree in computer science?

If you’d like to submit a question to be answered in our next episode,
record an audio file (90 seconds or less) and mail it to podcast@stackoverflow.com.

The transcript wiki for this episode is available for public editing.

 
icon for podpress  Standard Podcast [58:45m]: Play Now | Play in Popup | Download

The Creative Commons site defines four main clauses for licensing of content you’ve created and placed on the web:

Attribution Attribution

You let others copy, distribute, display, and perform your copyrighted work — and derivative works based upon it — but only if they give credit the way you request.

NoncommercialNoncommercial

You let others copy, distribute, display, and perform your work — and derivative works based upon it — but for noncommercial purposes only

No Derivative Works No Derivative Works

You let others copy, distribute, display, and perform only verbatim copies of your work, not derivative works based upon it.

Share Alike Share Alike

You allow others to distribute derivative works only under a license identical to the license that governs your work.

This is, of course, assuming you want to share what you’ve created in some way. Everything you do is copyrighted by default until you say otherwise — granting no rights to anyone whatsoever. When you select a Creative Commons license, you’re consciously choosing to push aside some of your copyright and explicitly grant rights for others to do things with the audio, video, or text you’ve created and placed on the web. What that “stuff” is, of course, is up to you as the creator.

According to the Wikipedia page on Creative Commons Licenses, the attribution clause proved so popular that it’s always on by default. So the Choose a License page essentially guides you through selecting the remaining three reuse clauses, with the following questions as a guide:

  1. Will you allow commercial uses of your work?
    • Yes
    • No
  2. Will you allow modifications of your work?
    • Yes
    • Yes, as long as others share alike
    • No

As simple as the licenses may seem, it’s a good idea to read through the things to think about section of the Creative Commons site before selecting one.

After some consideration, I’ve licensed our podcasts under the following Creative Commons license:

Creative Commons License

Our logo design contest has ended.

The winning design is from Peter Borlace, aka pb_design.

winning stackoverflow.com logo

There were a whopping 253 entries in the contest; thanks to everyone who participated for your hard work. As a little bonus, Leon Bambrick has graciously offered up free licenses to his excellent TimeSnapper software to the following runners-up:

Umasankar Arumugam

stackoverflow.com logo runner up

Chahya Santoso

stackoverflow.com logo runner up

Kamil Zadora

stackoverflow.com logo runner up

There were many excellent entries, but it came down to a difficult decision between these four which we felt best captured the intent of stackoverflow.com.

I’ll be awarding the $29 prize to Peter first thing tomorrow. Congratulations!

This is the third episode of the StackOverflow podcast, wherein Joel and I discuss the following:

We also answered the following listener questions, with a lot of peripheral discussion on related topics:

  1. Dave Kauffman: On Computer Science versus Software Engineering: is there any real-world use for recursion?
  2. Nick Malaguti: How should he deal with real world programming projects as a part of college classes? Specifically, the fact that there’s no real hierarchy and an inability to move the deadline? Also, what software do you recommend to manage software projects? (Joel swears that Nick was not paid to ask this question, in case you were wondering.)
  3. David Alison: What do we think of services like the Google App Engine?
  4. Tim Patterson: How to use blogtalkradio.com to easily record a question for stackoverflow using nothing but your telephone and a web browser.

If you’d like to submit a question to be answered in our next episode,
record an audio file (90 seconds or less) and mail it to podcast@stackoverflow.com.

The transcript wiki for this episode is available for public editing.

 
icon for podpress  Standard Podcast [62:30m]: Play Now | Play in Popup | Download

I’ve been hosting codinghorror.com at CrystalTech on a dedicated server for about six months now, and I’ve been quite happy with the performance and availability. Any downtime has been completely my fault, and they’ve been responsive the few times I’ve requested support.

So when we needed a beefy dedicated server to host stackoverflow.com, I naturally turned to CrystalTech again.

Powered By CrystalTech Web Hosting

Here are the specifications for what will eventually become the dedicated stackoverflow.com server:

  • Windows Server 2008 Standard Edition x64
  • Dual Quad-Core Xeon E5320 (1.8 GHz)
  • 4 GB RAM
  • 271GB SAS hard drive

It’s amazing how cheap server hardware has gotten.

Stackoverflow server task manager

I’m hoping we won’t run into scaling problems anytime soon with this dedicated server. As Ted Dziuba succinctly points out, scalability is usually the least of most startups’ worries.