Muffinresearch Labs by Stuart Colville

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

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

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

Comments: Add yours

1. On December 8th, 2007 at 5:49 pm sil said:

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?

2. On December 9th, 2007 at 10:51 am Stuart Colville said:

@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.

3. On December 11th, 2007 at 10:20 am Blog What I Made » Visiting Yahoo! said:

[...] talks on “web security and XSS”, “High Performance Web Sites”, “Using Bazaar for Version Control“, “Working in Distributed Teams” and “Writing Engaging Tutorials”. [...]







XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>



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|(2)

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.434s.