<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.gisvold.co.uk/~gisvold/drupal"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>www.gisvold.co.uk - Ruby</title>
 <link>http://www.gisvold.co.uk/~gisvold/drupal/taxonomy/term/1338/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>Ruby Mail gem updated to delete emails</title>
 <link>http://www.gisvold.co.uk/~gisvold/drupal/content/ruby-mail-gem-updated-delete-emails</link>
 <description>&lt;p&gt;The Ruby Mail gem has now been updated to include a &quot;delete&quot; method - even if it is for all emails on the server - there is no way of individually deleting emails so far.&lt;/p&gt;
&lt;p&gt;Except for this - a excellent gem.&lt;/p&gt;
&lt;blockquote cite=&quot;http://github.com/mikel/mail&quot;&gt;
&lt;p&gt;Mail is an internet library for Ruby that is designed to handle emails generation, parsing and sending in a simple, rubyesque manner.&lt;/p&gt;
&lt;p&gt;The purpose of this library is to provide a single point of access to handle all email functions, including sending and receiving emails. All network type actions are done through proxy methods to Net::SMTP, Net::POP3 etc.&lt;span class=&quot;read-more&quot;&gt;&lt;a href=&quot;/~gisvold/drupal/content/ruby-mail-gem-updated-delete-emails&quot;&gt;&lt;strong&gt;&lt;BR&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;&lt;div class=&quot;technorati_tags&quot;&gt;&lt;img alt=&quot;Technorati Tags:&quot; src=&quot;/~gisvold/drupal/modules/technorati/technobubble.gif&quot;/&gt;&lt;strong&gt;Technorati Tags: &lt;/strong&gt;&lt;a href=&quot;http://technorati.com/tag/Array&quot; rel=&quot;tag&quot;&gt;Array&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Ruby&quot; rel=&quot;tag&quot;&gt;Ruby&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://www.gisvold.co.uk/~gisvold/drupal/content/ruby-mail-gem-updated-delete-emails#comments</comments>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/ruby">Ruby</category>
 <pubDate>Sun, 11 Jul 2010 07:04:45 +0000</pubDate>
 <dc:creator>tor</dc:creator>
 <guid isPermaLink="false">4316 at http://www.gisvold.co.uk/~gisvold/drupal</guid>
</item>
<item>
 <title>A centralised store for house automation data</title>
 <link>http://www.gisvold.co.uk/~gisvold/drupal/content/centralised-store-house-automation-data</link>
 <description>&lt;p&gt;In my hobby work on house information/house automation for our house I needed somewhere to store all the most recent data collected from various sensors and systems, in such a way that it would be accessible from any computer on our extended network. And I chose to use Memcached - as it is running purely in memory, and by its very nature is fast and accessible over the network.&lt;/p&gt;
&lt;p&gt;It&#039;s data is not persistent after a crash - but I had no need for this, as I collect data very frequently, and persistence was not needed.&lt;/p&gt;
&lt;p&gt;Here is a recent output from a dump of data stored in memcached :&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://www.gisvold.co.uk/~gisvold/drupal/drupalfiles/201006271111.jpg&quot; width=&quot;421&quot; height=&quot;141&quot; alt=&quot;201006271111.jpg&quot; /&gt;&lt;span class=&quot;read-more&quot;&gt;&lt;a href=&quot;/~gisvold/drupal/content/centralised-store-house-automation-data&quot;&gt;&lt;strong&gt;&lt;BR&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;technorati_tags&quot;&gt;&lt;img alt=&quot;Technorati Tags:&quot; src=&quot;/~gisvold/drupal/modules/technorati/technobubble.gif&quot;/&gt;&lt;strong&gt;Technorati Tags: &lt;/strong&gt;&lt;a href=&quot;http://technorati.com/tag/Arduino&quot; rel=&quot;tag&quot;&gt;Arduino&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Array&quot; rel=&quot;tag&quot;&gt;Array&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Jeenode&quot; rel=&quot;tag&quot;&gt;Jeenode&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Ruby&quot; rel=&quot;tag&quot;&gt;Ruby&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Weather&quot; rel=&quot;tag&quot;&gt;Weather&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://www.gisvold.co.uk/~gisvold/drupal/content/centralised-store-house-automation-data#comments</comments>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/arduino">Arduino</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/jeenode">Jeenode</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/ruby">Ruby</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/weather">Weather</category>
 <pubDate>Sun, 27 Jun 2010 09:26:32 +0000</pubDate>
 <dc:creator>tor</dc:creator>
 <guid isPermaLink="false">4268 at http://www.gisvold.co.uk/~gisvold/drupal</guid>
</item>
<item>
 <title>Protocol for sending data to a Jeenode</title>
 <link>http://www.gisvold.co.uk/~gisvold/drupal/content/protocol-sending-data-jeenode</link>
 <description>&lt;p&gt;For my home automation project I needed a general purpose protocol to send data (and text) from a server to a Jeenode:&lt;/p&gt;
&lt;p&gt;- First to control a multi-line LCD display&lt;/p&gt;
&lt;p&gt;- To control &quot;things&quot; connected to a Jeenode remotely (and wirelessly of course)&lt;/p&gt;
&lt;p&gt;The first project is to control a set of fans mounted in a boiler cupboard that gets way too hot occasionally, and to control a display on top of the cupboard.&lt;/p&gt;
&lt;p&gt;The temperature is already reported to the server from another Jeenode running a unmodified version of the &quot;ROOMS&quot; sketch reading from a temperature and humidity sensor (SHT11).&lt;span class=&quot;read-more&quot;&gt;&lt;a href=&quot;/~gisvold/drupal/content/protocol-sending-data-jeenode&quot;&gt;&lt;strong&gt;&lt;BR&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;technorati_tags&quot;&gt;&lt;img alt=&quot;Technorati Tags:&quot; src=&quot;/~gisvold/drupal/modules/technorati/technobubble.gif&quot;/&gt;&lt;strong&gt;Technorati Tags: &lt;/strong&gt;&lt;a href=&quot;http://technorati.com/tag/Arduino&quot; rel=&quot;tag&quot;&gt;Arduino&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Array&quot; rel=&quot;tag&quot;&gt;Array&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/electronics&quot; rel=&quot;tag&quot;&gt;electronics&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Jeenode&quot; rel=&quot;tag&quot;&gt;Jeenode&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Open+source&quot; rel=&quot;tag&quot;&gt;Open source&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Ruby&quot; rel=&quot;tag&quot;&gt;Ruby&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://www.gisvold.co.uk/~gisvold/drupal/content/protocol-sending-data-jeenode#comments</comments>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/arduino">Arduino</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/electronics">electronics</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/jeenode">Jeenode</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/open-source">Open source</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/ruby">Ruby</category>
 <pubDate>Mon, 03 May 2010 12:37:21 +0000</pubDate>
 <dc:creator>tor</dc:creator>
 <guid isPermaLink="false">4127 at http://www.gisvold.co.uk/~gisvold/drupal</guid>
</item>
<item>
 <title>Wattson power meter</title>
 <link>http://www.gisvold.co.uk/~gisvold/drupal/content/wattson-power-meter</link>
 <description>&lt;p&gt;I&#039;ve created a &lt;a href=&quot;http://www.gisvold.co.uk/~gisvold/drupal/content/wattson-code&quot;&gt;page for sample code&lt;/a&gt; for accessing data from the &lt;a href=&quot;/~gisvold/drupal/http%3A//www.gisvold.co.uk/%7Egisvold/drupal/search/node/wattson&quot; class=&quot;alinks-link&quot; title=&quot;&quot;&gt;Wattson&lt;/a&gt; energy meter.&lt;/p&gt;
&lt;div class=&quot;technorati_tags&quot;&gt;&lt;img alt=&quot;Technorati Tags:&quot; src=&quot;/~gisvold/drupal/modules/technorati/technobubble.gif&quot;/&gt;&lt;strong&gt;Technorati Tags: &lt;/strong&gt;&lt;a href=&quot;http://technorati.com/tag/Array&quot; rel=&quot;tag&quot;&gt;Array&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/development&quot; rel=&quot;tag&quot;&gt;development&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/electronics&quot; rel=&quot;tag&quot;&gt;electronics&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Open+source&quot; rel=&quot;tag&quot;&gt;Open source&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/OsX&quot; rel=&quot;tag&quot;&gt;OsX&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Ruby&quot; rel=&quot;tag&quot;&gt;Ruby&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/This+website&quot; rel=&quot;tag&quot;&gt;This website&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://www.gisvold.co.uk/~gisvold/drupal/content/wattson-power-meter#comments</comments>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/development">development</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/electronics">electronics</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/open-source">Open source</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/osx">OsX</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/ruby">Ruby</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/-website">This website</category>
 <pubDate>Sun, 21 Mar 2010 20:11:06 +0000</pubDate>
 <dc:creator>tor</dc:creator>
 <guid isPermaLink="false">3959 at http://www.gisvold.co.uk/~gisvold/drupal</guid>
</item>
<item>
 <title>Ruby&#039;s Mail gem</title>
 <link>http://www.gisvold.co.uk/~gisvold/drupal/content/rubys-mail-gem</link>
 <description>&lt;p&gt;I use a very nice Ruby gem called &quot;Mail&quot; to read emails from a POP3 account.&lt;/p&gt;
&lt;p&gt;So far so good - but the documentation is, to put it mildly, somewhat lacking.&lt;/p&gt;
&lt;p&gt;As a good example I&#039;m trying to find out who the email is from - and I had to do a complete &quot;hit-and-miss&quot; test with large numbers of variables until I found one that worked - and it turns out to be :&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;puts post.header[:From]&lt;/p&gt;
&lt;p&gt;as none of the ones in the documentation worked.&lt;/p&gt;
&lt;div class=&quot;technorati_tags&quot;&gt;&lt;img alt=&quot;Technorati Tags:&quot; src=&quot;/~gisvold/drupal/modules/technorati/technobubble.gif&quot;/&gt;&lt;strong&gt;Technorati Tags: &lt;/strong&gt;&lt;a href=&quot;http://technorati.com/tag/Array&quot; rel=&quot;tag&quot;&gt;Array&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Ruby&quot; rel=&quot;tag&quot;&gt;Ruby&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://www.gisvold.co.uk/~gisvold/drupal/content/rubys-mail-gem#comments</comments>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/ruby">Ruby</category>
 <pubDate>Wed, 17 Mar 2010 15:00:13 +0000</pubDate>
 <dc:creator>tor</dc:creator>
 <guid isPermaLink="false">3943 at http://www.gisvold.co.uk/~gisvold/drupal</guid>
</item>
<item>
 <title>Chumby as a monitoring display</title>
 <link>http://www.gisvold.co.uk/~gisvold/drupal/content/chumby-monitoring-display</link>
 <description>&lt;p&gt;One of the main reasons for getting a Chumby was to use it as a display for the various sensors inside and outside the house.&lt;/p&gt;
&lt;p&gt;Here are some pictures showing the Chumby displaying graphs from internal monitoring of external temperature and electricity usage (original data from a &lt;a href=&quot;/~gisvold/drupal/http%3A//www.gisvold.co.uk/%7Egisvold/drupal/search/node/wattson&quot; class=&quot;alinks-link&quot; title=&quot;&quot;&gt;Wattson&lt;/a&gt; device)&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.gisvold.co.uk/~gisvold/drupal/drupalfiles/IMG_3047_0.jpg&quot;&gt;&lt;img src=&quot;http://www.gisvold.co.uk/~gisvold/drupal/drupalfiles/IMG_3047-tm_0.jpg&quot; width=&quot;133&quot; height=&quot;99&quot; alt=&quot;IMG_3047&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://www.gisvold.co.uk/~gisvold/drupal/drupalfiles/IMG_3048_0.jpg&quot;&gt;&lt;img src=&quot;http://www.gisvold.co.uk/~gisvold/drupal/drupalfiles/IMG_3048-tm_0.jpg&quot; width=&quot;133&quot; height=&quot;99&quot; alt=&quot;IMG_3048&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(Click for larger)&lt;span class=&quot;read-more&quot;&gt;&lt;a href=&quot;/~gisvold/drupal/content/chumby-monitoring-display&quot;&gt;&lt;strong&gt;&lt;BR&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;technorati_tags&quot;&gt;&lt;img alt=&quot;Technorati Tags:&quot; src=&quot;/~gisvold/drupal/modules/technorati/technobubble.gif&quot;/&gt;&lt;strong&gt;Technorati Tags: &lt;/strong&gt;&lt;a href=&quot;http://technorati.com/tag/Array&quot; rel=&quot;tag&quot;&gt;Array&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/OsX&quot; rel=&quot;tag&quot;&gt;OsX&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Ruby&quot; rel=&quot;tag&quot;&gt;Ruby&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/this+server&quot; rel=&quot;tag&quot;&gt;this server&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/This+website&quot; rel=&quot;tag&quot;&gt;This website&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Web&quot; rel=&quot;tag&quot;&gt;Web&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://www.gisvold.co.uk/~gisvold/drupal/content/chumby-monitoring-display#comments</comments>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/osx">OsX</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/ruby">Ruby</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/-server">this server</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/-website">This website</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/web">Web</category>
 <pubDate>Sat, 26 Dec 2009 19:31:12 +0000</pubDate>
 <dc:creator>tor</dc:creator>
 <guid isPermaLink="false">3576 at http://www.gisvold.co.uk/~gisvold/drupal</guid>
</item>
<item>
 <title>My Chumby and the Arduino</title>
 <link>http://www.gisvold.co.uk/~gisvold/drupal/content/my-chumby-and-arduino</link>
 <description>&lt;p&gt;The house monitoring/automation system &quot;project&quot; has been slowly taking shape over 2009, and the basic infrastructure is in place.&lt;/p&gt;
&lt;p&gt;Displaying the results in easily digestible form is to me one of the more difficult parts, as distributed displays are still something I have not managed to sort out.&lt;/p&gt;
&lt;p&gt;So for Christmas I asked for a Chumby - and due to a slight problem with transport damage to the case I was allowed to open it long before Christmas itself, so I have ad time to experiment with the use of the Chumby for a few weeks now.&lt;span class=&quot;read-more&quot;&gt;&lt;a href=&quot;/~gisvold/drupal/content/my-chumby-and-arduino&quot;&gt;&lt;strong&gt;&lt;BR&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;technorati_tags&quot;&gt;&lt;img alt=&quot;Technorati Tags:&quot; src=&quot;/~gisvold/drupal/modules/technorati/technobubble.gif&quot;/&gt;&lt;strong&gt;Technorati Tags: &lt;/strong&gt;&lt;a href=&quot;http://technorati.com/tag/Arduino&quot; rel=&quot;tag&quot;&gt;Arduino&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Array&quot; rel=&quot;tag&quot;&gt;Array&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/development&quot; rel=&quot;tag&quot;&gt;development&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/electronics&quot; rel=&quot;tag&quot;&gt;electronics&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Ruby&quot; rel=&quot;tag&quot;&gt;Ruby&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://www.gisvold.co.uk/~gisvold/drupal/content/my-chumby-and-arduino#comments</comments>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/arduino">Arduino</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/development">development</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/electronics">electronics</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/ruby">Ruby</category>
 <pubDate>Sun, 20 Dec 2009 11:06:56 +0000</pubDate>
 <dc:creator>tor</dc:creator>
 <guid isPermaLink="false">3568 at http://www.gisvold.co.uk/~gisvold/drupal</guid>
</item>
<item>
 <title>Our house is twittering</title>
 <link>http://www.gisvold.co.uk/~gisvold/drupal/content/our-house-twittering</link>
 <description>&lt;p&gt;As with all modern houses ours has at long last started twittering&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.gisvold.co.uk/~gisvold/drupal/drupalfiles/200911172033.jpg&quot;&gt;&lt;img src=&quot;http://www.gisvold.co.uk/~gisvold/drupal/drupalfiles/200911172033-tm.jpg&quot; width=&quot;133&quot; height=&quot;73&quot; alt=&quot;200911172033.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(Click for larger)&lt;/p&gt;
&lt;p&gt;it&#039;s of course called &quot;gisvoldhouse&quot; and so far tells you the temperature and humidity level in our garage, and the outside temperature.&lt;/p&gt;
&lt;p&gt;More to come - courtesy of a &lt;a href=&quot;/~gisvold/drupal/http%3A//www.gisvold.co.uk/%7Egisvold/drupal/tor/arduino&quot; class=&quot;alinks-link&quot; title=&quot;&quot;&gt;Arduino&lt;/a&gt; connected through a Ethernet shield, and a piece of Ruby software running on our webserver.&lt;/p&gt;
&lt;div class=&quot;technorati_tags&quot;&gt;&lt;img alt=&quot;Technorati Tags:&quot; src=&quot;/~gisvold/drupal/modules/technorati/technobubble.gif&quot;/&gt;&lt;strong&gt;Technorati Tags: &lt;/strong&gt;&lt;a href=&quot;http://technorati.com/tag/Arduino&quot; rel=&quot;tag&quot;&gt;Arduino&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Array&quot; rel=&quot;tag&quot;&gt;Array&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/development&quot; rel=&quot;tag&quot;&gt;development&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/electronics&quot; rel=&quot;tag&quot;&gt;electronics&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Ruby&quot; rel=&quot;tag&quot;&gt;Ruby&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/this+server&quot; rel=&quot;tag&quot;&gt;this server&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://www.gisvold.co.uk/~gisvold/drupal/content/our-house-twittering#comments</comments>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/arduino">Arduino</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/development">development</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/electronics">electronics</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/ruby">Ruby</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/-server">this server</category>
 <pubDate>Tue, 17 Nov 2009 20:36:06 +0000</pubDate>
 <dc:creator>tor</dc:creator>
 <guid isPermaLink="false">3473 at http://www.gisvold.co.uk/~gisvold/drupal</guid>
</item>
<item>
 <title>Arduino and Ruby</title>
 <link>http://www.gisvold.co.uk/~gisvold/drupal/content/arduino-and-ruby</link>
 <description>&lt;p&gt;As I am trying to get started with Ruby at the moment this is extremely interesting :&lt;/p&gt;
&lt;blockquote cite=&quot;http://antipastohw.blogspot.com/2009/07/arduino-ide-meets-ruby.html&quot;&gt;
&lt;p&gt;&lt;a href=&quot;/~gisvold/drupal/http%3A//www.gisvold.co.uk/%7Egisvold/drupal/tor/arduino&quot; class=&quot;alinks-link&quot; title=&quot;&quot;&gt;Arduino&lt;/a&gt; IDE Meets Ruby&lt;br /&gt;
  Scripting languages have evolved a lot in the recent years. Ruby in particular, has had such a significant impact, that there are entire teams dedicated to maintaining it&#039;s visual identity across the web.&lt;/p&gt;
&lt;p&gt;
  Designed by Tom Schaub is a widely used logo for the ruby programming language.&lt;/p&gt;
&lt;p&gt;Sporting some flashy ruby icons, is the Scripting tab in the &lt;a href=&quot;/~gisvold/drupal/http%3A//www.gisvold.co.uk/%7Egisvold/drupal/tor/arduino&quot; class=&quot;alinks-link&quot; title=&quot;&quot;&gt;Arduino&lt;/a&gt; IDE. Upon startup, a listing of your ruby script files is generated from your Sketchbook directory.&lt;span class=&quot;read-more&quot;&gt;&lt;a href=&quot;/~gisvold/drupal/content/arduino-and-ruby&quot;&gt;&lt;strong&gt;&lt;BR&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;&lt;div class=&quot;technorati_tags&quot;&gt;&lt;img alt=&quot;Technorati Tags:&quot; src=&quot;/~gisvold/drupal/modules/technorati/technobubble.gif&quot;/&gt;&lt;strong&gt;Technorati Tags: &lt;/strong&gt;&lt;a href=&quot;http://technorati.com/tag/Arduino&quot; rel=&quot;tag&quot;&gt;Arduino&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Array&quot; rel=&quot;tag&quot;&gt;Array&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/development&quot; rel=&quot;tag&quot;&gt;development&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Open+source&quot; rel=&quot;tag&quot;&gt;Open source&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Ruby&quot; rel=&quot;tag&quot;&gt;Ruby&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://www.gisvold.co.uk/~gisvold/drupal/content/arduino-and-ruby#comments</comments>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/arduino">Arduino</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/development">development</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/open-source">Open source</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/ruby">Ruby</category>
 <pubDate>Tue, 07 Jul 2009 07:53:57 +0000</pubDate>
 <dc:creator>tor</dc:creator>
 <guid isPermaLink="false">3181 at http://www.gisvold.co.uk/~gisvold/drupal</guid>
</item>
<item>
 <title>Rack 1.0 for Ruby</title>
 <link>http://www.gisvold.co.uk/~gisvold/drupal/content/rack-10-ruby</link>
 <description>&lt;p&gt;The announcement for Rack 1.0 :&lt;/p&gt;
&lt;blockquote cite=&quot;http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/334996&quot;&gt;
&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Today we are proud to release Rack 1.0, which was close to almost be&lt;br /&gt;
  codenamed MiddleWarem4Ever.&lt;/p&gt;
&lt;p&gt;= Rack, a modular Ruby webserver interface&lt;/p&gt;
&lt;p&gt;Rack provides a minimal, modular and adaptable interface for developing&lt;br /&gt;
  web applications in Ruby. By wrapping HTTP requests and responses in&lt;br /&gt;
  the simplest way possible, it unifies and distills the API for web&lt;br /&gt;
  servers, web frameworks, and software in between (the so-called&lt;br /&gt;
  middleware) into a single method call.&lt;/p&gt;
&lt;p&gt;The exact details of this are described in the Rack specification,&lt;br /&gt;
  which all Rack applications should conform to.&lt;span class=&quot;read-more&quot;&gt;&lt;a href=&quot;/~gisvold/drupal/content/rack-10-ruby&quot;&gt;&lt;strong&gt;&lt;BR&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;&lt;div class=&quot;technorati_tags&quot;&gt;&lt;img alt=&quot;Technorati Tags:&quot; src=&quot;/~gisvold/drupal/modules/technorati/technobubble.gif&quot;/&gt;&lt;strong&gt;Technorati Tags: &lt;/strong&gt;&lt;a href=&quot;http://technorati.com/tag/Array&quot; rel=&quot;tag&quot;&gt;Array&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Ruby&quot; rel=&quot;tag&quot;&gt;Ruby&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Web&quot; rel=&quot;tag&quot;&gt;Web&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://www.gisvold.co.uk/~gisvold/drupal/content/rack-10-ruby#comments</comments>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/ruby">Ruby</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/web">Web</category>
 <pubDate>Sun, 03 May 2009 07:33:48 +0000</pubDate>
 <dc:creator>tor</dc:creator>
 <guid isPermaLink="false">2852 at http://www.gisvold.co.uk/~gisvold/drupal</guid>
</item>
<item>
 <title>Excellent outage notification from Tupalo</title>
 <link>http://www.gisvold.co.uk/~gisvold/drupal/content/excellent-outage-notification-tupalo</link>
 <description>&lt;p&gt;I did enjoy this outage notice from tupalo.com :&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.gisvold.co.uk/~gisvold/drupal/drupalfiles/200903282051.jpg&quot;&gt;&lt;img src=&quot;http://www.gisvold.co.uk/~gisvold/drupal/drupalfiles/200903282051-tm.jpg&quot; width=&quot;133&quot; height=&quot;64&quot; alt=&quot;200903282051.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;technorati_tags&quot;&gt;&lt;img alt=&quot;Technorati Tags:&quot; src=&quot;/~gisvold/drupal/modules/technorati/technobubble.gif&quot;/&gt;&lt;strong&gt;Technorati Tags: &lt;/strong&gt;&lt;a href=&quot;http://technorati.com/tag/Array&quot; rel=&quot;tag&quot;&gt;Array&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Ruby&quot; rel=&quot;tag&quot;&gt;Ruby&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Web&quot; rel=&quot;tag&quot;&gt;Web&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://www.gisvold.co.uk/~gisvold/drupal/content/excellent-outage-notification-tupalo#comments</comments>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/ruby">Ruby</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/web">Web</category>
 <pubDate>Sat, 28 Mar 2009 20:52:04 +0000</pubDate>
 <dc:creator>tor</dc:creator>
 <guid isPermaLink="false">2724 at http://www.gisvold.co.uk/~gisvold/drupal</guid>
</item>
<item>
 <title>Our house on Twitter</title>
 <link>http://www.gisvold.co.uk/~gisvold/drupal/content/our-house-twitter</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://twitter.com/gisvoldhouse&quot; title=&quot;http://twitter.com/gisvoldhouse&quot;&gt;http://twitter.com/gisvoldhouse&lt;/a&gt; now points to a Twitter from various sensors in and around our house.&lt;/p&gt;
&lt;p&gt;The starting point is very simple - it just reports (every hour) the temperature and humidity in our garage, so not much to get exited by/&lt;span class=&quot;read-more&quot;&gt;&lt;a href=&quot;/~gisvold/drupal/content/our-house-twitter&quot;&gt;&lt;strong&gt;&lt;BR&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div class=&quot;technorati_tags&quot;&gt;&lt;img alt=&quot;Technorati Tags:&quot; src=&quot;/~gisvold/drupal/modules/technorati/technobubble.gif&quot;/&gt;&lt;strong&gt;Technorati Tags: &lt;/strong&gt;&lt;a href=&quot;http://technorati.com/tag/Arduino&quot; rel=&quot;tag&quot;&gt;Arduino&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Array&quot; rel=&quot;tag&quot;&gt;Array&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/electronics&quot; rel=&quot;tag&quot;&gt;electronics&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/OsX&quot; rel=&quot;tag&quot;&gt;OsX&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Ruby&quot; rel=&quot;tag&quot;&gt;Ruby&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/this+server&quot; rel=&quot;tag&quot;&gt;this server&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/This+website&quot; rel=&quot;tag&quot;&gt;This website&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://www.gisvold.co.uk/~gisvold/drupal/content/our-house-twitter#comments</comments>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/arduino">Arduino</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/electronics">electronics</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/osx">OsX</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/ruby">Ruby</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/-server">this server</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/-website">This website</category>
 <pubDate>Sun, 01 Mar 2009 21:47:02 +0000</pubDate>
 <dc:creator>tor</dc:creator>
 <guid isPermaLink="false">2428 at http://www.gisvold.co.uk/~gisvold/drupal</guid>
</item>
<item>
 <title>Twitter4R -Ruby Project for Twitter</title>
 <link>http://www.gisvold.co.uk/~gisvold/drupal/content/twitter4r-ruby-project-twitter</link>
 <description>&lt;p&gt;As I am still learning Ruby I decided to put my sensors in the Garage (a &lt;a href=&quot;/~gisvold/drupal/http%3A//www.gisvold.co.uk/%7Egisvold/drupal/tor/arduino&quot; class=&quot;alinks-link&quot; title=&quot;&quot;&gt;Arduino&lt;/a&gt; project - more about that elsewhere on the blog) on Twitter.&lt;/p&gt;
&lt;p&gt;And after a false start I found the excellent Twitter4r project for Ruby which made this extremely easy - so hereby recommended:&lt;/p&gt;
&lt;blockquote cite=&quot;http://twitter4r.rubyforge.org/&quot;&gt;
&lt;p&gt;Twitter4Rv0.3.0&lt;br /&gt;
  The Ultimate Open Source Ruby Library for the Twitter REST API&lt;br /&gt;
  Follow Twitter4R on Twitter =&amp;gt; &lt;a href=&quot;http://twitter.com/twitter4r&quot; title=&quot;http://twitter.com/twitter4r&quot;&gt;http://twitter.com/twitter4r&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Twitter4R News&lt;span class=&quot;read-more&quot;&gt;&lt;a href=&quot;/~gisvold/drupal/content/twitter4r-ruby-project-twitter&quot;&gt;&lt;strong&gt;&lt;BR&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;&lt;div class=&quot;technorati_tags&quot;&gt;&lt;img alt=&quot;Technorati Tags:&quot; src=&quot;/~gisvold/drupal/modules/technorati/technobubble.gif&quot;/&gt;&lt;strong&gt;Technorati Tags: &lt;/strong&gt;&lt;a href=&quot;http://technorati.com/tag/Array&quot; rel=&quot;tag&quot;&gt;Array&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Ruby&quot; rel=&quot;tag&quot;&gt;Ruby&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://www.gisvold.co.uk/~gisvold/drupal/content/twitter4r-ruby-project-twitter#comments</comments>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/ruby">Ruby</category>
 <pubDate>Sun, 01 Mar 2009 18:25:50 +0000</pubDate>
 <dc:creator>tor</dc:creator>
 <guid isPermaLink="false">2426 at http://www.gisvold.co.uk/~gisvold/drupal</guid>
</item>
<item>
 <title>Running Ruby Programs on the Mac OS X Apache Web Server</title>
 <link>http://www.gisvold.co.uk/~gisvold/drupal/content/running-ruby-programs-mac-os-x-apache-web-server</link>
 <description>&lt;p&gt;And a reference to a article that shows you a very easy way to serve your first Ruby programs through your Apache webserver:&lt;/p&gt;
&lt;blockquote cite=&quot;http://www.editrocket.com/articles/ruby_apache_mac.html&quot;&gt;
&lt;p&gt;Running Ruby Programs on the Mac OS X Apache Web Server&lt;/p&gt;
&lt;p&gt;The Mac OS X operating system includes a pre-configured Apache web server and also includes the libraries need to run Ruby. Thus, Ruby programs can be run without any configuration changes to the Apache configuration as long as the scripts are placed in the correct location and given the correct file permissions.&lt;span class=&quot;read-more&quot;&gt;&lt;a href=&quot;/~gisvold/drupal/content/running-ruby-programs-mac-os-x-apache-web-server&quot;&gt;&lt;strong&gt;&lt;BR&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;&lt;div class=&quot;technorati_tags&quot;&gt;&lt;img alt=&quot;Technorati Tags:&quot; src=&quot;/~gisvold/drupal/modules/technorati/technobubble.gif&quot;/&gt;&lt;strong&gt;Technorati Tags: &lt;/strong&gt;&lt;a href=&quot;http://technorati.com/tag/Array&quot; rel=&quot;tag&quot;&gt;Array&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Ruby&quot; rel=&quot;tag&quot;&gt;Ruby&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/this+server&quot; rel=&quot;tag&quot;&gt;this server&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://www.gisvold.co.uk/~gisvold/drupal/content/running-ruby-programs-mac-os-x-apache-web-server#comments</comments>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/ruby">Ruby</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/-server">this server</category>
 <pubDate>Mon, 23 Feb 2009 22:20:32 +0000</pubDate>
 <dc:creator>tor</dc:creator>
 <guid isPermaLink="false">2411 at http://www.gisvold.co.uk/~gisvold/drupal</guid>
</item>
<item>
 <title>Running mod_rails on Leopard (OSX 10.5)  | Ruby Zone</title>
 <link>http://www.gisvold.co.uk/~gisvold/drupal/content/running-modrails-leopard-osx-105-ruby-zone</link>
 <description>&lt;p&gt;The following is a short excerpt from a article on how to install mod_rails - extremely useful&lt;/p&gt;
&lt;blockquote cite=&quot;http://ruby.dzone.com/news/running-modrails-leopard-osx-1&quot;&gt;
&lt;p&gt;Running mod_rails on Leopard (&lt;a href=&quot;/~gisvold/drupal/http%3A//www.gisvold.co.uk/%7Egisvold/drupal/search/node/osx&quot; class=&quot;alinks-link&quot; title=&quot;Stories tagged with OsX&quot;&gt;OSX&lt;/a&gt; 10.5)&lt;br /&gt;
  Submitted by danielwanja on Fri, 2008/07/04 - 5:56pm&lt;/p&gt;
&lt;p&gt;1.gem install passenger&lt;/p&gt;
&lt;p&gt;2.sudo passenger-install-apache2-module&lt;br /&gt;
  The Apache 2 module was successfully installed.&lt;/p&gt;
&lt;p&gt;Please edit your Apache configuration file, and add these lines:&lt;span class=&quot;read-more&quot;&gt;&lt;a href=&quot;/~gisvold/drupal/content/running-modrails-leopard-osx-105-ruby-zone&quot;&gt;&lt;strong&gt;&lt;BR&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;&lt;div class=&quot;technorati_tags&quot;&gt;&lt;img alt=&quot;Technorati Tags:&quot; src=&quot;/~gisvold/drupal/modules/technorati/technobubble.gif&quot;/&gt;&lt;strong&gt;Technorati Tags: &lt;/strong&gt;&lt;a href=&quot;http://technorati.com/tag/Array&quot; rel=&quot;tag&quot;&gt;Array&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Ruby&quot; rel=&quot;tag&quot;&gt;Ruby&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://www.gisvold.co.uk/~gisvold/drupal/content/running-modrails-leopard-osx-105-ruby-zone#comments</comments>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/ruby">Ruby</category>
 <pubDate>Mon, 23 Feb 2009 21:45:33 +0000</pubDate>
 <dc:creator>tor</dc:creator>
 <guid isPermaLink="false">2410 at http://www.gisvold.co.uk/~gisvold/drupal</guid>
</item>
<item>
 <title>I&#039;m trying to learn Ruby On Rails</title>
 <link>http://www.gisvold.co.uk/~gisvold/drupal/content/im-trying-learn-ruby-rails</link>
 <description>&lt;p&gt;I have (this weekend) been busy trying to learn Ruby-on-Rails, or rather so far I&#039;ve just been trying to learn the basics of Ruby.&lt;/p&gt;
&lt;p&gt;And I must say I am truly enjoying the experience so far - especially as I have a fondness for object oriented languages, and especially ones that can be run both from the command-line and as a &quot;proper&quot; web language.&lt;/p&gt;
&lt;p&gt;All I have managed to do so far is to read the output from my Arduinio in the garage, and parse this so I can read all the various inputs and outputs of the various sensors I have there.&lt;/p&gt;
&lt;p&gt;Not bad.&lt;/p&gt;
&lt;div class=&quot;technorati_tags&quot;&gt;&lt;img alt=&quot;Technorati Tags:&quot; src=&quot;/~gisvold/drupal/modules/technorati/technobubble.gif&quot;/&gt;&lt;strong&gt;Technorati Tags: &lt;/strong&gt;&lt;a href=&quot;http://technorati.com/tag/Array&quot; rel=&quot;tag&quot;&gt;Array&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/OsX&quot; rel=&quot;tag&quot;&gt;OsX&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/ramblings&quot; rel=&quot;tag&quot;&gt;ramblings&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Ruby&quot; rel=&quot;tag&quot;&gt;Ruby&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/this+server&quot; rel=&quot;tag&quot;&gt;this server&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://www.gisvold.co.uk/~gisvold/drupal/content/im-trying-learn-ruby-rails#comments</comments>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/osx">OsX</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/ramblings">ramblings</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/ruby">Ruby</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/-server">this server</category>
 <pubDate>Sun, 22 Feb 2009 22:00:09 +0000</pubDate>
 <dc:creator>tor</dc:creator>
 <guid isPermaLink="false">2409 at http://www.gisvold.co.uk/~gisvold/drupal</guid>
</item>
<item>
 <title>Ilana: chucking out all the clothes I wore at The Sun. There&#039;s quite a lot. (via Twitter)</title>
 <link>http://www.gisvold.co.uk/~gisvold/drupal/content/ilana-chucking-out-all-clothes-i-wore-sun-theres-quite-lot-twitter</link>
 <description>&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot; style=&quot;font-size:10pt;font-family:Arial,sans-serif;color:#222222&quot;&gt;
&lt;div style=&quot;margin-bottom:17pt&quot;&gt;
&lt;table style=&quot;border-spacing:0; border-collapse:collapse&quot;&gt;
&lt;tr&gt;
&lt;td style=&quot;border:0; padding:0; padding-right:7px; vertical-align:top&quot;&gt;&lt;a href=&quot;http://friendfeed.com/ilana&quot;&gt;&lt;img src=&quot;http://friendfeed.com/static/images/icons/twitter.png?v=df0a0affa8100c494df42159627a38b0&quot; style=&quot;border:0&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td style=&quot;border:0; padding:0; font-family:Arial, sans-serif; font-size:10pt&quot;&gt;
&lt;div style=&quot;margin-bottom:4pt&quot;&gt;
&lt;p&gt;&lt;a href=&quot;http://frien&lt;/p&gt;
&lt;/a&gt;&lt;span class=&quot;read-more&quot;&gt;&lt;a href=&quot;/~gisvold/drupal/content/ilana-chucking-out-all-clothes-i-wore-sun-theres-quite-lot-twitter&quot;&gt;&lt;strong&gt;&lt;BR&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;technorati_tags&quot;&gt;&lt;img alt=&quot;Technorati Tags:&quot; src=&quot;/~gisvold/drupal/modules/technorati/technobubble.gif&quot;/&gt;&lt;strong&gt;Technorati Tags: &lt;/strong&gt;&lt;a href=&quot;http://technorati.com/tag/FriendFeed&quot; rel=&quot;tag&quot;&gt;FriendFeed&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Ruby&quot; rel=&quot;tag&quot;&gt;Ruby&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://www.gisvold.co.uk/~gisvold/drupal/content/ilana-chucking-out-all-clothes-i-wore-sun-theres-quite-lot-twitter#comments</comments>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/friendfeed">FriendFeed</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/ruby">Ruby</category>
 <pubDate>Tue, 03 Feb 2009 19:28:42 +0000</pubDate>
 <dc:creator>tor</dc:creator>
 <guid isPermaLink="false">2306 at http://www.gisvold.co.uk/~gisvold/drupal</guid>
</item>
<item>
 <title>Ilana: @justin020 :( (via Twitter)</title>
 <link>http://www.gisvold.co.uk/~gisvold/drupal/content/ilana-justin020-twitter</link>
 <description>&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot; style=&quot;font-size:10pt;font-family:Arial,sans-serif;color:#222222&quot;&gt;
&lt;div style=&quot;margin-bottom:17pt&quot;&gt;
&lt;table style=&quot;border-spacing:0; border-collapse:collapse&quot;&gt;
&lt;tr&gt;
&lt;td style=&quot;border:0; padding:0; padding-right:7px; vertical-align:top&quot;&gt;&lt;a href=&quot;http://friendfeed.com/ilana&quot;&gt;&lt;img src=&quot;http://friendfeed.com/static/images/icons/twitter.png?v=df0a0affa8100c494df42159627a38b0&quot; style=&quot;border:0&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td style=&quot;border:0; padding:0; font-family:Arial, sans-serif; font-size:10pt&quot;&gt;
&lt;div style=&quot;margin-bottom:4pt&quot;&gt;
&lt;p&gt;&lt;a href=&quot;http://frien&lt;/p&gt;
&lt;/a&gt;&lt;span class=&quot;read-more&quot;&gt;&lt;a href=&quot;/~gisvold/drupal/content/ilana-justin020-twitter&quot;&gt;&lt;strong&gt;&lt;BR&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;technorati_tags&quot;&gt;&lt;img alt=&quot;Technorati Tags:&quot; src=&quot;/~gisvold/drupal/modules/technorati/technobubble.gif&quot;/&gt;&lt;strong&gt;Technorati Tags: &lt;/strong&gt;&lt;a href=&quot;http://technorati.com/tag/FriendFeed&quot; rel=&quot;tag&quot;&gt;FriendFeed&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Ruby&quot; rel=&quot;tag&quot;&gt;Ruby&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://www.gisvold.co.uk/~gisvold/drupal/content/ilana-justin020-twitter#comments</comments>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/friendfeed">FriendFeed</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/ruby">Ruby</category>
 <pubDate>Tue, 03 Feb 2009 19:28:21 +0000</pubDate>
 <dc:creator>tor</dc:creator>
 <guid isPermaLink="false">2307 at http://www.gisvold.co.uk/~gisvold/drupal</guid>
</item>
<item>
 <title>Uldis Bojars: Thunderbird - ??? instead of cyrillic chars (via Flickr)</title>
 <link>http://www.gisvold.co.uk/~gisvold/drupal/content/uldis-bojars-thunderbird-instead-cyrillic-chars-flickr</link>
 <description>&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot; style=&quot;font-size:10pt;font-family:Arial,sans-serif;color:#222222&quot;&gt;
&lt;div style=&quot;margin-bottom:17pt&quot;&gt;
&lt;table style=&quot;border-spacing:0; border-collapse:collapse&quot;&gt;
&lt;tr&gt;
&lt;td style=&quot;border:0; padding:0; padding-right:7px; vertical-align:top&quot;&gt;&lt;a href=&quot;http://friendfeed.com/captsolo&quot;&gt;&lt;img src=&quot;http://friendfeed.com/static/images/icons/flickr.png?v=77eeaefbcb3644cec0162a0938ec28e2&quot; style=&quot;border:0&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td style=&quot;border:0; padding:0; font-family:Arial, sans-serif; font-size:10pt&quot;&gt;
&lt;div style=&quot;margin-bottom:4pt&quot;&gt;
&lt;p&gt;&lt;a href=&quot;http://fri&lt;/p&gt;
&lt;/a&gt;&lt;span class=&quot;read-more&quot;&gt;&lt;a href=&quot;/~gisvold/drupal/content/uldis-bojars-thunderbird-instead-cyrillic-chars-flickr&quot;&gt;&lt;strong&gt;&lt;BR&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;technorati_tags&quot;&gt;&lt;img alt=&quot;Technorati Tags:&quot; src=&quot;/~gisvold/drupal/modules/technorati/technobubble.gif&quot;/&gt;&lt;strong&gt;Technorati Tags: &lt;/strong&gt;&lt;a href=&quot;http://technorati.com/tag/FriendFeed&quot; rel=&quot;tag&quot;&gt;FriendFeed&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Ruby&quot; rel=&quot;tag&quot;&gt;Ruby&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://www.gisvold.co.uk/~gisvold/drupal/content/uldis-bojars-thunderbird-instead-cyrillic-chars-flickr#comments</comments>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/friendfeed">FriendFeed</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/ruby">Ruby</category>
 <pubDate>Tue, 03 Feb 2009 18:47:32 +0000</pubDate>
 <dc:creator>tor</dc:creator>
 <guid isPermaLink="false">2308 at http://www.gisvold.co.uk/~gisvold/drupal</guid>
</item>
<item>
 <title>Ilana: @hollyseddon You heard it here first!!!!!!!111!!!!1! OMG!!! BEATBOX!!! (via Twitter)</title>
 <link>http://www.gisvold.co.uk/~gisvold/drupal/content/ilana-hollyseddon-you-heard-it-here-first1111-omg-beatbox-twitter</link>
 <description>&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot; style=&quot;font-size:10pt;font-family:Arial,sans-serif;color:#222222&quot;&gt;
&lt;div style=&quot;margin-bottom:17pt&quot;&gt;
&lt;table style=&quot;border-spacing:0; border-collapse:collapse&quot;&gt;
&lt;tr&gt;
&lt;td style=&quot;border:0; padding:0; padding-right:7px; vertical-align:top&quot;&gt;&lt;a href=&quot;http://friendfeed.com/ilana&quot;&gt;&lt;img src=&quot;http://friendfeed.com/static/images/icons/twitter.png?v=df0a0affa8100c494df42159627a38b0&quot; style=&quot;border:0&quot; width=&quot;16&quot; height=&quot;16&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td style=&quot;border:0; padding:0; font-family:Arial, sans-serif; font-size:10pt&quot;&gt;
&lt;div style=&quot;margin-bottom:4pt&quot;&gt;
&lt;p&gt;&lt;a href=&quot;http://frien&lt;/p&gt;
&lt;/a&gt;&lt;span class=&quot;read-more&quot;&gt;&lt;a href=&quot;/~gisvold/drupal/content/ilana-hollyseddon-you-heard-it-here-first1111-omg-beatbox-twitter&quot;&gt;&lt;strong&gt;&lt;BR&gt;Read more&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;technorati_tags&quot;&gt;&lt;img alt=&quot;Technorati Tags:&quot; src=&quot;/~gisvold/drupal/modules/technorati/technobubble.gif&quot;/&gt;&lt;strong&gt;Technorati Tags: &lt;/strong&gt;&lt;a href=&quot;http://technorati.com/tag/FriendFeed&quot; rel=&quot;tag&quot;&gt;FriendFeed&lt;/a&gt; &lt;a href=&quot;http://technorati.com/tag/Ruby&quot; rel=&quot;tag&quot;&gt;Ruby&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://www.gisvold.co.uk/~gisvold/drupal/content/ilana-hollyseddon-you-heard-it-here-first1111-omg-beatbox-twitter#comments</comments>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/friendfeed">FriendFeed</category>
 <category domain="http://www.gisvold.co.uk/~gisvold/drupal/category/vokabular/ruby">Ruby</category>
 <pubDate>Tue, 03 Feb 2009 17:04:23 +0000</pubDate>
 <dc:creator>tor</dc:creator>
 <guid isPermaLink="false">2309 at http://www.gisvold.co.uk/~gisvold/drupal</guid>
</item>
</channel>
</rss>
