This is the twelfth episode of the Stack Overflow podcast, wherein Joel and Jeff discuss the following:

There were no listener questions this week. Please send in your questions — the more controversial, the better!

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. You can record a question using nothing but a telephone and a web browser.

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

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

 

Joel may not listen to our podcasts after we record them, but I certainly do. I have to in order to put together the show notes with hyperlinks, and the episode summary.

One way to speed up listening to the podcast is to use the fast playback option. In Windows Media Player, you can do this by right-clicking the play button and selecting “Fast Playback”.

windows-media-player-fast-playback

I’m not sure exactly how it works, but this speeds up the playback without turning us into chipmunks. So you can listen to a 60 minute show in around 40 minutes.

To see more detailed options, select View | Enhancements | Play Speed Settings:

windows-media-player-play-speed

The default “fast” setting is 1.4x, which I find quite listenable. You can accelerate playback by as much as 2x, but it becomes difficult to follow at that point.

I typically use WinAmp, myself, but I’ve switched to Windows Media Player for accelerated playback of our podcasts. I’m sure this type of accelerated playback option is available in other audio playback software for Mac and Linux, too — if you know how, please note in the comments!

This is the eleventh episode of the StackOverflow podcast, wherein Joel and Jeff discuss the following:

  • Addressing a few key bits of podcast feedback: we’ll try to avoid talking over each other, and the
    callers who are asking questions, in the future.
  • On the value of software postmortems.
  • On data generation through Team System Database Edition and Redgate SQL Data Generator. If you don’t have a tool to generate data, why not?
  • Joel provided me with a drop of the Joel on Software .NET discussion forums for the purposes of data load testing. It’s up and running, but we’re not sure we will use it; it might bias stackoverflow.com too heavily towards .NET topics initially.
  • Why not use full-text searching in SQL Server 2005 for stackoverflow.com? Joel says it’s too hard to use, the index server is too disconnected from the main database process; it just has too many gotchas overall.
  • Joel sings the praises of Lucene.NET; it provides excellent full-text search results for the hosted FogBugz.
  • Reginald Braithwaite’s fine essay We Have Lost Control of the Apparatus, which correctly notes that most desktop apps in the corporate world now have to compete with web apps.
  • On rooting out assumptions in discussions, to make sure you’re actually discussing the same topic: try using the five whys technique Joel discussed.
  • The odd story of Microsoft’s acquisition of LookOut, a popular and extremely fast indexing solution for Outlook. What happened? Why do so many large companies buy smaller software companies and then essentially kill them?
  • stackoverflow.com will be using Markdown, but one downside of Markdown it the spec allows HTML. This opens us up to XSS exploits, so we have to be very careful here.
  • If you do any sort of web programming whatsoever, please visit this page of XSS exploits, so you can “scroll” for yourself how dangerous and pervasive the XSS problem is today.
  • A discussion of the complex rules for storing and rendering both Markdown and HTML in the same content. It’s part of the spec, and it gives users a lot of flexibility. We store both the Markdown and rendered HTML representations in the database.
  • We are using prettify.js which is almost magical in the way it works. It is used on Google Code, and it infers all syntax highlighting for most languages and content without any explicit markup indicating which language is in use. Are there other, better javascript syntax highlighters we should be looking at?
  • The difficulties of Silverlight: 1.0 versus 2.0, and the distinctly un-webbiness of the “rectangle in a browser” model. If Flash hasn’t been able to overcome these obstacles in 10 years of use and near total ubiquity on the web, how is Silverlight going to?
  • I’m excited about the SquirrelFish project, which promises to speed up plain old JavaScript running in the browser dramatically — 1.5 times faster than Firefox 3, and 2.6 times faster than Opera.
  • On Steve Yegge’s essay Done And Get Things Smart — is the only reliable way to identify truly great people through actually working with them? Or following the social graph of “name the greatest engineer you have worked with” chain all the way back as far as you can?
  • Joel himself probably wouldn’t pass the current interview process at Fog Creek. Hiring is hard; it’s better to err on the side of safety, which means a lot of great programmers will get turned down.

We also answered the following listener questions:

  1. Stephen Hill: “What do you think of Microsoft’s Silverlight?”
  2. Dave Roberts: “Joel, would you hire Jeff? If not, would you hire me?”

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. You can record a question using nothing but a telephone and a web browser.

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

 
icon for podpress  Standard Podcast [01:06:52m]: Play Now | Play in Popup | Download

This is the tenth episode of the StackOverflow podcast, wherein Joel and Jeff discuss the following:

  • We provide some background for new listeners on what Stack Overflow will be. See Joel’s post and Jeff’s post.
  • Although we have ambivalent feelings about Expert’s Exchange, what we’re doing with Stack Overflow is similar, and they do have a sense of humor — and invited me to a conference.
  • We will be using the cc-wiki licensing terms for content posted on Stack Overflow.
  • Hopefully we can ship before Wine (which just hit version 1 after 15 years) and Duke Nukem Forever. Check out a list of things that have happened since Duke Nukem Forever began development.
  • I confess that I was shocked to find out, while listening to our own podcasts, I wasn’t hearing everything Joel was saying! Listening is hard. Make sure you’re thinking about this the next time you listen to someone.
  • Joel has fun with instantrimshot.com and I mention sadtrombone.com ; these are excellent examples of the emerging classes of single-serving websites.
  • You crazy hackers figured out our super-secret beta website URL! I invite participation for the upcoming private beta, but our in-development site is not suitable for human consumption at this point. There is a special prize for those hardy few that “hacked” their way into the development site, though.
  • A brief discussion of the badges that you can earn while participating in the Stack Overflow site. We don’t need no stinkin’ badges, of course, but I think they’ll be fun and complimentary to the reputation system.
  • Stack Overflow edits will only be possibly for users who have earned a little bit of reputation on the site by actively participating. This is where we diverge a smidge from Wikipedia, which still (amazingly!) allows regular anonymous edits. But I think it’s a reasonable compromise: anonymous people can ask and answer, but not edit.
  • Jarrod did a tremendous job of getting our one-click build set up: it deploys the database, the code, and even runs unit tests against the website before deploying it. We’re using MSBuild and nUnit.
  • Joel references AntiPatterns: Refactoring Software, Architectures, and Projects in Crisis (Paperback), and describes a few of the anti-patterns he’s seen while developing small apps at Fog Creek for internal use.
  • On the dangers of being an internal IT developer. This is important if you love coding.
  • One of personal favorite bits of Joel’s writing, on cleaning the toilet. Naturally.
  • Sometimes as a manager, it’s your job to do the grubby, ugly stuff so the sales guys can sell and the developers can develop.
  • We use TortoiseSVN for Subversion integration as almost all other Windows developers do. But as Visual Studio developers, we’ve also adopted VisualSVN, which I highly recommend! It makes working with Subversion a pleasure instead of a chore, at least in my opinion.
  • At Fog Creek, they’re switching to Mercurial source control, which like Git is part of the new, emerging class of distributed version control.
  • Source control remains the bedrock of software engineering. I meet so few software developers, myself included, that really understand source control. Just avoid SourceSafe at all costs, and understand the value of branching and merging.
  • Is there anything positive anyone can possibly say about Windows Mobile? How can something six versions old be this terrible? It should be razed to the ground and reinvented, ala Zune and Xbox 360. Can Google’s Android be like Windows Mobile, sans all the sucking? I expect Apple to dominate this closed ecosystem; it plays to all their strengths.
  • On Ruby performance, scaling, “enterpriseyness” and whether or not this is even the right question to ask. Shouldn’t we be thinking of this in terms of the solution first, and the language as a side-effect of that?

We also answered the following listener questions:

  1. Sebastian Dwornik: “Doesn’t the current mobile phone platform war remind you of the PC platform wars?”
  2. Loren Norman: “When will Ruby be ready for enterprise development?”

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. You can record a question using nothing but a telephone and a web browser.

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

 
icon for podpress  Standard Podcast [1:07:29m]: Play Now | Play in Popup | Download

 

This is the ninth episode of the StackOverflow podcast — the first fully hosted on itconversations — wherein Joel and Jeff discuss the following:

  • Apple’s WWDC is going on this week, and Joel has a few Fog Creek people at the conference.
  • at a WWDC party, I saw my friend Wil Shipley of Delicious Monster, who just so happens to be a FogBugz user. If you have a Mac, check out Delicious Monster 2!
  • On the use of Javascript — is it OK to require JavaScript on today’s web?
  • How to pronounce OS X.
  • On Nicholas Carr’s excellent Atlantic article Is Google Making Us Stupid? His blog is outstanding as well and highly recommended. Many people know him from his book Does IT Matter?
  • On the challenges of tagging and hierarchy, and the folly of attempting to define popularity before it exists.
  • The StackOverflow private beta is still scheduled for early next month. We have to go through at least one full cycle privately with Joel first. Beyond that, we will be seeding the site with the existing content of the discuss.joelonsoftware.com .NET questions forum.
  • On the absurdity and emotional emptiness of TechCrunch. Is it venture capital pornography?
  • A quick reference to my friend Matt Hempey’s Here Comes Another Bubble video. It’s so good, it won a webby award!
  • News flash: Joel adopts instant messaging technology, seven years after the fact!
  • We did our first server deployment of the stackoverflow code, where we ran into a little ASP.NET MVC beta problem. We’re crossing our fingers and hoping ASP.NET MVC will have a “go live” license before we enter the public beta.
  • Joel describes the way they use FinalBuilder, and I describe my brief dabblings with MSBuild.
  • On the strange sentiment of “I agree with everything you’ve written, except..”
  • Why does Amazon’s affiliate program work, when Fog Creek’s Fogbugz affiliate program did not?
  • How Google Answers failed because they paid people.
  • Is it possible to “specialize in being a generalist”? Does that even mean anything? Expressing our general affection for Seth Godin, while acknowledging that he is, after all, a marketing weasel. But a really, really good one!
  • An example of specialization in action: how Larry O’Brien’s single post on programming Sabre generated the majority of his income.
  • How I personally wish the “begins-with-www or doesn’t-begin-with-www” debate would just go away. Perhaps some humor will help? Probably not.
  • A final coda on Joel’s question to our audience about password management.
  • On the manifold evils of focus stealing, and our very favorite home page of all time: about:blank

We also answered the following listener questions:

  1. John Topley: “What are your thoughts on affiliate programs, such as the new 37signals affiliate program?”
  2. Matthew Glidden: “What do you think of Seth Godin’s We specialize in everything?”
  3. Jim McKeeth: “A reproducable way of generating a secure password: passwordmaker.org

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. You can record a question using nothing but a telephone and a web browser.

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

 
icon for podpress  Standard Podcast [1:04:41m]: Play Now | Play in Popup | Download