<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>andrewsomething@ubuntu:~$</title>
	<atom:link href="http://andrewsomething.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewsomething.wordpress.com</link>
	<description>Just another Ubuntu weblog</description>
	<lastBuildDate>Sat, 12 Nov 2011 18:22:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='andrewsomething.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>andrewsomething@ubuntu:~$</title>
		<link>http://andrewsomething.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://andrewsomething.wordpress.com/osd.xml" title="andrewsomething@ubuntu:~$" />
	<atom:link rel='hub' href='http://andrewsomething.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Wading upstream</title>
		<link>http://andrewsomething.wordpress.com/2011/11/12/wading-upstream/</link>
		<comments>http://andrewsomething.wordpress.com/2011/11/12/wading-upstream/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 16:08:15 +0000</pubDate>
		<dc:creator>andrewsomething</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[bashrc]]></category>
		<category><![CDATA[debian bts]]></category>
		<category><![CDATA[snippets]]></category>

		<guid isPermaLink="false">http://andrewsomething.wordpress.com/?p=285</guid>
		<description><![CDATA[So I want to start making an effort to share more of the little tips, tricks, and scripts that I use in the course of Ubuntu development. Hopefully someone will find this stuff useful. On the other hand, I also hope someone will come along, look at what I use, and point out just how [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewsomething.wordpress.com&amp;blog=7832616&amp;post=285&amp;subd=andrewsomething&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So I want to start making an effort to share more of the little tips, tricks, and scripts that I use in the course of Ubuntu development. Hopefully someone will find this stuff useful. On the other hand, I also hope someone will come along, look at what I use, and point out just how wrong it is and show me something simpler.</p>
<p><a href="http://www.flickr.com/photos/camerajohn/5843220713/" title="Potomac Wayside Falls Upstream by Camera John, on Flickr"><img src="http://farm4.static.flickr.com/3081/5843220713_7df09df54a.jpg" width="500" height="333" alt="Potomac Wayside Falls Upstream"></a></p>
<p>To start off with, here&#8217;s a function from my ~/.bashrc file. Gmail has an unfortunate insistence on forcing line breaks. This can be an issue when working with the Debian BTS as you need to interact with the control server through one line commands sent via email. The place where this is always the most painful for me has been in marking bugs as forwarded upstream. So I figured I&#8217;d make my life easier by just doing it on the command line:</p>
<p><pre class="brush: bash;">
function bts-forward () {
    if [[ &quot;$1&quot; == ${1//[^0-9]/} &amp;&amp; &quot;$2&quot; == http* ]]; then
        echo &quot;forwarded $1 $2&quot; | \
        sendmail -f&quot;$DEBEMAIL&quot; control@bugs.debian.org;
    else
        echo &quot;Usage: bts-forward DEBIAN_BUG UPSTREAM_URL&quot;
    fi
    }
</pre></pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/andrewsomething.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/andrewsomething.wordpress.com/285/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/andrewsomething.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/andrewsomething.wordpress.com/285/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/andrewsomething.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/andrewsomething.wordpress.com/285/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/andrewsomething.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/andrewsomething.wordpress.com/285/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/andrewsomething.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/andrewsomething.wordpress.com/285/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/andrewsomething.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/andrewsomething.wordpress.com/285/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/andrewsomething.wordpress.com/285/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/andrewsomething.wordpress.com/285/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewsomething.wordpress.com&amp;blog=7832616&amp;post=285&amp;subd=andrewsomething&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andrewsomething.wordpress.com/2011/11/12/wading-upstream/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5187279a8111c09cb5960e47fdc03a8?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">andrewsomething</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3081/5843220713_7df09df54a.jpg" medium="image">
			<media:title type="html">Potomac Wayside Falls Upstream</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8220;Formalities are boring.&#8221;</title>
		<link>http://andrewsomething.wordpress.com/2011/11/09/formalities-are-boring/</link>
		<comments>http://andrewsomething.wordpress.com/2011/11/09/formalities-are-boring/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 06:33:53 +0000</pubDate>
		<dc:creator>andrewsomething</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[release goals]]></category>
		<category><![CDATA[upstreams]]></category>

		<guid isPermaLink="false">http://andrewsomething.wordpress.com/?p=275</guid>
		<description><![CDATA[I&#8217;ve been following the discussion around the potential switch from Banshee back to Rhythmbox for Precise, and I really don&#8217;t have all that much to add. Though I did come across an interesting post from an upstream Tomboy developer that deserves some wider attention. He argues that &#8220;upstreams would be more than happy to do a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewsomething.wordpress.com&amp;blog=7832616&amp;post=275&amp;subd=andrewsomething&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/carolynconner/4264882098/"><img class="alignleft" title="Old Faithful by carolynconner, on Flickr" src="http://farm3.static.flickr.com/2785/4264882098_d5bf67f2dc_m.jpg" alt="Old Faithful" width="240" height="160" /></a></p>
<p>I&#8217;ve been following <a href="https://lists.ubuntu.com/archives/ubuntu-desktop/2011-November/003393.html">the discussion</a> around the potential switch from Banshee back to Rhythmbox for Precise, and I really don&#8217;t have all that much to add. Though I did come across <a href="http://www.robpvn.net/2011/11/08/ubuntu-either-doesnt-know-how-important-theyve-become-or-they-dont-care/">an interesting post</a> from an upstream Tomboy developer that deserves some wider attention. He argues that &#8220;upstreams would be more than happy to do a lot of stuff for Ubuntu if only Ubuntu actually let them know what they wanted in some sort of predictable fashion.&#8221;</p>
<p>&nbsp;</p>
<blockquote><p>Ubuntu either doesn’t know how important they’ve become, or they don’t care. Developers in upstream apps know that getting exposure in Ubuntu means an incredible influx of new users, which in turn leads to new bug reporters, which finally means new contributors. It’s well known that each of these groups is an order of magnitude smaller than the last, so making sure the user group is as big as possible is vital for an application. And because upstream knows this, they are willing to bend over backwards to accommodate Ubuntu’s wishes.</p></blockquote>
<p>He also tells a story about Tomboy nearly being dropped last cycle due to depending on a number of libraries that the desktop team wanted to drop form the CD images. He goes on to suggest that formalizing the procedure around these sorts of things would reduce a lot of confusion and let upstreams know where they stand.</p>
<p>This seems entirely reasonable to me. The Banshee issue aside, it would be great if there was a formal announcement at some set point in the cycle where the targeted development goals for the platform are laid out in one place. If you follow closely this information is already announced, but it is in a trickle of different messages to the devel and desktop lists. The  idea would be to compile this information into one clear widely-publicized announcement. It would be early enough in the cycle that upstreams, derivatives, and other stake holders would have time to react. It would also make clear that any discussion before that point is just that, discussion not  decisions. The existing <a href="https://wiki.ubuntu.com/FeatureDefinitionFreeze">Feature Definition Freeze</a> would probably make for a nice fit.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/andrewsomething.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/andrewsomething.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/andrewsomething.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/andrewsomething.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/andrewsomething.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/andrewsomething.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/andrewsomething.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/andrewsomething.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/andrewsomething.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/andrewsomething.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/andrewsomething.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/andrewsomething.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/andrewsomething.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/andrewsomething.wordpress.com/275/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewsomething.wordpress.com&amp;blog=7832616&amp;post=275&amp;subd=andrewsomething&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andrewsomething.wordpress.com/2011/11/09/formalities-are-boring/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5187279a8111c09cb5960e47fdc03a8?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">andrewsomething</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2785/4264882098_d5bf67f2dc_m.jpg" medium="image">
			<media:title type="html">Old Faithful by carolynconner, on Flickr</media:title>
		</media:content>
	</item>
		<item>
		<title>Fun with graphs</title>
		<link>http://andrewsomething.wordpress.com/2011/10/09/fun-with-graphs/</link>
		<comments>http://andrewsomething.wordpress.com/2011/10/09/fun-with-graphs/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 20:01:18 +0000</pubDate>
		<dc:creator>andrewsomething</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[mailinglists]]></category>
		<category><![CDATA[stats]]></category>

		<guid isPermaLink="false">http://andrewsomething.wordpress.com/?p=250</guid>
		<description><![CDATA[For awhile now, I&#8217;ve felt like the ubuntu-motu mailing list has been a shadow of its former self. It turns out that empirical data backs up this feeling. I produced a histogram of mailinglist volume over time: I also figured I should take a look at ubuntu-devel: That graph raises the question what happened at the end [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewsomething.wordpress.com&amp;blog=7832616&amp;post=250&amp;subd=andrewsomething&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For awhile now, I&#8217;ve felt like the ubuntu-motu mailing list has been a shadow of its former self. It turns out that empirical data backs up this feeling. I produced a histogram of mailinglist volume over time:</p>
<p><a href="http://andrewsomething.files.wordpress.com/2011/10/motu.png"><img class="alignnone size-medium wp-image-251" title="motu" src="http://andrewsomething.files.wordpress.com/2011/10/motu.png?w=300&#038;h=225" alt="" width="300" height="225" /></a></p>
<p>I also figured I should take a look at ubuntu-devel:</p>
<p><a href="http://andrewsomething.files.wordpress.com/2011/10/devel.png"><img class="alignnone size-medium wp-image-252" title="devel" src="http://andrewsomething.files.wordpress.com/2011/10/devel.png?w=300&#038;h=225" alt="" width="300" height="225" /></a></p>
<p>That graph raises the question what happened at the end of 2006. Of course, that was when ubuntu-devel-discuss was started:</p>
<p><a href="http://andrewsomething.files.wordpress.com/2011/10/devel-discuss.png"><img class="alignnone size-medium wp-image-253" title="devel-discuss" src="http://andrewsomething.files.wordpress.com/2011/10/devel-discuss.png?w=300&#038;h=225" alt="" width="300" height="225" /></a></p>
<p>I&#8217;m not sure what this all means, but I do find it interesting in the context of some recent discussion on the direction of the Ubuntu community.</p>
<p>&#8212;-</p>
<p>You can find the python code I used in a <a href="https://gist.github.com/1273952">GitHub gist</a>. It takes an mbox file and produces a histogram using <a href="http://matplotlib.sourceforge.net/">matplotlib</a>. It is shamelessly based off of <a href="https://gist.github.com/913543">code by Takafumi Arakaki</a> that was designed to plot a histogram of the commit frequency of a Mercurial or Git repository by reading newline separated unix time via STDIN. I just rewrote the read_dates() function. If someone has a simpler way of doing the date conversion, I&#8217;d love to see it. What I did was a bit convoluted.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/andrewsomething.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/andrewsomething.wordpress.com/250/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/andrewsomething.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/andrewsomething.wordpress.com/250/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/andrewsomething.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/andrewsomething.wordpress.com/250/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/andrewsomething.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/andrewsomething.wordpress.com/250/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/andrewsomething.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/andrewsomething.wordpress.com/250/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/andrewsomething.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/andrewsomething.wordpress.com/250/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/andrewsomething.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/andrewsomething.wordpress.com/250/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewsomething.wordpress.com&amp;blog=7832616&amp;post=250&amp;subd=andrewsomething&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andrewsomething.wordpress.com/2011/10/09/fun-with-graphs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5187279a8111c09cb5960e47fdc03a8?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">andrewsomething</media:title>
		</media:content>

		<media:content url="http://andrewsomething.files.wordpress.com/2011/10/motu.png?w=300" medium="image">
			<media:title type="html">motu</media:title>
		</media:content>

		<media:content url="http://andrewsomething.files.wordpress.com/2011/10/devel.png?w=300" medium="image">
			<media:title type="html">devel</media:title>
		</media:content>

		<media:content url="http://andrewsomething.files.wordpress.com/2011/10/devel-discuss.png?w=300" medium="image">
			<media:title type="html">devel-discuss</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu Developer Membership Board Election</title>
		<link>http://andrewsomething.wordpress.com/2011/08/23/ubuntu-developer-membership-board-election/</link>
		<comments>http://andrewsomething.wordpress.com/2011/08/23/ubuntu-developer-membership-board-election/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 12:57:01 +0000</pubDate>
		<dc:creator>andrewsomething</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[election]]></category>
		<category><![CDATA[governance]]></category>
		<category><![CDATA[MOTU]]></category>

		<guid isPermaLink="false">http://andrewsomething.wordpress.com/?p=244</guid>
		<description><![CDATA[An election for a recently opened spot on the DMB has just begun. While all the names of those nominated are familiar to me, I still need some more information to make a decision. All of the candidates are eminently qualified. Unfortunately, the call for votes didn&#8217;t include any statements of intent from the candidates. Votes will be accepted through 2011-09-06 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewsomething.wordpress.com&amp;blog=7832616&amp;post=244&amp;subd=andrewsomething&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a title="Voting Machine by Willivolt, on Flickr" href="http://www.flickr.com/photos/willivolt/4345526574/"><img src="http://farm3.static.flickr.com/2727/4345526574_5450a74a3f.jpg" alt="Voting Machine" width="500" height="333" /></a></p>
<p>An election for a recently opened spot on the <a href="https://wiki.ubuntu.com/DeveloperMembershipBoard">DMB</a> has just begun. While all the names of those nominated are familiar to me, I still need some more information to make a decision. All of the candidates are eminently qualified. Unfortunately, the call for votes didn&#8217;t include any statements of intent from the candidates. Votes will be accepted through 2011-09-06 12:00 (presumably UTC). So perhaps we&#8217;ll hear from the candidates themselves. Until then, to save others a little bit of Googling, here are their Launchpad profiles and Ubuntu wiki pages:</p>
<ul>
<li>Charlie Smotherman (porthose) - <a href="https://launchpad.net/~cjsmo">Launchpad</a> &#8211; <a href="https://wiki.ubuntu.com/CharlieSmotherman">Wiki</a></li>
<li>Micah Gersten (micahg) - <a href="https://launchpad.net/~micahg">Launchpad</a> - <a href="https://wiki.ubuntu.com/micahg">Wiki</a></li>
<li>Stefano Rivera (tumbleweed) - <a href="https://launchpad.net/~stefanor">Launchpad</a> - <a href="https://wiki.ubuntu.com/StefanoRivera">Wiki</a></li>
<li>Dave Walker (Daviey) - <a href="https://launchpad.net/~davewalker">Launchpad</a> - <a href="https://wiki.ubuntu.com/davewalker">Wiki</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/andrewsomething.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/andrewsomething.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/andrewsomething.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/andrewsomething.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/andrewsomething.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/andrewsomething.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/andrewsomething.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/andrewsomething.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/andrewsomething.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/andrewsomething.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/andrewsomething.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/andrewsomething.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/andrewsomething.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/andrewsomething.wordpress.com/244/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewsomething.wordpress.com&amp;blog=7832616&amp;post=244&amp;subd=andrewsomething&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andrewsomething.wordpress.com/2011/08/23/ubuntu-developer-membership-board-election/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5187279a8111c09cb5960e47fdc03a8?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">andrewsomething</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2727/4345526574_5450a74a3f.jpg" medium="image">
			<media:title type="html">Voting Machine</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu Release Calendar</title>
		<link>http://andrewsomething.wordpress.com/2011/08/19/ubuntu-release-calendar/</link>
		<comments>http://andrewsomething.wordpress.com/2011/08/19/ubuntu-release-calendar/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 23:39:11 +0000</pubDate>
		<dc:creator>andrewsomething</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[community]]></category>

		<guid isPermaLink="false">http://andrewsomething.wordpress.com/?p=221</guid>
		<description><![CDATA[One thing I&#8217;ve been missing recently has been having the Ubuntu release schedule in my calendar. Steve Langasek used to provide one in ical format, but it wasn&#8217;t update for Natty nor Oneiric. The Fridge has a calandar containing a schedule of events for  #ubuntu-meeting, but that doesn&#8217;t include the release schedule. It&#8217;s also a bit [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewsomething.wordpress.com&amp;blog=7832616&amp;post=221&amp;subd=andrewsomething&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-226" title="Calendar" src="http://andrewsomething.files.wordpress.com/2011/08/vcalendar.png?w=48&#038;h=48" alt="Calendar" width="48" height="48" />One thing I&#8217;ve been missing recently has been having the Ubuntu <a href="https://wiki.ubuntu.com/ReleaseSchedule">release schedule</a> in my calendar. <a href="https://launchpad.net/~vorlon">Steve Langasek</a> used to provide <a href="http://people.ubuntu.com/~vorlon/UbuntuReleaseSchedule.ics">one in ical format</a>, but it wasn&#8217;t update for Natty nor Oneiric. <a href="http://fridge.ubuntu.com/calendars/fridge/">The Fridge</a> has a calandar containing a schedule of events for  #ubuntu-meeting, but that doesn&#8217;t include the release schedule. It&#8217;s also a bit too high volume for me to want to keep it in my main calendar view.</p>
<p>So without further adieu, I am announcing that I will be maintaining a public Google Calendar for the Ubuntu release schedule.</p>
<ul>
<li>HTML - <a href="http://goo.gl/q4yZV">http://goo.gl/q4yZV</a></li>
<li>ICAL - <a href="http://goo.gl/TUzUd">http://goo.gl/TUzUd</a></li>
</ul>
<div>Please feel free to subscribe to it.</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/andrewsomething.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/andrewsomething.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/andrewsomething.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/andrewsomething.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/andrewsomething.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/andrewsomething.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/andrewsomething.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/andrewsomething.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/andrewsomething.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/andrewsomething.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/andrewsomething.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/andrewsomething.wordpress.com/221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/andrewsomething.wordpress.com/221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/andrewsomething.wordpress.com/221/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewsomething.wordpress.com&amp;blog=7832616&amp;post=221&amp;subd=andrewsomething&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andrewsomething.wordpress.com/2011/08/19/ubuntu-release-calendar/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5187279a8111c09cb5960e47fdc03a8?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">andrewsomething</media:title>
		</media:content>

		<media:content url="http://andrewsomething.files.wordpress.com/2011/08/vcalendar.png" medium="image">
			<media:title type="html">Calendar</media:title>
		</media:content>
	</item>
		<item>
		<title>Can i haz answers?</title>
		<link>http://andrewsomething.wordpress.com/2011/07/14/can-i-haz-answers/</link>
		<comments>http://andrewsomething.wordpress.com/2011/07/14/can-i-haz-answers/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 03:12:58 +0000</pubDate>
		<dc:creator>andrewsomething</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[askubuntu]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://andrewsomething.wordpress.com/?p=198</guid>
		<description><![CDATA[AskUbuntu is continuing to grow. According to the Stack Exchange site directory, we have: 17k Questions 31k Answers 19k User 21k Visits/Day 81% of questions have accepted answers While 81% puts us into the same league as Stack Overflow and Super User, we still have hundreds of questions without any answer at all. In fact, about [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewsomething.wordpress.com&amp;blog=7832616&amp;post=198&amp;subd=andrewsomething&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-200" title="AskUbuntu" src="http://andrewsomething.files.wordpress.com/2011/07/otop6.png?w=158&#038;h=158" alt="AskUbuntu" width="158" height="158" /><a href="http://askubuntu.com/">AskUbuntu</a> is continuing to grow. According to the Stack Exchange <a href="http://stackexchange.com/sites">site directory</a>, we have:</p>
<ul>
<li>17k Questions</li>
<li>31k Answers</li>
<li>19k User</li>
<li>21k Visits/Day</li>
<li>81% of questions have accepted answers</li>
</ul>
<div>While 81% puts us into the same league as Stack Overflow and Super User, we still have hundreds of questions without any answer at all. In fact, about 10% of all are questions are <a href="http://askubuntu.com/unanswered">unanswered</a>. Here&#8217;s just a handful of them:</div>
<p></p>
<ul>
<li><a href="http://askubuntu.com/q/14042/570">How to restrict / limit the number of RDP sessions?</a></li>
<li><a href="http://askubuntu.com/q/48371/570">How do I configure a fingerprint scanner?</a></li>
<li><a href="http://askubuntu.com/q/42144/570">How to set up a Serial-to-Ethernet Converter With a Virtual Serial Port?</a></li>
<li><a href="http://askubuntu.com/q/43318/570">How do I share files with a Mac?</a></li>
<li><a href="http://askubuntu.com/q/32926/570">Where are debug symbols for backported packages?</a></li>
<li><a href="http://askubuntu.com/q/44806/570">Anyone using KVM with Spice protocol on Ubuntu?</a></li>
<li><a href="http://askubuntu.com/q/46840/570">Check if pendrive is persistent?</a></li>
</ul>
<div>Killing some free time on the internets? How about you stop looking at lolcatz and answer a few questions that slipped through the cracks? How about starting with mine:</div>
<p></p>
<div><a href="http://askubuntu.com/q/53014/570">Why use sbuild over pbuilder?</a></div>
<p></p>
<div><img class="alignnone" src="http://blog.stackoverflow.com/wp-content/uploads/error-lolcat-problemz.jpg" alt="StackExchange Error Lolcat" width="600" height="450" /></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/andrewsomething.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/andrewsomething.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/andrewsomething.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/andrewsomething.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/andrewsomething.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/andrewsomething.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/andrewsomething.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/andrewsomething.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/andrewsomething.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/andrewsomething.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/andrewsomething.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/andrewsomething.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/andrewsomething.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/andrewsomething.wordpress.com/198/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewsomething.wordpress.com&amp;blog=7832616&amp;post=198&amp;subd=andrewsomething&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andrewsomething.wordpress.com/2011/07/14/can-i-haz-answers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5187279a8111c09cb5960e47fdc03a8?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">andrewsomething</media:title>
		</media:content>

		<media:content url="http://andrewsomething.files.wordpress.com/2011/07/otop6.png" medium="image">
			<media:title type="html">AskUbuntu</media:title>
		</media:content>

		<media:content url="http://blog.stackoverflow.com/wp-content/uploads/error-lolcat-problemz.jpg" medium="image">
			<media:title type="html">StackExchange Error Lolcat</media:title>
		</media:content>
	</item>
		<item>
		<title>GPG key transition</title>
		<link>http://andrewsomething.wordpress.com/2010/09/24/gpg-key-transition/</link>
		<comments>http://andrewsomething.wordpress.com/2010/09/24/gpg-key-transition/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 22:21:38 +0000</pubDate>
		<dc:creator>andrewsomething</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[gpg]]></category>
		<category><![CDATA[me]]></category>

		<guid isPermaLink="false">http://andrewsomething.wordpress.com/?p=181</guid>
		<description><![CDATA[I’ve recently set up a stronger (4096R) OpenPGP key, and will be transitioning away from my old (1024D) one. The old key will continue to be valid for some time, but i prefer all future correspondence to come to the new one. I would also like this new key to be re-integrated into the web [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewsomething.wordpress.com&amp;blog=7832616&amp;post=181&amp;subd=andrewsomething&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I’ve recently set up a stronger (4096R) OpenPGP key, and will be transitioning away from my old (1024D) one. The old key will continue to be valid for some time, but i prefer all future correspondence to come to the new one. I would also like this new key to be re-integrated into the web of trust. Please find here <a href="http://people.ubuntu.com/~andrewsomething/key-transition-2010-09-24.txt">a statement signed with both keys</a>, certifying the transition.</p>
<p>The old key was:</p>
<p><code>pub 1024D/6286FB6D 2007-11-03<br />
Key fingerprint = 62EE D4F4 6D46 BE9E FF02 220A 2F89 3E7C 6286 FB6D</code></p>
<p>And the new key is:</p>
<p><code>pub 4096R/D53FDCB1 2010-09-24<br />
Key fingerprint = 6EB2 23D7 D71E 67A5 3C93 A7DA 3B56 E2BB D53F DCB1</code></p>
<p>To fetch my new key from a public key server, you can simply do:</p>
<p><code>gpg --keyserver pgp.mit.edu --recv-key D53FDCB1</code></p>
<p>If you already know my old key, you can now verify that the new key is signed by the old one:</p>
<p><code>gpg --check-sigs D53FDCB1</code></p>
<p>If you don&#8217;t already know my old key, or you just want to be double extra paranoid, you can check the fingerprint against the one above:</p>
<p><code>gpg --fingerprint D53FDCB1</code></p>
<p>If you are satisfied that you&#8217;ve got the right key, and the UIDs match what you expect, I&#8217;d appreciate it if you would sign my key:</p>
<p><code>gpg --sign-key D53FDCB1</code></p>
<p>Lastly, if you could upload these signatures, i would appreciate it. You can just upload the signatures to a public keyserver directly:</p>
<p><code>gpg --keyserver pgp.mit.edu --send-key D53FDCB1</code></p>
<p>Thanks!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/andrewsomething.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/andrewsomething.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/andrewsomething.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/andrewsomething.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/andrewsomething.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/andrewsomething.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/andrewsomething.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/andrewsomething.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/andrewsomething.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/andrewsomething.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/andrewsomething.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/andrewsomething.wordpress.com/181/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/andrewsomething.wordpress.com/181/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/andrewsomething.wordpress.com/181/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewsomething.wordpress.com&amp;blog=7832616&amp;post=181&amp;subd=andrewsomething&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andrewsomething.wordpress.com/2010/09/24/gpg-key-transition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5187279a8111c09cb5960e47fdc03a8?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">andrewsomething</media:title>
		</media:content>
	</item>
		<item>
		<title>Doctors Without Borders Haiti Emergency Response</title>
		<link>http://andrewsomething.wordpress.com/2010/01/14/doctors-without-borders-haiti-emergency-response/</link>
		<comments>http://andrewsomething.wordpress.com/2010/01/14/doctors-without-borders-haiti-emergency-response/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 04:43:51 +0000</pubDate>
		<dc:creator>andrewsomething</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[NGO]]></category>

		<guid isPermaLink="false">http://andrewsomething.wordpress.com/?p=146</guid>
		<description><![CDATA[Please excuse this break from your normally scheduled Ubuntu programing&#8230; Doctors Without Borders/Médecins Sans Frontières (MSF) is an independent international medical humanitarian organization. If you can spare even a few dollars to help in the emergency efforts under way in Haiti, I strongly recommend giving what you can to MSF.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewsomething.wordpress.com&amp;blog=7832616&amp;post=146&amp;subd=andrewsomething&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Please excuse this break from your normally scheduled Ubuntu programing&#8230;</p>
<p><a href="https://donate.doctorswithoutborders.org/SSLPage.aspx?pid=197&amp;hbc=1&amp;source=ADQ1001E1D01"><img src="http://www.doctorswithoutborders.org/images/donate/button-haiti-earthquake-480.png" alt="Support Doctors Without Borders in Haiti" width="450" border="none" /></a></p>
<p><a href="http://www.doctorswithoutborders.org/aboutus/">Doctors Without Borders/Médecins Sans Frontières (MSF)</a> is an independent international medical humanitarian organization. If you can spare even a few dollars to help in the emergency efforts under way in Haiti, I strongly recommend giving what you can to MSF.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/andrewsomething.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/andrewsomething.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/andrewsomething.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/andrewsomething.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/andrewsomething.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/andrewsomething.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/andrewsomething.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/andrewsomething.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/andrewsomething.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/andrewsomething.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/andrewsomething.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/andrewsomething.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/andrewsomething.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/andrewsomething.wordpress.com/146/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewsomething.wordpress.com&amp;blog=7832616&amp;post=146&amp;subd=andrewsomething&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andrewsomething.wordpress.com/2010/01/14/doctors-without-borders-haiti-emergency-response/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5187279a8111c09cb5960e47fdc03a8?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">andrewsomething</media:title>
		</media:content>

		<media:content url="http://www.doctorswithoutborders.org/images/donate/button-haiti-earthquake-480.png" medium="image">
			<media:title type="html">Support Doctors Without Borders in Haiti</media:title>
		</media:content>
	</item>
		<item>
		<title>UDS-L, Dallas Day One</title>
		<link>http://andrewsomething.wordpress.com/2009/11/17/uds-l-dallas-day-one/</link>
		<comments>http://andrewsomething.wordpress.com/2009/11/17/uds-l-dallas-day-one/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 04:56:56 +0000</pubDate>
		<dc:creator>andrewsomething</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[artwork]]></category>
		<category><![CDATA[bzr]]></category>
		<category><![CDATA[ppa]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[UDS]]></category>

		<guid isPermaLink="false">http://andrewsomething.wordpress.com/?p=138</guid>
		<description><![CDATA[Well, I finally made it to a Ubuntu Developer Summit. It&#8217;s been great to put some faces on the names I interact with on mailing-lists and read in changelogs. I don&#8217;t really have much to pontificate on so this will be quick, but there are a couple things to share. My roommate ending up being [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewsomething.wordpress.com&amp;blog=7832616&amp;post=138&amp;subd=andrewsomething&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well, I finally made it to a Ubuntu Developer Summit. It&#8217;s been great to put some faces on the names I interact with on mailing-lists and read in changelogs.</p>
<p>I don&#8217;t really have much to pontificate on so this will be quick, but there are a couple things to share.</p>
<p><a href="https://edge.launchpad.net/~elementaryart/+archive/ppa"><img class="alignleft size-full wp-image-139" title="icons" src="http://andrewsomething.files.wordpress.com/2009/11/icons.png?w=110&#038;h=110" alt="" width="110" height="110" /></a> My roommate ending up being Daniel Fore, designer of the elementary icon set that the Humanity icons are based on. So I was able to help get them up on a <a href="https://edge.launchpad.net/~elementaryart/+archive/ppa">PPA.</a></p>
<p>You can grab packages based on the latests Bazaar trunk for Karmic.</p>
<p>I mostly focused on attending sessions on bug management and distributed development today. I saved copies of the gobby notes for each session I attended:  <a href="http://people.ubuntu.com/~andrewsomething/uds-l/notes/">http://people.ubuntu.com/~andrewsomething/uds-l/notes/</a></p>
<p>The plenary session demoing <a href="https://wiki.ubuntu.com/Quickly">Quickly</a> made me excited to dive back into <a href="http://www.diveintopython.org/">python</a>. The videos aren&#8217;t up yet, but there are previous <a href="http://ubuntu.mirocommunity.com/video/84/getting-started-with-quickly">screen-casts</a> showing it off.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/andrewsomething.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/andrewsomething.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/andrewsomething.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/andrewsomething.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/andrewsomething.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/andrewsomething.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/andrewsomething.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/andrewsomething.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/andrewsomething.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/andrewsomething.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/andrewsomething.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/andrewsomething.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/andrewsomething.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/andrewsomething.wordpress.com/138/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewsomething.wordpress.com&amp;blog=7832616&amp;post=138&amp;subd=andrewsomething&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andrewsomething.wordpress.com/2009/11/17/uds-l-dallas-day-one/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5187279a8111c09cb5960e47fdc03a8?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">andrewsomething</media:title>
		</media:content>

		<media:content url="http://andrewsomething.files.wordpress.com/2009/11/icons.png" medium="image">
			<media:title type="html">icons</media:title>
		</media:content>
	</item>
		<item>
		<title>Bazaar Explorer 0.9.0 Now in PPA</title>
		<link>http://andrewsomething.wordpress.com/2009/11/04/bazaar-explorer-0-9-0-now-in-ppa/</link>
		<comments>http://andrewsomething.wordpress.com/2009/11/04/bazaar-explorer-0-9-0-now-in-ppa/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 04:26:59 +0000</pubDate>
		<dc:creator>andrewsomething</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bzr]]></category>
		<category><![CDATA[explorer]]></category>
		<category><![CDATA[ppa]]></category>

		<guid isPermaLink="false">http://andrewsomething.wordpress.com/?p=129</guid>
		<description><![CDATA[One of the things that I&#8217;ve always loved about bzr is that it is a powerful yet intuitive solution for version control. Now Bazaar Explorer, a wonderful cross-platform Qt-based GUI front-end to the Bazaar VCS, is making it even easier. Whether you&#8217;re just getting started with DVCS or you just prefer a graphical environment, you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewsomething.wordpress.com&amp;blog=7832616&amp;post=129&amp;subd=andrewsomething&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://doc.bazaar-vcs.org/explorer/en/"><img class="alignleft" src="http://doc.bazaar-vcs.org/explorer/en/_static/bazaar-explorer-64.png" alt="" width="64" height="64" /></a></p>
<p>One of the things that I&#8217;ve always loved about bzr is that it is a powerful yet intuitive solution for version control. Now <a href="http://doc.bazaar-vcs.org/explorer/en/">Bazaar Explorer</a>, a wonderful cross-platform Qt-based GUI front-end to the Bazaar VCS, is making it even easier. Whether you&#8217;re just getting started with DVCS or you just prefer a graphical environment, you should really check it out. (You can take a tour <a href="http://doc.bazaar-vcs.org/explorer/en/visual-tour-gnome.html">here</a>.)</p>
<p><a href="http://doc.bazaar-vcs.org/explorer/en/_static/home-page-screenshot.png"><img class="alignnone" title="Bazaar Explorer" src="http://doc.bazaar-vcs.org/explorer/en/_static/home-page-screenshot.png" alt="" width="440" height="278" /></a></p>
<p>There&#8217;s been a Windows installer for Bazaar Explorer for awhile, and of course the source code is over there on <a href="https://edge.launchpad.net/bzr-explorer">Launchpad</a>. Even though Bazaar&#8217;s plugin system makes it simple to install it on Linux from source, it just doesn&#8217;t feel like it&#8217;s keeping with the theme of making things easy. So I went and packaged it for Ubuntu!</p>
<p>You can now grab it from the <a href="https://edge.launchpad.net/~bzr-explorer-dev/+archive/ppa">Bazaar Explorer PPA</a>. It should be entering Debian Unstable and Ubuntu Lucid in the near future, but we want to give you PPA users the chance to kick the tires first. Just add <strong>ppa:bzr-explorer-dev/ppa</strong> to your system&#8217;s Software Sources.</p>
<p>There are packages for Karmic, Jaunty, Intrepid, and Hardy in the PPA, but please note that as bzr-explorer depends on bzr (&gt;= 1.14) and qbzr (&gt;= 0.11), users of Ubuntu releases before Karmic will also need to add the <a href="https://edge.launchpad.net/~bzr/+archive/ppa">PPA for Bazaar Developers</a>.  Also be aware that Hardy users might have some issues as parts of Explorer (e.g. the Preferences dialog) depend on Qt/PyQt 4.4.  (See:<a href="https://bugs.launchpad.net/bzr-explorer/+bug/429549"> Bug #429549</a>). That said, every thing should be working smoothly in Karmic.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/andrewsomething.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/andrewsomething.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/andrewsomething.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/andrewsomething.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/andrewsomething.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/andrewsomething.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/andrewsomething.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/andrewsomething.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/andrewsomething.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/andrewsomething.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/andrewsomething.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/andrewsomething.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/andrewsomething.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/andrewsomething.wordpress.com/129/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewsomething.wordpress.com&amp;blog=7832616&amp;post=129&amp;subd=andrewsomething&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andrewsomething.wordpress.com/2009/11/04/bazaar-explorer-0-9-0-now-in-ppa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5187279a8111c09cb5960e47fdc03a8?s=96&#38;d=identicon&#38;r=PG" medium="image">
			<media:title type="html">andrewsomething</media:title>
		</media:content>

		<media:content url="http://doc.bazaar-vcs.org/explorer/en/_static/bazaar-explorer-64.png" medium="image" />

		<media:content url="http://doc.bazaar-vcs.org/explorer/en/_static/home-page-screenshot.png" medium="image">
			<media:title type="html">Bazaar Explorer</media:title>
		</media:content>
	</item>
	</channel>
</rss>
