<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>Arnoldo's Blog</title>
	<link>http://www.arnoldo.tierra-aoi.net</link>
	<description>Arnoldo's event log.</description>
	<pubDate>Mon, 19 May 2008 05:52:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>wireless connection for my precious</title>
		<link>http://www.arnoldo.tierra-aoi.net/uncategorized/2008/05/19/wireless-connection-for-my-precious/</link>
		<comments>http://www.arnoldo.tierra-aoi.net/uncategorized/2008/05/19/wireless-connection-for-my-precious/#comments</comments>
		<pubDate>Mon, 19 May 2008 05:52:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.arnoldo.tierra-aoi.net/uncategorized/2008/05/19/wireless-connection-for-my-precious/</guid>
		<description><![CDATA[OK so now I have 8.04 (I decided to stick with xmonad) and my precious is running pretty well. There is a problem with the policy kit and some buttons being unlocked, so I had to find a different software for wireless management. It is called:
wlassistant
What a precious piece of software.
]]></description>
			<content:encoded><![CDATA[<p>OK so now I have 8.04 (I decided to stick with xmonad) and my precious is running pretty well. There is a problem with the policy kit and some buttons being unlocked, so I had to find a different software for wireless management. It is called:</p>
<p><strong>wlassistant</strong></p>
<p>What a precious piece of software.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arnoldo.tierra-aoi.net/uncategorized/2008/05/19/wireless-connection-for-my-precious/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wait a minute!</title>
		<link>http://www.arnoldo.tierra-aoi.net/tools/2008/05/10/wait-a-minute/</link>
		<comments>http://www.arnoldo.tierra-aoi.net/tools/2008/05/10/wait-a-minute/#comments</comments>
		<pubDate>Fri, 09 May 2008 15:50:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.arnoldo.tierra-aoi.net/tools/2008/05/10/wait-a-minute/</guid>
		<description><![CDATA[You can use a toolbar in Xmonad, pretty much like the tool found in dwm&#8230;
I was busy configuring other things and I have been using Xmonad without a toolbar, no clock, no time, just me and the computer. I feel free! I realized that my eyes try to see the dwm toolbar, looking for windows [...]]]></description>
			<content:encoded><![CDATA[<p>You can use a toolbar in Xmonad, pretty much like the tool found in dwm&#8230;</p>
<p>I was busy configuring other things and I have been using Xmonad without a toolbar, no clock, no time, just me and the computer. I feel free! I realized that my eyes try to see the dwm toolbar, looking for windows open in the workspaces. That is a waste of energy, as that information should be in my mind.</p>
<p>I also changed dmenu so that it now appears in the middle of the string, you can do that with:</p>
<p>, ((modMask,               xK_p     ),      spawn &#8220;exe=`dmenu_path | dmenu -p &#8216;&gt;&#8217; -i -y 450 -fn &#8216;-*-fixed-medium-r-normal-*-20-*-*-*-*-*-*-*&#8217; ` &amp;&amp; eval \&#8221;exec $exe\&#8221;")</p>
<p>the number following -y should be the height of your screen divided by 2.</p>
<p>I&#8217;ve been thinking:</p>
<p>If I have X layout with lots of windows, I want to access each window directly, by number (just like ion).</p>
<p>Tags in Dwm and Xmonad are a way of achieving this, by trying to keep the least amount of windows, you can jump directly to them by workspace. In laptops or small displays this is the only way to go.</p>
<p>The conclusion is that I don&#8217;t need all the fancy layouts of Xmonad because anyway I won&#8217;t use them. In emacs is the same, I rarely have more than 2 windows.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arnoldo.tierra-aoi.net/tools/2008/05/10/wait-a-minute/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Configuring xmonad</title>
		<link>http://www.arnoldo.tierra-aoi.net/tools/2008/05/09/configuring-xmonad/</link>
		<comments>http://www.arnoldo.tierra-aoi.net/tools/2008/05/09/configuring-xmonad/#comments</comments>
		<pubDate>Fri, 09 May 2008 10:38:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.arnoldo.tierra-aoi.net/uncategorized/2008/05/09/configuring-xmonad/</guid>
		<description><![CDATA[Ok so I spent a while configuring Xmonad. As someone else said, it is like a framework for building your own keyboard based window manager. I really like how you can apply transformations to layouts, for example:
myLayout =  noBorders  Grid
Here I am applying the noBorders transform that will remove window borders on the [...]]]></description>
			<content:encoded><![CDATA[<p>Ok so I spent a while configuring <a href="http://www.xmonad.org">Xmonad</a>. As someone else said, it is like a framework for building your own keyboard based window manager. I really like how you can apply transformations to layouts, for example:</p>
<p>myLayout =  noBorders  Grid</p>
<p>Here I am applying the noBorders transform that will remove window borders on the Grid layout.</p>
<p>It is powerful and exciting, but configuring packages for haskell is hard and contrary to what is written in the website, building Xmonad from source requires downloading lots of dependencies. They are working on an automatic installer a la CPAN (for perl) but it is not ready yet. I tried to install it, and it asked lots of dependencies! <img src='http://www.arnoldo.tierra-aoi.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>The cool thing is that it provides layouts per workspace and LOTS of customizations. But I can&#8217;t use it easily in ubuntu &lt; 8.04 &#8230;</p>
<p>つまり, en resumen,</p>
<p>General, cool but very hard to port! I will check <a href="http://awesome.naquadah.org/">awesome</a> and then decide if I will stay with it or DWM&#8230;</p>
<p>As soon as the Haskell guys polish their CPAN, Xmonad will be very easy to install.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arnoldo.tierra-aoi.net/tools/2008/05/09/configuring-xmonad/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My precious&#8230;.</title>
		<link>http://www.arnoldo.tierra-aoi.net/thoughts/2008/05/04/my-precious/</link>
		<comments>http://www.arnoldo.tierra-aoi.net/thoughts/2008/05/04/my-precious/#comments</comments>
		<pubDate>Sun, 04 May 2008 14:41:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.arnoldo.tierra-aoi.net/uncategorized/2008/05/04/my-precious/</guid>
		<description><![CDATA[I am writing from my new precious, a thinkpad T61. The keyboard is perfect and the processor speed is pretty good. I just have to reload my settings and run my customization scripts for ubuntu so that I can have the environment I always use!
Here it is:
my&#8230; own&#8230;

it&#8217;s mine&#8230;

]]></description>
			<content:encoded><![CDATA[<p>I am writing from my new precious, a thinkpad T61. The keyboard is perfect and the processor speed is pretty good. I just have to reload my settings and run my customization scripts for ubuntu so that I can have the environment I always use!</p>
<p>Here it is:</p>
<p>my&#8230; own&#8230;</p>
<p><img src="http://www.tierra-aoi.net/pics/PH_43.jpg" alt="precious and chocolate from Shiori" height="300" width="300" /></p>
<p>it&#8217;s mine&#8230;</p>
<p><img src="http://www.tierra-aoi.net/pics/PH_44.jpg" height="500" width="500" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.arnoldo.tierra-aoi.net/thoughts/2008/05/04/my-precious/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I have a game for you</title>
		<link>http://www.arnoldo.tierra-aoi.net/game-for-youtm/2008/04/15/i-have-a-game-for-you/</link>
		<comments>http://www.arnoldo.tierra-aoi.net/game-for-youtm/2008/04/15/i-have-a-game-for-you/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 08:32:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Game for you(tm)]]></category>

		<guid isPermaLink="false">http://www.arnoldo.tierra-aoi.net/uncategorized/2008/04/15/i-have-a-game-for-you/</guid>
		<description><![CDATA[1) Look at this picture:

2) Guess when it was built and where.
3) Click  here to see the answer.
]]></description>
			<content:encoded><![CDATA[<p>1) Look at this picture:</p>
<p><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/5/56/Azadi1.jpg/250px-Azadi1.jpg" alt="Yay" height="180" width="250" /></p>
<p>2) Guess when it was built and where.</p>
<p>3) Click  <a href="http://en.wikipedia.org/wiki/Azadi_Tower">here</a> to see the answer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arnoldo.tierra-aoi.net/game-for-youtm/2008/04/15/i-have-a-game-for-you/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OB on 8</title>
		<link>http://www.arnoldo.tierra-aoi.net/obsearch/2008/04/10/ob-on-8/</link>
		<comments>http://www.arnoldo.tierra-aoi.net/obsearch/2008/04/10/ob-on-8/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 07:05:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[OBSearch]]></category>

		<guid isPermaLink="false">http://www.arnoldo.tierra-aoi.net/uncategorized/2008/04/10/ob-on-8/</guid>
		<description><![CDATA[I am running OB on a 8GB linux box! This is the first time in my life my programs run with more than 4GB. Sensei  came with a technician, he took the  dimms from his suitcase and put them in the server. He didn&#8217;t even check them. Yay!
Hopefully they will behave.
]]></description>
			<content:encoded><![CDATA[<p>I am running OB on a 8GB linux box! This is the first time in my life my programs run with more than 4GB. Sensei  came with a technician, he took the  dimms from his suitcase and put them in the server. He didn&#8217;t even check them. Yay!</p>
<p>Hopefully they will behave.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arnoldo.tierra-aoi.net/obsearch/2008/04/10/ob-on-8/feed/</wfw:commentRss>
		</item>
		<item>
		<title>City Office Housing &#038; Other things.</title>
		<link>http://www.arnoldo.tierra-aoi.net/japan/2008/04/08/city-office-housing/</link>
		<comments>http://www.arnoldo.tierra-aoi.net/japan/2008/04/08/city-office-housing/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 04:43:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Japan]]></category>

		<guid isPermaLink="false">http://www.arnoldo.tierra-aoi.net/japan/2008/04/08/city-office-housing/</guid>
		<description><![CDATA[Today we had a meeting with Muroya-san, the person from city office that is in charge of our housing. We have to pay about $30 per month! As I am sharing the house with Gilberto, I only have to pay $15.  Gilberto was elected president of the International student&#8217;s association.
]]></description>
			<content:encoded><![CDATA[<p>Today we had a meeting with Muroya-san, the person from city office that is in charge of our housing. We have to pay about $30 per month! As I am sharing the house with Gilberto, I only have to pay $15.  Gilberto was elected president of the International student&#8217;s association.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arnoldo.tierra-aoi.net/japan/2008/04/08/city-office-housing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dreamhost is back</title>
		<link>http://www.arnoldo.tierra-aoi.net/obsearch/2008/04/08/dreamhost-is-back/</link>
		<comments>http://www.arnoldo.tierra-aoi.net/obsearch/2008/04/08/dreamhost-is-back/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 15:45:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[OBSearch]]></category>

		<guid isPermaLink="false">http://www.arnoldo.tierra-aoi.net/uncategorized/2008/04/08/dreamhost-is-back/</guid>
		<description><![CDATA[Now the file server seems to be fine and Dreamhost is running fast. I hope it won&#8217;t happen again!
I am looking for some test data and a distance function to test the data. I would like to match vectors but I can&#8217;t find a decent data set. I might need to synthesize the data.
]]></description>
			<content:encoded><![CDATA[<p>Now the file server seems to be fine and Dreamhost is running fast. I hope it won&#8217;t happen again!</p>
<p>I am looking for some test data and a distance function to test the data. I would like to match vectors but I can&#8217;t find a decent data set. I might need to synthesize the data.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arnoldo.tierra-aoi.net/obsearch/2008/04/08/dreamhost-is-back/feed/</wfw:commentRss>
		</item>
		<item>
		<title>心</title>
		<link>http://www.arnoldo.tierra-aoi.net/thoughts/2008/04/07/%e5%bf%83/</link>
		<comments>http://www.arnoldo.tierra-aoi.net/thoughts/2008/04/07/%e5%bf%83/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 11:18:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.arnoldo.tierra-aoi.net/uncategorized/2008/04/07/%e5%bf%83/</guid>
		<description><![CDATA[女の人の心は複雑。本当に。
自分の心も
どんどん分かるようになりたい。
]]></description>
			<content:encoded><![CDATA[<p>女の人の心は複雑。本当に。<br />
自分の心も<br />
どんどん分かるようになりたい。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arnoldo.tierra-aoi.net/thoughts/2008/04/07/%e5%bf%83/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Executing OBSearch with TED</title>
		<link>http://www.arnoldo.tierra-aoi.net/obsearch/2008/04/07/executing-obsearch-with-ted/</link>
		<comments>http://www.arnoldo.tierra-aoi.net/obsearch/2008/04/07/executing-obsearch-with-ted/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 05:43:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[OBSearch]]></category>

		<guid isPermaLink="false">http://www.arnoldo.tierra-aoi.net/uncategorized/2008/04/07/executing-obsearch-with-ted/</guid>
		<description><![CDATA[In the next few days, I am going to run OBSearch with the tree edit distance function defined by Tai in the 70s. The fastest algorithm available is O(n^3). In sequential mode last time I ran it, it took 3 days to answer 1000 queries. With the new pivot selection strategies I added, I am [...]]]></description>
			<content:encoded><![CDATA[<p>In the next few days, I am going to run OBSearch with the tree edit distance function defined by Tai in the 70s. The fastest algorithm available is O(n^3). In sequential mode last time I ran it, it took 3 days to answer 1000 queries. With the new pivot selection strategies I added, I am hoping to reduce considerably this time. I will post the results when I complete the tests.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arnoldo.tierra-aoi.net/obsearch/2008/04/07/executing-obsearch-with-ted/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
