Wow, talk about snowball effect. Here’s a tweet I wrote yesterday afternoon:

I’d love to make a public rdar database. I’ve got some ideas on how to implement it. Anyone else interested?

This is something I’ve wanted for a while. Apple’s bug database is not public. All you can see are your own bugs (called “radars” because that’s the name of Apple’s internal bug database tool application), but I’ve always thought it would be nice to be able to see already filed bugs. Maybe someone already filed a bug? Maybe they found a workaround?

I soon got tons of feed back from “Yes” to “We should use {insert your favorite web technology here}”. About five hours after my tweet, Tim Burks (of Nu fame) tweeted that he built a quick prototype on Google’s App Engine:

Here’s a quick start using App Engine: http://openradar.appspot.com

And this morning, I woke up to find more than 85 bugs already entered! Amazing… that’s less than 24 hours from idea proposition to app being built, deployed, and used. I gotta say, I’m ultra impressed with Tim and App Engine. This is my first experience with App Engine and the ability to write and deploy a web app so easily is pretty remarkable.

So head on over to Open Radar and add your own bugs. The bigger the database we get, the more useful it will be. This is still very, very early in development, but I’m ecstatic with the progress thus far.

One note: this does not replace reporting bugs with Apple. You should file all bugs you find, even ones that have already been reported. Apple engineers have repeatedly mentioned that the more duplicates there are, the higher priority a bug becomes. It’s sort of like a voting system. Apple wants to fix the bugs affecting the most people. So lemme reiterate: even if you find a bug in Open Radar before filing it yourself, file it with Apple anyway.

Oh, and the source code to Open Radar is Open Source and Tim posted it up in GitHub. Jump on in and give us a hand.