Muffinresearch Labs by Stuart Colville

Presentation: De-centralised Version Control with Bazaar | 3 Comments

Posted in Code, Slides, Work on 8th December 2007, 12:40 pm by

This probably won’t make too much sense without the notes but here’s the slides for the presentation I gave with Andrew Phillippo at Yahoo! Europe’s front-end engineering conference.

When I have a few spare moments I’ll write a post covering the details of the presentation. To view the deck in text format it is available on slideshare. Alternatively you can download a pdf of the presentation (16mb).

Post Tools

  • http://www.kryogenix.org/ sil

    The link to the presentation on slideshare is broken, I’m afraid — 404 (perhaps is hasn’t been published to the public?)

    Also, http://ejohn.org/blog/easy-pdf-sharing/ or a download link so us non-Flash-types can see it?

  • http://muffinresearch.co.uk Stuart Colville

    @sil: Strange – it was there yesterday and published. Now it says it failed the conversion process:

    Sorry, your file failed our conversion process

    You can download a pdf of the presentation here whilst I fix the slideshare issue.

  • Pingback: Blog What I Made » Visiting Yahoo!

GNU screen: open tab in current working directory|(1)

A nice trick for having screen open a new tab in the same directory as the one you’re currently in. To use it add it to your .screenrc

# Open new window in current dir.
bind c stuff "screen -X chdir \$PWD;screen^M"
bind ^c stuff "screen -X chdir \$PWD;screen^M"

Hat tip: mteckert on SuperUser.com

Ubuntu: add-apt-repository: command not found|(3)

When you’re using a minimal Ubuntu install if you find the ‘add-apt-repository’ command is missing (it’s useful for adding PPAs and other repositories), then simply run:

sudo apt-get install python-software-properties

Photos on Flickr

© Copyright 2004-12 Stuart Colville, all rights reserved. May contain traces of Muffin. Powered by WordPress. Hosting by Slicehost.com This page was baked in 0.415s.