<?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/"
	>

<channel>
	<title>Martin Albisetti&#039;s blog &#187; 2008</title>
	<atom:link href="http://beuno.com.ar/archives/date/2008/feed" rel="self" type="application/rss+xml" />
	<link>http://beuno.com.ar</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 20:55:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Loggerhead 1.10 released!</title>
		<link>http://beuno.com.ar/archives/111</link>
		<comments>http://beuno.com.ar/archives/111#comments</comments>
		<pubDate>Mon, 22 Dec 2008 21:50:00 +0000</pubDate>
		<dc:creator>beuno</dc:creator>
				<category><![CDATA[Bazaar]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Launchpad]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://beuno.com.ar/?p=111</guid>
		<description><![CDATA[The 1.10 release is mostly a bug fix release. There has been some effort to improve performance, we've updated the code to work with bzr 1.10, URLs are now much more user-friendly and permanent and breadcrumbs have been added to make navigation easier. As part of the release, I have also uploaded packages to the [...]]]></description>
			<content:encoded><![CDATA[<p>The 1.10 release is mostly a bug fix release. There has been some effort to improve performance, we've updated the code to work with bzr 1.10, URLs are now much more user-friendly and permanent and breadcrumbs have been added to make navigation easier.</p>
<p>As part of the release, I have also uploaded packages to the bzr PPA: <a href="https://launchpad.net/%7Ebzr/+archive" target="_blank">https://launchpad.net/~bzr/+archive</a><br />
My intention is to keep doing that in releases from now on   <img src='http://beuno.com.ar/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It has also been rolled out to <a href="http://bazaar.launchpad.net/~loggerhead-team/loggerhead/trunk/changes">Launchpad</a>, so you will see nicer URLs like: http://bazaar.launchpad.net/~loggerhead-team/loggerhead/trunk/annotate/head:/serve-branches<br />
Quick changelog:</p>
<p>- Fixed some performance issues (Robert Collins, James Westby, Martin Albisetti)<br />
- Update loggerhead to work with bzr 1.10 and the latest bzr-search (Robert Collins)<br />
- Add startup deamon script for Linux (Marius Kruger)<br />
- Switch navigation from file_ids to paths. Fixes bugs #260363, #269365 and #128926. (Martin Albisetti)<br />
- Fix bug #258710 ("the /files page explodes in an empty branch"). Also minor improvements to the /files and /changes pages. (Marius Kruger)<br />
- Added --port, --host and --prefix options to serve-branches script. (Martin Albisetti)<br />
- Fixed broken template for project browsing with start-loggerhead (Martin Albisetti)<br />
- Added --reload options to restart the application when a python file change. (Guillermo Gonzalez)<br />
- Added error handling middleware. (Guillermo Gonzalez)<br />
- Fix bug #243415 ("Tracebacks go to console but not log file"). Also minor improvements to logging in serve-branches and start-loggerhead. (Guillermo Gonzalez)</p>
]]></content:encoded>
			<wfw:commentRss>http://beuno.com.ar/archives/111/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Serverbeach now offering Ubuntu Servers</title>
		<link>http://beuno.com.ar/archives/109</link>
		<comments>http://beuno.com.ar/archives/109#comments</comments>
		<pubDate>Tue, 16 Dec 2008 23:01:53 +0000</pubDate>
		<dc:creator>beuno</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://beuno.com.ar/?p=109</guid>
		<description><![CDATA[I've been using Serverbeach for a few years now, so I was quite excited when I saw they're now offering Ubuntu Server on their dedicated servers! Now, if only they'd get cpanel working on Debian-based servers...]]></description>
			<content:encoded><![CDATA[<p>I've been using <a href="http://www.serverbeach.com/">Serverbeach</a> for a few years now, so I was quite excited when I saw they're <a href="http://serverbeach.wordpress.com/2008/12/16/ubuntu-and-more-at-the-beach/">now offering</a> <a href="http://www.ubuntu.com/products/whatisubuntu/serveredition">Ubuntu Server</a> on their dedicated servers!</p>
<p>Now, if only they'd get <a href="http://www.cpanel.net">cpanel</a> working on Debian-based servers...</p>
]]></content:encoded>
			<wfw:commentRss>http://beuno.com.ar/archives/109/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Launchpad and stacked branches</title>
		<link>http://beuno.com.ar/archives/106</link>
		<comments>http://beuno.com.ar/archives/106#comments</comments>
		<pubDate>Mon, 15 Dec 2008 12:06:46 +0000</pubDate>
		<dc:creator>beuno</dc:creator>
				<category><![CDATA[Bazaar]]></category>
		<category><![CDATA[Launchpad]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://beuno.com.ar/?p=106</guid>
		<description><![CDATA[For those of you who heavily use Launchpad for code hosting,  Jonathan Lange has a very good post about an optimization that has been rolled out in Launchpad a while ago. Check it out.]]></description>
			<content:encoded><![CDATA[<p>For those of you who heavily use Launchpad for code hosting,   Jonathan Lange has a very good post about an optimization that has been rolled out in Launchpad a while ago. <a href="http://code.mumak.net/2008/10/stacked-branches-and-new-world.html">Check it out.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://beuno.com.ar/archives/106/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do you use bazaar? Let us know!</title>
		<link>http://beuno.com.ar/archives/104</link>
		<comments>http://beuno.com.ar/archives/104#comments</comments>
		<pubDate>Fri, 28 Nov 2008 23:32:40 +0000</pubDate>
		<dc:creator>beuno</dc:creator>
				<category><![CDATA[Bazaar]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://beuno.com.ar/?p=104</guid>
		<description><![CDATA[I bumped into the Who uses bzr page today again, and I'm impressed on how fast it grows, just a few examples: - APT - Drupal - iPython - GNU Mailman - MySQL Are you using it? Add yourself to the wiki!]]></description>
			<content:encoded><![CDATA[<p>I bumped into the <a href="http://bazaar-vcs.org/WhoUsesBzr">Who uses bzr</a> page today again, and I'm impressed on how fast it grows, just a few examples:</p>
<p>- <a href="http://en.wikipedia.org/wiki/Advanced_Packaging_Tool">APT</a><br />
- <a href="http://drupal.org/">Drupal</a><br />
- <a href="http://ipython.scipy.org/moin/">iPython</a><br />
- <a href="http://www.list.org/">GNU Mailman</a><br />
- <a href="http://www.mysql.com/">MySQL</a></p>
<p>Are you using it? <a href="http://bazaar-vcs.org/WhoUsesBzr">Add yourself to the wiki!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://beuno.com.ar/archives/104/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Gmail now has themes!</title>
		<link>http://beuno.com.ar/archives/97</link>
		<comments>http://beuno.com.ar/archives/97#comments</comments>
		<pubDate>Wed, 19 Nov 2008 19:17:18 +0000</pubDate>
		<dc:creator>beuno</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://beuno.com.ar/?p=97</guid>
		<description><![CDATA[I suddenly opened up gmail, and saw a new theme. It turns out, you can now choose from over 30 themes! Screenshot of my spam: Theme options:]]></description>
			<content:encoded><![CDATA[<p>I suddenly opened up gmail, and saw a new theme.<br />
It turns out, you can now choose from over 30 themes!<br />
Screenshot of my spam:</p>
<p><a href="http://beuno.com.ar/wp-content/uploads/2008/11/gmail_themes.png"><img class="size-thumbnail wp-image-98" title="gmail themes" src="http://beuno.com.ar/wp-content/uploads/2008/11/gmail_themes-150x150.png" alt="gmail with themes" width="150" height="150" class="aligncenter size-medium wp-image-100" /></a></p>
<p>Theme options:<br />
<a href="http://beuno.com.ar/wp-content/uploads/2008/11/gmail_choose_themes.png"><img src="http://beuno.com.ar/wp-content/uploads/2008/11/gmail_choose_themes-300x187.png" alt="" title="choose gmail themes" width="300" height="187" class="aligncenter size-medium wp-image-100" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://beuno.com.ar/archives/97/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Usabilty report on Empathy and Pidgin</title>
		<link>http://beuno.com.ar/archives/93</link>
		<comments>http://beuno.com.ar/archives/93#comments</comments>
		<pubDate>Tue, 09 Sep 2008 01:06:56 +0000</pubDate>
		<dc:creator>beuno</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://beuno.com.ar/?p=93</guid>
		<description><![CDATA[I just realized that Matthew Paul Thomas' blog isn't on the planet, so for the people who aren't yet subscribed to his blog, he's been doing a lot of usability work on Ubuntu, and did a very interesting evaluation on Empathy's and Pidgin's usability, helping the desktop team decide with all the facts on the [...]]]></description>
			<content:encoded><![CDATA[<p>I just realized that Matthew Paul Thomas' blog isn't on the planet, so for the people who aren't yet subscribed to <a href="http://mpt.net.nz/">his blog</a>, he's been doing a lot of usability work on Ubuntu, and <a href="http://mpt.net.nz/archive/2008/09/07/empathy-pidgin">did</a> a very interesting <a href="https://wiki.ubuntu.com/EmpathyVsPidginUsability">evaluation on Empathy's and Pidgin's usability</a>, helping the desktop team decide with all the facts on the table, whether it Empathy is mature enough to be the default choice in Ubuntu (he concluded that Empathy just wasn't there yet).<br />
What's even more interesting, is the fact the he reported bugs based on his findings, to both projects, to help improve free software in general.</p>
<p>Personally, I look forward to seeing more of his insightful evaluations, and I'm thrilled to see usability getting more and more attention in open source!</p>
]]></content:encoded>
			<wfw:commentRss>http://beuno.com.ar/archives/93/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Jaunty Jackalope</title>
		<link>http://beuno.com.ar/archives/91</link>
		<comments>http://beuno.com.ar/archives/91#comments</comments>
		<pubDate>Tue, 09 Sep 2008 00:20:19 +0000</pubDate>
		<dc:creator>beuno</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://beuno.com.ar/?p=91</guid>
		<description><![CDATA[Fresh off the ubuntu-devel mailing list, Mark Shuttleworth has announced the code name for the next Ubuntu release, "Jaunty Jackalope". The highlights for that release, to me, are: - Start pushing the user experience to a higher level, to match and exceed what Apple is providing today - Cut down on boot and resume time [...]]]></description>
			<content:encoded><![CDATA[<p>Fresh off the <a href="https://lists.ubuntu.com/archives/ubuntu-devel-announce/2008-September/000481.html">ubuntu-devel mailing list</a>, Mark Shuttleworth has announced the code name for the next Ubuntu release, "<a href="http://www.thefreedictionary.com/jaunty">Jaunty</a> <a href="http://en.wikipedia.org/wiki/Jackalope">Jackalope</a>".<br />
The highlights for that release, to me, are:<br />
- Start pushing the user experience to a higher level, to match and exceed what Apple is providing today<br />
- Cut down on boot and resume time<br />
- Blur the line between the desktop and the web<br />
- Move all Ubuntu packages to bazaar<br />
- Enhance the way developers currently participate</p>
<p>Exciting times!</p>
]]></content:encoded>
			<wfw:commentRss>http://beuno.com.ar/archives/91/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Streaming at DebConf</title>
		<link>http://beuno.com.ar/archives/89</link>
		<comments>http://beuno.com.ar/archives/89#comments</comments>
		<pubDate>Tue, 12 Aug 2008 12:12:24 +0000</pubDate>
		<dc:creator>beuno</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Talks]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://beuno.com.ar/?p=89</guid>
		<description><![CDATA[The awesome Video Team at DebConf have set up, like every year, streaming video and audio for the talks and BoFs, so if you're work allows it, you may want to watch some of the talks: http://wiki.debconf.org/wiki/DebConf8/Streams In about an hour (13hs UTC), Mark Shuttleworth is giving a talk on Debian and Ubuntu collaboration, which [...]]]></description>
			<content:encoded><![CDATA[<p>The awesome Video Team at DebConf have set up, like every year, streaming video and audio for the talks and BoFs, so if you're work allows it, you may want to watch some of the talks: http://wiki.debconf.org/wiki/DebConf8/Streams</p>
<p>In about an hour (13hs UTC), Mark Shuttleworth is giving a talk on <a href="https://penta.debconf.org/dc8_schedule/events/301.en.html">Debian and Ubuntu collaboration</a>, which I'm sure is worth watching.</p>
<p>If you miss any of the talks, a few weeks after the event is over, the videos are provided for download, so keep an eye out for them if you missed any talks you wanted to watch.</p>
]]></content:encoded>
			<wfw:commentRss>http://beuno.com.ar/archives/89/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>bzr-upload, now with automatic transmission!</title>
		<link>http://beuno.com.ar/archives/85</link>
		<comments>http://beuno.com.ar/archives/85#comments</comments>
		<pubDate>Sat, 09 Aug 2008 18:30:10 +0000</pubDate>
		<dc:creator>beuno</dc:creator>
				<category><![CDATA[Bazaar]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://beuno.com.ar/?p=85</guid>
		<description><![CDATA[A few days ago, James Westby worked on a branch of bzr-upload, that added the upload-on-commit feature to bzr-upload. It's now part of trunk! This means that now you can use the --auto switch, and from now on, your commits will automagically get uploaded. To start uploading automatically: bzr upload --auto To stop: bzr upload [...]]]></description>
			<content:encoded><![CDATA[<p>A few days ago, <a href="http://jameswestby.net/weblog">James Westby</a> worked on a branch of <a href="https://launchpad.net/bzr-upload">bzr-upload</a>, that added the upload-on-commit feature to bzr-upload. It's now <a href="https://code.launchpad.net/~bzr-upload-devs/bzr-upload/trunk">part of trunk</a>!</p>
<p>This means that now you can use the --auto switch, and from now on, your commits will automagically get uploaded.</p>
<p>To start uploading automatically:<br />
<code>bzr upload --auto</code></p>
<p>To stop:<br />
<code>bzr upload --no-auto</code></p>
<p>In other news, bzr-upload is now packaged and <a href="http://ftp-master.debian.org/new/bzr-upload_0.1.0~bzr44-1.html">waiting in the Debian NEW queue</a> to be uploaded, thanks to <a href="http://jelmer.vernstok.nl/blog/">Jelmer Vernooij</a>'s packaging, and <a href="http://mltplanet.livejournal.com/">Marcela Tiznado</a>'s sponsoring.</p>
]]></content:encoded>
			<wfw:commentRss>http://beuno.com.ar/archives/85/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Working at Canonical</title>
		<link>http://beuno.com.ar/archives/82</link>
		<comments>http://beuno.com.ar/archives/82#comments</comments>
		<pubDate>Thu, 07 Aug 2008 20:44:20 +0000</pubDate>
		<dc:creator>beuno</dc:creator>
				<category><![CDATA[Bazaar]]></category>
		<category><![CDATA[Canonical]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Launchpad]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://beuno.com.ar/?p=82</guid>
		<description><![CDATA[So, some of you already know, and some of you, including myself, will be a bit surprised. Starting Monday, I'm going to start working full time for Canonical. I've been active in the Ubuntu community since very close to the beginning, then jumped to working on Bazaar and surrounding projects, which, btw, has one of [...]]]></description>
			<content:encoded><![CDATA[<p>So, some of you already know, and some of you, including myself, will be a bit surprised.<br />
Starting Monday, I'm going to start working full time for Canonical.<br />
I've been active in the Ubuntu community since very close to the beginning, then jumped to working on Bazaar and surrounding projects, which, btw, has one of the greatest community <strong>ever</strong>. So, working for Canonical is like going to Disneyland  <img src='http://beuno.com.ar/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I've been doing some contracting work on my free time (mostly for <a href="https://launchpad.net/loggerhead">Loggerhead</a>, which turned out great, and some UI in Launchpad), and things just got more exciting every day, until at some point things just started speeding up, and I got offered to work full time a few weeks ago. Having sorted out the remaining details yesterday, Monday is officially my first day.<br />
I'm going to stop working actively as a lead developer at <a href="http://www.pentacorp.net/">my company</a>, have found some very qualified people to take over the work I've been doing, and I'm going to fully focus on making user interfaces mind-blowingly good.<br />
I'll also get to continue working on Loggerhead as part of my job, so expect to see the improvements to keep on landing regularly.</p>
<p>I'm really excited to start working full time with the smartest people in the world, doing a job that has the word <em>revolution</em> in it's description!</p>
<p>Update: <a href="http://beuno.com.ar/archives/114">see what happened 5 months later</a> <img src='http://beuno.com.ar/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://beuno.com.ar/archives/82/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

