This is the third episode of the StackOverflow podcast, wherein Joel and I discuss the following:
- A brief, but awesome, reference to Donald Gibb in Revenge of the Nerds.
- We are now using Skype and Pamela to record our podcast for higher quality.
- Joel’s original 2002 Recommended Programmer Reading list and Jeff’s Top 5 Programming Books — and why stackoverflow.com will complement, not replace, these kinds of books.
- The ineffable Steve Yegge, and a digression on the philosophy of Apple and Microsoft font rendering strategies.
- Confirming that stackoverflow.com will be as language agnostic as we can make it. It is for programming questions, whatever the language and platform. Yes, it’s true that Joel and I have a Microsoft background, but we respect that programming is far larger than Microsoft.
- Why You Should Learn C (again).
- On our technology stack: stackoverflow.com will be built in ASP.NET running on our dedicated Windows Server 2008 x64 box — but that doesn’t mean stackoverflow.com, the site, will be about ASP.NET!
- On jumping the shark.
- An extended examination of everyone’s favorite language: Wasabi! Along with some reasons why you might actually want to build your own DSL and compiler.
- A discussion of our logo contest at 99designs.com.
- What, exactly, is a stack overflow?
We also answered the following listener questions, with a lot of peripheral discussion on related topics:
- Dave Kauffman: On Computer Science versus Software Engineering: is there any real-world use for recursion?
- 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.)
- David Alison: What do we think of services like the Google App Engine?
- 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.


April 29th, 2008 at 7:32 pm
Embedded audio speed is all wonky, only the download link worked properly for me. Otherwise I am happy.
Now help me figure out how to enjoy podcasts with a screen-less MP3 player (1st-gen shuffle)!
April 29th, 2008 at 9:03 pm
Oh c’mon, what’s wrong with Lisp?
On a more serious note, thanks a lot for your response to my question. I assumed that things were better on the outside, but from what you’ve said I guess I should appreciate the academic atmosphere. I’ll definitely look into that book, I think it’ll be a great help in a lot of areas here.
Also, thanks Joel for the offer of free FogBugz for a semester. I had signed up and played around in it but was worried about a monthly charge. I’ll drop you a line as soon as we get started.
April 29th, 2008 at 9:29 pm
On the difference between computer science and software engineering, a quote that always comes to mind is the one from dijkstra, “Computer Science is no more about computers than astronomy is about telescopes.”
April 29th, 2008 at 9:30 pm
The uses of recursion is not just limited to compilers, it is used in lots of common algorithms that most people take for granted - a good example is quick sort, a very common sorting algorithm.
Other algorithms, such as a binary search, next permutation, algorithms on trees and graphs, etc.. can easily be expressed using recursion.
April 29th, 2008 at 9:45 pm
Recursion’s commonly used for trees, and because trees turn up everywhere in computer science (file systems, for example), recursion turns up everywhere.
Don’t make the mistake I made in one of my interviews and claim that recursion is interesting but not that useful!
April 30th, 2008 at 12:17 am
> The transcript wiki for this episode is available for public editing.
Amazing. You really expect other people to do your work for you.
April 30th, 2008 at 12:26 am
> Embedded audio speed is all wonky
I was able to repro this in a virtual machine of XP running IE 6. The culprit is an out-of-date flash installation — try updating your Flash at
http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash
April 30th, 2008 at 1:03 am
‘Required’, this is the internet, people will or they won’t. No one is forcing anyone to do anything they don’t want to do.
April 30th, 2008 at 1:53 am
Regarding the logo, I like this one best:
April 30th, 2008 at 1:54 am
This time with the link:
http://99designs.com/contests/6774/entries/436307.gif
April 30th, 2008 at 3:10 am
Too late with the Logo posts - please feel free to remove them.
Regarding the podcast; It seems that Joel talks about 70% of the time, maybe you guys should have some kind of chess-stopwatch to make sure you get even amounts of airtime ;)
Otherwise the best podcast yet so I might just carry on listening…
April 30th, 2008 at 9:08 am
^I agree that Joel talks most of the time.
Got really tired of hearing about FogBugz, Wasabi, etc., too.
April 30th, 2008 at 11:35 am
Re: Computer Science vs. Engineering: Engineering in Canada is a regulated profession and generally has a specific meaning beyond the type of “science” that is involved: a civil engineer isn’t just physics major and isn’t a construction worker but is in between and is also regulated; not just anyone can call themselves a civil engineer and build a building.
At University of Toronto we have two related curricula: Computer Engineering (with Software Engineering as an optional specialization) and Computer Science. A computer engineer grad can take some tests and become certified as a Professional Engineer which confers additional responsibility. In the software world this responsibility is largely wasted but may one day be required for certain high-risk projects such as safety-critical systems.
Computer science is about the fundamentals of technology, such as recursion vs iteration, performance, etc. Software Engineering is about engineering: risk management and mitigation, and how to guarantee success in a project.
As for the rest of the Computer Engineering curriculum it differs from Computer Science in that there is a broader focus on hardware and building things and working in teams, whereas the computer science curriculum is structured differently and has fewer required courses. In CE almost every single course is technical, in CS you only need a certain fraction of your courses to be part of your “major”.
April 30th, 2008 at 11:36 am
I am fully behind StackOverflow and everything it hopefully will become. A lot of improvement between podcast 1 and podcast 3, for sure.
Not to sound too harsh, but hopefully this does not become another Fog Creek sales vehicle.
April 30th, 2008 at 1:34 pm
2 things for the record, from a guy whose read the first chapter of TeXbook.
The K isn’t silent in in Knuth
and the X is pronounced (ck) in TeX (because it’s Greek obviously).
Har Har, I don’t remember which of you guys said that but now that we can hear you we know you’re a poser. Just kidding, I’d to the same thing if I hadn’t stumbled across that info.
Love the podcast, I listen at work (where I program in php and delphi [ouch on both fronts eh?]).
April 30th, 2008 at 2:07 pm
I think it is essential as a programmer to know what recursion is and how to use it at least in a basic way.
We often say that been a programmer isn’t about knowing how to write code in a particular language but also about been able to easily and rapidly learn a new language and write software in it fast.
Well, the use of recursion is obviously necessary in some fonctionnal or logical languages.
April 30th, 2008 at 2:23 pm
> No one is forcing anyone to do anything they don’t want to do.
http://en.wikipedia.org/wiki/There’s_a_sucker_born_every_minute
April 30th, 2008 at 2:49 pm
Also, I agree that Joel’s mic is somewhat.. er.. sibilant in this episode. We’ll be more careful next time.
April 30th, 2008 at 3:17 pm
I didn’t find working on teams in college to be similar to working on teams in Real Life. The main difference is that in RL when you get assigned to a team you know your role and what you’re responsible for. In college there’s a painful feeling out process where everybody tries to divvy up the work but doesn’t know quite how to do that.
Once all the students figure out their areas of responsibility it becomes good practice, though.
April 30th, 2008 at 3:57 pm
Wow, sibilant, I had to go look that one up.
On the Joel vs. Jeff airtime issue, I actually felt that this episode was a lot more even-keeled than the previous two. Listening to the other episodes it felt like The Joel Spolsky Show With Special Sidekick Jeff Atwood. This episode really felt a bit more like Jeff was “the host.”
While the running gag of pitching FogBugz every time bug tracking / project management comes up might get old, I don’t really feel like the show is a big sales pitch or anything. Here’s a guy who’s built a product and a company, and so it’s going to play a big part in his bag of experiences from which he refers. If this was a podcast with Bill Gates, would you be complaining that he was always talking about how they do things at Microsoft?
I hope you two don’t get too much grief for the whole ASP.NET thing, as someone looking from the outside in, it’s really a pretty nice platform. I think so many people begrudge it mostly because 1) It’s Microsoft and 2) for awhile it was pretty freaking expensive to do a proper full-featured ASP.NET setup (Windows Server 200X, SQL Server, Visual Studio). Obviously the “Express Edition” stuff has lowered the barrier to entry, but it can still be expensive.
April 30th, 2008 at 4:29 pm
On the aspect of lock in for google web apps/amazon web services (and maybe microsoft trying to play catch up). In the long term I imagine we’ll have some lowest common dominator API that will be available from all the major suppliers, and will be required for smaller players to come into the market. Indeed the API may be the google or amazon API - there could be an open source project to reimplement any API or protocol that becomes important enough, even if the API isn’t publically documented (it’s been done enough times with Microsoft stuff - WINE, mono, samba …)
Then other companies could set up to provide alternative suppliers, competing on price, reliability, reputation … You’d need serious cash to set up as a competitor, but the likes of Red Hat, Novell or Rackspace might well be able to.
Google and amazon will doubtlessly continue to have their own apis (used by their internal projects) and extensions to the standard api, but there will then be some way to have an alternative supplier.
As to how long this all takes to play out, who knows.
For regular updates on the business of cloud computing, I can recommend Nick Carr’s blog - http://www.roughtype.com/
April 30th, 2008 at 5:11 pm
“Is there any real world use for recursion?”
Of course there is real world use for recursion. We tackle tasks recursively all the time. You take a sip of our drink, and then drink the rest. You take a look at your calendar, do the first task, then take a look at the remaining tasks, and do the first task, etc. When there are no tasks left, you’re done.
If you really think about it, you will find that many times the recursive solution is the most natural of all. If a computer program is a reflection in code of the natural solution to a problem, then that program is going to be easy to understand.
April 30th, 2008 at 5:18 pm
I’ve actually had to use recursion to solve some pretty basic problems day-to-day working with ASP.NET. Here is a good example:
Say you have a page that’s made up from user controls that are loaded dynamically based off of multiple templates stored in a database or a config file. Say another requirement is that these controls need to be able to persist their state for later on down the road (perhaps weeks later). This being the case, the user controls implement an IPersistable interface. To add another knot, say each control may or may-or-may-not be a composite of other controls including other IPersistable controls.
When the user is done doing their business, we want to call the IPersistable.Save() method on all of the controls that support it on the page. Since the page is made up dynamically, the developer cannot deterministically single out which controls to save so the developer has find these controls. However, the .NET Page.Controls.FindControl(…) method only allows you to traverse one level deep. Therefore a good way to make sure you persist every control on the page that can be persisted is to create a recursive function that takes a control as the argument. If that control is IPersistable, then it calls the Save() method. Then, either way the if statement went, the method calls itself for each control in that control’s.Controls collection. Since Page is a Control, you can use the Page as the argument when you initially call the function, and you’ll end up recursively calling the function on every control in the page.
April 30th, 2008 at 5:32 pm
Computer scientist, software engineer, electrical engineer, … whatever — who cares about names? I mean, can we really draw a line between any of these, and do we really want/need to draw it? Ok, suppose we draw it. Then, what happens? We make illegal for a “software engineer” to use recursion, for an “electrical engineer” to write software or for a “computer scientist” to design a circuit?
April 30th, 2008 at 6:55 pm
I don’t know if you did anything differently, but this podcast didn’t have any of the weird skipping/fast-forwarding glitches for me that the first two did. Good stuff.
As an OCaml programmer (and, I must admit, an academic computer scientist), I was a little taken aback when you said that recursion is useless in the real world… I use it every day!
May 1st, 2008 at 3:39 am
Jeff, it’s true that the new flash version will solve the issue, but if you want to make it work for older versions as well, encode at a multiple of 11.025 kHz. Search for Chipmunk effect for more info.
May 1st, 2008 at 5:26 am
Regarding font rendering, I twittered about this recently:
http://snipr.com/26mc6
Ubuntu delivers the best of both worlds, it would seem. Now if only MS would open up their core fonts again.
May 1st, 2008 at 11:13 am
Joel does not have a radio voice.. He hurts to listen to. Just let Jeff do the talking and Joel can listen quietly….there now everyone’s happy ;)
May 1st, 2008 at 11:29 am
About font antialiasing and such - I once had a monitor die on me about the time I had to write a bunch of midterms. I ended up buying a cheapo ENORMOUS Sun CRT for forty bucks. That thing sucked - it was blurry, it had a low refresh rate, and it weighed about a hundred pounds.
I wanted a big monitor because I do audio mixing. So that’s why I had to get it.
Eventually, I got used to the display. At first, it was really hard. Blurry text all the way, especially since I have a Mac and so it’s a little blurry anyway.
Of course, once I bought an LCD, the difference was like the difference between reading something written by a dull crayon versus a ball point pen.
My point is that people can get used to things. If you never looked at a Mac for ten years, then tried to use one, it might seem a little weird. I’ve never spent too much time away from either major OS, since most jobs I’ve had used PC’s and I’ve always had a Mac at home. Thus, neither rendering system bothers me.
Anyone ever use the Control-mouse-wheel trick to zoom in on OS X text?
May 2nd, 2008 at 12:47 am
I thought the sound quality was much better with this episode, good stuff.
One thing on using ASP.NET, which I’m sure Jeff already knows: be careful about using LinkButtons! The things completely break middle-clicking/control-clicking and other ways of opening links in new tabs.
May 2nd, 2008 at 1:37 am
I’ve just finished listening to the 3rd podcast fantastic stuff guys keep it up. I’m really looking forward to what you implement with stackoverflow.com.
On a side note after listening and reading the debate over should a beginner learn C/C++, I’ve decided to dig out my on lecture notes from university and have a refresher session over the next couple weeks its been a while and it will no doubt be painful but fun.
And it’s always tabs over spaces…
May 2nd, 2008 at 5:51 am
I disagreed with a bunch of things … which I’m a bit surprised at:
a) Re recursion: We often use it in website building when we want to display a tree of something. A typical programmer here (where we make internal and external websites) will use it once or twice per year. It’s also a very effective hiring filter.
b) Lock-in on Google App Engine: GAE is basically just Python/Django with stuff removed. A bunch of people are implementing this environment outside, so apps can be moved out to EC2. e.g.: http://jchris.mfdz.com/code/2008/4/announcing_appdrop_com__host_go
c) Lock-in on EC2: This one’s easier, as EC2 has more pure virtual machines. Switch your app to run on some dedicated servers by moving the code over. Just make sure your dedicated boxes are Linux, or you have to host a VM per box.
That won’t let you use neat stuff like RightScale, and scale insanely like Animoto, though … http://blog.rightscale.com/2008/04/23/animoto-facebook-scale-up/
May 2nd, 2008 at 6:10 am
Can you guys introduce yourselves at the beginning of every show? Not like a full introduction, just your names would be fine. I always forget, then spend the next hour trying to figure out which is which.
May 2nd, 2008 at 7:58 am
I really like the motivation here, since I occasionally have the same problem with finding useful information. However, there’s one issue that I haven’t seen addressed anywhere, and that’s how you intend to solve the chicken and egg problem: why would somebody choose to ask a question at a site with no activity, and who’s going to be sitting around waiting for it?
I’m an admin for a math messageboard ( http://math2.org/mmb/ ). In my experience, about half of our regulars came to the board because they wanted to discuss something they were studying for fun, and the rule of reciprocity ( http://www.rickross.com/reference/brainwashing/brainwashing20.html ) forces them to answer a few questions in the meantime.
I would suggest building a user base by focusing on entertainment: either promote general discussions on programming or have challenges like http://projecteuler.net/ or http://codegolf.com/ . If you go for the latter, I would recommend having users post problems themselves, rather than a central authority. You shouldn’t have any trouble attracting people to that kind of forum, given your existing readers.
May 2nd, 2008 at 12:37 pm
If you don’t want a focus on religious discussion, maybe you should stop putting so much focus on the topic of religious discussions. Just don’t tolerate them.
On recursion, the applicability of recursion varies between languages. Most C-like languages implement recursion on the stack, which can severly cripple the technique with pushes, pops, and that nasty limitation that this site is named for. Most dynamic languages are much more clever about their recursive function calls and don’t have a huge performance hit because of it.
On learning C/C++, I’d like to provide my own (limited) experience. I toiled with C for a while in highschool before going to college, where they taught us C++ for our first two years, and then I transfered to a school that did nothing but Java to finish my degree. I really never learned how to work with pointers in C or C++ until some time in college when I got interested in scripting languages and started writing simple Turing machines. I think this is significant, because it put me *outside* of the framework of the machine, whereas coding in C puts you *inside* the framework of the machine. When I was forced to consider how to build the machine instead of how to placate the machine, I think I gained a much more intimate understanding of the machine, instead of just taking it for granted, and could move on to understanding how to solve problems with the machine.
May 2nd, 2008 at 1:41 pm
I don’t necessarily agree on the Google/Amazon discussion. If I was starting a company today, especially one which needs access to compute cycles every now and then, Amazon would be my default option (since it’s much more than a platform for web apps). The cost works, it’s essentially a VM in the cloud, with a really cool pricing model. Yeah, it’s early days, but I think they’re more than ready for prime time (at least Amazon is).
Hardware and compute cycles are hardly something you can compete on (Google is an exception).
May 4th, 2008 at 7:49 am
Joel’s comment about Lisp was pretty lame. :-) Go learn Common Lisp! (Instead of just telling other what languages they should learn just because you know them.)
May 5th, 2008 at 7:11 am
“I don’t know if you did anything differently, but this podcast didn’t have any of the weird skipping/fast-forwarding glitches for me that the first two did. Good stuff.” - Chris Conway
Same here. This was the first podcast that both displayed the podcast length properly in my player and didn’t have the glitches mentioned above.
Is there a QA dept I could follow up with, Mr. Atwood?
May 5th, 2008 at 7:12 am
re: bitching about Joel’s Lisp comment.
Holy Zeus, you people have no sense of humor.
May 5th, 2008 at 10:41 am
I fully believe that a person can be both an academic researcher and a practical implementor. I work as a generic software contractor, nothing special in the work I do, but I have used almost every concept I learned in my CS courses in my daily work. I have used linear algebra to optimize my logic structures, I have used relational algebra to optimize my databases, I have used algorithmic analysis in my documentation to justify time I spent refactoring portions of time-critical code. It is specifically my solid grounding in Computer Science that makes me a valuable developer for my company.
I submit that, if you believe a certain topic isn’t applicable to “real world development”, you haven’t gained the necessary understanding of the material in order to be able to include it as another tool on your belt. A carpenter doesn’t start a project asking himself, “how will I ever use this hammer?”
May 5th, 2008 at 12:03 pm
@Sean: notice the smiley. The suggestion was serious, though.
May 5th, 2008 at 2:17 pm
i wrote a recursive function to generate website breadcrumbs from a sitemap xml file just before i listened to the podcast ;p
i would like to hear more about your experiences with mono. maybe i could get it into a audio question sometime this week.
May 6th, 2008 at 5:39 am
Is there no RAR version for this format? I’m unable to download it in MP3 format because of you know what.
May 6th, 2008 at 10:47 am
Podcasts are lame.
It takes forever to get any information across, and they require a positive commitment of time; you can’t just slide into listening to one like you can, say, reading a web page and composing a rant about podcasts.
Another problem is that you can’t really edit. Your competition for space on my iPod (and hence in my brain) includes tons of painstakingly edited excellent NPR content. This podcast is people speaking off the cuff, and very few people come across better that way than if they have some time to edit their stuff.
Finally, I was thinking to myself “Wow, I never notice poor audio quality, but Joel sure does sound tinny” as Joel was boasting about how he’d ditched all his good audio gear.
I’m sure this podcast is a lot of fun to do, but you’d get more space in my brain by spending an extra hour a week continuing to write well.
May 6th, 2008 at 3:03 pm
C is basically portable assembly. Learning it has value if you want to understand what’s going on at the hardware level, but you don’t want to spend the time to learn how that particular hardware’s language.
May 6th, 2008 at 3:39 pm
Also: there is plenty of research in CS in interfaces. It’s an entire field called Human Computer Interaction. CS research has changed in the past several decades, and not all research is theoretical. Try browsing the proceedings of ACM and IEEE conferences.
May 8th, 2008 at 2:18 pm
It’s funny, I was just reading about recursion in the latest issue of the VisualStudio magazine. Nothing fancy; just a way good to accomplish an everyday task.
http://visualstudiomagazine.com/columns/article.aspx?editorialsid=2599
May 9th, 2008 at 6:26 am
As “Merus” notes, recursion is commonly used to iterate over trees. And there’s on sort of tree we use all the time: the DOM.
Duncan
May 21st, 2008 at 12:32 pm
Another use of recursion is in making deep clones of objects.