<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE rdf:RDF>

<!--
<!ENTITY % HTMLlat1 PUBLIC
 "-//W3C//ENTITIES Latin 1 for XHTML//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">
%HTMLlat1;
-->

<rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
  xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
  xmlns:sub="http://purl.org/rss/1.0/modules/subscription/"
  xmlns:cc="http://web.resource.org/cc/"
  xmlns:geo='http://www.w3.org/2003/01/geo/wgs84_pos#'> 

  <channel rdf:about="http://staticfree.info/blog/">
    <title>Staticfree Blog </title>
    <link>http://staticfree.info/blog/</link>
    <description>Fighting static, one bit at a time.</description>
    <dc:language>en</dc:language>
    <dc:creator>Steve Pomeroy</dc:creator>
    <dc:rights>Copyright Steve Pomeroy</dc:rights>
    <admin:generatorAgent rdf:resource="http://www.blosxom.com/?v=2.0" />
    <admin:errorReportsTo rdf:resource="mailto:steve@staticfree.info"/>
    <cc:license rdf:resource="http://creativecommons.org/licenses/by-nc-sa/2.0/" />
    <geo:lat>42.397721</geo:lat>
    <geo:long>-71.111819</geo:long>

    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://staticfree.info/blog/code/androidSGP.comments" />
        <rdf:li rdf:resource="http://staticfree.info/blog/tech/2009-04-06_Attiny45Rescue.comments" />
        <rdf:li rdf:resource="http://staticfree.info/blog/code/sharedexpenses2.comments" />
        <rdf:li rdf:resource="http://staticfree.info/blog/code/jqs5.comments" />
        <rdf:li rdf:resource="http://staticfree.info/blog/linux/2008-06-13_adventures.comments" />
        <rdf:li rdf:resource="http://staticfree.info/blog/things/uv_and_ir_currency.comments" />
        <rdf:li rdf:resource="http://staticfree.info/blog/linux/debian-fonts.comments" />
        <rdf:li rdf:resource="http://staticfree.info/blog/meat/life/2008-03-12_Japan.comments" />
        <rdf:li rdf:resource="http://staticfree.info/blog/meat/life/2008-01_a_Firenze.comments" />
        <rdf:li rdf:resource="http://staticfree.info/blog/create/I_am_solar_powered.comments" />
        <rdf:li rdf:resource="http://staticfree.info/blog/meta/2007-09-15_site_updates.comments" />
        <rdf:li rdf:resource="http://staticfree.info/blog/create/2007-06_ir_photography.comments" />
        <rdf:li rdf:resource="http://staticfree.info/blog/meat/life/MITMediaLabJob.comments" />
        <rdf:li rdf:resource="http://staticfree.info/blog/meat/life/TenDegreesInIR.comments" />
        <rdf:li rdf:resource="http://staticfree.info/blog/create/retro_bt_handset.comments" />

      </rdf:Seq>
    </items>


  </channel>
  <item rdf:about="http://staticfree.info/blog/code/androidSGP.comments">
    <title>Android SuperGenPass</title>
    <link>http://staticfree.info/blog/code/androidSGP.comments</link>
    
    <description>
&lt;img src=&quot;http://staticfree.info/projects/sgp/sgp.icon&quot; alt=&quot;&quot; style=&quot;float: left;&quot; /&gt;
&lt;p&gt;After discovering &lt;a href=&quot;http://supergenpass.com/&quot;&gt;SuperGenPass&lt;/a&gt; and finding that it solves the uppercase/number and entropy problems that I had with &lt;a href=&quot;http://www.xs4all.nl/~jlpoutre/BoT/Javascript/PasswordComposer/&quot;&gt;PasswordComposer&lt;/a&gt; (at the cost of added complexity), I decided to make a version that I can take with me. With some help from &lt;a href=&quot;http://ebnj.net/wiki/&quot;&gt;Ari Pollak&lt;/a&gt;, I put together an &lt;a href=&quot;http://staticfree.info/projects/sgp/&quot;&gt;Android version of SuperGenPass&lt;/a&gt; that tries to make the experience of using it on an Android phone as integrated as possible. If you're constantly fighting with trying to remember website passwords, check out SuperGenPass!&lt;/p&gt;
</description>
    <dc:subject>/code</dc:subject>
    <dc:creator>Steve Pomeroy</dc:creator>
    <dc:date>2009-05-04T23:54-05:00</dc:date>
    <trackback:ping rdf:resource="http://staticfree.info/blog/code/androidSGP.trackback" />
    <content:encoded><![CDATA[
<img src="http://staticfree.info/projects/sgp/sgp.icon" alt="" style="float: left;" />
<p>After discovering <a href="http://supergenpass.com/">SuperGenPass</a> and finding that it solves the uppercase/number and entropy problems that I had with <a href="http://www.xs4all.nl/~jlpoutre/BoT/Javascript/PasswordComposer/">PasswordComposer</a> (at the cost of added complexity), I decided to make a version that I can take with me. With some help from <a href="http://ebnj.net/wiki/">Ari Pollak</a>, I put together an <a href="http://staticfree.info/projects/sgp/">Android version of SuperGenPass</a> that tries to make the experience of using it on an Android phone as integrated as possible. If you're constantly fighting with trying to remember website passwords, check out SuperGenPass!</p>
]]></content:encoded>
  </item>
  <item rdf:about="http://staticfree.info/blog/tech/2009-04-06_Attiny45Rescue.comments">
    <title>Rescuing an AVR ATTiny45</title>
    <link>http://staticfree.info/blog/tech/2009-04-06_Attiny45Rescue.comments</link>
    
    <description>
&lt;p&gt;This note is intended for anyone who may have accidentally programmed their fuses incorrectly on an AVR microcontroller.&lt;/p&gt;

&lt;p&gt;While tinkering with clocks, I mistakenly set the lfuse of my attiny45 to &lt;em&gt;decimal&lt;/em&gt; 22 instead of 0x22. This turns out to enable a mode expecting an external watch quartz crystal running at 32.768kHz instead of the on-board clock. As soon as I set it and exited the programmer, the micro did nothing and wouldn't respond to the programmer (in this case, an Olimex AVR-ISP500).&lt;/p&gt;

&lt;p&gt;To recover the chip, you need to drive it with an external clock on the xtal1 pin and lower the ISP programming rate. Conveniently, my programmer happens to have such an output on one of its spare pins, which runs at 62.5kHz. Just driving it with an external clock wasn't enough. The key for me was to additionally lower the programming speed using &lt;kbd&gt;avrdude -B 200&lt;/kbd&gt; (measured in µs). The suggested rate is 1/4 the target MCU clock, so in my case it needs to be slower than 122µs (= 1/(32.768kHz * 0.25)) and 200µs seemed to work just fine.&lt;/p&gt;
</description>
    <dc:subject>/tech</dc:subject>
    <dc:creator>Steve Pomeroy</dc:creator>
    <dc:date>2009-04-07T00:22-05:00</dc:date>
    <trackback:ping rdf:resource="http://staticfree.info/blog/tech/2009-04-06_Attiny45Rescue.trackback" />
    <content:encoded><![CDATA[
<p>This note is intended for anyone who may have accidentally programmed their fuses incorrectly on an AVR microcontroller.</p>

<p>While tinkering with clocks, I mistakenly set the lfuse of my attiny45 to <em>decimal</em> 22 instead of 0x22. This turns out to enable a mode expecting an external watch quartz crystal running at 32.768kHz instead of the on-board clock. As soon as I set it and exited the programmer, the micro did nothing and wouldn't respond to the programmer (in this case, an Olimex AVR-ISP500).</p>

<p>To recover the chip, you need to drive it with an external clock on the xtal1 pin and lower the ISP programming rate. Conveniently, my programmer happens to have such an output on one of its spare pins, which runs at 62.5kHz. Just driving it with an external clock wasn't enough. The key for me was to additionally lower the programming speed using <kbd>avrdude -B 200</kbd> (measured in µs). The suggested rate is 1/4 the target MCU clock, so in my case it needs to be slower than 122µs (= 1/(32.768kHz * 0.25)) and 200µs seemed to work just fine.</p>
]]></content:encoded>
  </item>
  <item rdf:about="http://staticfree.info/blog/code/sharedexpenses2.comments">
    <title>SharedExpenses 2</title>
    <link>http://staticfree.info/blog/code/sharedexpenses2.comments</link>
    
    <description>
&lt;img src=&quot;http://staticfree.info/projects/sharedexpenses2/sharedexpenses2.icon&quot;
style=&quot;float: left&quot; alt=&quot;&quot; /&gt;&lt;p&gt;After a few years of stagnation, I've finally
released a new version of my SharedExpenses software. &lt;a
href=&quot;http://staticfree.info/projects/sharedexpenses2/&quot;&gt;SharedExpenses2&lt;/a&gt; is
a complete rewrite of the original, keeping only the concept. For those
unfamiliar, it's tool for people who live together and want to share common
utility, grocery, and other such bills amongst each other. One could think of
it as a complex &quot;IOU&quot; system or as a interest-less public credit system. Either
way, if you live with two or more people and are looking for something to make
it a little easier to keep track of who owes whom how much, this is for
you.&lt;/p&gt;

&lt;p&gt;This new version is written in Python with web.py and sports one of the most
requested features of the previous version: circular debt removal. See the &lt;a
href=&quot;http://staticfree.info/projects/sharedexpenses2/&quot;&gt;project page&lt;/a&gt; for
details.&lt;/p&gt;

&lt;p&gt;Go give it a shot and post any bugs you find to the &lt;a
href=&quot;https://staticfree.info/trac/sharedexpenses2/&quot;&gt;SharedExpenses2 trac
server&lt;/a&gt;.&lt;/p&gt;
</description>
    <dc:subject>/code</dc:subject>
    <dc:creator>Steve Pomeroy</dc:creator>
    <dc:date>2008-11-16T20:34-05:00</dc:date>
    <trackback:ping rdf:resource="http://staticfree.info/blog/code/sharedexpenses2.trackback" />
    <content:encoded><![CDATA[
<img src="http://staticfree.info/projects/sharedexpenses2/sharedexpenses2.icon"
style="float: left" alt="" /><p>After a few years of stagnation, I've finally
released a new version of my SharedExpenses software. <a
href="http://staticfree.info/projects/sharedexpenses2/">SharedExpenses2</a> is
a complete rewrite of the original, keeping only the concept. For those
unfamiliar, it's tool for people who live together and want to share common
utility, grocery, and other such bills amongst each other. One could think of
it as a complex "IOU" system or as a interest-less public credit system. Either
way, if you live with two or more people and are looking for something to make
it a little easier to keep track of who owes whom how much, this is for
you.</p>

<p>This new version is written in Python with web.py and sports one of the most
requested features of the previous version: circular debt removal. See the <a
href="http://staticfree.info/projects/sharedexpenses2/">project page</a> for
details.</p>

<p>Go give it a shot and post any bugs you find to the <a
href="https://staticfree.info/trac/sharedexpenses2/">SharedExpenses2 trac
server</a>.</p>
]]></content:encoded>
  </item>
  <item rdf:about="http://staticfree.info/blog/code/jqs5.comments">
    <title>JQS5 - jQuery Simple Standards-Based Slide Show System</title>
    <link>http://staticfree.info/blog/code/jqs5.comments</link>
    
    <description>
&lt;img src=&quot;http://staticfree.info/projects/jqs5.icon&quot; style=&quot;float: left&quot; alt=&quot;&quot; /&gt;&lt;p&gt;In a valiant effort to procrastinate the writing of a presentation, I put together &lt;a href=&quot;http://staticfree.info/projects/jqs5/&quot;&gt;JQS5&lt;/a&gt;. This is a very simple jQuery + Javascript Slide Show engine. It can turn the most basic document, such as &lt;a href=&quot;http://staticfree.info/projects/jqs5/?format=xml&quot;&gt;this one&lt;/a&gt;, into &lt;a href=&quot;http://staticfree.info/projects/jqs5/?format=jqs5&quot;&gt;a slideshow&lt;/a&gt;.

&lt;p&gt;The concept is based on &lt;a href=&quot;http://meyerweb.com/eric/tools/s5/&quot;&gt;S5&lt;/a&gt; which is a wonderful HTML slideshow engine. S5, however, requires you to add more markup than I care to worry about. JQS5 doesn't require any special markup to your document. Just add in the header and you're set!&lt;/p&gt;

&lt;p&gt;As no special markup is required to make it go, I threw together &lt;a href=&quot;http://staticfree.info/jqs5.xsl&quot;&gt;jqs5.xsl&lt;/a&gt; which is a simple XSLT stylesheet to add in the appropriate headers to your XHTML document. As my site is all XHTML, I added a site-wide filter that lets me look at any page as a slideshow. See my &lt;a href=&quot;http://staticfree.info/projects/?format=jqs5&quot;&gt;projects page&lt;/a&gt; for an example.&lt;/p&gt;

&lt;p&gt;Go &lt;a href=&quot;http://staticfree.info/projects/jqs5/&quot;&gt;check it out&lt;/a&gt;!&lt;/p&gt; 
</description>
    <dc:subject>/code</dc:subject>
    <dc:creator>Steve Pomeroy</dc:creator>
    <dc:date>2008-08-17T19:58-05:00</dc:date>
    <trackback:ping rdf:resource="http://staticfree.info/blog/code/jqs5.trackback" />
    <content:encoded><![CDATA[
<img src="http://staticfree.info/projects/jqs5.icon" style="float: left" alt="" /><p>In a valiant effort to procrastinate the writing of a presentation, I put together <a href="http://staticfree.info/projects/jqs5/">JQS5</a>. This is a very simple jQuery + Javascript Slide Show engine. It can turn the most basic document, such as <a href="http://staticfree.info/projects/jqs5/?format=xml">this one</a>, into <a href="http://staticfree.info/projects/jqs5/?format=jqs5">a slideshow</a>.

<p>The concept is based on <a href="http://meyerweb.com/eric/tools/s5/">S5</a> which is a wonderful HTML slideshow engine. S5, however, requires you to add more markup than I care to worry about. JQS5 doesn't require any special markup to your document. Just add in the header and you're set!</p>

<p>As no special markup is required to make it go, I threw together <a href="http://staticfree.info/jqs5.xsl">jqs5.xsl</a> which is a simple XSLT stylesheet to add in the appropriate headers to your XHTML document. As my site is all XHTML, I added a site-wide filter that lets me look at any page as a slideshow. See my <a href="http://staticfree.info/projects/?format=jqs5">projects page</a> for an example.</p>

<p>Go <a href="http://staticfree.info/projects/jqs5/">check it out</a>!</p> 
]]></content:encoded>
  </item>
  <item rdf:about="http://staticfree.info/blog/linux/2008-06-13_adventures.comments">
    <title>Adventures!</title>
    <link>http://staticfree.info/blog/linux/2008-06-13_adventures.comments</link>
    
    <description>
&lt;a href=&quot;http://photos.staticfree.info/events/2008-06-07_hang_gliding/dsc00738.jpg&quot;&gt;&lt;img src=&quot;http://photos.staticfree.info/events/2008-06-07_hang_gliding/.cache/320x213-dsc00738.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;

&lt;p&gt;Lauren and I have been going on some adventures recently. We've &lt;a href=&quot;http://photos.staticfree.info/events/2008-05-26_hike_to_whites/&quot;&gt;hiked two mountains&lt;/a&gt;, &lt;a href=&quot;http://photos.staticfree.info/events/2008-05-31_xkcd_geohash/&quot;&gt;chased after a randomly-placed location on the map&lt;/a&gt;, and &lt;a href=&quot;http://photos.staticfree.info/events/2008-06-07_hang_gliding/&quot;&gt;taken to the skies, trying hang gliding&lt;/a&gt;. It's been a ton of fun and there more planned. Without adieu, more photos!&lt;/p&gt;

&lt;a href=&quot;http://photos.staticfree.info/events/2008-06-07_hang_gliding/dsc_3184.jpg&quot;&gt;&lt;img src=&quot;http://photos.staticfree.info/events/2008-06-07_hang_gliding/.cache/320x213-dsc_3184.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
&lt;a href=&quot;http://photos.staticfree.info/events/2008-05-26_hike_to_whites/dsc_2965.jpg&quot;&gt;&lt;img src=&quot;http://photos.staticfree.info/events/2008-05-26_hike_to_whites/.cache/320x213-dsc_2965.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
&lt;a href=&quot;http://wiki.xkcd.com/geohashing/Image:2008-05-31-42--71-007.png&quot;&gt;&lt;img src=&quot;http://photos.staticfree.info/events/2008-05-31_xkcd_geohash/.cache/320x241-x-from-the-kite.png&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
&lt;a href=&quot;http://photos.staticfree.info/events/2008-05-31_xkcd_geohash/dsc_3015.jpg&quot;&gt;&lt;img src=&quot;http://photos.staticfree.info/events/2008-05-31_xkcd_geohash/.cache/320x214-dsc_3015.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
&lt;a href=&quot;http://photos.staticfree.info/events/2008-06-07_hang_gliding/dsc_3182.jpg&quot;&gt;&lt;img src=&quot;http://photos.staticfree.info/events/2008-06-07_hang_gliding/.cache/320x214-dsc_3182.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
</description>
    <dc:subject>/linux</dc:subject>
    <dc:creator>Steve Pomeroy</dc:creator>
    <dc:date>2008-06-13T08:46-05:00</dc:date>
    <trackback:ping rdf:resource="http://staticfree.info/blog/linux/2008-06-13_adventures.trackback" />
    <content:encoded><![CDATA[
<a href="http://photos.staticfree.info/events/2008-06-07_hang_gliding/dsc00738.jpg"><img src="http://photos.staticfree.info/events/2008-06-07_hang_gliding/.cache/320x213-dsc00738.jpg" alt="" /></a>

<p>Lauren and I have been going on some adventures recently. We've <a href="http://photos.staticfree.info/events/2008-05-26_hike_to_whites/">hiked two mountains</a>, <a href="http://photos.staticfree.info/events/2008-05-31_xkcd_geohash/">chased after a randomly-placed location on the map</a>, and <a href="http://photos.staticfree.info/events/2008-06-07_hang_gliding/">taken to the skies, trying hang gliding</a>. It's been a ton of fun and there more planned. Without adieu, more photos!</p>

<a href="http://photos.staticfree.info/events/2008-06-07_hang_gliding/dsc_3184.jpg"><img src="http://photos.staticfree.info/events/2008-06-07_hang_gliding/.cache/320x213-dsc_3184.jpg" alt="" /></a>
<a href="http://photos.staticfree.info/events/2008-05-26_hike_to_whites/dsc_2965.jpg"><img src="http://photos.staticfree.info/events/2008-05-26_hike_to_whites/.cache/320x213-dsc_2965.jpg" alt="" /></a>
<a href="http://wiki.xkcd.com/geohashing/Image:2008-05-31-42--71-007.png"><img src="http://photos.staticfree.info/events/2008-05-31_xkcd_geohash/.cache/320x241-x-from-the-kite.png" alt="" /></a>
<a href="http://photos.staticfree.info/events/2008-05-31_xkcd_geohash/dsc_3015.jpg"><img src="http://photos.staticfree.info/events/2008-05-31_xkcd_geohash/.cache/320x214-dsc_3015.jpg" alt="" /></a>
<a href="http://photos.staticfree.info/events/2008-06-07_hang_gliding/dsc_3182.jpg"><img src="http://photos.staticfree.info/events/2008-06-07_hang_gliding/.cache/320x214-dsc_3182.jpg" alt="" /></a>
]]></content:encoded>
  </item>
  <item rdf:about="http://staticfree.info/blog/things/uv_and_ir_currency.comments">
    <title>UV, visible and IR US currency</title>
    <link>http://staticfree.info/blog/things/uv_and_ir_currency.comments</link>
    
    <description>
&lt;a href=&quot;http://photos.staticfree.info/things/US%20currency%20in%20UV%20and%20IR/all_up.jpg&quot;&gt;&lt;img src=&quot;http://photos.staticfree.info/things/US%20currency%20in%20UV%20and%20IR/.cache/320x135-all_up.jpg&quot; alt=&quot;UV, visible light and IR US currency&quot; title=&quot;near UV illuminated with a visible light camera, standard visible light, and near-infrared respectively&quot; /&gt;&lt;/a&gt;

&lt;p&gt;A while ago at Grendels, I happened to discover an odd characteristic about US currency in infrared: it has special markings! So I decided to do a proper photo shoot using as many interesting sources of light that I had around my home.&lt;/p&gt;

&lt;p&gt;These are only a few bits of the spectrum. I wonder what surprises await in other, less accessible parts!&lt;/p&gt;

&lt;a href=&quot;http://photos.staticfree.info/things/US%20currency%20in%20UV%20and%20IR/all_multichannel.jpg&quot;&gt;&lt;img src=&quot;http://photos.staticfree.info/things/US%20currency%20in%20UV%20and%20IR/.cache/252x320-all_multichannel.jpg&quot; alt=&quot;multi-channel composite of the above images&quot; title=&quot;multi-channel composite of the same images above. IR is in the red channel, visible in the green and UV in the blue&quot; /&gt;&lt;/a&gt;
</description>
    <dc:subject>/things</dc:subject>
    <dc:creator>Steve Pomeroy</dc:creator>
    <dc:date>2008-04-08T08:39-05:00</dc:date>
    <trackback:ping rdf:resource="http://staticfree.info/blog/things/uv_and_ir_currency.trackback" />
    <content:encoded><![CDATA[
<a href="http://photos.staticfree.info/things/US%20currency%20in%20UV%20and%20IR/all_up.jpg"><img src="http://photos.staticfree.info/things/US%20currency%20in%20UV%20and%20IR/.cache/320x135-all_up.jpg" alt="UV, visible light and IR US currency" title="near UV illuminated with a visible light camera, standard visible light, and near-infrared respectively" /></a>

<p>A while ago at Grendels, I happened to discover an odd characteristic about US currency in infrared: it has special markings! So I decided to do a proper photo shoot using as many interesting sources of light that I had around my home.</p>

<p>These are only a few bits of the spectrum. I wonder what surprises await in other, less accessible parts!</p>

<a href="http://photos.staticfree.info/things/US%20currency%20in%20UV%20and%20IR/all_multichannel.jpg"><img src="http://photos.staticfree.info/things/US%20currency%20in%20UV%20and%20IR/.cache/252x320-all_multichannel.jpg" alt="multi-channel composite of the above images" title="multi-channel composite of the same images above. IR is in the red channel, visible in the green and UV in the blue" /></a>
]]></content:encoded>
  </item>
  <item rdf:about="http://staticfree.info/blog/linux/debian-fonts.comments">
    <title>Fonts in Debian</title>
    <link>http://staticfree.info/blog/linux/debian-fonts.comments</link>
    <rdfs:seeAlso rdf:resource="http://staticfree.info/projects/debian/ugly-fonts/"/>
    <description>
&lt;p&gt;After disabling bitmap fonts in Debian, the default alternative to Helvetica is Nimbus Sans. As you can see below, its on-screen rendering is &lt;em&gt;ugly&lt;/em&gt;. Thankfully, Debian makes it pretty easy to &lt;a href=&quot;http://staticfree.info/projects/debian/ugly-fonts/&quot;&gt;disable Nimbus Sans and make fonts look nicer&lt;/a&gt;.&lt;/p&gt;

&lt;img src=&quot;http://staticfree.info/projects/debian/ugly-fonts/nimbus-makes-ugly.png&quot; alt=&quot;&quot; /&gt;
</description>
    <dc:subject>/linux</dc:subject>
    <dc:creator>Steve Pomeroy</dc:creator>
    <dc:date>2008-03-16T20:33-05:00</dc:date>
    <trackback:ping rdf:resource="http://staticfree.info/blog/linux/debian-fonts.trackback" />
    <content:encoded><![CDATA[
<p>After disabling bitmap fonts in Debian, the default alternative to Helvetica is Nimbus Sans. As you can see below, its on-screen rendering is <em>ugly</em>. Thankfully, Debian makes it pretty easy to <a href="http://staticfree.info/projects/debian/ugly-fonts/">disable Nimbus Sans and make fonts look nicer</a>.</p>

<img src="http://staticfree.info/projects/debian/ugly-fonts/nimbus-makes-ugly.png" alt="" />
]]></content:encoded>
  </item>
  <item rdf:about="http://staticfree.info/blog/meat/life/2008-03-12_Japan.comments">
    <title>Japan!</title>
    <link>http://staticfree.info/blog/meat/life/2008-03-12_Japan.comments</link>
    
    <description>
&lt;a href=&quot;http://photos.staticfree.info/events/2008-03-02_Japan/Tokyo/dsc_0667.jpg&quot;&gt;&lt;img src=&quot;http://photos.staticfree.info/events/2008-03-02_Japan/Tokyo/.cache/320x214-dsc_0667.jpg&quot; alt=&quot;Tokyo&quot; /&gt;&lt;/a&gt;

&lt;p&gt;I went to Japan last week with my brother &lt;a href=&quot;http://photos.staticfree.info/events/2008-03-02_Japan/Kyoto/dsc_0984.jpg&quot;&gt;Cole&lt;/a&gt;, &lt;a href=&quot;http://photos.staticfree.info/events/2008-03-02_Japan/Kyoto/dsc_0953.jpg&quot;&gt;my dad&lt;/a&gt;, his significant other, &lt;a href=&quot;http://photos.staticfree.info/events/2008-03-02_Japan/Okinawa/DSC_1175.jpg&quot;&gt;Marie&lt;/a&gt; and &lt;a href=&quot;http://photos.staticfree.info/events/2008-03-02_Japan/Kyoto/dsc_1030.jpg&quot;&gt;her daughter, Minna&lt;/a&gt; where we met with my youngest brother, &lt;a href=&quot;http://photos.staticfree.info/events/2008-03-02_Japan/Tokyo/dsc_0703.jpg&quot;&gt;David&lt;/a&gt;. We traveled to &lt;a href=&quot;http://photos.staticfree.info/events/2008-03-02_Japan/Tokyo/&quot;&gt;Tokyo&lt;/a&gt; and stayed to explore for a couple days. Then took the bullet train to &lt;a href=&quot;http://photos.staticfree.info/events/2008-03-02_Japan/Kyoto&quot;&gt;Kyoto&lt;/a&gt; where we stayed in a machiya-like hotel and ate bowls upon plates &lt;a href=&quot;http://photos.staticfree.info/events/2008-03-02_Japan/Kyoto/dsc_0941.jpg&quot;&gt;upon bowls&lt;/a&gt; of odd things that once lived in the ocean.&lt;/p&gt;

&lt;a href=&quot;http://photos.staticfree.info/events/2008-03-02_Japan/Kyoto/dsc_0951.jpg&quot;&gt;&lt;img src=&quot;http://photos.staticfree.info/events/2008-03-02_Japan/Kyoto/.cache/320x214-dsc_0951.jpg&quot; alt=&quot;a bit of a temple&quot; /&gt;&lt;/a&gt;

&lt;p&gt;After we explored all variety of &lt;a href=&quot;http://photos.staticfree.info/events/2008-03-02_Japan/Kyoto/dsc_1035.jpg&quot;&gt;pagodas&lt;/a&gt; and &lt;a href=&quot;http://photos.staticfree.info/events/2008-03-02_Japan/Kyoto/dsc_0890.jpg&quot;&gt;temples&lt;/a&gt; over the course of a couple days, we headed over to Okinawa to stay on a military base.&lt;/p&gt;

&lt;p&gt;The contrast between a ritzy traditional Japanese hotel and an American military hotel is astounding. The most notable differences were:&lt;/p&gt;

&lt;ol&gt;&lt;li&gt;a poorly-designed ventilation system that was so noisy one had to talk loudly over it&lt;/li&gt;
&lt;li&gt;general aesthetics and pleasantness; one place encouraged rest whereas the other seemed to find resting in one's hotel to be an afterthought&lt;/li&gt;
&lt;li&gt;the toilet (of course)&lt;/li&gt;
&lt;/ol&gt;

&lt;a href=&quot;http://photos.staticfree.info/events/2008-03-02_Japan/Okinawa/dsc_1527.jpg&quot;&gt;&lt;img src=&quot;http://photos.staticfree.info/events/2008-03-02_Japan/Okinawa/.cache/214x320-dsc_1527.jpg&quot; alt=&quot;a pineapple cart&quot; title=&quot;this tour cart followed a line around the park and was narrated by a Mini-disc player that claimed it was a pineapple and spoke well Engrish&quot; /&gt;&lt;/a&gt;

&lt;p&gt;Okinawa is famous for a few native fruits, notably: the Goya - a green, bitter melon that &lt;a href=&quot;http://www.pbase.com/thechebb/image/48147983&quot;&gt;looks somewhat like a pickle&lt;/a&gt;, the &lt;a href=&quot;http://photos.staticfree.info/events/2008-03-02_Japan/Okinawa/dsc_1554.jpg&quot; title=&quot;pineapple comes from 'pine' and 'apple': 'pine' because it is like a pine cone and 'apple' because of good taste like apple&quot;&gt;pineapple&lt;/a&gt;, and the &lt;a href=&quot;http://photos.staticfree.info/events/2008-03-02_Japan/Okinawa/dsc_1598.jpg&quot;&gt;Shiisa&lt;/a&gt; which isn't a fruit. Shiisa are guardian lions that come in pairs: one with its mouth open to let out bad spirits and &lt;a href=&quot;http://photos.staticfree.info/events/2008-03-02_Japan/Okinawa/dsc_1597.jpg&quot;&gt;one with its mouth closed&lt;/a&gt; to hold the good ones in.&lt;/p&gt;

&lt;p&gt;We just so happened to plan this trip around the same time that David was getting his promotion, so we got to see him become &lt;a href=&quot;http://photos.staticfree.info/events/2008-03-02_Japan/Okinawa/DSC_1148.jpg&quot;&gt;promoted to Corporal&lt;/a&gt; - the first big promotion in the Marines.&lt;/p&gt;

&lt;a href=&quot;http://photos.staticfree.info/events/2008-03-02_Japan/Okinawa/dsc_1438.jpg&quot;&gt;&lt;img src=&quot;http://photos.staticfree.info/events/2008-03-02_Japan/Okinawa/.cache/320x214-dsc_1438.jpg&quot; alt=&quot;visitors looking at an aquarium tank&quot; title=&quot;The world's largest aquarium viewing window&quot; /&gt;&lt;/a&gt;

&lt;p&gt;We snorkeled in the coral reefs on the north-western side of the island. As I wasn't able to put my glasses on under the goggles, I got to see coral, water and swimming schools of blurs. The water was warm in our wetsuits and the waves weren't too obnoxious. We later went to the aquarium and saw many of the things that lived in said coral. Okinawa is largely made of coral, so many things that are usually rock are instead coral, such as &lt;a href=&quot;http://photos.staticfree.info/events/2008-03-02_Japan/Okinawa/dsc_1596.jpg&quot;&gt;castles&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;There are a few notable quirks about Japanese streets:&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;There are &lt;a href=&quot;http://photos.staticfree.info/events/2008-03-02_Japan/Okinawa/dsc_1510.jpg&quot;&gt;numerous vending machines&lt;/a&gt;. I only encountered a few of the &lt;a href=&quot;http://www.photomann.com/japan/machines/&quot;&gt;wide variety of vending machines&lt;/a&gt; available.&lt;/li&gt;
&lt;li&gt;Overly-friendly &lt;a href=&quot;http://photos.staticfree.info/events/2008-03-02_Japan/Okinawa/dsc_1513.jpg&quot;&gt;construction notice signs&lt;/a&gt;, complete with inspirational pictures.&lt;/li&gt;
&lt;li&gt;The &lt;a href=&quot;http://photos.staticfree.info/events/2008-03-02_Japan/Tokyo/dsc_0726.jpg&quot;&gt;crosswalk man has a hat&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
</description>
    <dc:subject>/meat/life</dc:subject>
    <dc:creator>Steve Pomeroy</dc:creator>
    <dc:date>2008-03-13T02:18-05:00</dc:date>
    <trackback:ping rdf:resource="http://staticfree.info/blog/meat/life/2008-03-12_Japan.trackback" />
    <content:encoded><![CDATA[
<a href="http://photos.staticfree.info/events/2008-03-02_Japan/Tokyo/dsc_0667.jpg"><img src="http://photos.staticfree.info/events/2008-03-02_Japan/Tokyo/.cache/320x214-dsc_0667.jpg" alt="Tokyo" /></a>

<p>I went to Japan last week with my brother <a href="http://photos.staticfree.info/events/2008-03-02_Japan/Kyoto/dsc_0984.jpg">Cole</a>, <a href="http://photos.staticfree.info/events/2008-03-02_Japan/Kyoto/dsc_0953.jpg">my dad</a>, his significant other, <a href="http://photos.staticfree.info/events/2008-03-02_Japan/Okinawa/DSC_1175.jpg">Marie</a> and <a href="http://photos.staticfree.info/events/2008-03-02_Japan/Kyoto/dsc_1030.jpg">her daughter, Minna</a> where we met with my youngest brother, <a href="http://photos.staticfree.info/events/2008-03-02_Japan/Tokyo/dsc_0703.jpg">David</a>. We traveled to <a href="http://photos.staticfree.info/events/2008-03-02_Japan/Tokyo/">Tokyo</a> and stayed to explore for a couple days. Then took the bullet train to <a href="http://photos.staticfree.info/events/2008-03-02_Japan/Kyoto">Kyoto</a> where we stayed in a machiya-like hotel and ate bowls upon plates <a href="http://photos.staticfree.info/events/2008-03-02_Japan/Kyoto/dsc_0941.jpg">upon bowls</a> of odd things that once lived in the ocean.</p>

<a href="http://photos.staticfree.info/events/2008-03-02_Japan/Kyoto/dsc_0951.jpg"><img src="http://photos.staticfree.info/events/2008-03-02_Japan/Kyoto/.cache/320x214-dsc_0951.jpg" alt="a bit of a temple" /></a>

<p>After we explored all variety of <a href="http://photos.staticfree.info/events/2008-03-02_Japan/Kyoto/dsc_1035.jpg">pagodas</a> and <a href="http://photos.staticfree.info/events/2008-03-02_Japan/Kyoto/dsc_0890.jpg">temples</a> over the course of a couple days, we headed over to Okinawa to stay on a military base.</p>

<p>The contrast between a ritzy traditional Japanese hotel and an American military hotel is astounding. The most notable differences were:</p>

<ol><li>a poorly-designed ventilation system that was so noisy one had to talk loudly over it</li>
<li>general aesthetics and pleasantness; one place encouraged rest whereas the other seemed to find resting in one's hotel to be an afterthought</li>
<li>the toilet (of course)</li>
</ol>

<a href="http://photos.staticfree.info/events/2008-03-02_Japan/Okinawa/dsc_1527.jpg"><img src="http://photos.staticfree.info/events/2008-03-02_Japan/Okinawa/.cache/214x320-dsc_1527.jpg" alt="a pineapple cart" title="this tour cart followed a line around the park and was narrated by a Mini-disc player that claimed it was a pineapple and spoke well Engrish" /></a>

<p>Okinawa is famous for a few native fruits, notably: the Goya - a green, bitter melon that <a href="http://www.pbase.com/thechebb/image/48147983">looks somewhat like a pickle</a>, the <a href="http://photos.staticfree.info/events/2008-03-02_Japan/Okinawa/dsc_1554.jpg" title="pineapple comes from 'pine' and 'apple': 'pine' because it is like a pine cone and 'apple' because of good taste like apple">pineapple</a>, and the <a href="http://photos.staticfree.info/events/2008-03-02_Japan/Okinawa/dsc_1598.jpg">Shiisa</a> which isn't a fruit. Shiisa are guardian lions that come in pairs: one with its mouth open to let out bad spirits and <a href="http://photos.staticfree.info/events/2008-03-02_Japan/Okinawa/dsc_1597.jpg">one with its mouth closed</a> to hold the good ones in.</p>

<p>We just so happened to plan this trip around the same time that David was getting his promotion, so we got to see him become <a href="http://photos.staticfree.info/events/2008-03-02_Japan/Okinawa/DSC_1148.jpg">promoted to Corporal</a> - the first big promotion in the Marines.</p>

<a href="http://photos.staticfree.info/events/2008-03-02_Japan/Okinawa/dsc_1438.jpg"><img src="http://photos.staticfree.info/events/2008-03-02_Japan/Okinawa/.cache/320x214-dsc_1438.jpg" alt="visitors looking at an aquarium tank" title="The world's largest aquarium viewing window" /></a>

<p>We snorkeled in the coral reefs on the north-western side of the island. As I wasn't able to put my glasses on under the goggles, I got to see coral, water and swimming schools of blurs. The water was warm in our wetsuits and the waves weren't too obnoxious. We later went to the aquarium and saw many of the things that lived in said coral. Okinawa is largely made of coral, so many things that are usually rock are instead coral, such as <a href="http://photos.staticfree.info/events/2008-03-02_Japan/Okinawa/dsc_1596.jpg">castles</a>.</p>

<p>There are a few notable quirks about Japanese streets:</p>
<ol><li>There are <a href="http://photos.staticfree.info/events/2008-03-02_Japan/Okinawa/dsc_1510.jpg">numerous vending machines</a>. I only encountered a few of the <a href="http://www.photomann.com/japan/machines/">wide variety of vending machines</a> available.</li>
<li>Overly-friendly <a href="http://photos.staticfree.info/events/2008-03-02_Japan/Okinawa/dsc_1513.jpg">construction notice signs</a>, complete with inspirational pictures.</li>
<li>The <a href="http://photos.staticfree.info/events/2008-03-02_Japan/Tokyo/dsc_0726.jpg">crosswalk man has a hat</a></li>
</ol>
]]></content:encoded>
  </item>
  <item rdf:about="http://staticfree.info/blog/meat/life/2008-01_a_Firenze.comments">
    <title>a Firenze</title>
    <link>http://staticfree.info/blog/meat/life/2008-01_a_Firenze.comments</link>
    
    <description>
&lt;p&gt;&lt;a href=&quot;http://photos.staticfree.info/events/2008-01-02_Firenze%2CItalia/livingroom_window.jpg&quot;&gt;&lt;img src=&quot;http://photos.staticfree.info/events/2008-01-02_Firenze%2CItalia/.cache/214x320-livingroom_window.jpg&quot; alt=&quot;view from our livingroom window&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I made it! I've finally gotten off the North American continent.
My lack of Italian skills isn't as scary I thought, due to a common language
of money, food and occasional English. I already knew how to read the wine 
bottles and many of the names of food. With a bit of French, Spanish
and metric knowledge, I'm able to get by reading general signage.&lt;/p&gt;

&lt;p&gt;I love the metric system: it makes so much sense compared to the 
highly deprecated and confusing English system. I've been using metric
measurements everywhere I go for the past few years and have one place
that I still need to convert: the kitchen. Metric measuring in the kitchen
is done more by weight than by volume. It's looking like I need to get a
nice digital scale.&lt;/p&gt;

&lt;p&gt;The only thing I am not down with here is the exchanging of &quot;.&quot; and &quot;,&quot;
in numbers. To me, &quot;.&quot; is more important than &quot;,&quot; and is something more
important to leave in a thing. Dropping a &quot;,&quot; in a sentence is less critical
than dropping a &quot;.&quot;. So when I see that &quot;.&quot; is used for thousands separators
(which can be left out) and &quot;,&quot; for decimal separators, that does not
make me happy.&lt;/p&gt;

&lt;p&gt;I have some photos online and will be adding more. Check out my ongoing collection of &lt;a href=&quot;http://photos.staticfree.info/events/2008-01-02_Firenze%2CItalia/&quot;&gt;photos from my trip to Firenze&lt;/a&gt;.&lt;/p&gt;
</description>
    <dc:subject>/meat/life</dc:subject>
    <dc:creator>Steve Pomeroy</dc:creator>
    <dc:date>2008-01-05T05:54-05:00</dc:date>
    <trackback:ping rdf:resource="http://staticfree.info/blog/meat/life/2008-01_a_Firenze.trackback" />
    <content:encoded><![CDATA[
<p><a href="http://photos.staticfree.info/events/2008-01-02_Firenze%2CItalia/livingroom_window.jpg"><img src="http://photos.staticfree.info/events/2008-01-02_Firenze%2CItalia/.cache/214x320-livingroom_window.jpg" alt="view from our livingroom window" /></a></p>

<p>I made it! I've finally gotten off the North American continent.
My lack of Italian skills isn't as scary I thought, due to a common language
of money, food and occasional English. I already knew how to read the wine 
bottles and many of the names of food. With a bit of French, Spanish
and metric knowledge, I'm able to get by reading general signage.</p>

<p>I love the metric system: it makes so much sense compared to the 
highly deprecated and confusing English system. I've been using metric
measurements everywhere I go for the past few years and have one place
that I still need to convert: the kitchen. Metric measuring in the kitchen
is done more by weight than by volume. It's looking like I need to get a
nice digital scale.</p>

<p>The only thing I am not down with here is the exchanging of "." and ","
in numbers. To me, "." is more important than "," and is something more
important to leave in a thing. Dropping a "," in a sentence is less critical
than dropping a ".". So when I see that "." is used for thousands separators
(which can be left out) and "," for decimal separators, that does not
make me happy.</p>

<p>I have some photos online and will be adding more. Check out my ongoing collection of <a href="http://photos.staticfree.info/events/2008-01-02_Firenze%2CItalia/">photos from my trip to Firenze</a>.</p>
]]></content:encoded>
  </item>
  <item rdf:about="http://staticfree.info/blog/create/I_am_solar_powered.comments">
    <title>I am solar powered</title>
    <link>http://staticfree.info/blog/create/I_am_solar_powered.comments</link>
    
    <description>
&lt;a href=&quot;http://www.threadless.com/submission/136114/I_am_Solar_Powered?streetteam=XXV&quot; title=&quot;I am Solar Powered - Threadless, Best T-shirts Ever&quot;&gt;&lt;img src=&quot;http://www.threadless.com/subbanner/136114/banner1.png&quot; width=&quot;220&quot; height=&quot;119&quot; border=&quot;0&quot; alt=&quot;I am Solar Powered - Threadless, Best T-shirts Ever&quot;/&gt;&lt;/a&gt;

&lt;p&gt;This is my first Threadless submission and my first attempt at 
design of this sort. It's a cheerful reminder that we don't have to use 
solar cells to be powered by the sun. If you like it, you should 
&lt;a href=&quot;http://www.threadless.com/submission/136114/I_am_Solar_Powered?streetteam=XXV&quot;&gt;go vote on my design&lt;/a&gt; so it can become a shirt!&lt;/p&gt;
</description>
    <dc:subject>/create</dc:subject>
    <dc:creator>Steve Pomeroy</dc:creator>
    <dc:date>2007-10-03T15:59-05:00</dc:date>
    <trackback:ping rdf:resource="http://staticfree.info/blog/create/I_am_solar_powered.trackback" />
    <content:encoded><![CDATA[
<a href="http://www.threadless.com/submission/136114/I_am_Solar_Powered?streetteam=XXV" title="I am Solar Powered - Threadless, Best T-shirts Ever"><img src="http://www.threadless.com/subbanner/136114/banner1.png" width="220" height="119" border="0" alt="I am Solar Powered - Threadless, Best T-shirts Ever"/></a>

<p>This is my first Threadless submission and my first attempt at 
design of this sort. It's a cheerful reminder that we don't have to use 
solar cells to be powered by the sun. If you like it, you should 
<a href="http://www.threadless.com/submission/136114/I_am_Solar_Powered?streetteam=XXV">go vote on my design</a> so it can become a shirt!</p>
]]></content:encoded>
  </item>
  <item rdf:about="http://staticfree.info/blog/meta/2007-09-15_site_updates.comments">
    <title>Site Updates</title>
    <link>http://staticfree.info/blog/meta/2007-09-15_site_updates.comments</link>
    
    <description>
&lt;p&gt;I haven't been updating this blog all too often, but I have been updating my website! Perhaps I should unify the two at some point, but for now, here's a list of some new stuff:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://photos.staticfree.info/infrared/2007-09-01_hike_in_the_Whites/rock_in_pond.jpg&quot;&gt;&lt;img src=&quot;http://photos.staticfree.info/infrared/2007-09-01_hike_in_the_Whites/.cache/320x240-rock_in_pond.jpg&quot; alt=&quot;rock in a pond&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://staticfree.info/projects/dots/&quot;&gt;Dots&lt;/a&gt;! - a graphical way of representing large numbers, in order to better visualize and compare them. How big is 45986 anyhow?&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://staticfree.info/projects/n770/&quot;&gt;n770 hacks&lt;/a&gt; - I finally got my n770 back from repairs and will be posting various hacks that I do there.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://photos.staticfree.info/infrared/&quot;&gt;Infrared Photography&lt;/a&gt; - some more IR photos, such as the one above from my recent hike in the White Mountains.&lt;/li&gt;
&lt;/ul&gt;
</description>
    <dc:subject>/meta</dc:subject>
    <dc:creator>Steve Pomeroy</dc:creator>
    <dc:date>2007-09-15T12:55-05:00</dc:date>
    <trackback:ping rdf:resource="http://staticfree.info/blog/meta/2007-09-15_site_updates.trackback" />
    <content:encoded><![CDATA[
<p>I haven't been updating this blog all too often, but I have been updating my website! Perhaps I should unify the two at some point, but for now, here's a list of some new stuff:</p>

<p><a href="http://photos.staticfree.info/infrared/2007-09-01_hike_in_the_Whites/rock_in_pond.jpg"><img src="http://photos.staticfree.info/infrared/2007-09-01_hike_in_the_Whites/.cache/320x240-rock_in_pond.jpg" alt="rock in a pond" /></a></p>

<ul>
  <li><a href="http://staticfree.info/projects/dots/">Dots</a>! - a graphical way of representing large numbers, in order to better visualize and compare them. How big is 45986 anyhow?</li>
  <li><a href="http://staticfree.info/projects/n770/">n770 hacks</a> - I finally got my n770 back from repairs and will be posting various hacks that I do there.</li>
  <li><a href="http://photos.staticfree.info/infrared/">Infrared Photography</a> - some more IR photos, such as the one above from my recent hike in the White Mountains.</li>
</ul>
]]></content:encoded>
  </item>
  <item rdf:about="http://staticfree.info/blog/create/2007-06_ir_photography.comments">
    <title>Infrared Photography</title>
    <link>http://staticfree.info/blog/create/2007-06_ir_photography.comments</link>
    <rdfs:seeAlso rdf:resource="http://photos.staticfree.info/infrared/"/>
    <description>
&lt;p&gt;I've been playing with my &lt;a href=&quot;http://staticfree.info/blog/meat/life/TenDegreesInIR.comments&quot;&gt;infrared-modified Canon Powershot A40&lt;/a&gt; some more. I've managed to work around the blurriness due to the confused auto-focus and have done some post-processing work to make the images cleaner. At least for starters, I think I've managed to come up with some images worthy of the time it took to hack it :-)&lt;/p&gt;

&lt;p&gt;Below are a few of my favorites so far. Check out &lt;a href=&quot;http://photos.staticfree.info/infrared/&quot;&gt;my infrared gallery&lt;/a&gt; for more or go visit &lt;a href=&quot;http://flickr.com/photos/xxv/tags/infrared/&quot;&gt;my flickr page&lt;/a&gt; to leave a comment.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://photos.staticfree.info/infrared/2007-06_trip_to_Cornell/gorge.jpg&quot;&gt;&lt;img src=&quot;http://photos.staticfree.info/infrared/2007-06_trip_to_Cornell/.cache/320x298-gorge.jpg&quot; alt=&quot;Gorge in Ithaca&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://photos.staticfree.info/infrared/2007-05_beach/sand_water_sky.jpg&quot;&gt;&lt;img src=&quot;http://photos.staticfree.info/infrared/2007-05_beach/.cache/264x320-sand_water_sky.jpg&quot; alt=&quot;sand, water, sky&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
</description>
    <dc:subject>/create</dc:subject>
    <dc:creator>Steve Pomeroy</dc:creator>
    <dc:date>2007-06-13T01:24-05:00</dc:date>
    <trackback:ping rdf:resource="http://staticfree.info/blog/create/2007-06_ir_photography.trackback" />
    <content:encoded><![CDATA[
<p>I've been playing with my <a href="http://staticfree.info/blog/meat/life/TenDegreesInIR.comments">infrared-modified Canon Powershot A40</a> some more. I've managed to work around the blurriness due to the confused auto-focus and have done some post-processing work to make the images cleaner. At least for starters, I think I've managed to come up with some images worthy of the time it took to hack it :-)</p>

<p>Below are a few of my favorites so far. Check out <a href="http://photos.staticfree.info/infrared/">my infrared gallery</a> for more or go visit <a href="http://flickr.com/photos/xxv/tags/infrared/">my flickr page</a> to leave a comment.</p>

<p><a href="http://photos.staticfree.info/infrared/2007-06_trip_to_Cornell/gorge.jpg"><img src="http://photos.staticfree.info/infrared/2007-06_trip_to_Cornell/.cache/320x298-gorge.jpg" alt="Gorge in Ithaca" /></a></p>

<p><a href="http://photos.staticfree.info/infrared/2007-05_beach/sand_water_sky.jpg"><img src="http://photos.staticfree.info/infrared/2007-05_beach/.cache/264x320-sand_water_sky.jpg" alt="sand, water, sky" /></a></p>
]]></content:encoded>
  </item>
  <item rdf:about="http://staticfree.info/blog/meat/life/MITMediaLabJob.comments">
    <title>Media Lab Employee</title>
    <link>http://staticfree.info/blog/meat/life/MITMediaLabJob.comments</link>
    
    <description>
&lt;img src=&quot;http://staticfree.info/images/e15-media_lab.jpg&quot; alt=&quot;E15 - home of the Media Lab&quot;/&gt; 

&lt;p&gt;Having left France Telecom R&amp;amp;D in search of different waters, I arrived at the shores of the &lt;a href=&quot;http://www.media.mit.edu/&quot;&gt;Media Lab&lt;/a&gt;, where I'm now employeed at &lt;a href=&quot;http://www.media.mit.edu/necsys/&quot;&gt;NeCSys&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;My first day was on Monday and I've already been overwhelmed with new names and faces. I am determined to fix that as soon as possible; there are some amazing people and projects here and I plan to meet them all. If you are at MIT and reading this, stop by E15-463F and say hi.&lt;/p&gt;
</description>
    <dc:subject>/meat/life</dc:subject>
    <dc:creator>Steve Pomeroy</dc:creator><geo:lat>42.360381</geo:lat><geo:long>-71.087964</geo:long>
    <dc:date>2007-04-26T08:14-05:00</dc:date>
    <trackback:ping rdf:resource="http://staticfree.info/blog/meat/life/MITMediaLabJob.trackback" />
    <content:encoded><![CDATA[
<img src="http://staticfree.info/images/e15-media_lab.jpg" alt="E15 - home of the Media Lab"/> 

<p>Having left France Telecom R&amp;D in search of different waters, I arrived at the shores of the <a href="http://www.media.mit.edu/">Media Lab</a>, where I'm now employeed at <a href="http://www.media.mit.edu/necsys/">NeCSys</a>.</p>

<p>My first day was on Monday and I've already been overwhelmed with new names and faces. I am determined to fix that as soon as possible; there are some amazing people and projects here and I plan to meet them all. If you are at MIT and reading this, stop by E15-463F and say hi.</p>
]]></content:encoded>
  </item>
  <item rdf:about="http://staticfree.info/blog/meat/life/TenDegreesInIR.comments">
    <title>Ten Degrees in IR</title>
    <link>http://staticfree.info/blog/meat/life/TenDegreesInIR.comments</link>
    
    <description>
&lt;a href=&quot;http://photos.staticfree.info/infrared/2007-03-11_ten_degrees_in_ir/img_4855.jpg&quot;&gt;&lt;img src=&quot;http://photos.staticfree.info/infrared/2007-03-11_ten_degrees_in_ir/.cache/240x320-img_4855.jpg&quot; alt=&quot;Tina in the park&quot; /&gt;&lt;/a&gt;

&lt;p&gt;Tina and I went for a walk around town, enjoying the 10°C weather. We took my recently-modded Canon that now only sees near-infrared. I'm still working out the kinks with the mod, so some pictures are slightly blurry.&lt;/p&gt;
</description>
    <dc:subject>/meat/life</dc:subject>
    <dc:creator>Steve Pomeroy</dc:creator><geo:lat>42.400374</geo:lat><geo:long>-71.116358</geo:long>
    <dc:date>2007-03-11T17:58-05:00</dc:date>
    <trackback:ping rdf:resource="http://staticfree.info/blog/meat/life/TenDegreesInIR.trackback" />
    <content:encoded><![CDATA[
<a href="http://photos.staticfree.info/infrared/2007-03-11_ten_degrees_in_ir/img_4855.jpg"><img src="http://photos.staticfree.info/infrared/2007-03-11_ten_degrees_in_ir/.cache/240x320-img_4855.jpg" alt="Tina in the park" /></a>

<p>Tina and I went for a walk around town, enjoying the 10°C weather. We took my recently-modded Canon that now only sees near-infrared. I'm still working out the kinks with the mod, so some pictures are slightly blurry.</p>
]]></content:encoded>
  </item>
  <item rdf:about="http://staticfree.info/blog/create/retro_bt_handset.comments">
    <title>Retro Bluetooth Handset mod</title>
    <link>http://staticfree.info/blog/create/retro_bt_handset.comments</link>
    <rdfs:seeAlso rdf:resource="http://staticfree.info/projects/retro_bt_handset/"/>
    <description>
&lt;a href=&quot;http://staticfree.info/projects/retro_bt_handset/&quot;&gt;&lt;img src=&quot;http://photos.staticfree.info/projects/retro_bt_handset/.cache/320x240-img_4753.jpg&quot; alt=&quot;the handset, charging&quot; title=&quot;The handset is charging&quot; /&gt;&lt;/a&gt;

&lt;p&gt;I finally did the Bluetooth handset mod using a vintage Series-500-ish handset. It can connect to my phone and using the button on it, pick up the phone and do voice dialing. Click the above image for more details.&lt;/p&gt;
</description>
    <dc:subject>/create</dc:subject>
    <dc:creator>Steve Pomeroy</dc:creator>
    <dc:date>2007-02-27T13:14-05:00</dc:date>
    <trackback:ping rdf:resource="http://staticfree.info/blog/create/retro_bt_handset.trackback" />
    <content:encoded><![CDATA[
<a href="http://staticfree.info/projects/retro_bt_handset/"><img src="http://photos.staticfree.info/projects/retro_bt_handset/.cache/320x240-img_4753.jpg" alt="the handset, charging" title="The handset is charging" /></a>

<p>I finally did the Bluetooth handset mod using a vintage Series-500-ish handset. It can connect to my phone and using the button on it, pick up the phone and do voice dialing. Click the above image for more details.</p>
]]></content:encoded>
  </item>
</rdf:RDF>
