Chris Wanstrath

@defunkt

Posts by this author

An illustration of two octocats repairing a robot.

My Octobadge

Now a permanent fixture on my jacket. img http://img.skitch.com/20090202-buuwtc4xeh9jxynwwgdjj3s3b6.jpg http://www.nerdmeritbadges.com Get yours.

An illustration of two octocats repairing a robot.
An illustration of two octocats repairing a robot.

Gruber Gets It

From Daring Fireball: One thing I’m noticing about GitHub is that it seems to be the first open source community through which multiple forks of the same project feed back…

An illustration of two octocats repairing a robot.

Database Troubles

This morning we had some database problems. With help from Engine Yard we were able to identify the slower queries and eliminate them. Here you can see our database exploding:…

An illustration of two octocats repairing a robot.

Tracking Windows in Git

Avery Pennarun is tracking Windows using Git. The post is just insane. ![](http://img.skitch.com/20090129-tx2gcdnhsgr8ybsapnh8u8mg9e.png) A taste: I had to try it, of course. I went into ~/win, typed “git init”, and…

An illustration of two octocats repairing a robot.

gist.py

JeremyBanks and davglass have been busy: they’ve rewritten my gist.rb command line tool in Python. Check out davglass’ gist.py for the code and some enhanced functionality. #Creates a new Gist…

An illustration of two octocats repairing a robot.

Testing in Django

Gareth Rushgrove recently gave a presentation on Django Testing. It goes over what testing is, when to test, how to test, and features his django-test-extensions. Thanks Gareth! (As an aside,…

An illustration of two octocats repairing a robot.

GitHub Commit Chat

Want an easier way to manage all your conversation on GitHub? Check out CommitChat. They’re currently in a closed beta but you can sign up to join. ![](http://img.skitch.com/20090123-nri5p2nkcf93p9gp18dw3h1ci9.png) Great job…

An illustration of two octocats repairing a robot.

Scripting Bioclipse

Bioclipse (a Java-based, open source, visual platform for chemo- and bioinformatics) has scripting support and the community has developed a great method for sharing those scripts: Gist! They create Gists…

An illustration of two octocats repairing a robot.

Using Input Values as Hints

script.aculo.us’ Thomas Fuchs is releasing various goodies in his prototype_helpers repository. They seem to mostly be extractions from his time tracking app freckle. A great one is @defaultValueActsAsHint@, which adds…

An illustration of two octocats repairing a robot.

BlogBridge: Cross Platform RSS Reader

BlogBridge looks pretty interesting: an open source, cross platform RSS reader. Their visual tour shows off many of the innovative features. And guess what? They’re hosted on GitHub: http://github.com/pitosalas/blogbridge ![](http://img.skitch.com/20090121-m7s7yusfqfwd4dqx8h7urw9xep.png)…

An illustration of two octocats repairing a robot.

RESTful Flex and AIR Apps

The RestfulX Framework is a framework for quickly developing Adobe Flex and AIR applications. The project makes great use of GitHub Pages and the Wiki. ![](http://img.skitch.com/20090121-ghhyt5cme213x7121u6agqbhak.png) From the site: If…

An illustration of two octocats repairing a robot.

My Git Workflow

Old school GitHub user ivey has posted his Git Workflow. It covers small teams, large teams, and has a few tasty nuggets of knowledge thrown into the mix. ![](http://img.skitch.com/20090120-cqm927p4a44439jc7x4ud75385.png) Thanks…