In this episode of the Stack Overflow podcast, Joel and Jeff sit down with Mac developer Daniel Jalkut of Red Sweater Software to discuss his experience as a longtime Mac developer and small Mac software business owner, and the possible impact of the iPad.

  • Daniel launched Red Sweater software way back in 1999 (and has been an active Mac developer since 1995), but it didn’t become his primary business until 2005-ish. The big apps in his stable are MarsEdit, blog composing software, and Black Ink, a crossword app. There has been no iPhone version of these OSX apps to date because it wasn’t a good fit, but the iPad is going to be a nearly perfect fit.
  • In Daniel’s experience, the primary change in Apple’s software developer support story over the last 15 years is that Apple has become much more pragmatic in adopting developer tools from the UNIX and open source world. Remember when Apple had its own unix, a/ux?
  • Apple has a whole new alternative to gcc, the clang compiler.
  • The Macmillan-Amazon Kindle incident highlighted how Apple entering the eBook market with the iPad and iBooks is actually disruptive in a good way, that benefits both readers and writers. 
  • Joel agrees that the iPad will probably kill the Kindle hardware. We think e ink is kind of overrated. It’s not clear how much this matters to Amazon. It is bizarre that the Kindle app will be allowed to run on the iPad as a competing “app store” next to iBooks.
  • I’m a little perplexed about the existence of iWork for the iPad, since it highlights the main weakness of the iPad — while touch is great, the inclusion of keyboard support is odd, and I’m not sure how well it’s going to scale to large screens and I think it’s a weak replacement for the mouse paradigm.
  • Joel and I think Steve Jobs never really believed that computers made sense as general purpose devices. Computers should always have been appliances, and the iPhone and iPad are manifestations of that.
  • Steven Frank likens the iPad to the new world of computing, a bespoke from the ground up reconception of how computers should work, compared to the classic OSX, Linux, Windows desktop old world.
  • Is lack of support for Adobe’s Flash on the iPad the equivalent of dropping the floppy drive from early iMac models? I’d say the floppy drive was already pretty useless by the time Apple dropped it, whereas Flash is still kind of useful in a lot of circumstances, as John Nack notes. Particularly on a large screen device billed as delivering a no-compromises web experience.
  • If Apple choosing to make a political statement about dropping Flash (on the iPhone and now iPad) results in websites built with better Flash fallbacks than an empty box on a web page, that is a good thing. It’s just hard for me, personally, to accept that Apple is doing this out of the goodness of their own heart, rather than as a nakedly capitalistic way to protect the income stream from the App Store.
  • It has been pointed out to me that Stack Overflow is powered by bored programmers, so it is in our best interest for programmers to be bored at work.
  • Joel says that being bored says a lot more about a person’s state of mind rather than whether the environment is actually boring. If you’re bored while programming, “you are doing it wrong.” 
  • There are several dimensions to improving questions on any site on the trilogy; primary among those is editing (at 2k rep), and there always is voting to close (at 3k rep), flagging for moderator attention (at 15 rep). And meta-discussion about questions is always welcome on meta.stackoverflow.com.
  • Community moderation is an important part of our sites, and we’re currently conducting an election to determine the next Stack Overflow moderator. You do need 200 reputation to have the right to vote, though.
  • For more great Mac dev discussion, check out Daniel’s podcast with Manton Reece, Core Intuition.

We answered the following listener question on this podcast:

  1. Jeffrey ”How do you deal with programmers who are intellectually bored at work?”
  2. Phil “I spend a fair amount of time on Server Fault, but I’ve seen a lot of new users not providing enough information for us to help them. As a result the signal to noise ratio has dropped. What can be done to improve this?”

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. We also have a dedicated phone number you can call to leave audio questions at 646-826-3879.

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

 

 
icon for podpress  Podcast 82 [01:05:00m]: Play Now | Play in Popup | Download

In this episode of the Stack Overflow podcast, Joel and Jeff discuss the value of Deep Blue, the Five Whys process, and whether programmers should blog.

  • If you work at a fancy company like Fog Creek, you’ll have access to a Latte machine, and you too can create Latte art!
  • Checkers is now a solved problem. Chess is almost solved, in that no human player can beat the best software chess engines. In other news, Joel solved tic-tac-toe.
  • Deep Blue was amazing technology for its time, but what was the value in IBM doing this, and pitching it as the epic man vs. computer chess battle? What other companies could pursue cool, useful computer science spectacles like this?
  • a followup to our GitHub conversation last week, clarifying some things we didn’t quite get right in our previous conversation. 
  • Joel notes that a random programmer at JFK approached him and told him how much Stack Overflow Careers helped him. We have a number of success stories that have arrived via email, twitter, and in person. Incidentally both Stack Overflow and Fog Creek are hiring, and guess where we look first for candidates?
  • As we partially covered in Podcast #64, it’s difficult to find good testers, because it’s a related yet different skill from programming.
  • A discussion of Joel’s article Five Whys — we seemed to have the same problem of failed network autonegotiation, but we discovered at least one more Why. Per our Server Fault question on ethernet autonegotiation sysadmins seem to agree that “problems” with gigabit ethernet autonegotiate, at least, are almost always symptomatic of deeper root problems.
  • When setting up a portfolio of your programming work, what you want to do is stand out among the crowd. What are the shiny beacons you can put in that would get employers excited? Don’t get too detailed too fast, so feel free to use pictures and diagrams — there’s always room for details later.
  • We don’t like take home programming tests, but is it useful to document the process of how you research and solve a problem? Joel maintains the real win is to over-solve the problem to show what a hard worker you are.
  • Some tips from Joel and Jeff about why and how (or if) programmers should blog. Set a schedule and stick to it. And don’t be a commodity blogger! It helps to focus on the storytelling aspect of the writing, per Ira Glass. And remember, writing a better article on any topic is usually pretty easy, because so much of the content on the internet is so darn bad.
  • Please submit your audio questions to the podcast — we have brand new Stack Overflow t-shirts and the best question next week will get one!

We answered the following listener questions on this podcast:

  1. Alison: “I work closely with hardware and firmware, and I have trouble figuring out how to show off my work to my prospective employers. How do I build a portfolio?”
  2. John: “I recently started a programming blog at simpleprogrammer.com. How important is it for a programmer to have a blog, and why?”

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. We also have a dedicated phone number you can call to leave audio questions at 646-826-3879.

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

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

In this episode of the Stack Overflow podcast, Joel and Jeff discuss GitHub, the value of formal code documentation, and how to decide what features belong in the next version of your software.

  • We’ve had some difficulty adapting to GitHub, where the reverse engineering of the Javascript Markdown (WMD) editor was performed. It regularly confuses everyone that encounters it, and that’s frustrating from a support perspective.
  • For example, why does the MangOS project on GitHub have 854 branches? How is that useful to anyone? The project network is so complex it can’t even be rendered! What I specifically object to is that all pulls show up in the timeline as forks; I’d like to see an ability to nominate your pull timeline as either private or “not intended for merging” so it won’t show up in the main network.
  • Joel is writing a series of articles about distributed version control in Mercurial — I’m hoping they will clear up some of my confusion about GitHub. I personally find Google Code much easier to work with.
  • As part of MarkdownSharp, our open source C# Markdown implementation, I’ve experimented a bit with turning a regex into a state machine — and I was a bit shocked how many lines of code it takes to “unroll” a regex. Is it really easier to troubleshoot 25 individual lines of state machine code (all with potential bugs) or 3 single line regular expressions?
  • Stack Overflow user William Shields has taken up Joel’s challenge to write a Markdown parser the right way — and produced an excellent series of articles about what he’s learned in the process: one, two, three, four. It’s a perfect example of the type of learning that Stack Overflow itself is all about; kudos to William for sharing it!
  • Joel and I have mixed feelings about documenting a large code base. Rather than wasting time generating reams of documentation that may never be read, and will rapidly get out of date — we offer some alternatives. Come up with a unit test suite that lives symbiotically with the code, or spend time documenting the key, central data structures instead of the code. Also, have the new hire guys and gals who encounter the code be in charge of keeping the “how do I get started with this stuff?” bootstrapping information up to date.
  • Joel says the least amount of work you need to do to capture how many hours are spent on programming tasks, is to make each source code checkin assume that all time since the previous checkin was spent on whatever the current task is. This is “good enough” in his experience and produces solid, useful future estimates.
  • At Fog Creek, to determine what features make the cut for the next verson of the software they get developers, customer representatives, and the sales team together and do T-Shirt size estimation (S through XXL) of development time for the desired features. Then everyone in the meeting has a dollar to spend on their favorite features. Then, just fit the winners into the allotted schedule.
  • Stack Overflow is a community driven site, so many (but not all) of the new features come from top voted Meta Stack Overflow requests. We try to avoid devolving into design by committee by heavily weighting feature requests that match our vision for the site. Most feedback is not terribly useful — but if you’re willing to spend the time it takes to filter out the bottom 90% of feedback, you may be pleasantly surprised by the cool ideas the community can come up with.

We answered the following listener questions on this podcast:

  1. Dave: “I work at a large company with an enormous code base in many different languages. As a new guy trying to find my way around, I get frustrated by the lack of documentation. How much documentation is appropriate?”
  2. “We had a new year’s resolution to capture an accurate work log of hours worked, but we’ve already relapsed. How do the Fog Creek developers manage to do this?”
  3. Chap: “How do you prioritize features and functionality for your products, and how do you decide what to spend time on and what’s worth doing?”

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. We also have a dedicated phone number you can call to leave audio questions at 646-826-3879.

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

 
icon for podpress  Podcast 80 [01:05:48m]: Play Now | Play in Popup | Download

 

In this episode of the podcast, Joel and Jeff discuss open sourcing Markdown, the necessity of barriers on the open internet, and the importance of design in the software process.

  • We highlight three interesting Stack Exchange sites: Climate Deal (environmental climate change issues), ASCOM Answers (astronomy tech), and Math Overflow (professional mathematicians).
  • Thanks to Anton Geraschenko (the operator of Math Overflow, who I erroneously, embarrassingly, and repeatedly refer to as “Jacob” in this podcast — my apologies) for his help with improving our client side Markdown implementation. We also have a server side implementation of Markdown, which is now open sourced at Google Code.
  • The original Markdown implementation was in Perl. As a result, there is an unfortunate tradition in the community of writing Markdown parsers using a slew of regular expressions. This leads to some rather dense and complicated code with a lot of hairy edge conditions. Like most Perl, it worked well for the 95% case but that last 5% is extraordinarily difficult to achieve.
  • Joel argues that if the community had started out writing a proper Markdown parser using standard tools like Yacc, Bison, Lex would have produced much simpler, easier to maintain code. I tend to agree that this is kind of a textbook example of where “the right way” would have perhaps been easier in the long run than the quick and dirty hack.
  • Take a look at the core HTML block parser in the much better maintained PHP implementation. It is three full screens .. of a single regular expression. This is the most complex regular expression I’ve ever seen that was not a joke of some kind, and it’s the core of the PHP Markdown implementation. Compiling this enormous regex in .NET causes my super-fast machine to freeze for several seconds.
  • Running an open source project has reminded me of Derek Sivers classic article — Nobody’s going to help you. Does that encourage you or discourage you? You have to be more dedicated to your open source project than anyone else in the world. Your dedication will inspire others to follow.
  • Unfortunately, blessing something as open source does not magically synthesize leadership. This is why I was a bit critical of John Gruber’s handling of Markdown, as I felt the lack of action was starting to harm Markdown. Regardless, we donated to Markdown along with all the other parts of our development stack that we rely on. We hope to make these donations a yearly tradition.
  • The idea that you should have no barrier to participation on the open internet isn’t just a myth, it’s a dangerous and destructive myth. We believe you need a barrier to keep those people who aren’t serious out. For example, wikipedia intentionally does this. We aren’t talking about a concrete wall lined with razor wire, but a toddler sized barrier to keep the most bored and uninteresting users (or, if you prefer, “the majority of the internet”) away.
  • Joel explains why he no longer believes in outsourcing design; they are hiring a designer to work at Fog Creek full time. We compare the differences in the hiring process for designers versus programmers.
  • Our philosophy of design on Stack Overflow is to try to do as little as possible, but make those few things polished as we can. While there’s always room for improvement, and we love whitespace and minimalism, there is an issue of information density that is totally intentional — particularly on the homepage.
  • Item number 11 of the Joel Test ensures that you work for a company where they ask candidates to write code during the interview. The essential part here is not the production of the code, per se, but observation of the work actually happening. You need to know how the sausage is produced.
  • There is a website that conducts programming tests on the internet for you at Codility, but we’re skeptical this can actually work without the one-on-one human element of observation.

We answered two listener questions:

  • Evan: “why do you feel it is necessary to charge programmers to list CVs? Won’t this prevent the service from reaching critical mass?”
  • “Part of the Joel Test is writing code during the interview. How do you feel about companies who ask programmers to submit code samples or take home programming assignments?”

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. We also have a dedicated phone number you can call to leave audio questions at 646-826-3879.

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

 
icon for podpress  Podcast 79 [01:15:20m]: Play Now | Play in Popup | Download

 

In this episode of the Stack Overflow podcast, Joel and Jeff sit down with Paul, David, and Matthew — the creators of Litmus and DocType — to discuss ASCII vs. pixels, the power of Amazon EC2, and the unglamorous but critically important topic of backup.

  • The fine folks at Litmus created DocType partly as a homage to the Stack Overflow engine. We were so impressed we invited them into our League of Web Justice. You can view DocType as the intersection of what Litmus does (screenshots of browsers and email clients rendering HTML) and what Stack Overflow does (Q&A).
  • Where the Stack Overflow Trilogy is about programmers, sysadmins, and power users exercising ASCII text, DocType and Litmus is about designers exercising pixels. It’s not an audience we can satisfy particularly well, which is why we were happy to partner up. It’s all about getting good, effective answers to your questions, regardless of which site provides those answers.
  • A bit on the technical underpinnings of Litmus. This app has to generate screenshots from a ton of different email clients and a ton of different browsers, for both Macs and PCs. The PC side is served by Amazon Elastic Compute Cloud instances, which was an incredible boon for this type of work. They actually scale up to 400 EC2 instances at peak load times.
  • The original version of Litmus was built using nothing but scripting on a single machine, but was enough to get customers. They were effectively running on a prototype; the entire app has been rearchitected several times since then.
  • DocType is built mostly in Ruby on Rails, and Litmus is a combination of C# and Ruby on Rails. In that sense, they also reflect the platform agnostic spirit of Stack Overflow.
  • A brief discussion of the state of the DocType community. One point of integration between the two sites is that people having difficulty solving layouts problems via the screenshot service in Litmus are encouraged to ask for help on DocType.
  • Joel points out that one way to get a critical mass of core users is to get some kind of sponsorship or mention by people who have large audiences. For example, if you’re starting a music site, try to get Derek Sivers to mention you or, better yet, become the godfather of your site. Anyway, always have the goal of making something that is useful to somebody — and start with yourself.
  • We are a little tired of the backup topic at this point, but maybe it’s a good thing to remind people that every day is International Backup Awareness Day, and it never hurts to revisit your own backup practices, as we did with our Stack Overflow backup policies.
  • RAID is not a backup, but I sure do wish the server which experienced the hard drive failure had some kind of basic mirroring in place to protect against exactly this kind of routine, mundane drive failure. The moving parts are what tend to fail, which is why all our Stack Overflow servers use RAID.
  • Joel elaborates a bit on the importance of focusing on recovery versus backup. There are a lot of ways a valid “backup” can go horribly wrong, and you will never know any of that until you actively restore a backup.

Our featured questions this week are:

We answered the following listener question on this podcast:

  1. Travis from Wisconsin: “I have a music based Stack Exchange site called keyminor.com. I have a ton of questions I plan to seed the site with, and I have a bunch of users I plan to approach for assistance. What’s the best elevator pitch for getting people to understand and check out a Stack Exchange site?”

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. We also have a dedicated phone number you can call to leave audio questions at 646-826-3879.

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

 
icon for podpress  Podcast #78 [01:05:23m]: Play Now | Play in Popup | Download