I was invited to participate in the latest Herding Code podcast.
This was a fun one for me because I’ve known the four hosts of the program — Jon Galloway, Kevin Dente, K. Scott Allen, and Scott Koon — through their blogs since forever, eventually meeting most of them in person. All of their blogs predate mine by years. I’d almost say we were blog buddies. If you could call people blog buddies. Which I don’t think you can.
At any rate, I go into quite a bit of technical depth on Stack Overflow and some of the features that we have yet to implement, but have been hotly requested — definitely worth a listen if you want to go deep.
Thanks for having me on!
(oh, and listen past the end for a little audio easter egg that’s sort of fun)




August 25th, 2008 at 10:06 am
and, you say expert sex change.
August 25th, 2008 at 10:12 am
It’s just FUN to say!
August 25th, 2008 at 10:27 am
I started listening to that the other night, but I only got a few minutes in before I got interrupted. Now I have to actually listen to it. :)
August 25th, 2008 at 11:54 am
cant wait to join the beta! :)
August 25th, 2008 at 12:40 pm
Listening to it right now (Lol @ the hacker badge stuff)
August 25th, 2008 at 1:19 pm
Just to say wow. It sounds like you’re definitely improving and working on decent rules, systems, positive social feedback loops etc to make a great site. Just applied for a beta account, but if I dont’ get it, i’ll still be on the look out for when it comes out of testing. An improvement on the wiki style, taking the best parts of different areas.
As for letting go of the system and leeting it work and tweaking it -reminds me of the recent newscientist.com article – Law and disorder – which talks about letting go of manual micromanagement control, and reaping the benefits.
One thing popped into my mind – in the future could boards move away from a liner vertical thread system, and actually go a more visual route, more analogous to actual threads – actually be able to visually able to tease apart different parts of the thread. Maybe asking too much! However, putting the current best answer next to the question and making that editable is a great step in of itself.
Keep it up, sounds great :)
Tom
August 25th, 2008 at 2:11 pm
At about 20:20 when talking about OpenID there is a common misconception about OpenID, which I already meant to correct way back when you originally mentioned it on the Stack Overflow Podcast:
When you implement OpenID you *do not* pick up an additional dependency on an external service. You *trade* one external dependency against another: if you have a “Lost Password” link that allows a user to reset their password and e-mail it to them, you have *already* made the decision to outsource your user’s security to an external e-mail provider. And you *already* trust your users to pick an e-mail provider that’s secure.
All you do with OpenID is trade that dependency for an OpenID provider. So, you end up really the same as before.
Actually, you might even be better off, because now you have outsourced your identity to a provider who is actually specialized on identity instead of an e-mail provider whose security officer might not even realize the fact that they are also an identity provider.
Of course, if you *do not* provide a “Lost Password” link or whitelist the e-mail providers that a user can use, then you will also want to whitelist OpenID providers or not offer OpenID at all: OpenID is not a panacea, it is not designed to replace every authorization scheme ever invented — it is designed to replace e-mail based authentication.
jwm
August 25th, 2008 at 5:28 pm
So.. is it too late to join the beta?
August 25th, 2008 at 11:07 pm
I can haz a beta invite plz?
August 26th, 2008 at 8:35 am
And, yes, ‘hate’ is a strong word for webforms, btw. :)
August 27th, 2008 at 2:25 am
Hi,
I have not seen the badge system.
I saw the first similar thing to what you talk about in the Wolfenstein games (I do not own a Xbox).
At least Enemy Territory had this where your abilities improved when you did good things.
http://en.wikipedia.org/wiki/Wolfenstein:_Enemy_Territory
The newer Enemy Territory Quake Wars has even more elaborate stats and they are public. Have a look at
http://stats.enemyterritory.com/
One can compare ones skills in many dimensions with friends and others.
Also maybe that would be a useful reference when looking for a new job. Will stackoverflow badges become a point on your resume ? Like participation in open source projects, and similar things not directly related to former employers.
August 27th, 2008 at 1:24 pm
Stack Overflow user gomercobs has an “exists” function for jQuery.
http://beta.stackoverflow.com/questions/31044/is-there-an-exists-function-for-jquery
August 28th, 2008 at 10:09 pm
When you say during the recording that the site should be able to run by itself without any intervention, I feel you are forgetting the lessons expressed by one of your idols, Clay Shirky, in his talk, “A Group is its own Worst Enemy”, and the examples he gives such as LambdaMOO:
http://www.shirky.com/writings/group_enemy.html
“LambdaMOO Takes a New Direction”: http://www.cc.gatech.edu/classes/AY2001/cs6470_fall/LTAND.html
Shirky’s thesis is that human nature being what it is, attempts to have a purely technological way of controlling social interaction invariably fails, and so any tool that involves social interaction should take this into account. I know you think you have come up with ways to give incentives for desired behaviour, but I believe you need to think more like a persistent bored teenager trying to game the system (perhaps working together with others, or using sock puppets). For example, game-playing users could post lots of trivial questions and answers, and post links to them in some common forum, so they can vote for each others’ answers.
I also think you may not have given enough thought to the consequences of your point system; as pointed out by Michael, with a high barrier to being able to fully edit a post, the system may end up dominated by hardcore early adopters (e.g. beta testers) who attained a high reputation rank. The casual newcomer may not want to make how ever many posts will be required to attract enough people to vote up their posts, so the only new users with full edit capability (i.e. those who can integrate the latest information and combine together all additions into a more sensible whole) will be fanatical badge collectors who are willing to exploit the rules to inflate their rank.