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

<channel>
	<title>Martin Albisetti</title>
	<atom:link href="http://beuno.com.ar/feed" rel="self" type="application/rss+xml" />
	<link>http://beuno.com.ar</link>
	<description>Ubuntu, Debian, bazaar and random stuff</description>
	<pubDate>Sat, 21 Jun 2008 02:37:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Upload your websites with bzr-upload</title>
		<link>http://beuno.com.ar/archives/80</link>
		<comments>http://beuno.com.ar/archives/80#comments</comments>
		<pubDate>Sat, 21 Jun 2008 02:37:20 +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=80</guid>
		<description><![CDATA[I was lucky enough to be able to attend the Bazaar Sprint back in March, mostly thanks to Canonical sponsoring my entire trip across the globe  
The sprint was interesting in all sorts of ways, and it got me working on several projects (some of which I&#8217;ll talk about in future posts), but there [...]]]></description>
			<content:encoded><![CDATA[<p>I was lucky enough to be able to attend the Bazaar Sprint back in March, mostly thanks to Canonical sponsoring my entire trip across the globe  <img src='http://beuno.com.ar/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
The sprint was interesting in all sorts of ways, and it got me working on several projects (some of which I&#8217;ll talk about in future posts), but there was one in particular that amazed me how fast it was put together. <a href="https://launchpad.net/bzr-upload">Bzr-upload</a>.<br />
It all started one night, while sitting across the table from <a href="https://launchpad.net/~vila">Vincent Ladeuil</a>, the guy who basically wrote transports in Bazaar, and I started complaining about how I had to work around bazaar to make it fit into my daily work flow (doing web development).<br />
The problem was simple: bzr doesn&#8217;t update the working tree (the actual files) remotely, so there was no simple way for me to upload the websites I worked on a daily basis.</p>
<p>Long story short, Vincent asked some questions, sat down, wrote tests, wrote code to work with those tests (<a href="http://en.wikipedia.org/wiki/Test-driven_development">TDD</a>, FTW), and after some fiddling, we can now upload websites (and anything else, actually) using bzr&#8217;s knowledge of what we&#8217;ve changed, and it&#8217;s solid transport libraries (ftp, sftp).</p>
<p>So&#8230;  how does this work?  Simple.<br />
Assuming you already have bzr installed, fire up a terminal and do:<br />
<code>bzr checkout lp:bzr-upload ~/.bazaar/plugins/upload</code></p>
<p>Now that we have the plugin installed, go to the branch containing your website, and with a simple:<br />
<code>beuno@beuno-laptop:/mywebsite$ <strong>bzr upload sftp://beuno@host/path/to/http</strong><br />
No uploaded revision id found, switching to full upload<br />
Uploading bar<br />
Uploading foo</code></p>
<p>Done!</p>
<p>Did more work?</p>
<p><code>beuno@beuno-laptop:/mywebsite$ bzr ci -m'Random bug fix'<br />
Committing to: /mywebsite/<br />
modified foo<br />
Committed revision 2.<br />
beuno@beuno-laptop:/mywebsite$ <strong>bzr upload</strong><br />
Using saved location: sftp://beuno@host/path/to/http<br />
Uploading foo</code></p>
<p>That&#8217;s it!</p>
<p>bzr-upload will remember the last revision you uploaded, and make sure it only sends what you&#8217;ve changed.</p>
<p>Project&#8217;s page: <a href="https://launchpad.net/bzr-upload">https://launchpad.net/bzr-upload</a></p>
<p>Comments, feedback, patches, etc are very welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://beuno.com.ar/archives/80/feed</wfw:commentRss>
		</item>
		<item>
		<title>MySQL migrates to Bazaar!</title>
		<link>http://beuno.com.ar/archives/79</link>
		<comments>http://beuno.com.ar/archives/79#comments</comments>
		<pubDate>Thu, 19 Jun 2008 14:06:02 +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=79</guid>
		<description><![CDATA[This just in, MySQL has migrated from BitKeeper to Bazaar. They also seem to be using Launchpad quite extensively, and have already updated their installation from source instructions.
Not only is it a big user base for Bazaar, but yet another move from Closed Source to Open Source software.
Congratulations to all the Canonical folks to helped [...]]]></description>
			<content:encoded><![CDATA[<p>This just in, MySQL has <a href="http://blogs.mysql.com/kaj/2008/06/19/version-control-thanks-bitkeeper-welcome-bazaar/">migrated from BitKeeper to Bazaar</a>. They also seem to be <a href="https://edge.launchpad.net/mysql">using Launchpad quite extensively</a>, and have already updated their <a href="http://dev.mysql.com/doc/refman/5.1/en/installing-source-tree.html">installation from source instructions</a>.<br />
Not only is it a big user base for Bazaar, but yet another move from Closed Source to Open Source software.</p>
<p>Congratulations to all the Canonical folks to helped with the move (I hear <a href="http://jam-bazaar.blogspot.com/">John</a> and <a href="http://elliotmurphy.com/">Elliot</a> had a lot to do with it in particular), and welcome MySQLers  <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/79/feed</wfw:commentRss>
		</item>
		<item>
		<title>I&#8230; thir&#8230; er&#8230; me too.</title>
		<link>http://beuno.com.ar/archives/78</link>
		<comments>http://beuno.com.ar/archives/78#comments</comments>
		<pubDate>Tue, 17 Jun 2008 05:02:40 +0000</pubDate>
		<dc:creator>beuno</dc:creator>
		
		<category><![CDATA[Launchpad]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://beuno.com.ar/?p=78</guid>
		<description><![CDATA[+1 to Robert&#8217;s suggestion.
Maybe make that optional?  &#8220;email me my own comments and bug reports&#8221;
]]></description>
			<content:encoded><![CDATA[<p>+1 to <a href="http://www.advogato.org/person/robertc/diary.html?start=88">Robert&#8217;s <em>suggestion</em></a>.<br />
Maybe make that optional?  &#8220;email me my own comments and bug reports&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://beuno.com.ar/archives/78/feed</wfw:commentRss>
		</item>
		<item>
		<title>Fun (or weird) aliases to configure</title>
		<link>http://beuno.com.ar/archives/77</link>
		<comments>http://beuno.com.ar/archives/77#comments</comments>
		<pubDate>Sat, 31 May 2008 08:00:51 +0000</pubDate>
		<dc:creator>beuno</dc:creator>
		
		<category><![CDATA[Debian]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://beuno.com.ar/?p=77</guid>
		<description><![CDATA[After half an hour of randomly re-reading xkcd strips, I thought I&#8217;d start a meme: Fun or weird aliases for commands.
Kick start, aliases for &#8220;sudo&#8221;:
simonsays apt-get install python2.5
please apt-get install python2.5
youdo apt-get install python2.5
]]></description>
			<content:encoded><![CDATA[<p>After half an hour of <a href="http://dynamic.xkcd.com/comic/random/">randomly re-reading xkcd strips</a>, I thought I&#8217;d start a meme: Fun or weird aliases for commands.<br />
Kick start, aliases for &#8220;sudo&#8221;:</p>
<p><code><strong>simonsays</strong> apt-get install python2.5</code><br />
<code><strong>please</strong> apt-get install python2.5</code><br />
<code><strong>youdo</strong> apt-get install python2.5</code></p>
]]></content:encoded>
			<wfw:commentRss>http://beuno.com.ar/archives/77/feed</wfw:commentRss>
		</item>
		<item>
		<title>Big Buck Bunny, open source at it&#8217;s best</title>
		<link>http://beuno.com.ar/archives/76</link>
		<comments>http://beuno.com.ar/archives/76#comments</comments>
		<pubDate>Sat, 31 May 2008 03:11:40 +0000</pubDate>
		<dc:creator>beuno</dc:creator>
		
		<category><![CDATA[Debian]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://beuno.com.ar/?p=76</guid>
		<description><![CDATA[I&#8217;ve just finished watching the short film sponsored by the Blender Foundation, and I really have to say, it just feels better and better being in the open source world.
It&#8217;s an amazing production, both in the quality of the rendering, sound, and amazing idea behind it.
The official site is currently down due to heavy digging [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just finished watching the short film sponsored by the <a href="http://www.blender.org/">Blender Foundation</a>, and I really have to say, it just feels better and better being in the open source world.<br />
It&#8217;s an amazing production, both in the quality of the rendering, sound, and amazing idea behind it.</p>
<p>The <a href="http://www.bigbuckbunny.org/">official site</a> is currently down due to heavy digging and such, but I happen to have the torrent link stored, so here&#8217;s <a href="http://blender.waag.org/big_buck_bunny_720p_stereo.ogg.torrent">a direct link to it</a>, and, the embedded YouTube version (if you read through the planet, you might have to click to the post to watch it).</p>
<p>It&#8217;s licensed under Creative Commons, so besides being encouraged to share it, you can download all the original material used for it and all the tools, for free.</p>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/YE7VzlLtp-4&#038;hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/YE7VzlLtp-4&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://beuno.com.ar/archives/76/feed</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu CDs getting stuck in customs&#8230;</title>
		<link>http://beuno.com.ar/archives/75</link>
		<comments>http://beuno.com.ar/archives/75#comments</comments>
		<pubDate>Tue, 20 May 2008 01:56:09 +0000</pubDate>
		<dc:creator>beuno</dc:creator>
		
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://beuno.com.ar/?p=75</guid>
		<description><![CDATA[Here at the Argentina LoCo, we have been avoiding requesting the LoCo CD pack, due to it getting stuck in customs for random reasons, making it sometimes impossible to retrieve it, and other having to pay a tax of over 100usd.
I&#8217;m curious if this is just a problem over here, or if other LoCos are [...]]]></description>
			<content:encoded><![CDATA[<p>Here at the Argentina LoCo, we have been avoiding requesting the LoCo CD pack, due to it getting stuck in customs for random reasons, making it sometimes impossible to retrieve it, and other having to pay a tax of over 100usd.</p>
<p>I&#8217;m curious if this is just a problem over here, or if other LoCos are in the same situation, and, if any, what workarounds have to found.</p>
]]></content:encoded>
			<wfw:commentRss>http://beuno.com.ar/archives/75/feed</wfw:commentRss>
		</item>
		<item>
		<title>Bazaar 1.4 released</title>
		<link>http://beuno.com.ar/archives/73</link>
		<comments>http://beuno.com.ar/archives/73#comments</comments>
		<pubDate>Sat, 03 May 2008 02:27:45 +0000</pubDate>
		<dc:creator>beuno</dc:creator>
		
		<category><![CDATA[Bazaar]]></category>

		<guid isPermaLink="false">http://beuno.com.ar/?p=73</guid>
		<description><![CDATA[The 1.4 release of Bazaar includes handy improvements to the speed of log and status, new options for several commands, improved documentation, and better hooks, including initial code for server-side hooks. A number of bugs have been fixed, particularly in interoperability between different formats or different releases of Bazaar over there network. There&#8217;s been substantial [...]]]></description>
			<content:encoded><![CDATA[<p>The 1.4 release of Bazaar includes handy improvements to the speed of log and status, new options for several commands, improved documentation, and better hooks, including initial code for server-side hooks. A number of bugs have been fixed, particularly in interoperability between different formats or different releases of Bazaar over there network. There&#8217;s been substantial internal work in both the repository and network code to enable new features and faster performance.</p>
<p>You can check out the full changelog at: <a href="https://launchpad.net/bzr/1.4/1.4/">https://launchpad.net/bzr/1.4/1.4/</a><br />
And download it at the usual location: <a href="http://bazaar-vcs.org/Download">http://bazaar-vcs.org/Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://beuno.com.ar/archives/73/feed</wfw:commentRss>
		</item>
		<item>
		<title>IDE Integration in Bazaar</title>
		<link>http://beuno.com.ar/archives/72</link>
		<comments>http://beuno.com.ar/archives/72#comments</comments>
		<pubDate>Sat, 03 May 2008 02:24:53 +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=72</guid>
		<description><![CDATA[I&#8217;ve just kicked off a wiki page to follow up on the state of Integration into IDEs, so, if you want a specific IDE worked on, or are currently working on an integration, please feel free (or encouraged even) to add it to the wiki page: http://bazaar-vcs.org/IDEIntegration
I hope that page eventually harbours enough information for [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just kicked off a wiki page to follow up on the state of Integration into IDEs, so, if you want a specific IDE worked on, or are currently working on an integration, please feel free (or encouraged even) to add it to the wiki page: <a href="http://bazaar-vcs.org/IDEIntegration">http://bazaar-vcs.org/IDEIntegration</a></p>
<p>I hope that page eventually harbours enough information for any random person to land on it and find out if their favourite IDE currently works with bazaar, or enough information to start working on one.</p>
]]></content:encoded>
			<wfw:commentRss>http://beuno.com.ar/archives/72/feed</wfw:commentRss>
		</item>
		<item>
		<title>Hardy is out! Check out the Desktop Tour</title>
		<link>http://beuno.com.ar/archives/71</link>
		<comments>http://beuno.com.ar/archives/71#comments</comments>
		<pubDate>Thu, 24 Apr 2008 13:07:24 +0000</pubDate>
		<dc:creator>beuno</dc:creator>
		
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://beuno.com.ar/?p=71</guid>
		<description><![CDATA[It seems Hardy is officially released, so congrats to everyone
If you&#8217;re going to download, please use torrents and be generous with your upload bandwidth  
Torrent Link: http://releases.ubuntu.com/releases/8.04/ubuntu-8.04-desktop-i386.iso.torrent
While looking through the Ubuntu pages, I ran into the new Desktop Tour, which seems like a really fancy and polished way of showing what Ubuntu is about.
]]></description>
			<content:encoded><![CDATA[<p>It seems Hardy is <a href="http://www.ubuntu.com/getubuntu/download">officially released</a>, so congrats to everyone</p>
<p>If you&#8217;re going to download, please use torrents and be generous with your upload bandwidth <img src='http://beuno.com.ar/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Torrent Link: <a href="http://releases.ubuntu.com/releases/8.04/ubuntu-8.04-desktop-i386.iso.torrent">http://releases.ubuntu.com/releases/8.04/ubuntu-8.04-desktop-i386.iso.torrent</a></p>
<p>While looking through the Ubuntu pages, I ran into the new <a href="http://www.ubuntu.com/products/whatisubuntu/804features/">Desktop Tour</a>, which seems like a really fancy and polished way of showing what Ubuntu is about.</p>
]]></content:encoded>
			<wfw:commentRss>http://beuno.com.ar/archives/71/feed</wfw:commentRss>
		</item>
		<item>
		<title>Essential topics to get people to start helping out</title>
		<link>http://beuno.com.ar/archives/70</link>
		<comments>http://beuno.com.ar/archives/70#comments</comments>
		<pubDate>Thu, 24 Apr 2008 04:01:51 +0000</pubDate>
		<dc:creator>beuno</dc:creator>
		
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://beuno.com.ar/?p=70</guid>
		<description><![CDATA[I&#8217;m going to try one of these &#8220;dear lazyweb&#8221; thingies for the first time.
On saturday, all us latin american folks are having a contintent-wide install fest names Flisol.
This year I&#8217;m going to be giving a talk on how to help out in the community, and use very practical examples, even doing some of the work [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to try one of these &#8220;dear lazyweb&#8221; thingies for the first time.</p>
<p>On saturday, all us latin american folks are having a contintent-wide install fest names <a href="http://www.flisol.info/">Flisol</a>.</p>
<p>This year I&#8217;m going to be <a href="http://www.flisol.info/FLISOL2008/Argentina/Capital">giving a talk</a> on how to help out in the community, and use very practical examples, even doing some of the work live (translate, for example).</p>
<p>The goal is to encourage more people to help out, and show them clear easy ways to do so.</p>
<p>Now, the big question: <strong>What topics do you think that should absolutely be mentioned?</strong></p>
<p>Now, back to my slides&#8230;  <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/70/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
