Chris Wanstrath

@defunkt

Posts by this author

An illustration of two octocats repairing a robot.

hub – git with github

This week I released hub, a command line script which adds GitHub knowledge to a few git subcommands. For example, clone: $ hub clone cytzol/cope Initialized empty Git repository in…

An illustration of two octocats repairing a robot.

BrowserPlus on GitHub

Yesterday YDN unveiled their new BrowserPlus developer portal and released the BrowserPlus Platform source code on GitHub: http://github.com/browserplus/platform img http://img.skitch.com/20091209-qnrjr5e6x4e8i721fcf6ug2b1j.png http://developer.yahoo.net/blog/archives/2009/12/browserplus_source_code_available_now_on_github.html They’ve also added additional repositories to the @browserplus user…

An illustration of two octocats repairing a robot.

GitHub Meetup NYC

I’ll be in NYC this week speaking about GitHub (RSVP if you haven’t already) and hosting a GitHub Meetup. The meetup will be Thursday, December 3rd at 8:30pm at Temple…

An illustration of two octocats repairing a robot.

The Changelog

The Changelog is a new blog and podcast which keeps you up to date on open source happenings. img http://img.skitch.com/20091130-tikw7yti51ee6u2c9hsdnb1bkx.png http://thechangelog.com While it seems to be mostly Ruby-centric, it also…

An illustration of two octocats repairing a robot.

GitHub Talk in NYC

Do you want to learn about OEmbed? OAuth? Are you dying to hear more about Resque? Is comet still just a buzzword to you? Are the mysteries of BERT-RPC keeping…

An illustration of two octocats repairing a robot.

New Resque Web UI

Behold the power of open source! @adamcooke has reskinned Resque’s web UI. img http://img.skitch.com/20091104-8c41b9jmdtyc79jc76yap53igc.png http://img.skitch.com/20091104-jsqydh9jgg9ju4tkt66jqm2399.png img http://img.skitch.com/20091104-cs222tun9yna4s46ywt7jqdjqk.png http://img.skitch.com/20091104-k3iuxw8hqsce86b5pdphsctsg4.png Also now includes live updating: img http://img.skitch.com/20091104-1nqebsad9kuac6ixaqgykqmste.png http://img.skitch.com/20091104-88wn3wtc9jnacas3mytxxwn6c9.png Thanks Adam!

An illustration of two octocats repairing a robot.

Introducing Resque

Resque is our Redis-backed library for creating background jobs, placing those jobs on multiple queues, and processing them later. Background jobs can be any Ruby class or module that responds…

An illustration of two octocats repairing a robot.

jQuery!

jQuery, which we use for GitHub itself, is now hosted right here: http://github.com/jquery/jquery img http://img.skitch.com/20091029-dbpp26n16mqwhxgrbscsgabf89.png http://github.com/jquery/jquery If you’ve never contributed to the project, now’s a great time. Welcome, team!

An illustration of two octocats repairing a robot.

TUAW on GitHub

The Unofficial Apple Weblog, or TUAW, is now on GitHub: http://github.com/tuaw img http://img.skitch.com/20091014-p9c85ngu2yrhsr7jnrd888ex6.png http://github.com/tuaw While there’s nothing there yet, they only announced the account yesterday and said in the post,…

An illustration of two octocats repairing a robot.

unicorn.god

Some people have been asking for our Unicorn god config. Here it is: # http://unicorn.bogomips.org/SIGNALS.html rails_env = ENV[‘RAILS_ENV’] || ‘production’ rails_root = ENV[‘RAILS_ROOT’] || “/data/github/current” God.watch do |w| w.name =…

An illustration of two octocats repairing a robot.

Gemcutter Railscast

@rbates has a great (as always) screencast on Jeweler and Gemcutter. img http://img.skitch.com/20091012-rrf7756fn2kpqeqbx7qukg8xrn.png http://railscasts.com/episodes/183-gemcutter-jeweler Check it out and give Gemcutter a try! (mg looks like another good tool to help…