<?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>Pedro Leite</title>
	<atom:link href="http://pedroleite.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://pedroleite.org</link>
	<description>words - an empty shell, a lack of meaning</description>
	<lastBuildDate>Thu, 15 Apr 2010 19:26:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Sure it is difficult</title>
		<link>http://pedroleite.org/2010/04/15/sure-it-is-difficult/</link>
		<comments>http://pedroleite.org/2010/04/15/sure-it-is-difficult/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 19:26:34 +0000</pubDate>
		<dc:creator>Pedro Leite</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[daft punk]]></category>
		<category><![CDATA[en-us]]></category>
		<category><![CDATA[europe]]></category>
		<category><![CDATA[something about us]]></category>

		<guid isPermaLink="false">http://pedroleite.org/?p=176</guid>
		<description><![CDATA[This week is being far from easy. And my thoughts are in another place. Yeap, that place in Europe. And to make things harder, this song started playing. www.youtube.com/watch?v=B5WkRuXYnoA]]></description>
			<content:encoded><![CDATA[<p>This week is being far from easy. And my thoughts are in another place. Yeap, that place in Europe.</p>
<p>And to make things harder, this song started playing.</p>
<p style="text-align: center;"><span class="youtube">
<object width="425" height="355">
<param name="movie" value="http://www.youtube.com/v/B5WkRuXYnoA&amp;color1=3a3a3a&amp;color2=999999&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0?rel=0" />
<param name="allowFullScreen" value="true" />
<embed wmode="transparent" src="http://www.youtube.com/v/B5WkRuXYnoA&amp;color1=3a3a3a&amp;color2=999999&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0?rel=0" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="355"></embed>
<param name="wmode" value="transparent" />
</object>
</span><p><a href="http://www.youtube.com/watch?v=B5WkRuXYnoA">www.youtube.com/watch?v=B5WkRuXYnoA</a></p></p>
]]></content:encoded>
			<wfw:commentRss>http://pedroleite.org/2010/04/15/sure-it-is-difficult/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenSim &#8211; The definitive guide (sort of)</title>
		<link>http://pedroleite.org/2009/09/02/opensim-the-definitive-guide-sort-of/</link>
		<comments>http://pedroleite.org/2009/09/02/opensim-the-definitive-guide-sort-of/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 17:52:08 +0000</pubDate>
		<dc:creator>Pedro Leite</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[en-us]]></category>
		<category><![CDATA[opensim]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://pedroleite.org/?p=147</guid>
		<description><![CDATA[Aside from my M.Sc. degree, I am working on a project involving Virtual Worlds. For that, we are using OpenSim as the simulation server. While my server is fully functional now, not everything was easy. In fact, it was a bit complicated. Its configuration took more than a week (thanks to my ignorance and also]]></description>
			<content:encoded><![CDATA[<p>Aside from my M.Sc. degree, I am working on a project involving Virtual Worlds. For that, we are using OpenSim as the simulation server. While my server is fully functional now, not everything was easy. In fact, it was a bit complicated. Its configuration took more than a week (thanks to my ignorance and also probably laziness). Now that my server is up and running, I have compiled some instructions into this guide in order to help people overcome some problems in installing it. My focus is going to be in installing the server in Grid Mode with Hypergrid support on a machine with direct access to the internet, i.e. not behind a NAT (sorry for being so specific, but I&#8217;m only reproducing the steps I took to get it working).</p>
<p><span id="more-147"></span></p>
<h4>First things first</h4>
<p>Before installing the OpenSim server, we need to prepare the necessary infrastructure with regard to Operating System (OS) and database backend. Other configurations such as networking will not be covered by this guide due to the writer&#8217;s limited knowledge <img src='http://pedroleite.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>So, the OS chosen was Ubuntu 9.04 64bits. Why? Well, I tried to install on Windows XP Professional 64bits Service Pack 2, on Windows Vista Ultimate 64bits, Windows 7 Ultimate 64bits RC1 and Windows 7 Professional 64bits with no success. But, this does not mean that I cannot install on such OSes following this guide. It only means that the (wrong) steps I took have not returned any result, in fact, I forgot to do some configurations. Anyways, you can choose whatever OS you want, but this guide will focus on Ubuntu 9.04 64bits (and some tips on Windows OSes).</p>
<p>On Ubuntu, you can install MySQL executing the following command:</p>
<p><code>sudo apt-get install mysql-server</code></p>
<p>After installing MySQL, we need to prepare our database in order to store clients, assets, inventories, etc. The first step is to create a user on MySQL to be used by OpenSim. We will call the user <strong>opensim</strong> with password <strong>secret</strong>. In sequence, a database also needs to be created (we also will be calling it <strong>opensim</strong>) and finally the user <strong>opensim</strong> must have access rights to it. Such steps will not be explained here, for the sake of being focused.</p>
<p>Since the OpenSim is written in C#, we need the mono runtime and tools. In order to compile it, we need to install some additional packages:</p>
<p><code>sudo apt-get install mono-devel libmono-microsoft8.0-cil libmono-oracle2.0-cil nant</code></p>
<p>The first three packages install the mono development tools (including compiler) and some requirements for the server. The last one is used to start the build.</p>
<h4>Downloading and Compiling OpenSim</h4>
<p>In Ubuntu, I am using OpenSim version 0.6.6. The first step is to download the release in this link: http://dist.opensimulator.org/opensim-0.6.6-release.tar.gz</p>
<p>Then you need to extract its contents in a directory, thus creating the <strong>opensim-0.0.6-release</strong> directory. To compile it, just run:</p>
<p><code>$ ./runprebuild.sh<br />
$ nant</code></p>
<p>The first command prepares the build and the second executes the building itself. After that, the sever is compiled and binaries are written under the <strong>opensim-0.0.6-release/bin</strong> directory.</p>
<h4>Configuring Servers</h4>
<p>With the server compiled, we need to configure each one. The methodology used here is the UGAIM, i.e. the servers will be configured following the order User, Grid, Asset, Inventory, Messaging. Open a command line and execute the first server:</p>
<p><code>./OpenSim.Grid.UserServer.exe</code></p>
<p>You need to answer some questions in order to configure the server. The ones we really need to pay attention are:</p>
<ul>
<li><span style="background-color: #ffffff; ">Deafult Grid Server URI, should look like <strong>http://myipaddress:8001</strong> or <strong>http://myhostname:8001</strong></span></li>
<li><span style="background-color: #ffffff;">Key to send to grid server, write <strong>1234</strong> and more important, don&#8217;t ask me why <img src='http://pedroleite.org/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </span></li>
<li><span style="background-color: #ffffff;">Key to expect from grid server, as above write <strong>1234</strong></span></li>
<li>Default Inventory Server URI, should look like <strong>http://myipaddress:8004</strong> or <strong>http://myhostname:8004</strong></li>
<li>User Server (this) External URI for authentication keys, should look like <strong>http://myipaddress:8002</strong> or <strong>http://myhostname:8002</strong></li>
<li>Connection String for Database, should be <strong>data source=localhost;database=opensim;userid=opensim;password=secret;</strong></li>
</ul>
<p>As for the other options, just press enter and live with it. Now, execute the grid server:</p>
<p><code>./OpenSim.Grid.GridServer.exe</code></p>
<p>Answer the requirements as follows:</p>
<ul>
<li>Default Asset Server, should look like <strong>http://myipaddress:8003</strong> or <strong>http://myhostname:8003</strong></li>
<li>Key to send to asset server, write <strong>1234</strong></li>
<li>Key to expect from asset server, write <strong>1234</strong></li>
<li>Default User Server URI, should look like <strong>http://myipaddress:8002</strong> or <strong>http://myhostname:8002</strong></li>
<li>Key to send to user server, write <strong>1234</strong></li>
<li>Key to expect from user server, write <strong>1234</strong></li>
<li>Key to send to a simulator, write <strong>1234</strong></li>
<li>Key to expect from a simulator, write <strong>1234</strong></li>
<li>Database connect string, should be <strong>data source=localhost;database=opensim;userid=opensim;password=secret;</strong></li>
</ul>
<p>Now it is time to configure the Asset server:</p>
<p><code>./OpenSim.Grid.AssetServer.exe</code></p>
<p>Answer the requirements as follows:</p>
<ul>
<li>Database connect string, should be <strong>data source=localhost;database=opensim;userid=opensim;password=secret;</strong></li>
</ul>
<p>The Inventory server:</p>
<p><code>./OpenSim.Grid.InventoryServer.exe</code></p>
<p>Answer the requirements as follows:</p>
<ul>
<li>Default Inventory Server URI (this server&#8217;s external name), should look like <strong>http://myipaddress:8004</strong> or <strong>http://myhostname:8004</strong></li>
<li>Default User Server URI, should look like <strong>http://myipaddress:8002</strong> or <strong>http://myhostname:8002</strong></li>
<li>Default Asset Server URI, should look like <strong>http://myipaddress:8003</strong> or <strong>http://myhostname:8003</strong></li>
<li><span style="background-color: #ffffff; ">Database Connect String, should be <strong>data source=localhost;database=opensim;userid=opensim;password=secret;</strong></span></li>
</ul>
<p><span style="background-color: #ffffff; ">And finally the Messaging server:</span></p>
<p><code>./OpenSim.Grid.MessagingServer.exe</code></p>
<p>Answer the requirements as follows:</p>
<ul>
<li>Default User Server URI, should look like <strong>http://myipaddress:8002</strong> or <strong>http://myhostname:8002</strong></li>
<li>Key to send to user sever, write <strong>1234</strong></li>
<li>Key to expect from user server, write <strong>1234</strong></li>
<li>Default Grid Server URI, should look like <strong>http://myipaddress:8001<span style="font-weight: normal; background-color: #ffffff;"> or <strong>http://myhostname:8001</strong></span></strong></li>
<li><strong><span style="font-weight: normal;">Key to send to grid sever, write </span>1234</strong></li>
<li>Key to expect from grid server, write <strong>1234</strong></li>
<li>Connection String for Database, should be <strong>data source=localhost;database=opensim;userid=opensim;password=secret;</strong></li>
<li>My Published IP Address, should be the real IP Address of the machine where the server will execute on</li>
</ul>
<p>After those steps, our servers are configured and ready. Now the last step is to configure the simulator. Before executing it, we will take a look at its configuration. Just copy the <strong>OpenSim.ini.example</strong> to <strong>OpenSim.ini</strong> and open it on a text editor.</p>
<p>Modify it to suit your needs and servers as follows:</p>
<ul>
<li>Under <strong>[Startup]</strong> section
<ul>
<li>change both <strong>gridmode</strong> and <strong>hypergrid</strong> values to <strong>true</strong></li>
<li><strong> </strong>change <strong>storage_plugin</strong> value to <strong>&#8220;OpenSim.Data.MySQL.dll&#8221;</strong> and <strong>storage_connection_string</strong> value to <strong>&#8220;data source=localhost;database=opensim;userid=opensim;password=secret;&#8221;</strong></li>
<li>change <strong>pyshics</strong> value to <strong>OpenDynamicsEngine</strong></li>
</ul>
</li>
<li>Under <strong>[Network]</strong> section
<ul>
<li>change <strong>grid_server_url</strong> value to <strong>&#8220;http://myipaddress:8001&#8243;</strong> or to <strong>&#8220;http://myhostname:8001&#8243;</strong></li>
<li>change both <strong>grid_send_key</strong> and <strong>grid_recv_key</strong> values to <strong>1234</strong></li>
<li>change <strong>user_server_url</strong> value to <strong>&#8220;http://myipaddress:8002&#8243;</strong> or to <strong>&#8220;http://myhostname:8002&#8243;</strong></li>
<li>change both <strong>user_send_key</strong> and <strong>user_recv_key</strong> values to <strong>1234</strong></li>
<li>change <strong>asset_server_url</strong> value to <strong>&#8220;http://myipaddress:8003&#8243;</strong> or to <strong>&#8220;http://myhostname:8003&#8243;</strong></li>
<li>change <strong>inventory_server_url</strong> value to <strong>&#8220;http://myipaddress:8004&#8243;</strong> or to <strong>&#8220;http://myhostname:8004&#8243;</strong></li>
<li>change <strong>messaging_server_url</strong> value to <strong>&#8220;http://myipaddress:8006&#8243;</strong> or to <strong>&#8220;http://myhostname:8006&#8243;</strong></li>
</ul>
</li>
<li><span style="background-color: #ffffff; ">Under <strong>[Architecture]</strong> section</span>
<ul>
<li>comment the <strong>Include-Standalone</strong> line (just start the line with a comma)</li>
<li>uncomment the <strong>Include-HGGrid</strong> line (remove the comma at the beginning of the line)</li>
</ul>
</li>
</ul>
<p>The <strong>OpenSim.ini</strong> file is baked up, leaving us the architecture files to deal. The <strong>config-include</strong> directory has the needed files and examples. So, the final configuration steps are, on the <strong>config-include</strong> directory:</p>
<ul>
<li>Copy the <strong>GridCommon.ini.example</strong> to <strong>GridCommon.ini</strong>
<ul>
<li>Under <strong>[AssetService]</strong> section, <span style="background-color: #ffffff; ">change <strong>AssetServerURI</strong> to <strong>http://myipaddress:8003</strong> or <strong>http://myhostname:8003</strong></span></li>
<li>Under <strong>[InventoryService]</strong> section, change <strong>InventoryServerURI</strong> to <strong>http://myipaddress:8004</strong> or <strong>http://myhostname:8004</strong></li>
</ul>
</li>
<li>Copy the <strong>FloatsamCache.ini.example</strong> to <strong>FloatsamCache.ini</strong></li>
</ul>
<p>And that&#8217;s it. The simulator is finally configured and ready to be executed.</p>
<p><code>./OpenSim.exe</code></p>
<p>The last steps are creating a region, defining it&#8217;s position, and more importantly: defining the <strong>External Host Name</strong> which must be <strong>myipaddress</strong> or <strong>myhostname</strong>. Also, make sure that the <strong>Internal IP Address</strong> equals to <strong>0.0.0.0</strong>.</p>
<p>I thinks that&#8217;s it. If you have any trouble following these steps, or find some errors, please drop a comment and I&#8217;ll be glad to help!</p>
]]></content:encoded>
			<wfw:commentRss>http://pedroleite.org/2009/09/02/opensim-the-definitive-guide-sort-of/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cine PE 2009</title>
		<link>http://pedroleite.org/2009/05/02/cine-pe-2009/</link>
		<comments>http://pedroleite.org/2009/05/02/cine-pe-2009/#comments</comments>
		<pubDate>Sat, 02 May 2009 22:32:08 +0000</pubDate>
		<dc:creator>Pedro Leite</dc:creator>
				<category><![CDATA[stuff]]></category>
		<category><![CDATA[cine pe]]></category>
		<category><![CDATA[cinema]]></category>
		<category><![CDATA[pt-br]]></category>

		<guid isPermaLink="false">http://pedroleite.org/?p=127</guid>
		<description><![CDATA[Pelo menos acabei indo para o Cine PE esse ano. O documentário &#8220;Alô, alô, Terezinha!&#8221; de Nelson Hoineff foi muito massa e engraçado, principalmente a Índia Potira dançando nua numa fonte, no meio da praça, em 2007 (imaginem a idade dela e a cena). Você pode checar mais aqui: http://www.cine-pe.com.br/cinepe_2009/home/index.php]]></description>
			<content:encoded><![CDATA[<p>Pelo menos acabei indo para o Cine PE esse ano. O documentário &#8220;Alô, alô, Terezinha!&#8221; de Nelson Hoineff foi muito massa e engraçado, principalmente a Índia Potira dançando nua numa fonte, no meio da praça, em 2007 (imaginem a idade dela e a cena).</p>
<p style="text-align: center;">
<div id="attachment_128" class="wp-caption aligncenter" style="width: 490px"><a rel="attachment wp-att-128" href="http://pedroleite.org/2009/05/02/cine-pe-2009/dsc00005/" target="_blank"><img class="size-full wp-image-128" title="Cine PE 2009" src="http://pedroleite.org/wp-content/uploads/2009/05/dsc00005.jpg" alt="Cine PE Festival do Audiovisual" width="480" height="384" /></a><p class="wp-caption-text">Cine PE Festival do Audiovisual</p></div>
<p>Você pode checar mais aqui: <a href="http://www.cine-pe.com.br/cinepe_2009/home/index.php" target="_blank">http://www.cine-pe.com.br/cinepe_2009/home/index.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pedroleite.org/2009/05/02/cine-pe-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chrome Shorts</title>
		<link>http://pedroleite.org/2009/04/30/chrome-shorts/</link>
		<comments>http://pedroleite.org/2009/04/30/chrome-shorts/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 12:17:54 +0000</pubDate>
		<dc:creator>Pedro Leite</dc:creator>
				<category><![CDATA[stuff]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[en-us]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://pedroleite.org/?p=122</guid>
		<description><![CDATA[Google is rolling out new &#8220;ads&#8221; for its browser Google Chrome. You can check all the shorts here: http://www.youtube.com/googlechrome Bellow is my favorite: www.youtube.com/watch?v=PqfwNbB0QqQ]]></description>
			<content:encoded><![CDATA[<p>Google is rolling out new &#8220;ads&#8221; for its browser Google Chrome. You can check all the shorts here: <a href="http://www.youtube.com/googlechrome" target="_blank">http://www.youtube.com/googlechrome</a></p>
<p>Bellow is my favorite:</p>
<p style="text-align: center;"><span class="youtube">
<object width="480" height="270">
<param name="movie" value="http://www.youtube.com/v/PqfwNbB0QqQ&amp;color1=3a3a3a&amp;color2=999999&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0?rel=0&amp;hd=1" />
<param name="allowFullScreen" value="true" />
<embed wmode="transparent" src="http://www.youtube.com/v/PqfwNbB0QqQ&amp;color1=3a3a3a&amp;color2=999999&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0?rel=0&amp;hd=1" type="application/x-shockwave-flash" allowfullscreen="true" width="480" height="270"></embed>
<param name="wmode" value="transparent" />
</object>
</span><p><a href="http://www.youtube.com/watch?v=PqfwNbB0QqQ&fmt=18">www.youtube.com/watch?v=PqfwNbB0QqQ</a></p></p>
]]></content:encoded>
			<wfw:commentRss>http://pedroleite.org/2009/04/30/chrome-shorts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora shoes</title>
		<link>http://pedroleite.org/2009/04/14/fedora-shoes/</link>
		<comments>http://pedroleite.org/2009/04/14/fedora-shoes/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 19:29:08 +0000</pubDate>
		<dc:creator>Pedro Leite</dc:creator>
				<category><![CDATA[stuff]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[shoes]]></category>

		<guid isPermaLink="false">http://pedroleite.org/?p=117</guid>
		<description><![CDATA[Via Flickr.]]></description>
			<content:encoded><![CDATA[<div id="attachment_116" class="wp-caption aligncenter" style="width: 507px"><a href="http://pedroleite.org/wp-content/uploads/2009/04/fedorashoes.jpg" target="_blank"><img class="size-full wp-image-116  " title="fedorashoes" src="http://pedroleite.org/wp-content/uploads/2009/04/fedorashoes.jpg" alt="Fedora Shoes" width="497" height="500" /></a><p class="wp-caption-text">Fedora Shoes</p></div>
<p>Via <a href="http://www.flickr.com/photos/mairin/3441579285/" target="_blank">Flickr</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://pedroleite.org/2009/04/14/fedora-shoes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Funny-o-meter</title>
		<link>http://pedroleite.org/2009/04/14/funny-o-meter/</link>
		<comments>http://pedroleite.org/2009/04/14/funny-o-meter/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 18:35:27 +0000</pubDate>
		<dc:creator>Pedro Leite</dc:creator>
				<category><![CDATA[stuff]]></category>
		<category><![CDATA[en-us]]></category>

		<guid isPermaLink="false">http://pedroleite.org/?p=110</guid>
		<description><![CDATA[Via FFFFOUND! via today and tomorrow.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">
<div id="attachment_109" class="wp-caption aligncenter" style="width: 586px"><a href="http://pedroleite.org/wp-content/uploads/2009/04/funnyometer.jpg" target="_blank"><img class="size-full wp-image-109  " title="funnyometer" src="http://pedroleite.org/wp-content/uploads/2009/04/funnyometer.jpg" alt="Funny-o-meter" width="576" height="172" /></a><p class="wp-caption-text">Funny-o-meter</p></div>
<p>Via <a href="http://ffffound.com/image/2350e183f2e8a06111f5f7ac71ab77e977e80a12" target="_blank">FFFFOUND!</a> via <a href="http://www.todayandtomorrow.net/2009/03/12/hahahahah/" target="_blank">today and tomorrow</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://pedroleite.org/2009/04/14/funny-o-meter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubunchu!</title>
		<link>http://pedroleite.org/2009/04/13/ubunchu/</link>
		<comments>http://pedroleite.org/2009/04/13/ubunchu/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 14:28:44 +0000</pubDate>
		<dc:creator>Pedro Leite</dc:creator>
				<category><![CDATA[stuff]]></category>
		<category><![CDATA[en-us]]></category>
		<category><![CDATA[manga]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://pedroleite.org/?p=102</guid>
		<description><![CDATA[Hiroshi Seo is the writer behind the Ubunchu! manga series. From the about page: “Ubunchu!” is a Japanese manga series featuring Ubuntu Linux. Three school students in a system-admin club are getting into Ubuntu! The series is completely open sourced meaning that translations to other languages can be done. It is originally written in Japanese,]]></description>
			<content:encoded><![CDATA[<p><a href="http://seotch.wordpress.com/" target="_blank">Hiroshi Seo</a> is the writer behind the <a href="http://seotch.wordpress.com/ubunchu/" target="_blank">Ubunchu!</a> manga series. From the about page:</p>
<blockquote><p>“Ubunchu!” is a Japanese manga series featuring Ubuntu Linux.<br />
Three school students in a system-admin club  are getting into Ubuntu!</p></blockquote>
<p>The series is completely open sourced meaning that translations to other languages can be done. It is originally written in Japanese, but an English version is available at <a href="http://doctormo.wordpress.com/" target="_blank">DoctorMO’s Blog</a>.</p>
<p>I haven&#8217;t checked it yet, but I think it&#8217;s worth to follow his updates on this series.</p>
<div id="attachment_103" class="wp-caption aligncenter" style="width: 560px"><img class="size-full wp-image-103  " title="ubunchu" src="http://pedroleite.org/wp-content/uploads/2009/04/ubunchu.jpg" alt="Ubunchu!" width="550" height="722" /><p class="wp-caption-text">Ubunchu!</p></div>
]]></content:encoded>
			<wfw:commentRss>http://pedroleite.org/2009/04/13/ubunchu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trent Reznor on Digg Dialogg</title>
		<link>http://pedroleite.org/2009/04/12/trent-reznor-on-digg-dialogg/</link>
		<comments>http://pedroleite.org/2009/04/12/trent-reznor-on-digg-dialogg/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 04:43:16 +0000</pubDate>
		<dc:creator>Pedro Leite</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[digg dialogg]]></category>
		<category><![CDATA[en-us]]></category>
		<category><![CDATA[kevin rose]]></category>
		<category><![CDATA[nin]]></category>
		<category><![CDATA[trent reznor]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://pedroleite.org/?p=97</guid>
		<description><![CDATA[Digg Dialogg is a internet show where  Kevin Rose interviews some &#8220;notable leaders and luminaires&#8221;. The questions are submited by Digg users, so no editor or journalists drive the interview. The episode #4 has Trent Reznor as guest and the interview can be watched bellow.]]></description>
			<content:encoded><![CDATA[<p><a href="http://revision3.com/diggdialogg/" target="_blank">Digg Dialogg</a> is a internet show where  <a href="http://kevinrose.com/" target="_blank">Kevin Rose</a> interviews some &#8220;notable leaders and luminaires&#8221;. The questions are submited by <a href="http://digg.com/" target="_blank">Digg</a> users, so no editor or journalists drive the interview. The episode #4 has Trent Reznor as guest and the interview can be watched bellow.</p>
<p style="text-align: center;"><object width="555" height="312" data="http://revision3.com/player-v2997" type="application/x-shockwave-flash"><param name="src" value="http://revision3.com/player-v2997" /><param name="allowfullscreen" value="true" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://pedroleite.org/2009/04/12/trent-reznor-on-digg-dialogg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lego everywhere</title>
		<link>http://pedroleite.org/2009/04/08/lego-everywhere/</link>
		<comments>http://pedroleite.org/2009/04/08/lego-everywhere/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 03:19:50 +0000</pubDate>
		<dc:creator>Pedro Leite</dc:creator>
				<category><![CDATA[stuff]]></category>
		<category><![CDATA[en-us]]></category>
		<category><![CDATA[lego]]></category>
		<category><![CDATA[stephen hawking]]></category>

		<guid isPermaLink="false">http://pedroleite.org/?p=90</guid>
		<description><![CDATA[Lego nowadays is an ubiquitous thing. Seriously. Everyone can be impersonated in Lego. See for yourself Stephen Hawking in his Lego version.]]></description>
			<content:encoded><![CDATA[<p>Lego nowadays is an ubiquitous thing. Seriously. Everyone can be impersonated in Lego.</p>
<p>See for yourself Stephen Hawking in his Lego version.</p>
<div id="attachment_91" class="wp-caption aligncenter" style="width: 279px"><img class="size-full wp-image-91" title="Stephen Hawking Lego" src="http://pedroleite.org/wp-content/uploads/2009/04/stephen_hawking_lego-1.jpg" alt="Stephen Hawking in his glorious Lego version" width="269" height="341" /><p class="wp-caption-text">Stephen Hawking in his glorious Lego version</p></div>
]]></content:encoded>
			<wfw:commentRss>http://pedroleite.org/2009/04/08/lego-everywhere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bear stuffing FAIL</title>
		<link>http://pedroleite.org/2009/04/07/bear-stuffing-fail/</link>
		<comments>http://pedroleite.org/2009/04/07/bear-stuffing-fail/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 18:06:05 +0000</pubDate>
		<dc:creator>Pedro Leite</dc:creator>
				<category><![CDATA[stuff]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://pedroleite.org/?p=82</guid>
		<description><![CDATA[www.youtube.com/watch?v=4TVKgazNVKI]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><span class="youtube">
<object width="480" height="270">
<param name="movie" value="http://www.youtube.com/v/4TVKgazNVKI&amp;color1=3a3a3a&amp;color2=999999&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0?rel=0&amp;hd=1" />
<param name="allowFullScreen" value="true" />
<embed wmode="transparent" src="http://www.youtube.com/v/4TVKgazNVKI&amp;color1=3a3a3a&amp;color2=999999&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0?rel=0&amp;hd=1" type="application/x-shockwave-flash" allowfullscreen="true" width="480" height="270"></embed>
<param name="wmode" value="transparent" />
</object>
</span><p><a href="http://www.youtube.com/watch?v=4TVKgazNVKI&fmt=18">www.youtube.com/watch?v=4TVKgazNVKI</a></p></p>
]]></content:encoded>
			<wfw:commentRss>http://pedroleite.org/2009/04/07/bear-stuffing-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
