<?xml version="1.0"?>
<rss version="2.0" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:yt="http://gdata.youtube.com/schemas/2007">
   <channel>
      <title>Personal aggregator</title>
      <description>A single feed aggregating my Twitter status, Flickr pictures, del.icio.us bookmarks, shared/starred posts from Google Reader and posts from my weblog.</description>
      <link>http://pipes.yahoo.com/pipes/pipe.info?_id=XIHR_nLT3BGy_UgbCR2yXQ</link>
      <pubDate>Wed, 19 Nov 2008 16:09:35 -0800</pubDate>
      <generator>http://pipes.yahoo.com/pipes/</generator>
      <item>
         <title>Bookmark: AppleMix - Portateis</title>
         <link>http://applemix.net/portateis.htm</link>
         <description>Will buy a Macbook Pro... :-P</description>
         <guid isPermaLink="false">XIHR_nLT3BGy_UgbCR2yXQ_1145a94b3575a682947987566b4e8cc0</guid>
         <pubDate>Sun, 16 Nov 2008 11:20:13 -0800</pubDate>
      </item>
      <item>
         <title>Interesting: November 16, 2008</title>
         <link>http://www.smbc-comics.com/index.php?db=comics&amp;id=1348</link>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/ada49598445f8be3</guid>
         <pubDate>Sat, 15 Nov 2008 21:00:00 -0800</pubDate>
      </item>
      <item>
         <title>Interesting: November 16, 2008</title>
         <link>http://www.smbc-comics.com/index.php?db=comics&amp;id=1348</link>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/ada49598445f8be3</guid>
         <pubDate>Sat, 15 Nov 2008 21:00:00 -0800</pubDate>
      </item>
      <item>
         <title>Interesting: Pause torrents while I’m using the computer</title>
         <link>http://www.kryogenix.org/days/2008/11/15/pause-torrents-while-im-using-the-computer</link>
         <description>&lt;p&gt;I use the &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.transmissionbt.com/&quot;&gt;Transmission&lt;/a&gt; BitTorrent client, and it’s pretty cool. However, it’s irritating when it eats my bandwidth while I’m trying to do stuff. So, one obvious hack would be to disable it when the screensaver is off (i.e., I’m using the computer) and enable it only when the screensaver is on (i.e., I’m in bed). Fortunately, Transmission has an API (which you have to enable by turning on the web interface in Preferences) and you can watch the Gnome screensaver for changes. So, a quick Python script later, and throw that Python script and Transmission itself into your session Startup Programs to make them run whenever you log in, and Bob’s your uncle. the script:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#!/usr/bin/env python
import dbus, urllib
from dbus.mainloop.glib import DBusGMainLoop START_TORRENTS = &quot;http://localhost:9091/transmission/rpc?method=torrent-start&quot;
STOP_TORRENTS = &quot;http://localhost:9091/transmission/rpc?method=torrent-stop&quot; DBusGMainLoop(set_as_default=True)
sess=dbus.SessionBus()
def sig(screensaverActive): if screensaverActive: data = urllib.urlopen(START_TORRENTS).read() else: data = urllib.urlopen(STOP_TORRENTS).read() sess.add_signal_receiver(sig, 'ActiveChanged','org.gnome.ScreenSaver')
import gobject
loop = gobject.MainLoop()
loop.run()
&lt;/code&gt;&lt;/pre&gt;</description>
         <author>sil</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/360bc95bd33a3165</guid>
         <pubDate>Sat, 15 Nov 2008 13:40:21 -0800</pubDate>
      </item>
      <item>
         <title>Interesting: Pause torrents while I’m using the computer</title>
         <link>http://www.kryogenix.org/days/2008/11/15/pause-torrents-while-im-using-the-computer</link>
         <description>&lt;p&gt;I use the &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.transmissionbt.com/&quot;&gt;Transmission&lt;/a&gt; BitTorrent client, and it’s pretty cool. However, it’s irritating when it eats my bandwidth while I’m trying to do stuff. So, one obvious hack would be to disable it when the screensaver is off (i.e., I’m using the computer) and enable it only when the screensaver is on (i.e., I’m in bed). Fortunately, Transmission has an API (which you have to enable by turning on the web interface in Preferences) and you can watch the Gnome screensaver for changes. So, a quick Python script later, and throw that Python script and Transmission itself into your session Startup Programs to make them run whenever you log in, and Bob’s your uncle. the script:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#!/usr/bin/env python
import dbus, urllib
from dbus.mainloop.glib import DBusGMainLoop START_TORRENTS = &quot;http://localhost:9091/transmission/rpc?method=torrent-start&quot;
STOP_TORRENTS = &quot;http://localhost:9091/transmission/rpc?method=torrent-stop&quot; DBusGMainLoop(set_as_default=True)
sess=dbus.SessionBus()
def sig(screensaverActive): if screensaverActive: data = urllib.urlopen(START_TORRENTS).read() else: data = urllib.urlopen(STOP_TORRENTS).read() sess.add_signal_receiver(sig, 'ActiveChanged','org.gnome.ScreenSaver')
import gobject
loop = gobject.MainLoop()
loop.run()
&lt;/code&gt;&lt;/pre&gt;</description>
         <author>sil</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/360bc95bd33a3165</guid>
         <pubDate>Sat, 15 Nov 2008 13:40:21 -0800</pubDate>
      </item>
      <item>
         <title>Bookmark: Lightning Timer</title>
         <link>http://lightningtimer.net/#90</link>
         <description>Cool counter for talks.</description>
         <guid isPermaLink="false">XIHR_nLT3BGy_UgbCR2yXQ_3070455953885c0613d2571bf564d0b3</guid>
         <pubDate>Wed, 12 Nov 2008 11:24:04 -0800</pubDate>
      </item>
      <item>
         <title>Bookmark: Holocaust survivors to Mormons: Stop baptisms of dead Jews - CNN.com</title>
         <link>http://edition.cnn.com/2008/US/11/11/baptizing.dead.jews.ap/index.html</link>
         <description>Please tell your imaginary unicorn to stop eating my imaginary flowers. Thanks!</description>
         <guid isPermaLink="false">XIHR_nLT3BGy_UgbCR2yXQ_0f124c612290bb506f646085e2594254</guid>
         <pubDate>Tue, 11 Nov 2008 09:40:36 -0800</pubDate>
      </item>
      <item>
         <title>Bookmark: WorldofWarcraft.com -&amp;gt; Info -&amp;gt; Classes -&amp;gt; Warrior -&amp;gt; Talent Calculator</title>
         <link>http://www.worldofwarcraft.com/info/classes/warrior/talents.html?tal=000000000000000000000000000000005000000000000000000000000053351220023012521332113321</link>
         <description>End-game build for Litl.</description>
         <guid isPermaLink="false">XIHR_nLT3BGy_UgbCR2yXQ_5d5d66029088a8b4f513f2dba18c3212</guid>
         <pubDate>Sun, 09 Nov 2008 06:03:24 -0800</pubDate>
      </item>
      <item>
         <title>Bookmark: WorldofWarcraft.com -&amp;gt; Info -&amp;gt; Classes -&amp;gt; Warrior -&amp;gt; Talent Calculator</title>
         <link>http://www.worldofwarcraft.com/info/classes/warrior/talents.html?tal=000000000000000000000000000000005000000000000000000000000053351220023012521300113321</link>
         <description>Build for Litl, current.</description>
         <guid isPermaLink="false">XIHR_nLT3BGy_UgbCR2yXQ_66c55eda1db67128c469bccae7a4a417</guid>
         <pubDate>Sun, 09 Nov 2008 06:03:03 -0800</pubDate>
      </item>
      <item>
         <title>Bookmark: BlueTripCSS Framework - Blueprint meets Tripoli | Capsize Designs</title>
         <link>http://capsizedesigns.com/blog/2008/04/bluetripcss-a-fusion-of-blueprint-and-tripoli/</link>
         <guid isPermaLink="false">XIHR_nLT3BGy_UgbCR2yXQ_b9f6c48d25a469c86577bb53fd9c8a92</guid>
         <pubDate>Sat, 08 Nov 2008 17:52:45 -0800</pubDate>
      </item>
      <item>
         <title>Bookmark: Totem Talk: Pack your bags - WoW Insider</title>
         <link>http://www.wowinsider.com/2008/11/06/totem-talk-pack-your-bags/</link>
         <description>Initial steps for a shaman in Northrend</description>
         <guid isPermaLink="false">XIHR_nLT3BGy_UgbCR2yXQ_8dcfeca0f01dc4c1fa1c6804796a35ec</guid>
         <pubDate>Fri, 07 Nov 2008 05:32:50 -0800</pubDate>
      </item>
      <item>
         <title>Bookmark: http://ocw.mit.edu/NR/rdonlyres/Earth--Atmospheric--and-Planetary-Sciences/12-990Spring2003/87731C0C-0D0D-4CC4-87A3-3507825B9C4B/0/l95drive.m</title>
         <link>http://ocw.mit.edu/NR/rdonlyres/Earth--Atmospheric--and-Planetary-Sciences/12-990Spring2003/87731C0C-0D0D-4CC4-87A3-3507825B9C4B/0/l95drive.m</link>
         <description>&amp;#92;dot{x}_i = -x_{i-2}*x_{i-1} + x_{i-1}*x_{i+1} - x_{i} + f</description>
         <guid isPermaLink="false">XIHR_nLT3BGy_UgbCR2yXQ_74952883b470e42cf14195c31fe39aec</guid>
         <pubDate>Wed, 05 Nov 2008 05:03:50 -0800</pubDate>
      </item>
      <item>
         <title>Bookmark: Tecnologia em Software Livre» Arquivo do Blog » Timweb no Ubuntu 8.10. Nunca foi tão fácil ter Internet móvel no Linux.</title>
         <link>http://ensinux.com.br/blog_ensinux/?p=93</link>
         <guid isPermaLink="false">XIHR_nLT3BGy_UgbCR2yXQ_1e30fa94d419c1a6e69ca372d2d9f469</guid>
         <pubDate>Tue, 04 Nov 2008 17:52:18 -0800</pubDate>
      </item>
      <item>
         <title>Bookmark: typeface.js -- Rendering text with Javascript, , and VML</title>
         <link>http://typeface.neocracy.org/usage.html</link>
         <description>typeface.js uses browsers&amp;#039; vector drawing capabilites to draw text in HTML documents. For a good while, browsers have had support for vector drawing -- Firefox, Safari, and Opera support the &amp;lt;canvas&amp;gt; element (as well as SVG), and IE supports VML. The typeface.js project has two components: the perl module for converting fonts, and the javascript library for drawing in the browser. The perl module extracts glyph outline information from truetype fonts and writes that data in JSON format. The javascript library then traverses the HTML document and renders text using &amp;lt;canvas&amp;gt; or VML to draw the glyphs.</description>
         <guid isPermaLink="false">XIHR_nLT3BGy_UgbCR2yXQ_7266c1138c36ed2269b2b82647005224</guid>
         <pubDate>Tue, 28 Oct 2008 15:14:15 -0700</pubDate>
      </item>
      <item>
         <title>Bookmark: The Discovery of Global Warming - A History</title>
         <link>http://www.aip.org/history/climate/index.html#contents</link>
         <description>Essays on climate. Really nice.</description>
         <guid isPermaLink="false">XIHR_nLT3BGy_UgbCR2yXQ_619a30c39ff341a8afb4b041f8d473ab</guid>
         <pubDate>Sun, 26 Oct 2008 05:55:34 -0700</pubDate>
      </item>
      <item>
         <title>Bookmark: Pitch and Color Recognition</title>
         <link>http://www.mathpages.com/home/kmath578/kmath578.htm</link>
         <guid isPermaLink="false">XIHR_nLT3BGy_UgbCR2yXQ_2f0eb0c756970c496393b29fd2366829</guid>
         <pubDate>Sat, 25 Oct 2008 13:57:32 -0700</pubDate>
      </item>
      <item>
         <title>Bookmark: DSC01818 on Flickr - Photo Sharing!</title>
         <link>http://flickr.com/photos/roberto/2964701842/in/photostream/?rotated=1&amp;cb=1224968092944</link>
         <guid isPermaLink="false">XIHR_nLT3BGy_UgbCR2yXQ_2ce762816e72896558b28ceaa080b860</guid>
         <pubDate>Sat, 25 Oct 2008 13:57:27 -0700</pubDate>
      </item>
      <item>
         <title>Interesting: PyCon 2008 on YouTube: Using Optparse, Subprocess, and Doctest To Make Unix Utils</title>
         <link>http://youtube.com/?v=PSG8FWbai14</link>
         <description>&lt;img src=&quot;http://i1.ytimg.com/vi/PSG8FWbai14/default.jpg&quot; align=&quot;right&quot; border=&quot;0&quot; width=&quot;120&quot; height=&quot;90&quot; vspace=&quot;4&quot; hspace=&quot;4&quot;&gt;&lt;p&gt;Noah Gift Most developers use Unix derived command line tools, written in C, everyday. This talk will discuss using the Python Standard Library modules, Optparse, Subprocess, and Doctest, to create equally robust tools in pure Python. There has been a lot of talk recently about Web 2.0 mashups, but the same concepts can be applied to creating command line tools in Python. I will be discussing how easy it is to combine the power of the Optparse module, with the flexibility of the Subprocess module, to create standalone, and &quot;mashup&quot; tools from existing, and widely available Unix utilities. Finally, Doctests can be embedded to serve as an important documentation and testing tool for your newly created Unix mashup tool. &lt;/p&gt; &lt;p&gt; Author: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://youtube.com/profile?user=pycon08&quot;&gt;pycon08&lt;/a&gt;&lt;br&gt; Keywords: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.youtube.com/results?search_query=python&quot;&gt;python&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.youtube.com/results?search_query=pyconn&quot;&gt;pyconn&lt;/a&gt;&lt;br&gt; Added: October 25, 2008&lt;br&gt; &lt;/p&gt;</description>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/d480ad3d451fd40d</guid>
         <pubDate>Sat, 25 Oct 2008 10:58:09 -0700</pubDate>
      </item>
      <item>
         <title>Interesting: PyCon 2008 on YouTube: Using Optparse, Subprocess, and Doctest To Make Unix Utils</title>
         <link>http://youtube.com/?v=PSG8FWbai14</link>
         <description>&lt;img src=&quot;http://i1.ytimg.com/vi/PSG8FWbai14/default.jpg&quot; align=&quot;right&quot; border=&quot;0&quot; width=&quot;120&quot; height=&quot;90&quot; vspace=&quot;4&quot; hspace=&quot;4&quot;&gt;&lt;p&gt;Noah Gift Most developers use Unix derived command line tools, written in C, everyday. This talk will discuss using the Python Standard Library modules, Optparse, Subprocess, and Doctest, to create equally robust tools in pure Python. There has been a lot of talk recently about Web 2.0 mashups, but the same concepts can be applied to creating command line tools in Python. I will be discussing how easy it is to combine the power of the Optparse module, with the flexibility of the Subprocess module, to create standalone, and &quot;mashup&quot; tools from existing, and widely available Unix utilities. Finally, Doctests can be embedded to serve as an important documentation and testing tool for your newly created Unix mashup tool. &lt;/p&gt; &lt;p&gt; Author: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://youtube.com/profile?user=pycon08&quot;&gt;pycon08&lt;/a&gt;&lt;br&gt; Keywords: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.youtube.com/results?search_query=python&quot;&gt;python&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.youtube.com/results?search_query=pyconn&quot;&gt;pyconn&lt;/a&gt;&lt;br&gt; Added: October 25, 2008&lt;br&gt; &lt;/p&gt;</description>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/d480ad3d451fd40d</guid>
         <pubDate>Sat, 25 Oct 2008 10:58:09 -0700</pubDate>
      </item>
      <item>
         <title>Travelling: Buenos Aires, Argentina</title>
         <link>http://www.dopplr.com/trip/dealmeida/393275</link>
         <description>&lt;p class=&quot;vevent&quot;&gt;&lt;span class=&quot;summary&quot;&gt;&lt;span class=&quot;location&quot;&gt;Buenos Aires, Argentina&lt;/span&gt; from &lt;span class=&quot;name-date&quot;&gt; October&amp;nbsp;26th&lt;/span&gt; to&amp;nbsp;&lt;span class=&quot;name-date&quot;&gt; November&amp;nbsp;14th&lt;/span&gt; &lt;/span&gt; &lt;/p&gt;</description>
         <author>Roberto De Almeida</author>
         <guid isPermaLink="false">urn:uuid:393275</guid>
         <pubDate>Sat, 25 Oct 2008 17:00:00 -0700</pubDate>
      </item>
      <item>
         <title>DSC03403</title>
         <link>http://www.flickr.com/photos/roberto/2971244554/</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/people/roberto/&quot;&gt;RobDeAlmeida&lt;/a&gt; posted a photo:&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/photos/roberto/2971244554/&quot; title=&quot;DSC03403&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3221/2971244554_d450003e76_m.jpg&quot; width=&quot;240&quot; height=&quot;180&quot; alt=&quot;DSC03403&quot;/&gt;&lt;/a&gt;&lt;/p&gt;</description>
         <author>RobDeAlmeida</author>
         <guid isPermaLink="false">tag:flickr.com,2005:/photo/2971244554</guid>
         <pubDate>Fri, 24 Oct 2008 23:54:57 -0700</pubDate>
      </item>
      <item>
         <title>DSC03402</title>
         <link>http://www.flickr.com/photos/roberto/2970399337/</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/people/roberto/&quot;&gt;RobDeAlmeida&lt;/a&gt; posted a photo:&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/photos/roberto/2970399337/&quot; title=&quot;DSC03402&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3252/2970399337_cdf653951e_m.jpg&quot; width=&quot;240&quot; height=&quot;180&quot; alt=&quot;DSC03402&quot;/&gt;&lt;/a&gt;&lt;/p&gt;</description>
         <author>RobDeAlmeida</author>
         <guid isPermaLink="false">tag:flickr.com,2005:/photo/2970399337</guid>
         <pubDate>Fri, 24 Oct 2008 23:53:23 -0700</pubDate>
      </item>
      <item>
         <title>DSC03401</title>
         <link>http://www.flickr.com/photos/roberto/2971240094/</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/people/roberto/&quot;&gt;RobDeAlmeida&lt;/a&gt; posted a photo:&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/photos/roberto/2971240094/&quot; title=&quot;DSC03401&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3040/2971240094_af95da0763_m.jpg&quot; width=&quot;240&quot; height=&quot;180&quot; alt=&quot;DSC03401&quot;/&gt;&lt;/a&gt;&lt;/p&gt;</description>
         <author>RobDeAlmeida</author>
         <guid isPermaLink="false">tag:flickr.com,2005:/photo/2971240094</guid>
         <pubDate>Fri, 24 Oct 2008 23:51:36 -0700</pubDate>
      </item>
      <item>
         <title>DSC03400</title>
         <link>http://www.flickr.com/photos/roberto/2970394815/</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/people/roberto/&quot;&gt;RobDeAlmeida&lt;/a&gt; posted a photo:&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/photos/roberto/2970394815/&quot; title=&quot;DSC03400&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3175/2970394815_f0e481ded5_m.jpg&quot; width=&quot;240&quot; height=&quot;180&quot; alt=&quot;DSC03400&quot;/&gt;&lt;/a&gt;&lt;/p&gt;</description>
         <author>RobDeAlmeida</author>
         <guid isPermaLink="false">tag:flickr.com,2005:/photo/2970394815</guid>
         <pubDate>Fri, 24 Oct 2008 23:49:56 -0700</pubDate>
      </item>
      <item>
         <title>DSC03399</title>
         <link>http://www.flickr.com/photos/roberto/2970393017/</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/people/roberto/&quot;&gt;RobDeAlmeida&lt;/a&gt; posted a photo:&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/photos/roberto/2970393017/&quot; title=&quot;DSC03399&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3182/2970393017_dbe7fee770_m.jpg&quot; width=&quot;240&quot; height=&quot;180&quot; alt=&quot;DSC03399&quot;/&gt;&lt;/a&gt;&lt;/p&gt;</description>
         <author>RobDeAlmeida</author>
         <guid isPermaLink="false">tag:flickr.com,2005:/photo/2970393017</guid>
         <pubDate>Fri, 24 Oct 2008 23:48:23 -0700</pubDate>
      </item>
      <item>
         <title>DSC03398</title>
         <link>http://www.flickr.com/photos/roberto/2971234798/</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/people/roberto/&quot;&gt;RobDeAlmeida&lt;/a&gt; posted a photo:&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/photos/roberto/2971234798/&quot; title=&quot;DSC03398&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3224/2971234798_caac014f40_m.jpg&quot; width=&quot;240&quot; height=&quot;180&quot; alt=&quot;DSC03398&quot;/&gt;&lt;/a&gt;&lt;/p&gt;</description>
         <author>RobDeAlmeida</author>
         <guid isPermaLink="false">tag:flickr.com,2005:/photo/2971234798</guid>
         <pubDate>Fri, 24 Oct 2008 23:47:12 -0700</pubDate>
      </item>
      <item>
         <title>DSC03396</title>
         <link>http://www.flickr.com/photos/roberto/2970389871/</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/people/roberto/&quot;&gt;RobDeAlmeida&lt;/a&gt; posted a photo:&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/photos/roberto/2970389871/&quot; title=&quot;DSC03396&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3274/2970389871_86a44b7548_m.jpg&quot; width=&quot;240&quot; height=&quot;180&quot; alt=&quot;DSC03396&quot;/&gt;&lt;/a&gt;&lt;/p&gt;</description>
         <author>RobDeAlmeida</author>
         <guid isPermaLink="false">tag:flickr.com,2005:/photo/2970389871</guid>
         <pubDate>Fri, 24 Oct 2008 23:45:45 -0700</pubDate>
      </item>
      <item>
         <title>DSC03395</title>
         <link>http://www.flickr.com/photos/roberto/2971231126/</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/people/roberto/&quot;&gt;RobDeAlmeida&lt;/a&gt; posted a photo:&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/photos/roberto/2971231126/&quot; title=&quot;DSC03395&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3245/2971231126_1a368d8d38_m.jpg&quot; width=&quot;240&quot; height=&quot;180&quot; alt=&quot;DSC03395&quot;/&gt;&lt;/a&gt;&lt;/p&gt;</description>
         <author>RobDeAlmeida</author>
         <guid isPermaLink="false">tag:flickr.com,2005:/photo/2971231126</guid>
         <pubDate>Fri, 24 Oct 2008 23:44:12 -0700</pubDate>
      </item>
      <item>
         <title>DSC03394</title>
         <link>http://www.flickr.com/photos/roberto/2971229236/</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/people/roberto/&quot;&gt;RobDeAlmeida&lt;/a&gt; posted a photo:&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/photos/roberto/2971229236/&quot; title=&quot;DSC03394&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3204/2971229236_f7e48dae61_m.jpg&quot; width=&quot;240&quot; height=&quot;180&quot; alt=&quot;DSC03394&quot;/&gt;&lt;/a&gt;&lt;/p&gt;</description>
         <author>RobDeAlmeida</author>
         <guid isPermaLink="false">tag:flickr.com,2005:/photo/2971229236</guid>
         <pubDate>Fri, 24 Oct 2008 23:42:40 -0700</pubDate>
      </item>
      <item>
         <title>DSC03392</title>
         <link>http://www.flickr.com/photos/roberto/2970384129/</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/people/roberto/&quot;&gt;RobDeAlmeida&lt;/a&gt; posted a photo:&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/photos/roberto/2970384129/&quot; title=&quot;DSC03392&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3176/2970384129_6ba5acdf52_m.jpg&quot; width=&quot;240&quot; height=&quot;180&quot; alt=&quot;DSC03392&quot;/&gt;&lt;/a&gt;&lt;/p&gt;</description>
         <author>RobDeAlmeida</author>
         <guid isPermaLink="false">tag:flickr.com,2005:/photo/2970384129</guid>
         <pubDate>Fri, 24 Oct 2008 23:41:19 -0700</pubDate>
      </item>
      <item>
         <title>DSC03391</title>
         <link>http://www.flickr.com/photos/roberto/2970383287/</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/people/roberto/&quot;&gt;RobDeAlmeida&lt;/a&gt; posted a photo:&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/photos/roberto/2970383287/&quot; title=&quot;DSC03391&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3198/2970383287_35225b7d26_m.jpg&quot; width=&quot;240&quot; height=&quot;180&quot; alt=&quot;DSC03391&quot;/&gt;&lt;/a&gt;&lt;/p&gt;</description>
         <author>RobDeAlmeida</author>
         <guid isPermaLink="false">tag:flickr.com,2005:/photo/2970383287</guid>
         <pubDate>Fri, 24 Oct 2008 23:40:35 -0700</pubDate>
      </item>
      <item>
         <title>DSC03390</title>
         <link>http://www.flickr.com/photos/roberto/2971225338/</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/people/roberto/&quot;&gt;RobDeAlmeida&lt;/a&gt; posted a photo:&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/photos/roberto/2971225338/&quot; title=&quot;DSC03390&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3284/2971225338_4b42e119d7_m.jpg&quot; width=&quot;240&quot; height=&quot;180&quot; alt=&quot;DSC03390&quot;/&gt;&lt;/a&gt;&lt;/p&gt;</description>
         <author>RobDeAlmeida</author>
         <guid isPermaLink="false">tag:flickr.com,2005:/photo/2971225338</guid>
         <pubDate>Fri, 24 Oct 2008 23:39:24 -0700</pubDate>
      </item>
      <item>
         <title>DSC03389</title>
         <link>http://www.flickr.com/photos/roberto/2970380731/</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/people/roberto/&quot;&gt;RobDeAlmeida&lt;/a&gt; posted a photo:&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/photos/roberto/2970380731/&quot; title=&quot;DSC03389&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3020/2970380731_57e9b6a6d8_m.jpg&quot; width=&quot;240&quot; height=&quot;180&quot; alt=&quot;DSC03389&quot;/&gt;&lt;/a&gt;&lt;/p&gt;</description>
         <author>RobDeAlmeida</author>
         <guid isPermaLink="false">tag:flickr.com,2005:/photo/2970380731</guid>
         <pubDate>Fri, 24 Oct 2008 23:38:25 -0700</pubDate>
      </item>
      <item>
         <title>DSC03388</title>
         <link>http://www.flickr.com/photos/roberto/2971222908/</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/people/roberto/&quot;&gt;RobDeAlmeida&lt;/a&gt; posted a photo:&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/photos/roberto/2971222908/&quot; title=&quot;DSC03388&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3045/2971222908_03f210da89_m.jpg&quot; width=&quot;240&quot; height=&quot;180&quot; alt=&quot;DSC03388&quot;/&gt;&lt;/a&gt;&lt;/p&gt;</description>
         <author>RobDeAlmeida</author>
         <guid isPermaLink="false">tag:flickr.com,2005:/photo/2971222908</guid>
         <pubDate>Fri, 24 Oct 2008 23:37:28 -0700</pubDate>
      </item>
      <item>
         <title>DSC03387</title>
         <link>http://www.flickr.com/photos/roberto/2970378141/</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/people/roberto/&quot;&gt;RobDeAlmeida&lt;/a&gt; posted a photo:&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/photos/roberto/2970378141/&quot; title=&quot;DSC03387&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3278/2970378141_566e772837_m.jpg&quot; width=&quot;240&quot; height=&quot;180&quot; alt=&quot;DSC03387&quot;/&gt;&lt;/a&gt;&lt;/p&gt;</description>
         <author>RobDeAlmeida</author>
         <guid isPermaLink="false">tag:flickr.com,2005:/photo/2970378141</guid>
         <pubDate>Fri, 24 Oct 2008 23:36:15 -0700</pubDate>
      </item>
      <item>
         <title>DSC03386</title>
         <link>http://www.flickr.com/photos/roberto/2971219464/</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/people/roberto/&quot;&gt;RobDeAlmeida&lt;/a&gt; posted a photo:&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/photos/roberto/2971219464/&quot; title=&quot;DSC03386&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3021/2971219464_8ee30b0a9d_m.jpg&quot; width=&quot;240&quot; height=&quot;180&quot; alt=&quot;DSC03386&quot;/&gt;&lt;/a&gt;&lt;/p&gt;</description>
         <author>RobDeAlmeida</author>
         <guid isPermaLink="false">tag:flickr.com,2005:/photo/2971219464</guid>
         <pubDate>Fri, 24 Oct 2008 23:34:39 -0700</pubDate>
      </item>
      <item>
         <title>DSC03385</title>
         <link>http://www.flickr.com/photos/roberto/2970374053/</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/people/roberto/&quot;&gt;RobDeAlmeida&lt;/a&gt; posted a photo:&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/photos/roberto/2970374053/&quot; title=&quot;DSC03385&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3175/2970374053_82c146e675_m.jpg&quot; width=&quot;240&quot; height=&quot;180&quot; alt=&quot;DSC03385&quot;/&gt;&lt;/a&gt;&lt;/p&gt;</description>
         <author>RobDeAlmeida</author>
         <guid isPermaLink="false">tag:flickr.com,2005:/photo/2970374053</guid>
         <pubDate>Fri, 24 Oct 2008 23:33:14 -0700</pubDate>
      </item>
      <item>
         <title>DSC03384</title>
         <link>http://www.flickr.com/photos/roberto/2971215064/</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/people/roberto/&quot;&gt;RobDeAlmeida&lt;/a&gt; posted a photo:&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/photos/roberto/2971215064/&quot; title=&quot;DSC03384&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3217/2971215064_0085797d1a_m.jpg&quot; width=&quot;240&quot; height=&quot;180&quot; alt=&quot;DSC03384&quot;/&gt;&lt;/a&gt;&lt;/p&gt;</description>
         <author>RobDeAlmeida</author>
         <guid isPermaLink="false">tag:flickr.com,2005:/photo/2971215064</guid>
         <pubDate>Fri, 24 Oct 2008 23:31:18 -0700</pubDate>
      </item>
      <item>
         <title>DSC03383</title>
         <link>http://www.flickr.com/photos/roberto/2971213294/</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/people/roberto/&quot;&gt;RobDeAlmeida&lt;/a&gt; posted a photo:&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/photos/roberto/2971213294/&quot; title=&quot;DSC03383&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3236/2971213294_30eaaa5aa7_m.jpg&quot; width=&quot;240&quot; height=&quot;180&quot; alt=&quot;DSC03383&quot;/&gt;&lt;/a&gt;&lt;/p&gt;</description>
         <author>RobDeAlmeida</author>
         <guid isPermaLink="false">tag:flickr.com,2005:/photo/2971213294</guid>
         <pubDate>Fri, 24 Oct 2008 23:29:52 -0700</pubDate>
      </item>
      <item>
         <title>DSC03382</title>
         <link>http://www.flickr.com/photos/roberto/2970367227/</link>
         <description>&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/people/roberto/&quot;&gt;RobDeAlmeida&lt;/a&gt; posted a photo:&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.flickr.com/photos/roberto/2970367227/&quot; title=&quot;DSC03382&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3154/2970367227_2ee7c6433c_m.jpg&quot; width=&quot;240&quot; height=&quot;180&quot; alt=&quot;DSC03382&quot;/&gt;&lt;/a&gt;&lt;/p&gt;</description>
         <author>RobDeAlmeida</author>
         <guid isPermaLink="false">tag:flickr.com,2005:/photo/2970367227</guid>
         <pubDate>Fri, 24 Oct 2008 23:27:51 -0700</pubDate>
      </item>
      <item>
         <title>Bookmark: WorldofWarcraft.com -&amp;gt; Info -&amp;gt; Classes -&amp;gt; Warrior -&amp;gt; Talent Calculator</title>
         <link>http://www.worldofwarcraft.com/info/classes/warrior/talents.html?tal=302230212303510003221003231251005040000000000000000000000000000000000000000000000000</link>
         <description>Build for my gnome warrior.</description>
         <guid isPermaLink="false">XIHR_nLT3BGy_UgbCR2yXQ_ba1478676d1b5c56bdc9e84f873c6d41</guid>
         <pubDate>Fri, 24 Oct 2008 11:21:58 -0700</pubDate>
      </item>
      <item>
         <title>Bookmark: BNF and EBNF: What are they and how do they work?</title>
         <link>http://www.garshol.priv.no/download/text/bnf.html</link>
         <guid isPermaLink="false">XIHR_nLT3BGy_UgbCR2yXQ_311074d2d512a74a16c44e70651c8c32</guid>
         <pubDate>Thu, 23 Oct 2008 12:40:20 -0700</pubDate>
      </item>
      <item>
         <title>Travelling: Amsterdam, Netherlands</title>
         <link>http://www.dopplr.com/trip/dealmeida/373360</link>
         <description>&lt;p class=&quot;vevent&quot;&gt;&lt;span class=&quot;summary&quot;&gt;&lt;span class=&quot;location&quot;&gt;Amsterdam, Netherlands&lt;/span&gt; from &lt;span class=&quot;name-date&quot;&gt; October&amp;nbsp;12th&lt;/span&gt; to&amp;nbsp;&lt;span class=&quot;name-date&quot;&gt; 19th&lt;/span&gt; &lt;/span&gt; &lt;p&gt;Also going to Loire, Mt. St. Michel, The Hague, Utrecht, Delft, Brussels, Bruges, Gent and Antwerp.&lt;/p&gt;</description>
         <author>Roberto De Almeida</author>
         <guid isPermaLink="false">urn:uuid:373360</guid>
         <pubDate>Sat, 11 Oct 2008 17:00:00 -0700</pubDate>
      </item>
      <item>
         <title>Travelling: Paris, France</title>
         <link>http://www.dopplr.com/trip/dealmeida/373359</link>
         <description>&lt;p class=&quot;vevent&quot;&gt;&lt;span class=&quot;summary&quot;&gt;&lt;span class=&quot;location&quot;&gt;Paris, France&lt;/span&gt; from &lt;span class=&quot;name-date&quot;&gt; October&amp;nbsp;2nd&lt;/span&gt; to&amp;nbsp;&lt;span class=&quot;name-date&quot;&gt; 11th&lt;/span&gt; &lt;/span&gt; &lt;p&gt;Also going to Loire, Mt. St. Michel, The Hague, Utrecht, Delft, Brussels, Bruges, Gent and Antwerp.&lt;/p&gt;</description>
         <author>Roberto De Almeida</author>
         <guid isPermaLink="false">urn:uuid:373359</guid>
         <pubDate>Wed, 01 Oct 2008 17:00:00 -0700</pubDate>
      </item>
      <item>
         <title>Interesting: Steve Holden: The Photo Meme</title>
         <link>http://holdenweb.blogspot.com/2008/09/photo-meme.html</link>
         <description>&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://4.bp.blogspot.com/_JT1n2tt-4Wg/SNTkfaXUYOI/AAAAAAAAAJc/DovAIP4eCAQ/s1600-h/DSCF0079.JPG&quot;&gt;&lt;img src=&quot;http://4.bp.blogspot.com/_JT1n2tt-4Wg/SNTkfaXUYOI/AAAAAAAAAJc/DovAIP4eCAQ/s200/DSCF0079.JPG&quot; alt=&quot;&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;Instructions: Take a picture of yourself right now. Don't change your clothes, don't fix your hair - just take a picture. Post that picture with NO editing. Post these instructions with the picture.&lt;br&gt;&lt;br&gt;From &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://jeremyhylton.blogspot.com/2008/09/photo-meme.html&quot;&gt;a post by Jeremy Hylton&lt;/a&gt;.&lt;div&gt;
&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feeds.feedburner.com/~f/ForSomeValueOfMagic?a=qvjdL&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/ForSomeValueOfMagic?i=qvjdL&quot; border=&quot;0&quot;&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feeds.feedburner.com/~f/ForSomeValueOfMagic?a=twV6l&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/ForSomeValueOfMagic?i=twV6l&quot; border=&quot;0&quot;&gt;&lt;/a&gt;
&lt;/div&gt;</description>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/96ab922bc68a9e11</guid>
         <pubDate>Sat, 20 Sep 2008 01:55:23 -0700</pubDate>
      </item>
      <item>
         <title>Interesting: CodeSOD: Keeping It Stupid Simple</title>
         <link>http://thedailywtf.com/Articles/Keeping-It-Stupid-Simple.aspx</link>
         <author>Alex Papadimoulis</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/d121e4e21e71d840</guid>
         <pubDate>Mon, 15 Sep 2008 05:00:00 -0700</pubDate>
      </item>
      <item>
         <title>Interesting: Four Tweaks for Using Linux with Solid State Drives</title>
         <link>http://tombuntu.com/index.php/2008/09/04/four-tweaks-for-using-linux-with-solid-state-drives/</link>
         <description>&lt;p&gt;SSDs (&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://en.wikipedia.org/wiki/Solid-state_drive&quot;&gt;solid state drives&lt;/a&gt;) are great. They’re shock resistant, consume less power, produce less heat, and have very fast seek times. If you have a computer with an SSD, such as an Eee PC, there are some tweaks you can make to increase performance and extend the life of the disk.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The simplest tweak is to mount volumes using the noatime option. By default Linux will write the &lt;em&gt;last accessed time&lt;/em&gt; attribute to files. This can reduce the life of your SSD by causing a lot of writes. The noatime mount option turns this off.
&lt;p&gt;Open your fstab file:&lt;br&gt;
&lt;code&gt;sudo gedit /etc/fstab&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Ubuntu uses the relatime option by default. For your SSD partitions (formatted as ext3), replace &lt;em&gt;relatime&lt;/em&gt; with &lt;em&gt;noatime&lt;/em&gt; in fstab. Reboot for the changes to take effect.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;Using a ramdisk instead of the SSD to store temporary files will speed things up, but will cost you a few megabytes of RAM.
&lt;p&gt;Open your fstab file:&lt;br&gt;
&lt;code&gt;sudo gedit /etc/fstab&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Add this line to fstab to mount /tmp (temporary files) as tmpfs (temporary file system):&lt;br&gt;
&lt;code&gt;tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Reboot for the changes to take effect. Running &lt;em&gt;df&lt;/em&gt;, you should see a new line with /tmp mounted on tmpfs:&lt;br&gt;
&lt;code&gt;tmpfs 513472 30320 483152 6% /tmp&lt;/code&gt;
&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;Firefox puts its cache in your home partition. By moving this cache in RAM you can speed up Firefox and reduce disk writes. Complete the previous tweak to mount /tmp in RAM, and you can put the cache there as well.
&lt;p&gt;Open &lt;em&gt;about:config&lt;/em&gt; in Firefox. Right click in an open area and create a new string value called &lt;em&gt;browser.cache.disk.parent_directory&lt;/em&gt;. Set the value to &lt;em&gt;/tmp&lt;/em&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;An I/O scheduler decides which applications get to write to the disk when. Because SSDs are so different than a spinning hard drive, not all I/O schedulers work well with SSDs.
&lt;p&gt;The default I/O scheduler in Linux is cfq, completely fair queuing. cfq is works well on hard disks, but I’ve found it to cause problems on my Eee PC’s SSD. While writing a large file to disk, any other application which tries to write hang until the other write finishes. &lt;/p&gt;
&lt;p&gt;The I/O scheduler can be changed on a per-drive basis without rebooting. Run this command to get the current scheduler for a disk and the alternative options:&lt;br&gt;
&lt;code&gt;cat /sys/block/sda/queue/scheduler &lt;/code&gt;&lt;/p&gt;
&lt;p&gt;You’ll probably have four options, the one in brackets is currently being used by the disk specified in the previous command:&lt;br&gt;
&lt;code&gt;noop anticipatory deadline [cfq]&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Two of these are better suited to SSD drives: noop and deadline. Using one of these in the same situation, the application will still hang but only for a few seconds instead of until the disk is free again. Not great, but much better than cfq.&lt;/p&gt;
&lt;p&gt;Here’s how to change the I/O scheduler of a disk to deadline:&lt;br&gt;
&lt;code&gt;echo deadline &amp;gt; /sys/block/sda/queue/scheduler&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;(Note: the above command needs to be run as root, but &lt;em&gt;sudo&lt;/em&gt; does not work with it on my system. Run &lt;em&gt;sudo -i&lt;/em&gt; if you have a problem to get a root prompt.)&lt;/p&gt;
&lt;p&gt;You can replace &lt;em&gt;sda&lt;/em&gt; with the disk you want to change, and &lt;em&gt;deadline&lt;/em&gt; with any of the available schedulers. This change is temporary and will be reset when you reboot.&lt;/p&gt;
&lt;p&gt;If you’re using the deadline scheduler, there’s another option you can change for the SSD. This command is also temporary and also is a per-disk option:&lt;br&gt;
&lt;code&gt;echo 1 &amp;gt; /sys/block/sda/queue/iosched/fifo_batch&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;You can apply the scheduler you want to all your drives by adding a boot parameter in GRUB. The menu.lst file is regenerated whenever the kernel is updated, which would wipe out your change. Instead of this way, I added commands to rc.local to do the same thing.&lt;/p&gt;
&lt;p&gt;Open rc.local:&lt;br&gt;
&lt;code&gt;sudo gedit /etc/rc.local&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Put any lines you add before the &lt;em&gt;exit 0&lt;/em&gt;. I added six lines for my Eee PC, three to change sda (small SSD), sdb (large SSD), and sdc (SD card) to deadline, and three to get the fifo_batch option on each:&lt;br&gt;
&lt;code&gt;echo deadline &amp;gt; /sys/block/sda/queue/scheduler&lt;br&gt;
echo deadline &amp;gt; /sys/block/sdb/queue/scheduler&lt;br&gt;
echo deadline &amp;gt; /sys/block/sdc/queue/scheduler&lt;br&gt;
echo 1 &amp;gt; /sys/block/sda/queue/iosched/fifo_batch&lt;br&gt;
echo 1 &amp;gt; /sys/block/sdb/queue/iosched/fifo_batch&lt;br&gt;
echo 1 &amp;gt; /sys/block/sdc/queue/iosched/fifo_batch&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Reboot to run the new rc.local file.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;[update]&lt;/strong&gt; Commenter dondad has pointed out that it’s possible to add boot parameters to menu.lst that won’t be wiped out by an upgrade. Open menu.lst (Remember to make a backup of this file before you edit it):&lt;br&gt;
&lt;code&gt;sudo gedit /boot/grub/menu.lst&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;The kopt line gives the default parameters to boot Linux with. Mine looks like this:&lt;br&gt;
&lt;code&gt;# kopt=root=UUID=6722605f-677c-4d22-b9ea-e1fb0c7470ee ro&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Don’t uncomment this line. Just add any extra parameters you would like. To change the I/O scheduler, use the elevator option:&lt;br&gt;
&lt;code&gt;elevator=deadline&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Append that to the end of the kopt line. Save and close menu.lst. Then you need to run update-grub to apply your change to the whole menu:&lt;br&gt;
&lt;code&gt;sudo update-grub&lt;/code&gt;&lt;strong&gt;[end update]&lt;/strong&gt;
&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Want to know how fast your SSD or other storage device is? Using hdparm you can test the read performance of your disk:&lt;br&gt;
&lt;code&gt;sudo hdparm -t /dev/sda&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;The 4 GB SSD on my Eee PC 901 gets about 33 MB/s. My desktop PC’s hard drive gets about 78 MB/s. (What hdparm doesn’t show is that the seek time for an SSD is much, much lower than a hard disk.)&lt;/p&gt;
&lt;p&gt;Have any other suggestions for SSDs, or disagree with any of these? Leave a comment to let me know.&lt;/p&gt;
&lt;div&gt;
&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feeds.feedburner.com/~f/Tombuntu?a=Jg5c3l&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Tombuntu?i=Jg5c3l&quot; border=&quot;0&quot;&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feeds.feedburner.com/~f/Tombuntu?a=ur0ZBl&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Tombuntu?i=ur0ZBl&quot; border=&quot;0&quot;&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feeds.feedburner.com/~f/Tombuntu?a=vTK0Wl&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Tombuntu?i=vTK0Wl&quot; border=&quot;0&quot;&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feeds.feedburner.com/~f/Tombuntu?a=gq3cxl&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Tombuntu?i=gq3cxl&quot; border=&quot;0&quot;&gt;&lt;/a&gt;
&lt;/div&gt;</description>
         <author>Tom</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/6a3ed9f253eedba4</guid>
         <pubDate>Thu, 04 Sep 2008 10:00:11 -0700</pubDate>
      </item>
      <item>
         <title>Interesting: Four Tweaks for Using Linux with Solid State Drives</title>
         <link>http://tombuntu.com/index.php/2008/09/04/four-tweaks-for-using-linux-with-solid-state-drives/</link>
         <description>&lt;p&gt;SSDs (&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://en.wikipedia.org/wiki/Solid-state_drive&quot;&gt;solid state drives&lt;/a&gt;) are great. They’re shock resistant, consume less power, produce less heat, and have very fast seek times. If you have a computer with an SSD, such as an Eee PC, there are some tweaks you can make to increase performance and extend the life of the disk.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The simplest tweak is to mount volumes using the noatime option. By default Linux will write the &lt;em&gt;last accessed time&lt;/em&gt; attribute to files. This can reduce the life of your SSD by causing a lot of writes. The noatime mount option turns this off.
&lt;p&gt;Open your fstab file:&lt;br&gt;
&lt;code&gt;sudo gedit /etc/fstab&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Ubuntu uses the relatime option by default. For your SSD partitions (formatted as ext3), replace &lt;em&gt;relatime&lt;/em&gt; with &lt;em&gt;noatime&lt;/em&gt; in fstab. Reboot for the changes to take effect.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;Using a ramdisk instead of the SSD to store temporary files will speed things up, but will cost you a few megabytes of RAM.
&lt;p&gt;Open your fstab file:&lt;br&gt;
&lt;code&gt;sudo gedit /etc/fstab&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Add this line to fstab to mount /tmp (temporary files) as tmpfs (temporary file system):&lt;br&gt;
&lt;code&gt;tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Reboot for the changes to take effect. Running &lt;em&gt;df&lt;/em&gt;, you should see a new line with /tmp mounted on tmpfs:&lt;br&gt;
&lt;code&gt;tmpfs 513472 30320 483152 6% /tmp&lt;/code&gt;
&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;Firefox puts its cache in your home partition. By moving this cache in RAM you can speed up Firefox and reduce disk writes. Complete the previous tweak to mount /tmp in RAM, and you can put the cache there as well.
&lt;p&gt;Open &lt;em&gt;about:config&lt;/em&gt; in Firefox. Right click in an open area and create a new string value called &lt;em&gt;browser.cache.disk.parent_directory&lt;/em&gt;. Set the value to &lt;em&gt;/tmp&lt;/em&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;An I/O scheduler decides which applications get to write to the disk when. Because SSDs are so different than a spinning hard drive, not all I/O schedulers work well with SSDs.
&lt;p&gt;The default I/O scheduler in Linux is cfq, completely fair queuing. cfq is works well on hard disks, but I’ve found it to cause problems on my Eee PC’s SSD. While writing a large file to disk, any other application which tries to write hang until the other write finishes. &lt;/p&gt;
&lt;p&gt;The I/O scheduler can be changed on a per-drive basis without rebooting. Run this command to get the current scheduler for a disk and the alternative options:&lt;br&gt;
&lt;code&gt;cat /sys/block/sda/queue/scheduler &lt;/code&gt;&lt;/p&gt;
&lt;p&gt;You’ll probably have four options, the one in brackets is currently being used by the disk specified in the previous command:&lt;br&gt;
&lt;code&gt;noop anticipatory deadline [cfq]&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Two of these are better suited to SSD drives: noop and deadline. Using one of these in the same situation, the application will still hang but only for a few seconds instead of until the disk is free again. Not great, but much better than cfq.&lt;/p&gt;
&lt;p&gt;Here’s how to change the I/O scheduler of a disk to deadline:&lt;br&gt;
&lt;code&gt;echo deadline &amp;gt; /sys/block/sda/queue/scheduler&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;(Note: the above command needs to be run as root, but &lt;em&gt;sudo&lt;/em&gt; does not work with it on my system. Run &lt;em&gt;sudo -i&lt;/em&gt; if you have a problem to get a root prompt.)&lt;/p&gt;
&lt;p&gt;You can replace &lt;em&gt;sda&lt;/em&gt; with the disk you want to change, and &lt;em&gt;deadline&lt;/em&gt; with any of the available schedulers. This change is temporary and will be reset when you reboot.&lt;/p&gt;
&lt;p&gt;If you’re using the deadline scheduler, there’s another option you can change for the SSD. This command is also temporary and also is a per-disk option:&lt;br&gt;
&lt;code&gt;echo 1 &amp;gt; /sys/block/sda/queue/iosched/fifo_batch&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;You can apply the scheduler you want to all your drives by adding a boot parameter in GRUB. The menu.lst file is regenerated whenever the kernel is updated, which would wipe out your change. Instead of this way, I added commands to rc.local to do the same thing.&lt;/p&gt;
&lt;p&gt;Open rc.local:&lt;br&gt;
&lt;code&gt;sudo gedit /etc/rc.local&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Put any lines you add before the &lt;em&gt;exit 0&lt;/em&gt;. I added six lines for my Eee PC, three to change sda (small SSD), sdb (large SSD), and sdc (SD card) to deadline, and three to get the fifo_batch option on each:&lt;br&gt;
&lt;code&gt;echo deadline &amp;gt; /sys/block/sda/queue/scheduler&lt;br&gt;
echo deadline &amp;gt; /sys/block/sdb/queue/scheduler&lt;br&gt;
echo deadline &amp;gt; /sys/block/sdc/queue/scheduler&lt;br&gt;
echo 1 &amp;gt; /sys/block/sda/queue/iosched/fifo_batch&lt;br&gt;
echo 1 &amp;gt; /sys/block/sdb/queue/iosched/fifo_batch&lt;br&gt;
echo 1 &amp;gt; /sys/block/sdc/queue/iosched/fifo_batch&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Reboot to run the new rc.local file.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;[update]&lt;/strong&gt; Commenter dondad has pointed out that it’s possible to add boot parameters to menu.lst that won’t be wiped out by an upgrade. Open menu.lst (Remember to make a backup of this file before you edit it):&lt;br&gt;
&lt;code&gt;sudo gedit /boot/grub/menu.lst&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;The kopt line gives the default parameters to boot Linux with. Mine looks like this:&lt;br&gt;
&lt;code&gt;# kopt=root=UUID=6722605f-677c-4d22-b9ea-e1fb0c7470ee ro&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Don’t uncomment this line. Just add any extra parameters you would like. To change the I/O scheduler, use the elevator option:&lt;br&gt;
&lt;code&gt;elevator=deadline&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Append that to the end of the kopt line. Save and close menu.lst. Then you need to run update-grub to apply your change to the whole menu:&lt;br&gt;
&lt;code&gt;sudo update-grub&lt;/code&gt;&lt;strong&gt;[end update]&lt;/strong&gt;
&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Want to know how fast your SSD or other storage device is? Using hdparm you can test the read performance of your disk:&lt;br&gt;
&lt;code&gt;sudo hdparm -t /dev/sda&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;The 4 GB SSD on my Eee PC 901 gets about 33 MB/s. My desktop PC’s hard drive gets about 78 MB/s. (What hdparm doesn’t show is that the seek time for an SSD is much, much lower than a hard disk.)&lt;/p&gt;
&lt;p&gt;Have any other suggestions for SSDs, or disagree with any of these? Leave a comment to let me know.&lt;/p&gt;
&lt;div&gt;
&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feeds.feedburner.com/~f/Tombuntu?a=Jg5c3l&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Tombuntu?i=Jg5c3l&quot; border=&quot;0&quot;&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feeds.feedburner.com/~f/Tombuntu?a=ur0ZBl&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Tombuntu?i=ur0ZBl&quot; border=&quot;0&quot;&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feeds.feedburner.com/~f/Tombuntu?a=vTK0Wl&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Tombuntu?i=vTK0Wl&quot; border=&quot;0&quot;&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feeds.feedburner.com/~f/Tombuntu?a=gq3cxl&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Tombuntu?i=gq3cxl&quot; border=&quot;0&quot;&gt;&lt;/a&gt;
&lt;/div&gt;</description>
         <author>Tom</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/6a3ed9f253eedba4</guid>
         <pubDate>Thu, 04 Sep 2008 10:00:11 -0700</pubDate>
      </item>
      <item>
         <title>Interesting: The Dream Customer</title>
         <link>http://thedailywtf.com/Articles/The-Dream-Customer.aspx</link>
         <author>Jake Vinson</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/41c65c33dfc1825b</guid>
         <pubDate>Wed, 06 Aug 2008 07:00:00 -0700</pubDate>
      </item>
      <item>
         <title>Interesting: The Dream Customer</title>
         <link>http://thedailywtf.com/Articles/The-Dream-Customer.aspx</link>
         <author>Jake Vinson</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/41c65c33dfc1825b</guid>
         <pubDate>Wed, 06 Aug 2008 07:00:00 -0700</pubDate>
      </item>
      <item>
         <title>Interesting: forkmap, threadmap</title>
         <link>http://barnesc.blogspot.com/2008/07/forkmap-threadmap.html</link>
         <description>I have an 8 core machine, so vanilla Python increasingly annoys me by running roughly 200*8 times slower than optimized C code (I use OpenMP), rather than 200 times slower than C.&lt;br&gt;&lt;br&gt;To use more cores, I occasionally use these parallel map functions in Python:&lt;ul&gt;&lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.connellybarnes.com/code/python/threadmap&quot;&gt;threadmap&lt;/a&gt;&lt;br&gt;&lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.connellybarnes.com/code/python/forkmap&quot;&gt;forkmap&lt;/a&gt;&lt;br&gt;&lt;/li&gt;&lt;/ul&gt;&lt;code&gt;threadmap&lt;/code&gt; spawns a number of threads equal to the number of cores, and distributes work across threads. &lt;code&gt;forkmap&lt;/code&gt; requires Cygwin, Mac, or Unix, and does the same thing with fork() and pipe(), basically to get around GIL restrictions in regular Python. Probably a better solution is to use a Python implementation such as IronPython which doesn't have the GIL, but the FFIs for CPython libraries seem spotty in these other Python implementations.&lt;br&gt;&lt;br&gt;Merely using parallel map() functions is rather limiting; OpenMP-style syntax should probably be added to Python at some point, after the GIL is removed. (As the number of processor cores goes to infinity, either the GIL will be removed or Python will become irrelevant, as languages with similar syntax and fine-grain locking will take over.)&lt;br&gt;&lt;br&gt;There are &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://wiki.python.org/moin/ParallelProcessing&quot;&gt;libraries&lt;/a&gt; which implement parallelism by using spawn() instead of fork() to get Windows compatibility without Cygwin, but I couldn't figure out how exactly these libraries were spawning new copies of my code, so due to lack of documentation on this point I used other solutions.</description>
         <author>Connelly Barnes</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/bd692257d414b641</guid>
         <pubDate>Wed, 23 Jul 2008 14:59:00 -0700</pubDate>
      </item>
      <item>
         <title>Interesting: forkmap, threadmap</title>
         <link>http://barnesc.blogspot.com/2008/07/forkmap-threadmap.html</link>
         <description>I have an 8 core machine, so vanilla Python increasingly annoys me by running roughly 200*8 times slower than optimized C code (I use OpenMP), rather than 200 times slower than C.&lt;br&gt;&lt;br&gt;To use more cores, I occasionally use these parallel map functions in Python:&lt;ul&gt;&lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.connellybarnes.com/code/python/threadmap&quot;&gt;threadmap&lt;/a&gt;&lt;br&gt;&lt;li&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.connellybarnes.com/code/python/forkmap&quot;&gt;forkmap&lt;/a&gt;&lt;br&gt;&lt;/li&gt;&lt;/ul&gt;&lt;code&gt;threadmap&lt;/code&gt; spawns a number of threads equal to the number of cores, and distributes work across threads. &lt;code&gt;forkmap&lt;/code&gt; requires Cygwin, Mac, or Unix, and does the same thing with fork() and pipe(), basically to get around GIL restrictions in regular Python. Probably a better solution is to use a Python implementation such as IronPython which doesn't have the GIL, but the FFIs for CPython libraries seem spotty in these other Python implementations.&lt;br&gt;&lt;br&gt;Merely using parallel map() functions is rather limiting; OpenMP-style syntax should probably be added to Python at some point, after the GIL is removed. (As the number of processor cores goes to infinity, either the GIL will be removed or Python will become irrelevant, as languages with similar syntax and fine-grain locking will take over.)&lt;br&gt;&lt;br&gt;There are &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://wiki.python.org/moin/ParallelProcessing&quot;&gt;libraries&lt;/a&gt; which implement parallelism by using spawn() instead of fork() to get Windows compatibility without Cygwin, but I couldn't figure out how exactly these libraries were spawning new copies of my code, so due to lack of documentation on this point I used other solutions.</description>
         <author>Connelly Barnes</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/bd692257d414b641</guid>
         <pubDate>Wed, 23 Jul 2008 14:59:00 -0700</pubDate>
      </item>
      <item>
         <title>Interesting: GMT is 20 years old</title>
         <link>http://schwehr.org/blog/archives/2008-07.html#e2008-07-23T17_40_03.txt</link>
         <author>Kurt</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/85b8799ddfadab3f</guid>
         <pubDate>Wed, 23 Jul 2008 14:40:03 -0700</pubDate>
      </item>
      <item>
         <title>Interesting: GMT is 20 years old</title>
         <link>http://schwehr.org/blog/archives/2008-07.html#e2008-07-23T17_40_03.txt</link>
         <author>Kurt</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/85b8799ddfadab3f</guid>
         <pubDate>Wed, 23 Jul 2008 14:40:03 -0700</pubDate>
      </item>
      <item>
         <title>Why can't I post anything?</title>
         <link>http://pownce.com/robertodealmeida/notes/2840006/</link>
         <description>Why can't I post anything?</description>
         <author>Roberto De Almeida</author>
         <guid isPermaLink="false">urn:uuid:robertodealmeida:2840006</guid>
         <pubDate>Sat, 19 Jul 2008 14:13:13 -0700</pubDate>
      </item>
      <item>
         <title>Status:  http://tinyurl.com/6by4p3</title>
         <link>http://twitter.com/dealmeida/statuses/862918645</link>
         <description>http://tinyurl.com/6by4p3</description>
         <author>Rob De Almeida</author>
         <guid isPermaLink="false">tag:twitter.com,2007:http://twitter.com/dealmeida/statuses/862918645</guid>
         <pubDate>Sat, 19 Jul 2008 12:48:58 -0700</pubDate>
      </item>
      <item>
         <title>Interesting: Fernando Gonsales - 04/07/2008</title>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/bffa152b1619d192</guid>
         <pubDate>Fri, 04 Jul 2008 04:16:53 -0700</pubDate>
      </item>
      <item>
         <title>Interesting: Backburn</title>
         <link>http://cectic.com/166.html</link>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/09df5908c7dd74a2</guid>
         <pubDate>Thu, 03 Jul 2008 21:00:00 -0700</pubDate>
      </item>
      <item>
         <title>Interesting: Liniers - Macanudo</title>
         <link>http://autoliniers.blogspot.com/2008/06/liniers-macanudo_19.html</link>
         <description>&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; width=&quot;468&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;font face=&quot;ms sans serif&quot; color=&quot;#666666&quot; size=&quot;1&quot;&gt;Para cancelar o suspender este servicio, ingrese a: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.lanacion.com.ar/centrodellector&quot;&gt;http://www.lanacion.com.ar/centrodellector&lt;/a&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td height=&quot;9&quot;&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td bgcolor=&quot;#c7c7c7&quot; height=&quot;1&quot;&gt;&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td height=&quot;10&quot;&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt; &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;468&quot;&gt; &lt;tr&gt; &lt;td width=&quot;200&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.lanacion.com/&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://www.lanacion.com.ar/imgs/titulares/logo_mail.gif&quot;&gt;&lt;/a&gt;&lt;/td&gt; &lt;td align=&quot;right&quot; valign=&quot;top&quot; width=&quot;268&quot;&gt;&lt;font face=&quot;arial&quot; size=&quot;3&quot;&gt;&lt;b&gt;Humor&lt;/b&gt;&lt;/font&gt;&lt;br&gt;&lt;font color=&quot;#808080&quot; face=&quot;verdana&quot; size=&quot;1&quot;&gt;Jueves 19 de junio de 2008&lt;/font&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;468&quot;&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#c7c7c7&quot; height=&quot;1&quot;&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td height=&quot;12&quot;&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;468&quot;&gt; &lt;tr&gt; &lt;td&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://ads.e-planning.net/ei/3/39ad/humor/Top?it=i%26rnd=43522765813&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://ads.e-planning.net/eb/3/39ad/humor/Top?o=i%26rnd=43522765813&quot;&gt;&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;table border=&quot;0&quot; cellpadding=&quot;5&quot; cellspacing=&quot;0&quot; width=&quot;468&quot;&gt; &lt;tr&gt; &lt;td&gt;&lt;font color=&quot;#666666&quot; face=&quot;ms sans serif&quot; size=&quot;1&quot;&gt;&lt;b&gt;Hola autoliniers autoliniers:&lt;/b&gt;&lt;/font&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;468&quot;&gt; &lt;tr&gt; &lt;td bgcolor=&quot;#c7c7c7&quot; height=&quot;1&quot;&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;468&quot;&gt; &lt;tr&gt; &lt;td width=&quot;468&quot; align=&quot;center&quot;&gt; &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt; &lt;tr&gt; &lt;td height=&quot;23&quot;&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td align=&quot;left&quot;&gt;&lt;img border=&quot;0&quot; width=&quot;600&quot; height=&quot;203&quot; src=&quot;http://www.lanacion.com.ar/anexos/imagen/08/842493.JPG&quot;&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td height=&quot;15&quot;&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td height=&quot;35&quot;&gt;&lt;font face=&quot;arial&quot; size=&quot;2&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.lanacion.com.ar/humor&quot;&gt;&lt;b&gt;ir a Humor en LANACION.com&lt;/b&gt;&lt;/a&gt;&lt;/font&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td height=&quot;10&quot;&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;468&quot;&gt; &lt;tr&gt; &lt;td bgcolor=&quot;c7c7c7&quot; height=&quot;72&quot;&gt; &lt;table border=&quot;0&quot; cellpadding=&quot;8&quot; cellspacing=&quot;0&quot; width=&quot;468&quot;&gt; &lt;tr&gt; &lt;td bgcolor=&quot;f5f5f5&quot; height=&quot;70&quot;&gt; &lt;font color=&quot;666666&quot; face=&quot;ms sans serif&quot; size=&quot;1&quot;&gt; Para cancelar o suspender este servicio, ingrese a: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.lanacion.com.ar/centrodellector&quot;&gt;http://www.lanacion.com.ar/centrodellector&lt;/a&gt;&lt;br&gt; Por consultas, sugerencias ó inconvenientes técnicos escribanos &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.lanacion.com.ar/registracion/LN/consultas_02.asp?motivo=motivo11&quot;&gt;aquí&lt;/a&gt;&lt;br&gt; Anuncie en LANACION.com &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.lanacion.com.ar/mediakit&quot;&gt;http://www.lanacion.com.ar/mediakit&lt;/a&gt; &lt;/font&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;br&gt; &lt;table border=&quot;0&quot; cellpadding=&quot;1&quot; cellspacing=&quot;0&quot; width=&quot;468&quot;&gt; &lt;tr&gt; &lt;td align=&quot;center&quot;&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.lanacion.com.ar/index.asp?origen=premium&quot;&gt;&lt;img src=&quot;http://www.lanacion.com.ar/imgs/varios/lanacion.gif&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td align=&quot;center&quot;&gt; &lt;font face=&quot;arial&quot;&gt;&lt;font color=&quot;666666&quot; face=&quot;ms sans serif&quot; size=&quot;1&quot;&gt; Copyright 2008 SA LA NACION | Todos los derechos reservados &lt;/font&gt;&lt;/font&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;img width=&quot;1&quot; height=&quot;1&quot; border=&quot;0&quot; src=&quot;http://estadisticas.lanacion.com.ar/diario/default.gif?pagina=mail&amp;amp;origen=catHumor1383&amp;amp;usuario=765813&quot;&gt; &lt;img border=&quot;0&quot; width=&quot;1&quot; height=&quot;1&quot; src=&quot;http://hits.e.cl/cert/hit.dll?sitio_id=200080&amp;amp;path=/mail/Humor&quot;&gt;</description>
         <author>Autoliniers</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/49d33773793a066d</guid>
         <pubDate>Wed, 18 Jun 2008 23:20:00 -0700</pubDate>
      </item>
      <item>
         <title>Interesting: Breakfast Topic: Saving quests</title>
         <link>http://www.wowinsider.com/2008/06/17/breakfast-topic-saving-quests/</link>
         <author>Amanda Dean</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/7f75b12208d28406</guid>
         <pubDate>Tue, 17 Jun 2008 06:00:00 -0700</pubDate>
      </item>
      <item>
         <title>Interesting: PEP 333 -- Python Web Server Gateway Interface v1.0</title>
         <link>http://www.python.org/dev/peps/pep-0333/#server-extension-apis</link>
         <description>This is something I need to fix in pydap.</description>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/078e0404b42892cb</guid>
         <pubDate>Mon, 12 May 2008 04:44:42 -0700</pubDate>
      </item>
      <item>
         <title>Interesting: Caching RSS Feeds With feedcache</title>
         <link>http://www.doughellmann.com/articles/feedcache/index.html</link>
         <description>Hmmm, I should use this for my personal aggregator.</description>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/6bacfa91c4dab326</guid>
         <pubDate>Sun, 11 May 2008 12:53:13 -0700</pubDate>
      </item>
      <item>
         <title>Interesting: How to use tinydb.org</title>
         <link>http://tinydb.org/_how</link>
         <description>Nice simple db.</description>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/8e6288929e24d30a</guid>
         <pubDate>Sun, 11 May 2008 06:44:34 -0700</pubDate>
      </item>
      <item>
         <title>Interesting: Backups</title>
         <link>http://www.jwz.org/doc/backups.html</link>
         <description>Quote by Jamie Zwinski...</description>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/9640d483517b7938</guid>
         <pubDate>Sat, 10 May 2008 03:55:34 -0700</pubDate>
      </item>
      <item>
         <title>Interesting: Getting Started with Paver — Paver v0.7 documentation</title>
         <link>http://www.blueskyonmars.com/projects/paver/getting_started.html#gettingstarted</link>
         <description>I'm already using Sphinx for pydap 2.3, now I need to learn how to use Paver.</description>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/82317a22227adcb3</guid>
         <pubDate>Thu, 08 May 2008 04:57:14 -0700</pubDate>
      </item>
      <item>
         <title>Interesting: Ask YC: Which is the best book for Data Structures and Algorithms?</title>
         <link>http://news.ycombinator.com/item?id=184301</link>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/54ba44c4a17b4ff2</guid>
         <pubDate>Thu, 08 May 2008 04:31:53 -0700</pubDate>
      </item>
      <item>
         <title>Interesting: Play Chronotron, a free online game on Kongregate</title>
         <link>http://www.kongregate.com/games/Scarybug/chronotron</link>
         <description>Really really cool game that blows my mind!</description>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/33677d1686345e2e</guid>
         <pubDate>Wed, 07 May 2008 12:09:58 -0700</pubDate>
      </item>
      <item>
         <title>Interesting: Firefox 3 Excessive Disk IO and Freezing</title>
         <link>http://tombuntu.com/index.php/2008/05/07/firefox-3-excessive-disk-io-and-freezing/</link>
         <description>&lt;p&gt;Randomly while browsing Firefox will stop responding for a few seconds and recover. This can happen a few times in a row while my hard drive works so furiously that other applications also slow down. I haven’t found a reliable way to reproduce the problem, but today I did get around to finding &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;https://bugs.launchpad.net/firefox/+bug/215728&quot;&gt;the bug report&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;An update &lt;strike&gt;should be arriving soon&lt;/strike&gt; that will fix this problem. In the meantime, if you’re affected you can try a workaround. [&lt;strong&gt;update&lt;/strong&gt;] The update has arrived this morning.&lt;/p&gt;
&lt;p&gt;In Firefox, click &lt;em&gt;Edit-&amp;gt;Preferences&lt;/em&gt;. In the &lt;em&gt;Security&lt;/em&gt; section, uncheck the two boxes for attack site and forgery warnings. Close Firefox. Open your file browser to &lt;em&gt;~/.mozilla/firefox/[profile]&lt;/em&gt;, where &lt;em&gt;[profile]&lt;/em&gt; will be a short random string of characters. Delete any files with names starting with &lt;em&gt;urlclassifier&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://tombuntu.com/wp-content/uploads/2008/05/firefoxfreeze.jpg&quot; alt=&quot;uncheck the two boxes for attack site and forgery warnings&quot;&gt;&lt;/p&gt;
&lt;p&gt;Be advised that this workaround will disable Firefox’s warnings for phishing and malicious websites. Re-enable the warnings when the update to the package xulrunner-1.9 arrives, which should fix the issue.&lt;/p&gt;
&lt;p&gt;The problem is caused by Firefox’s urlclassifier database, which can get very large. Because the cache for this database is too small, there’s a lot of disk and CPU usage at certain times when accessing it.&lt;/p&gt;
&lt;p&gt;I’ve done the workaround, but it’s hard to say whether it’s working because the problem comes and goes randomly.&lt;/p&gt;
&lt;p&gt;[&lt;strong&gt;update&lt;/strong&gt;] The update hasn’t fixed the problem for me. However, I’ve had only one brief random freeze, so maybe the issue has been minimized.&lt;/p&gt;
&lt;div&gt;
&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feeds.feedburner.com/~f/Tombuntu?a=8Ia7Hh&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Tombuntu?i=8Ia7Hh&quot; border=&quot;0&quot;&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feeds.feedburner.com/~f/Tombuntu?a=TNIlch&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Tombuntu?i=TNIlch&quot; border=&quot;0&quot;&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feeds.feedburner.com/~f/Tombuntu?a=9IzPUh&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Tombuntu?i=9IzPUh&quot; border=&quot;0&quot;&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://feeds.feedburner.com/~f/Tombuntu?a=rUTjKh&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/Tombuntu?i=rUTjKh&quot; border=&quot;0&quot;&gt;&lt;/a&gt;
&lt;/div&gt;</description>
         <author>Tom</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/71ce433b768151f5</guid>
         <pubDate>Wed, 07 May 2008 10:00:58 -0700</pubDate>
      </item>
      <item>
         <title>Interesting: I'm using Google Reader as a microblog. I tried using Pownce,</title>
         <link>http://www.google.com/reader/item/tag:google.com,2005:reader/item/898117ebba31f445</link>
         <description>I'm using Google Reader as a microblog. I tried using Pownce, but last night it almost lost a post I wrote, after failing to submit it via AJAX -- and since it was using AJAX, I couldn't press the back button to repost the message. Bad, bad, site!&lt;br&gt;&lt;br&gt;Anyway, Google Reader now has this &quot;notes&quot; functionality, where you can add notes to interesting posts. You can also use it to write plain, lonely notes, so I'm using it as my blogging app right now.</description>
         <author>Rob De Almeida</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/898117ebba31f445</guid>
         <pubDate>Wed, 07 May 2008 05:44:14 -0700</pubDate>
      </item>
      <item>
         <title>Interesting: the 4th dimension</title>
         <link>http://www.spiceee.com/pensaletes/2008/05/07/the-4th-dimension</link>
         <description>&lt;p&gt;&lt;/p&gt;&lt;div&gt;&lt;div&gt;&lt;img src=&quot;http://www.spiceee.com/pensaletes/img-bin/4th-dimension-dvd.jpg&quot; width=&quot;150&quot; height=&quot;192&quot; alt=&quot;the 4th dimension dvd&quot; title=&quot;the 4th dimension dvd&quot; border=&quot;1&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;consigo entender por que algumas pessoas verão o &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.imdb.com/title/tt0780461/&quot;&gt;&lt;em&gt;the 4th dimension&lt;/em&gt;&lt;/a&gt; e o descartarão como pretensioso: é preto e branco, metade dos créditos são dedicados à consultoria de físicos e, ao fim, muda para colorido.&lt;/p&gt; &lt;p&gt;não sei se existe algum termo para esse tipo de filme, eu chamo de &lt;em&gt;puzzle movie&lt;/em&gt; e vai bem com o &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.imdb.com/title/tt0138704/&quot;&gt;&lt;em&gt;pi&lt;/em&gt;&lt;/a&gt; do &lt;strong&gt;darren aronofsky&lt;/strong&gt; e o &lt;em&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.spiceee.com/pensaletes/2005/05/06/primer-2&quot;&gt;primer&lt;/a&gt;&lt;/em&gt; do &lt;strong&gt;shane carruth&lt;/strong&gt;. é sobre jack emitni (”in time” ao contrário), um cara com TOC que acredita que pode sentir a quarta dimensão quando dorme. a história começa com ele pequeno, quando dá sinais de ser um gênio da matemática, mas, com o passar do tempo, com jack mais velho trabalhando numa oficina de relógios, não fica bem claro se ele realmente desenvolve a habilidade ou só pensa em seus delírios que o faz.&lt;/p&gt; &lt;p&gt;&lt;/p&gt;&lt;div&gt;&lt;div&gt;&lt;img src=&quot;http://www.spiceee.com/pensaletes/img-bin/4th-dimension-movie.jpg&quot; width=&quot;300&quot; height=&quot;163&quot; alt=&quot;4th dimension&quot; title=&quot;4th dimension&quot; border=&quot;1&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt; &lt;p&gt;num de seus sonhos à quarta dimensão, jack vê alguém, que se supõe ser albert einstein, colocar um livro de anotações num relógio que jack havia recém consertado. ele vai a casa da dona do relógio e o rouba, com a esperança de que a fórmula para viajar no tempo. o estudo do livro, porém, desperta uma série de eventos que revelam a verdade sobre a vida de jack.&lt;/p&gt; &lt;p&gt;pensando bem, 4th dimension não é tanto um filme quebra-cabeças, já que o final dá uma conclusão bem clara à trama. porém existe espaço para divagação e elaboração de loucas teorias, o que deve garantir uma certa sobrevida cult ao filme, que foi bem recebido no circuito indie americano.&lt;/p&gt; &lt;p&gt;o que me fascinou em 4th dimension foi mesmo o clima pesado, as referências de teorias físicas bem aplicadas e a trilha, que além de um bom score original, repete a insana &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.youtube.com/watch?v=gp5N-6noobg&quot;&gt;gwely mernans&lt;/a&gt; do &lt;strong&gt;aphex twin&lt;/strong&gt; quase à exaustão. é frio na espinha certeiro todas as vezes que é executada.&lt;/p&gt; &lt;p&gt;o filme é o debut de uma dupla de diretores que já estão no meu radar, &lt;strong&gt;tom mattera&lt;/strong&gt; e &lt;strong&gt;david mazzoni&lt;/strong&gt;. ainda vou revê-lo com as 2 trilhas de comentários, é em filmes assim que o dvd brilha como formato.&lt;/p&gt; Tags: &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.spiceee.com/pensaletes/category/filmes/&quot;&gt;filmes&lt;/a&gt;, &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.spiceee.com/pensaletes/category/dvds/&quot;&gt;dvds&lt;/a&gt;, &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.spiceee.com/pensaletes/tag/movies&quot;&gt;movies&lt;/a&gt;, &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.spiceee.com/pensaletes/tag/dvds&quot;&gt;dvds&lt;/a&gt;, &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.spiceee.com/pensaletes/tag/sci-fi&quot;&gt;sci-fi&lt;/a&gt;, &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.spiceee.com/pensaletes/tag/physics&quot;&gt;physics&lt;/a&gt;</description>
         <author>Spiceee</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/bd9315011c329425</guid>
         <pubDate>Tue, 06 May 2008 23:48:02 -0700</pubDate>
      </item>
      <item>
         <title>Simplify, simplify... said Thoreau, though I heard it from Calvin's...</title>
         <link>http://pownce.com/robertodealmeida/notes/2082403/</link>
         <description>Simplify, simplify... said Thoreau, though I heard it from Calvin's father first. Simplify and reduce LOC.</description>
         <author>Roberto De Almeida</author>
         <guid isPermaLink="false">urn:uuid:robertodealmeida:2082403</guid>
         <pubDate>Tue, 06 May 2008 13:19:34 -0700</pubDate>
      </item>
      <item>
         <title>A big limitation of Yahoo! Pipes: if you have a...</title>
         <link>http://pownce.com/robertodealmeida/notes/2073736/</link>
         <description>A big limitation of Yahoo! Pipes: if you have a feed with more than one element of the same type (like  and ) only the first one is available.</description>
         <author>Roberto De Almeida</author>
         <guid isPermaLink="false">urn:uuid:robertodealmeida:2073736</guid>
         <pubDate>Mon, 05 May 2008 18:54:49 -0700</pubDate>
      </item>
      <item>
         <title>An implementation of vi in Javascript. I've seen this some...</title>
         <link>http://pownce.com/robertodealmeida/notes/2073679/</link>
         <description>An implementation of vi in Javascript. I've seen this some time ago, but it was closed source -- at least as closed as Javascript can be. I had to completely erase it from mind to avoid using it without permission on my weblog, where no one would ever find out. This script combined with Greasemonkey could make the web much more user-friendly to me.</description>
         <author>Roberto De Almeida</author>
         <guid isPermaLink="false">urn:uuid:robertodealmeida:2073679</guid>
         <pubDate>Mon, 05 May 2008 18:47:11 -0700</pubDate>
      </item>
      <item>
         <title>My paper with Domingos just published!</title>
         <link>http://pownce.com/robertodealmeida/notes/2057742/</link>
         <description>My paper with Domingos just published!</description>
         <author>Roberto De Almeida</author>
         <guid isPermaLink="false">urn:uuid:robertodealmeida:2057742</guid>
         <pubDate>Sun, 04 May 2008 08:48:32 -0700</pubDate>
      </item>
      <item>
         <title>Hmmm, looks like Pownce has no editing capabilities.</title>
         <link>http://pownce.com/robertodealmeida/notes/2057722/</link>
         <description>Hmmm, looks like Pownce has no editing capabilities.</description>
         <author>Roberto De Almeida</author>
         <guid isPermaLink="false">urn:uuid:robertodealmeida:2057722</guid>
         <pubDate>Sun, 04 May 2008 08:43:44 -0700</pubDate>
      </item>
      <item>
         <title>So, my new feed from Yahoo! Pipes seems to be...</title>
         <link>http://pownce.com/robertodealmeida/notes/2057719/</link>
         <description>So, my new feed from Yahoo! Pipes seems to be working... now I want to write a Python script running on crontab that downloads and stores the entries in a simple database -- I'm thinking a simple pickled representation of an ElementTree should be fine. Later I can create another script that renders HTML from the entries and uses Google to search.</description>
         <author>Roberto De Almeida</author>
         <guid isPermaLink="false">urn:uuid:robertodealmeida:2057719</guid>
         <pubDate>Sun, 04 May 2008 08:42:55 -0700</pubDate>
      </item>
      <item>
         <title>Moved from Twitter to Pownce... let's see how this goes....</title>
         <link>http://pownce.com/robertodealmeida/notes/2057670/</link>
         <description>Moved from Twitter to Pownce... let's see how this goes.</description>
         <author>Roberto De Almeida</author>
         <guid isPermaLink="false">urn:uuid:robertodealmeida:2057670</guid>
         <pubDate>Sun, 04 May 2008 08:35:04 -0700</pubDate>
      </item>
      <item>
         <title>Ok, here's my idea. Pownce for blogging. Flickr for pictures....</title>
         <link>http://pownce.com/robertodealmeida/notes/2052967/</link>
         <description>Ok, here's my idea. Pownce for blogging. Flickr for pictures. Delicious for interesting sites. Join everything using Yahoo! Pipes -- that feed will my web presence. No need for weblog software, and if I eventually start using another service I just add it to my pipe. I should also store everything, reading from the feed, on a database somehow, and perhaps display it with a template.</description>
         <author>Roberto De Almeida</author>
         <guid isPermaLink="false">urn:uuid:robertodealmeida:2052967</guid>
         <pubDate>Sat, 03 May 2008 18:03:57 -0700</pubDate>
      </item>
      <item>
         <title>Status:  Updated every blue moon.</title>
         <link>http://twitter.com/dealmeida/statuses/792036387</link>
         <description>Updated every blue moon.</description>
         <author>Rob De Almeida</author>
         <guid isPermaLink="false">tag:twitter.com,2007:http://twitter.com/dealmeida/statuses/792036387</guid>
         <pubDate>Fri, 18 Apr 2008 11:26:32 -0700</pubDate>
      </item>
      <item>
         <title>Status:  easy_install --find-links http://www.pythonware.com/products/pil/ Imaging</title>
         <link>http://twitter.com/dealmeida/statuses/781840170</link>
         <description>easy_install --find-links http://www.pythonware.com/products/pil/ Imaging</description>
         <author>Rob De Almeida</author>
         <guid isPermaLink="false">tag:twitter.com,2007:http://twitter.com/dealmeida/statuses/781840170</guid>
         <pubDate>Wed, 02 Apr 2008 18:17:03 -0700</pubDate>
      </item>
      <item>
         <title>Status:  Making a game for pyweek</title>
         <link>http://twitter.com/dealmeida/statuses/781675278</link>
         <description>Making a game for pyweek</description>
         <author>Rob De Almeida</author>
         <guid isPermaLink="false">tag:twitter.com,2007:http://twitter.com/dealmeida/statuses/781675278</guid>
         <pubDate>Wed, 02 Apr 2008 12:29:06 -0700</pubDate>
      </item>
      <item>
         <title>Status:  Got myself a Thinkpad T43...</title>
         <link>http://twitter.com/dealmeida/statuses/779329374</link>
         <description>Got myself a Thinkpad T43...</description>
         <author>Rob De Almeida</author>
         <guid isPermaLink="false">tag:twitter.com,2007:http://twitter.com/dealmeida/statuses/779329374</guid>
         <pubDate>Sat, 29 Mar 2008 14:07:51 -0700</pubDate>
      </item>
      <item>
         <title>Status:  Going for a Pyzza -- pizza with Python programmers!</title>
         <link>http://twitter.com/dealmeida/statuses/777611239</link>
         <description>Going for a Pyzza -- pizza with Python programmers!</description>
         <author>Rob De Almeida</author>
         <guid isPermaLink="false">tag:twitter.com,2007:http://twitter.com/dealmeida/statuses/777611239</guid>
         <pubDate>Wed, 26 Mar 2008 14:23:43 -0700</pubDate>
      </item>
      <item>
         <title>Status:  pydap 2.3 almost ready</title>
         <link>http://twitter.com/dealmeida/statuses/777608596</link>
         <description>pydap 2.3 almost ready</description>
         <author>Rob De Almeida</author>
         <guid isPermaLink="false">tag:twitter.com,2007:http://twitter.com/dealmeida/statuses/777608596</guid>
         <pubDate>Wed, 26 Mar 2008 14:18:16 -0700</pubDate>
      </item>
      <item>
         <title>Status:  Addicted to WOW... :(</title>
         <link>http://twitter.com/dealmeida/statuses/776462297</link>
         <description>Addicted to WOW... :(</description>
         <author>Rob De Almeida</author>
         <guid isPermaLink="false">tag:twitter.com,2007:http://twitter.com/dealmeida/statuses/776462297</guid>
         <pubDate>Mon, 24 Mar 2008 16:27:22 -0700</pubDate>
      </item>
      <item>
         <title>Status:  @idiotao Python won't force you to learn OO in the begining.</title>
         <link>http://twitter.com/dealmeida/statuses/776276760</link>
         <description>@idiotao Python won't force you to learn OO in the begining.</description>
         <author>Rob De Almeida</author>
         <guid isPermaLink="false">tag:twitter.com,2007:http://twitter.com/dealmeida/statuses/776276760</guid>
         <pubDate>Mon, 24 Mar 2008 09:00:27 -0700</pubDate>
      </item>
      <item>
         <title>Status:  Botafogo 3 X 2 Flamengo</title>
         <link>http://twitter.com/dealmeida/statuses/772827761</link>
         <description>Botafogo 3 X 2 Flamengo</description>
         <author>Rob De Almeida</author>
         <guid isPermaLink="false">tag:twitter.com,2007:http://twitter.com/dealmeida/statuses/772827761</guid>
         <pubDate>Mon, 17 Mar 2008 07:23:58 -0700</pubDate>
      </item>
      <item>
         <title>Status:  Going to Curitiba for my birthday (sunday)</title>
         <link>http://twitter.com/dealmeida/statuses/768174867</link>
         <description>Going to Curitiba for my birthday (sunday)</description>
         <author>Rob De Almeida</author>
         <guid isPermaLink="false">tag:twitter.com,2007:http://twitter.com/dealmeida/statuses/768174867</guid>
         <pubDate>Fri, 07 Mar 2008 11:12:05 -0800</pubDate>
      </item>
      <item>
         <title>Status:  I finally squashed a bug that cost me the whole day!</title>
         <link>http://twitter.com/dealmeida/statuses/767851422</link>
         <description>I finally squashed a bug that cost me the whole day!</description>
         <author>Rob De Almeida</author>
         <guid isPermaLink="false">tag:twitter.com,2007:http://twitter.com/dealmeida/statuses/767851422</guid>
         <pubDate>Thu, 06 Mar 2008 19:20:26 -0800</pubDate>
      </item>
      <item>
         <title>Travelling: Curitiba, Brazil</title>
         <link>http://www.dopplr.com/trip/dealmeida/130161</link>
         <description>&lt;p class=&quot;vevent&quot;&gt;&lt;span class=&quot;summary&quot;&gt;&lt;span class=&quot;location&quot;&gt;Curitiba, Brazil&lt;/span&gt; from &lt;span class=&quot;name-date&quot;&gt; March&amp;nbsp;7th&lt;/span&gt; to&amp;nbsp;&lt;span class=&quot;name-date&quot;&gt; 11th,&amp;nbsp;2008&lt;/span&gt; &lt;/span&gt; &lt;p&gt;My birthday, March 9th.&lt;/p&gt;</description>
         <author>Roberto De Almeida</author>
         <guid isPermaLink="false">urn:uuid:130161</guid>
         <pubDate>Thu, 06 Mar 2008 16:00:00 -0800</pubDate>
      </item>
      <item>
         <title>Status:  @nandokanarski pois é, nem fale, ainda nem acabei de pagar este e já quero outro! :)</title>
         <link>http://twitter.com/dealmeida/statuses/767676678</link>
         <description>@nandokanarski pois é, nem fale, ainda nem acabei de pagar este e já quero outro! :)</description>
         <author>Rob De Almeida</author>
         <guid isPermaLink="false">tag:twitter.com,2007:http://twitter.com/dealmeida/statuses/767676678</guid>
         <pubDate>Thu, 06 Mar 2008 11:05:51 -0800</pubDate>
      </item>
      <item>
         <title>Status:  @nandokanarski eu sou heavy-user e estou usando ele no dia-a-dia para tudo.</title>
         <link>http://twitter.com/dealmeida/statuses/767667659</link>
         <description>@nandokanarski eu sou heavy-user e estou usando ele no dia-a-dia para tudo.</description>
         <author>Rob De Almeida</author>
         <guid isPermaLink="false">tag:twitter.com,2007:http://twitter.com/dealmeida/statuses/767667659</guid>
         <pubDate>Thu, 06 Mar 2008 10:35:12 -0800</pubDate>
      </item>
      <item>
         <title>Status:  For sale: almost new EEE with a 7&quot; screen.</title>
         <link>http://twitter.com/dealmeida/statuses/767650114</link>
         <description>For sale: almost new EEE with a 7&quot; screen.</description>
         <author>Rob De Almeida</author>
         <guid isPermaLink="false">tag:twitter.com,2007:http://twitter.com/dealmeida/statuses/767650114</guid>
         <pubDate>Thu, 06 Mar 2008 09:54:12 -0800</pubDate>
      </item>
      <item>
         <title>Status:  Damn, it sucks being an early adopter! I want an EEE 900. :(</title>
         <link>http://twitter.com/dealmeida/statuses/767532785</link>
         <description>Damn, it sucks being an early adopter! I want an EEE 900. :(</description>
         <author>Rob De Almeida</author>
         <guid isPermaLink="false">tag:twitter.com,2007:http://twitter.com/dealmeida/statuses/767532785</guid>
         <pubDate>Thu, 06 Mar 2008 05:25:24 -0800</pubDate>
      </item>
      <item>
         <title>Status:  Por que a receita não usa Bittorrent?</title>
         <link>http://twitter.com/dealmeida/statuses/767336435</link>
         <description>Por que a receita não usa Bittorrent?</description>
         <author>Rob De Almeida</author>
         <guid isPermaLink="false">tag:twitter.com,2007:http://twitter.com/dealmeida/statuses/767336435</guid>
         <pubDate>Wed, 05 Mar 2008 18:29:08 -0800</pubDate>
      </item>
      <item>
         <title>Status:  I need to be more pragmatic.</title>
         <link>http://twitter.com/dealmeida/statuses/767151426</link>
         <description>I need to be more pragmatic.</description>
         <author>Rob De Almeida</author>
         <guid isPermaLink="false">tag:twitter.com,2007:http://twitter.com/dealmeida/statuses/767151426</guid>
         <pubDate>Wed, 05 Mar 2008 09:58:54 -0800</pubDate>
      </item>
      <item>
         <title>Status:  My new EEE is already obsolete..</title>
         <link>http://twitter.com/dealmeida/statuses/767072187</link>
         <description>My new EEE is already obsolete..</description>
         <author>Rob De Almeida</author>
         <guid isPermaLink="false">tag:twitter.com,2007:http://twitter.com/dealmeida/statuses/767072187</guid>
         <pubDate>Wed, 05 Mar 2008 07:04:09 -0800</pubDate>
      </item>
      <item>
         <title>Status:  In Belo Horizonte for a Google interview.</title>
         <link>http://twitter.com/dealmeida/statuses/766324646</link>
         <description>In Belo Horizonte for a Google interview.</description>
         <author>Rob De Almeida</author>
         <guid isPermaLink="false">tag:twitter.com,2007:http://twitter.com/dealmeida/statuses/766324646</guid>
         <pubDate>Mon, 03 Mar 2008 18:21:00 -0800</pubDate>
      </item>
      <item>
         <title>Travelling: Belo Horizonte, Brazil</title>
         <link>http://www.dopplr.com/trip/dealmeida/130158</link>
         <description>&lt;p class=&quot;vevent&quot;&gt;&lt;span class=&quot;summary&quot;&gt;&lt;span class=&quot;location&quot;&gt;Belo Horizonte, Brazil&lt;/span&gt; from &lt;span class=&quot;name-date&quot;&gt; March&amp;nbsp;3rd&lt;/span&gt; to&amp;nbsp;&lt;span class=&quot;name-date&quot;&gt; 4th,&amp;nbsp;2008&lt;/span&gt; &lt;/span&gt; &lt;p&gt;Google interview.&lt;/p&gt;</description>
         <author>Roberto De Almeida</author>
         <guid isPermaLink="false">urn:uuid:130158</guid>
         <pubDate>Sun, 02 Mar 2008 16:00:00 -0800</pubDate>
      </item>
      <item>
         <title>Interesting: Sunday morning</title>
         <link>http://fserb.com.br/post/85</link>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/db3c29571219117e</guid>
         <pubDate>Wed, 27 Feb 2008 16:00:00 -0800</pubDate>
      </item>
      <item>
         <title>Interesting: Gustavo Niemeyer: geohash.org is public!</title>
         <link>http://blog.labix.org/2008/02/26/geohashorg-is-public/</link>
         <description>&lt;p&gt;After about one year writing this service in my spare time, it’s finally out.&lt;/p&gt;
&lt;p&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://geohash.org&quot;&gt;geohash.org&lt;/a&gt; offers short URLs which encode a latitude/longitude pair, so that referencing them in emails, forums, and websites is more convenient.&lt;/p&gt;
&lt;p&gt;Geohashes offer properties like arbitrary precision, similar prefixes for nearby positions, and the possibility of gradually removing characters from the end of the code to reduce its size (and gradually lose precision). I’ve put the algorithm created in the &lt;b&gt;public domain&lt;/b&gt;. Some details may be seen in the &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://en.wikipedia.org/wiki/Geohash&quot;&gt;Wikipedia article&lt;/a&gt; about it (hopefully that’ll help establishing prior art, and prevent Microsoft from &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://www.freepatentsonline.com/20050023524.html&quot;&gt;patenting it&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;To obtain the Geohash, the user provides latitude and longitude coordinates in a single input box (most commonly used formats for latitude and longitude pairs are accepted), and performs the request.&lt;/p&gt;
&lt;p&gt;Besides showing the latitude and longitude corresponding to the given Geohash, users who navigate to a Geohash at geohash.org are also presented with an embedded map, and may download a GPX file, or transfer the waypoint directly to certain GPS receivers. Links are also provided to external sites that may provide further details around the specified location.&lt;/p&gt;</description>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/5d8b51a92c4ff332</guid>
         <pubDate>Tue, 26 Feb 2008 16:11:38 -0800</pubDate>
      </item>
      <item>
         <title>Interesting: Python for All Scientific Needs</title>
         <link>http://openwetware.org/index.php?title=Julius_B._Lucks/Projects/Python_All_A_Scientist_Needs&amp;oldid=187310</link>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/9281b651c4f51bd5</guid>
         <pubDate>Mon, 25 Feb 2008 04:23:44 -0800</pubDate>
      </item>
      <item>
         <title>Interesting: creating movies from images files on mac osx 10.5 from a script</title>
         <link>http://schwehr.org/blog/archives/2008-02.html#e2008-02-21T21_58_09.txt</link>
         <author>Kurt</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/754f3f7e9a667146</guid>
         <pubDate>Thu, 21 Feb 2008 18:58:09 -0800</pubDate>
      </item>
      <item>
         <title>Interesting: Apache proxy auto-re-loader</title>
         <link>http://simonwillison.net/2008/Feb/18/ned/</link>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/dcf2d0f64223d5a5</guid>
         <pubDate>Mon, 18 Feb 2008 01:44:02 -0800</pubDate>
      </item>
      <item>
         <title>Travelling: Natal, Brazil</title>
         <link>http://www.dopplr.com/trip/dealmeida/103894</link>
         <description>&lt;p class=&quot;vevent&quot;&gt;&lt;span class=&quot;summary&quot;&gt;&lt;span class=&quot;location&quot;&gt;Natal, Brazil&lt;/span&gt; from &lt;span class=&quot;name-date&quot;&gt; February&amp;nbsp;16th&lt;/span&gt; to&amp;nbsp;&lt;span class=&quot;name-date&quot;&gt; 23rd,&amp;nbsp;2008&lt;/span&gt; &lt;/span&gt; &lt;p&gt;PIRATA-13 meeting.&lt;/p&gt;</description>
         <author>Roberto De Almeida</author>
         <guid isPermaLink="false">urn:uuid:103894</guid>
         <pubDate>Fri, 15 Feb 2008 16:00:00 -0800</pubDate>
      </item>
      <item>
         <title>Interesting: Rene Dudfield: Great from scratch blender animation tutorial</title>
         <link>http://renesd.blogspot.com/2008/02/great-from-scratch-blender-animation.html</link>
         <description>I've gone through this great &lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://wiki.blender.org/index.php/BSoD/Introduction_to_Character_Animation&quot;&gt;blender animation tutorial&lt;/a&gt;.&lt;br&gt;&lt;br&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://wiki.blender.org/index.php/BSoD/Introduction_to_Character_Animation&quot;&gt;&lt;img src=&quot;http://wiki.blender.org/uploads/thumb/5/55/BSoD-ItCA-demo-02.jpg/300px-BSoD-ItCA-demo-02.jpg&quot; border=&quot;0&quot;&gt;&lt;img src=&quot;http://wiki.blender.org/uploads/thumb/5/5e/BSoD-ItCA-lower-body-25.jpg/300px-BSoD-ItCA-lower-body-25.jpg&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;br&gt;&lt;br&gt;It's really well made, and teaches you blender from the beginning - explaining everything as you go.&lt;br&gt;&lt;br&gt;It was a &quot;Blender summer of documentation&quot; project where someone spent a whole month working on it. It was also based on an older tutorial which was itself really good There's a downloadable PDF version (180ish pages) if you prefer to read things that way - otherwise it's broken up into many separate html pages. It's also got .blend files you can download at every step if you wish - so you can skip steps.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;So if you want to go from knowing nothing about blender, to being able to construct and animate a basic 3d character - this is the tutorial for you.&lt;br&gt;&lt;br&gt;&lt;a rel=&quot;nofollow&quot; target=&quot;_blank&quot; href=&quot;http://wiki.blender.org/index.php/BSoD/Introduction_to_Character_Animation&quot;&gt;Introduction to Character Animation - with blender&lt;/a&gt;</description>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/2e894cc1d0455d49</guid>
         <pubDate>Thu, 14 Feb 2008 16:42:00 -0800</pubDate>
      </item>
      <item>
         <title>Interesting: Transitioning from Java Classes to JavaScript Prototypes</title>
         <link>http://simonwillison.net/2008/Feb/10/classes/</link>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/9f6ab9a9469b3372</guid>
         <pubDate>Sun, 10 Feb 2008 07:10:21 -0800</pubDate>
      </item>
      <item>
         <title>Interesting: How not to write Python code</title>
         <link>http://eikke.com/how-not-to-write-python-code/</link>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/3c20fe3198d71954</guid>
         <pubDate>Sat, 09 Feb 2008 10:54:05 -0800</pubDate>
      </item>
      <item>
         <title>Interesting: Yahoo Board To Reject Microsoft Offer</title>
         <link>http://online.wsj.com/article/SB120257515426256541.html?mod=googlenews_wsj</link>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/cdb24af136e67f48</guid>
         <pubDate>Sat, 09 Feb 2008 10:54:02 -0800</pubDate>
      </item>
      <item>
         <title>Interesting: Yippee! Yahoo board rejects MSFT's offer</title>
         <link>http://reddit.com/goto?rss=true&amp;id=t3_6876u</link>
         <author>(author unknown)</author>
         <guid isPermaLink="false">tag:google.com,2005:reader/item/09249e9d50c72319</guid>
         <pubDate>Sat, 09 Feb 2008 09:18:10 -0800</pubDate>
      </item>
      <item>
         <title>Travelling: São Paulo, Brazil</title>
         <link>http://www.dopplr.com/trip/dealmeida/46731</link>
         <description>&lt;p class=&quot;vevent&quot;&gt;&lt;span class=&quot;summary&quot;&gt;&lt;span class=&quot;location&quot;&gt;São Paulo, Brazil&lt;/span&gt; from &lt;span class=&quot;name-date&quot;&gt; October&amp;nbsp;29th&lt;/span&gt; to&amp;nbsp;&lt;span class=&quot;name-date&quot;&gt; 30th,&amp;nbsp;2007&lt;/span&gt; &lt;/span&gt; &lt;/p&gt;</description>
         <author>Roberto De Almeida</author>
         <guid isPermaLink="false">urn:uuid:46731</guid>
         <pubDate>Sun, 28 Oct 2007 17:00:00 -0700</pubDate>
      </item>
   </channel>
</rss>
<!-- fe1.pipes.sp1.yahoo.com uncompressed/chunked Wed Nov 19 16:09:31 PST 2008 -->
