<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>The Adventures of Eiki Martinson</title>
    <link>http://www.eikimartinson.com/</link>
    <description></description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.6 - http://www.s9y.org/</generator>
    
    

<item>
    <title>Tilt Sensor Demonstration Toy</title>
    <link>http://www.eikimartinson.com/archives/84-Tilt-Sensor-Demonstration-Toy.html</link>
            <category>Engineering and Inventions</category>
    
    <comments>http://www.eikimartinson.com/archives/84-Tilt-Sensor-Demonstration-Toy.html#comments</comments>
    <wfw:comment>http://www.eikimartinson.com/wfwcomment.php?cid=84</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.eikimartinson.com/rss.php?version=2.0&amp;type=comments&amp;cid=84</wfw:commentRss>
    

    <author>nospam@example.com (Eiki Martinson)</author>
    <content:encoded>
    &lt;p&gt;I&#039;ve finally created &lt;a href=&quot;http://www.eikimartinson.com/engineering/tiltsensor&quot;&gt;a page for this fun little tilt-sensing toy&lt;/a&gt; I made using a MEMS accelerometer, some LEDs, and the LM3914 bar-graph driver. It was knocked together in an afternoon in 2002, so don&#039;t look too closely at the somewhat crude construction techniques in this one!&lt;/p&gt;
&lt;div class=&quot;textimage&quot;&gt;&lt;a href=&quot;http://www.eikimartinson.com/engineering/tiltsensor&quot;&gt;&lt;img class=&quot;thumb&quot; src=&quot;http://www.eikimartinson.com/engineering/tiltsensor.jpg&quot; alt=&quot;&quot; width=&quot;320&quot; height=&quot;240&quot; /&gt;&lt;/a&gt;&lt;/div&gt; 
    </content:encoded>

    <pubDate>Thu, 03 May 2012 08:58:17 -0700</pubDate>
    <guid isPermaLink="false">http://www.eikimartinson.com/archives/84-guid.html</guid>
    
</item>
<item>
    <title>An Update on the Pipe Crawler</title>
    <link>http://www.eikimartinson.com/archives/83-An-Update-on-the-Pipe-Crawler.html</link>
            <category>Administration</category>
    
    <comments>http://www.eikimartinson.com/archives/83-An-Update-on-the-Pipe-Crawler.html#comments</comments>
    <wfw:comment>http://www.eikimartinson.com/wfwcomment.php?cid=83</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.eikimartinson.com/rss.php?version=2.0&amp;type=comments&amp;cid=83</wfw:commentRss>
    

    <author>nospam@example.com (Eiki Martinson)</author>
    <content:encoded>
    &lt;p&gt;I&#039;m thrilled that Make magazine has featured our 2003 senior design project, &lt;a href=&quot;http://www.eikimartinson.com/engineering/pipe&quot;&gt;the Pipe Crawler&lt;/a&gt;, on its blog. I thank Sean Ragan for taking an interest and for writing &lt;a href=&quot;http://blog.makezine.com/2012/04/23/pipe-crawling-bot/&quot;&gt;the post&lt;/a&gt;; visitors from Make are very welcome indeed. I&#039;ve taken this as prompting to update the site a bit; prior readers may notice that I&#039;ve added links to an RSS feed of this blog; please &lt;a href=&quot;http://www.eikimartinson.com/feed/&quot;&gt;subscribe&lt;/a&gt; if you&#039;re so inclined. Using my new and very precariously assembled light tent (details of which are for a later post); I&#039;ve also updated some of the photos of the pipe crawler; and finally, I&#039;ve restored &lt;a href=&quot;http://www.eikimartinson.com/engineering/pipe/pipecrawler.pdf&quot;&gt;the link to the original paper&lt;/a&gt; my team gave to our professors at the end of the class, although I cringe to read it today&amp;mdash;hopefully I&#039;ve learned a thing or two in the years since!&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 25 Apr 2012 19:24:17 -0700</pubDate>
    <guid isPermaLink="false">http://www.eikimartinson.com/archives/83-guid.html</guid>
    
</item>
<item>
    <title>Javascript Syntax Highlighting</title>
    <link>http://www.eikimartinson.com/archives/82-Javascript-Syntax-Highlighting.html</link>
            <category>Software</category>
            <category>Web Development</category>
    
    <comments>http://www.eikimartinson.com/archives/82-Javascript-Syntax-Highlighting.html#comments</comments>
    <wfw:comment>http://www.eikimartinson.com/wfwcomment.php?cid=82</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.eikimartinson.com/rss.php?version=2.0&amp;type=comments&amp;cid=82</wfw:commentRss>
    

    <author>nospam@example.com (Eiki Martinson)</author>
    <content:encoded>
    &lt;p&gt;
  I occasionally post samples of source code in a handful of languages
  on this site; to present these in the most readable form I started
  looking for client-side syntax highlighting scripts, always with an
  eye towards matching the behavior of emacs and its major modes. I
  made attempts with the most popular choices in this area, but was
  disappointed with them for various reasons:
&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;
    &lt;a href=&quot;http://code.google.com/p/google-code-prettify/&quot;&gt;
      &lt;strong&gt;google-code-prettify&lt;/strong&gt;&lt;/a&gt; 
    did not highlight C correctly; it marked types (char, for example)
    as keywords sometimes, and it&#039;s not actually hosted on the google
    CDN, which I would think is one of the major reasons to use a
    google project for something like this.
  &lt;/li&gt;
  &lt;li&gt;
    &lt;a href=&quot;http://softwaremaniacs.org/soft/highlight/en/&quot;&gt;
      &lt;strong&gt;highlight.js&lt;/strong&gt;&lt;/a&gt;
    relies on a mysterious process of automatically &quot;detecting&quot; the
    language used in a particular code block, which failed in my test
    case when it mismarked C as perl. Despite that, it comes with some
    nice color themes and, unlike google-code-prettify, is hosted
    externally, although I would be more comfortable if it was hosted
    on a major CDN like google&#039;s.
  &lt;/li&gt;
  &lt;li&gt;
    &lt;a href=&quot;http://alexgorbatchev.com/SyntaxHighlighter/&quot;&gt;
      &lt;strong&gt;SyntaxHighlighter&lt;/strong&gt;&lt;/a&gt; has extensive language
    support and uses an autoloader to load only the scripts necessary
    for highlighting the languages contained in the current page, a
    significant point in its favor. However, the html produced by this
    script is heavy with non-semantic &amp;lt;div&amp;gt;&#039;s (one for each
    line!) and wraps every highlighted token in its own &amp;lt;code&amp;gt;
    tags. I prefer client-side scripts not to throw semantics out the
    window when possible; one &amp;lt;span&amp;gt; with appropriate class
    names for each token should be sufficient.
  &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
  But just as I was about to turn away from this project and put
  syntax highlighting on the shelf for awhile, I found another script:
  &lt;a href=&quot;http://craig.is/making/rainbows&quot;&gt;Rainbow&lt;/a&gt;, by Craig
  Campbell. This library makes heavy use of regular expressions, which
  I&#039;m fond of, and seems to have been designed from the beginning for
  ease of extensibility. It&#039;s also hosted on GitHub, and I&#039;ve already
  taken advantage of that to make some small contributions to the
  project. Rainbow is relatively young and doesn&#039;t support very many
  languages as yet, it&#039;s true, but this script is so easy to extend
  that I don&#039;t anticipate that will be much of a problem&amp;mdash;I&#039;ll
  probably just write a new mode myself if I need one.
&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.eikimartinson.com/archives/82-Javascript-Syntax-Highlighting.html#extended&quot;&gt;Continue reading &quot;Javascript Syntax Highlighting&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 05 Apr 2012 18:02:12 -0700</pubDate>
    <guid isPermaLink="false">http://www.eikimartinson.com/archives/82-guid.html</guid>
    
</item>
<item>
    <title>Embedding Videos Elastically</title>
    <link>http://www.eikimartinson.com/archives/81-Embedding-Videos-Elastically.html</link>
            <category>Science Experiments</category>
            <category>Web Development</category>
    
    <comments>http://www.eikimartinson.com/archives/81-Embedding-Videos-Elastically.html#comments</comments>
    <wfw:comment>http://www.eikimartinson.com/wfwcomment.php?cid=81</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.eikimartinson.com/rss.php?version=2.0&amp;type=comments&amp;cid=81</wfw:commentRss>
    

    <author>nospam@example.com (Eiki Martinson)</author>
    <content:encoded>
    &lt;p&gt;I&#039;ve meant to make and share more videos for some time now, ever
since &lt;a
href=&quot;http://eikimartinson.com/archives/71-Leaping-into-the-Present-with-the-Samsung-Galaxy-S.html&quot;&gt;my
first smartphone&lt;/a&gt; brought with it a decent video camera, in
fact. This has meant diving deeply into technical subjects I had
previously neglected, wrestling with various open-source video
editors, and, of course, updating my blog theme so that I could
properly embed YouTube iframes into posts. This last turned out to be
surprisingly difficult.&lt;/p&gt; 
&lt;div class=&quot;videoWrapper&quot;&gt;&lt;div class=&quot;video&quot;&gt;&lt;iframe width=&quot;480&quot; height=&quot;360&quot; src=&quot;http://www.youtube.com/embed/aUanhKWfV5o&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/div&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.eikimartinson.com/archives/81-Embedding-Videos-Elastically.html#extended&quot;&gt;Continue reading &quot;Embedding Videos Elastically&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 27 Mar 2012 20:26:01 -0700</pubDate>
    <guid isPermaLink="false">http://www.eikimartinson.com/archives/81-guid.html</guid>
    
</item>
<item>
    <title>B-29 Superfortress &amp;ldquo;Fifi&amp;rdquo;</title>
    <link>http://www.eikimartinson.com/archives/80-B-29-Superfortress-ldquo;Fifirdquo;.html</link>
            <category>Exploits</category>
    
    <comments>http://www.eikimartinson.com/archives/80-B-29-Superfortress-ldquo;Fifirdquo;.html#comments</comments>
    <wfw:comment>http://www.eikimartinson.com/wfwcomment.php?cid=80</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.eikimartinson.com/rss.php?version=2.0&amp;type=comments&amp;cid=80</wfw:commentRss>
    

    <author>nospam@example.com (Eiki Martinson)</author>
    <content:encoded>
    &lt;p&gt;I had the pleasure this weekend of seeing the only presently flying example of the B-29 Superfortess, a salvaged plane named &lt;a href=&quot;http://www.cafb29b24.org/&quot;&gt;&amp;ldquo;Fifi&amp;rdquo;&lt;/a&gt; that was restored and is kept airworthy by the fine people of the &lt;a href=&quot;http://www.commemorativeairforce.org/&quot;&gt;Commerative Air Force&lt;/a&gt;. A recently restored P-51D Mustang, &amp;ldquo;The Brat III&amp;rdquo; was also on display, and the public could even fly in both planes. I couldn&#039;t afford that ($570 to $1395 for the B-29, depending on the seat, $1995 for the P-51) but was very happy taking a tour through the bomb-bay and cockpit.&lt;/p&gt;
&lt;p class=&quot;textimage&quot;&gt;
  &lt;a href=&quot;http://www.eikimartinson.com/uploads/eiki_bomb_bay.jpg&quot;&gt;&lt;img class=&quot;thumb&quot; width=&quot;83&quot; height=&quot;110&quot; src=&quot;http://www.eikimartinson.com/uploads/eiki_bomb_bay.serendipityThumb.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
  &lt;a href=&quot;http://www.eikimartinson.com/uploads/b29_cockpit.jpg&quot;&gt;&lt;img class=&quot;thumb&quot; width=&quot;110&quot; height=&quot;83&quot; src=&quot;http://www.eikimartinson.com/uploads/b29_cockpit.serendipityThumb.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
  &lt;a href=&quot;http://www.eikimartinson.com/uploads/b29_engine_betty.jpg&quot;&gt;&lt;img class=&quot;thumb&quot; width=&quot;110&quot; height=&quot;83&quot; src=&quot;http://www.eikimartinson.com/uploads/b29_engine_betty.serendipityThumb.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
  &lt;a href=&quot;http://www.eikimartinson.com/uploads/b29_prop.jpg&quot;&gt;&lt;img class=&quot;thumb&quot; width=&quot;83&quot; height=&quot;110&quot; src=&quot;http://www.eikimartinson.com/uploads/b29_prop.serendipityThumb.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
  &lt;a href=&quot;http://www.eikimartinson.com/uploads/p51_flank.jpg&quot;&gt;&lt;img class=&quot;thumb&quot; width=&quot;110&quot; height=&quot;83&quot; src=&quot;http://www.eikimartinson.com/uploads/p51_flank.serendipityThumb.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
  &lt;a href=&quot;http://www.eikimartinson.com/uploads/p51_and_b29.jpg&quot;&gt;&lt;img class=&quot;thumb&quot; width=&quot;110&quot; height=&quot;83&quot; src=&quot;http://www.eikimartinson.com/uploads/p51_and_b29.serendipityThumb.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;By the way, I only became aware of &lt;a href=&quot;http://www.cafb29b24.org/index.php?option=com_content&amp;view=article&amp;id=137:ftloauderdale&amp;catid=37:stops&quot;&gt;Fifi&#039;s visit to Fort Lauderdale Executive Airport&lt;/a&gt; because I happened to be overflown at low altitude by it, heard a somewhat remarkable noise, and was surprised to find a B-29 overhead. A little google-searching revealed what was going on this week. Either the CAF might want to try to get the word out more effectively, or I need to be more plugged
into the local aviation and warbird community, if such exists. Any suggestions to that end will be appreciated.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Sun, 18 Mar 2012 15:23:04 -0700</pubDate>
    <guid isPermaLink="false">http://www.eikimartinson.com/archives/80-guid.html</guid>
    
</item>
<item>
    <title>Postel's Prescription and Power Polarity</title>
    <link>http://www.eikimartinson.com/archives/79-Postels-Prescription-and-Power-Polarity.html</link>
            <category>Engineering and Inventions</category>
    
    <comments>http://www.eikimartinson.com/archives/79-Postels-Prescription-and-Power-Polarity.html#comments</comments>
    <wfw:comment>http://www.eikimartinson.com/wfwcomment.php?cid=79</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.eikimartinson.com/rss.php?version=2.0&amp;type=comments&amp;cid=79</wfw:commentRss>
    

    <author>nospam@example.com (Eiki Martinson)</author>
    <content:encoded>
    &lt;blockquote&gt;
&lt;p&gt;Be liberal in what you accept, and conservative in what you send.&lt;/p&gt;
&lt;p class=&quot;attribution&quot;&gt;&amp;mdash;&lt;a href=&quot;http://catb.org/jargon/html/P/Postels-Prescription.html&quot;&gt;Postel&#039;s Prescription&lt;/a&gt;, by Jon Postel&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I have a day job as a hardware engineer for a telecommunications
company, and in this capacity I&#039;m often designing equipment to be
installed in phone company Central Offices (COs). Unlike the designers
of consumer electronics or data center hardware, I can rely on having
DC available to power my devices; COs have &amp;ldquo;rectifier plants&amp;rdquo; that
convert mains AC to 48-volt DC and distribute this power through the
facility with giant copper or aluminum busbars over the racks.&lt;/p&gt;

&lt;p&gt;Most CO equipment uses two-pin Phoenix-style connectors as power
inlets. These come with a pluggable terminal block with screw-down
style connectors that accept bare wire from the rack&#039;s fuse and power
distribution panel. Because installers wire this plug on site and
mistakes are easy to make, it&#039;s good sense (and company policy) for
the hardware designer to put a bridge rectifier across the input leads
so that this connection can be insensitive to polarity.&lt;/p&gt;

&lt;p&gt;This is an application of the first part of Postel&#039;s Prescription, &amp;ldquo;be
liberal in what you accept&amp;rdquo;, to power engineering. If the second part,
&amp;ldquo;conservative in what you send&amp;rdquo;, has an analogue in this field,
it could be this: make sure your power &lt;em&gt;outputs&lt;/em&gt;, if any, have clearly
defined polarity. Another possible analogue would be: keep the output
to a tighter voltage range than the telecom standard 36-72 volts.&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.eikimartinson.com/archives/79-Postels-Prescription-and-Power-Polarity.html#extended&quot;&gt;Continue reading &quot;Postel&#039;s Prescription and Power Polarity&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 10 Mar 2012 16:24:35 -0800</pubDate>
    <guid isPermaLink="false">http://www.eikimartinson.com/archives/79-guid.html</guid>
    
</item>
<item>
    <title>Making Different Mistakes</title>
    <link>http://www.eikimartinson.com/archives/78-Making-Different-Mistakes.html</link>
    
    <comments>http://www.eikimartinson.com/archives/78-Making-Different-Mistakes.html#comments</comments>
    <wfw:comment>http://www.eikimartinson.com/wfwcomment.php?cid=78</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.eikimartinson.com/rss.php?version=2.0&amp;type=comments&amp;cid=78</wfw:commentRss>
    

    <author>nospam@example.com (Eiki Martinson)</author>
    <content:encoded>
    &lt;blockquote&gt;

&lt;p&gt; 
  None of us can fully escape this blindness, but we shall certainly
  increase it, and weaken our guard against it, if we read only modern
  books. Where they are true they will give us truths which we half
  knew already.  Where they are false they will aggravate the error
  with which we are already dangerously ill.  The only palliative is
  to keep the clean sea breeze of the centuries blowing through our
  minds, and this can be done only by reading old books.  Not, of
  course, that there is any magic about the past.  People were no
  cleverer then than they are now; they made as many mistakes as
  we. But not the same mistakes.
&lt;/p&gt;

&lt;p class=&quot;attribution&quot;&gt;&amp;mdash;C. S. Lewis, from his introduction to
Athanasius&#039; &lt;em&gt;On the Incarnation&lt;/em&gt; *&lt;/p&gt;

&lt;/blockquote&gt;

&lt;p&gt; I like this idea that old books can be an antidote to the &lt;a
  href=&quot;http://americanenergyindependence.com/&quot;&gt;unexamined&lt;/a&gt; &lt;a
  href=&quot;http://www.epa.gov/osw/conserve/rrr/recycle.htm&quot;&gt;pieties&lt;/a&gt;
  of &lt;a href=&quot;http://americanmanufacturing.org/&quot;&gt;contemporary&lt;/a&gt; &lt;a
  href=&quot;http://www.rockthevote.com/&quot;&gt;thought&lt;/a&gt;, and have been
  putting Lewis&#039; suggestion into practice; at the moment my daily
  reading is split almost equally between a just-released and
  currently-best-selling &lt;a
  href=&quot;http://www.thepowerofintroverts.com/&quot;&gt;work of pop
  psychology&lt;/a&gt; and Edward Gibbon&#039;s &lt;em&gt;The Decline and Fall of the
  Roman Empire&lt;/em&gt; (although I suspect Lewis would not have counted
  this as &amp;ldquo;old&amp;rdquo;, preferring to read the actual Romans themselves,
  Gibbon is revered enough and indeed, old enough to have entered the
  canon himself, even if through the side door).  &lt;/p&gt;

 &lt;br /&gt;&lt;a href=&quot;http://www.eikimartinson.com/archives/78-Making-Different-Mistakes.html#extended&quot;&gt;Continue reading &quot;Making Different Mistakes&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Wed, 15 Feb 2012 20:12:44 -0800</pubDate>
    <guid isPermaLink="false">http://www.eikimartinson.com/archives/78-guid.html</guid>
    
</item>
<item>
    <title>Sketchbook: a Thatched Hut</title>
    <link>http://www.eikimartinson.com/archives/76-Sketchbook-a-Thatched-Hut.html</link>
            <category>Artworks</category>
    
    <comments>http://www.eikimartinson.com/archives/76-Sketchbook-a-Thatched-Hut.html#comments</comments>
    <wfw:comment>http://www.eikimartinson.com/wfwcomment.php?cid=76</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.eikimartinson.com/rss.php?version=2.0&amp;type=comments&amp;cid=76</wfw:commentRss>
    

    <author>nospam@example.com (Eiki Martinson)</author>
    <content:encoded>
    &lt;p class=&quot;textimage&quot;&gt;&lt;img width=&quot;580&quot; height=&quot;491&quot; src=&quot;http://www.eikimartinson.com/art/pendrawing_hut_m.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;This is an older drawing of a hut from somewhere in Southeast Asia, after a photograph in &lt;em&gt;Architectural Digest&lt;/em&gt;. I drew this with a black Pilot G2 05 pen in the sketchbook I was using at that time.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 09 Dec 2011 21:38:45 -0800</pubDate>
    <guid isPermaLink="false">http://www.eikimartinson.com/archives/76-guid.html</guid>
    
</item>
<item>
    <title>A New Design</title>
    <link>http://www.eikimartinson.com/archives/75-A-New-Design.html</link>
            <category>Administration</category>
            <category>Design</category>
    
    <comments>http://www.eikimartinson.com/archives/75-A-New-Design.html#comments</comments>
    <wfw:comment>http://www.eikimartinson.com/wfwcomment.php?cid=75</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.eikimartinson.com/rss.php?version=2.0&amp;type=comments&amp;cid=75</wfw:commentRss>
    

    <author>nospam@example.com (Eiki Martinson)</author>
    <content:encoded>
    &lt;p&gt;I&#039;ve redesigned my personal site and blog, and would appreciate criticisms or comments. The layout adapts to a wide variety of screen widths using CSS media queries; try scaling your browser window or looking at the site on your mobile phone to see what I mean.&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.eikimartinson.com/archives/75-A-New-Design.html#extended&quot;&gt;Continue reading &quot;A New Design&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Mon, 28 Nov 2011 18:53:44 -0800</pubDate>
    <guid isPermaLink="false">http://www.eikimartinson.com/archives/75-guid.html</guid>
    
</item>
<item>
    <title>Colebrook Equation GNU Octave Script</title>
    <link>http://www.eikimartinson.com/archives/74-Colebrook-Equation-GNU-Octave-Script.html</link>
            <category>Engineering and Inventions</category>
            <category>Software</category>
    
    <comments>http://www.eikimartinson.com/archives/74-Colebrook-Equation-GNU-Octave-Script.html#comments</comments>
    <wfw:comment>http://www.eikimartinson.com/wfwcomment.php?cid=74</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.eikimartinson.com/rss.php?version=2.0&amp;type=comments&amp;cid=74</wfw:commentRss>
    

    <author>nospam@example.com (Eiki Martinson)</author>
    <content:encoded>
    &lt;p&gt;As a way of trying out &lt;a href=&quot;http://github.com&quot;&gt;github&lt;/a&gt; for myself I uploaded &lt;a href=&quot;http://github.com/eikimart/Octave-Matlab-ColebrookEquation&quot;&gt;a small script&lt;/a&gt; that iteratively solves the Colebrook equation for the Darcy-Weisbach friction factor, which can be used to estimate head loss due to pipe friction; this played a very minor role in my recent MSEE thesis. The script runs in GNU Octave and it certainly should run in Matlab as well, although I haven&#039;t tested that.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sun, 25 Sep 2011 19:32:37 -0700</pubDate>
    <guid isPermaLink="false">http://www.eikimartinson.com/archives/74-guid.html</guid>
    
</item>
<item>
    <title>Link Love from MAKE, Others</title>
    <link>http://www.eikimartinson.com/archives/73-Link-Love-from-MAKE,-Others.html</link>
            <category>Administration</category>
    
    <comments>http://www.eikimartinson.com/archives/73-Link-Love-from-MAKE,-Others.html#comments</comments>
    <wfw:comment>http://www.eikimartinson.com/wfwcomment.php?cid=73</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.eikimartinson.com/rss.php?version=2.0&amp;type=comments&amp;cid=73</wfw:commentRss>
    

    <author>nospam@example.com (Eiki Martinson)</author>
    <content:encoded>
    &lt;p&gt;Some of my projects have been drawing attention from Maker circles lately. I&#039;m very excited that the &lt;a href=&quot;http://eikimartinson.com/index.php?/archives/6-Color-Changing-Doorbell-Finished.html&quot;&gt;Color Changing Doorbell&lt;/a&gt; was &lt;a href=&quot;http://blog.makezine.com/archive/2011/09/color-changing-doorbell.html&quot;&gt;featured on the blog&lt;/a&gt; of my favorite magazine &lt;a href=&quot;http://makezine.com&quot;&gt;MAKE&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Also, a website called &lt;a href=&quot;http://www.buildlounge.com/2011/09/12/home-built-fireworks-controller/&quot;&gt;BuildLounge &lt;/a&gt;was kind enough to link to my &lt;a href=&quot;http://eikimartinson.com/index.php?/archives/36-Computer-Controlled-Fireworks,-Take-1-New-Years-Eve-Part-4.html&quot;&gt;serial-controlled fireworks igniter&lt;/a&gt;, under a category of &quot;Explosions&quot;.
Welcome, new visitors from these sites!&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Sat, 24 Sep 2011 09:59:39 -0700</pubDate>
    <guid isPermaLink="false">http://www.eikimartinson.com/archives/73-guid.html</guid>
    
</item>
<item>
    <title>Audi Caravan to Key West</title>
    <link>http://www.eikimartinson.com/archives/72-Audi-Caravan-to-Key-West.html</link>
            <category>Exploits</category>
    
    <comments>http://www.eikimartinson.com/archives/72-Audi-Caravan-to-Key-West.html#comments</comments>
    <wfw:comment>http://www.eikimartinson.com/wfwcomment.php?cid=72</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.eikimartinson.com/rss.php?version=2.0&amp;type=comments&amp;cid=72</wfw:commentRss>
    

    <author>nospam@example.com (Eiki Martinson)</author>
    <content:encoded>
    &lt;p&gt;These pictures are from an Audi Owner&#039;s Club caravan to Key West on May 21, 2011 using Jay Wilson&#039;s brand new Audi S4; a fun trip!&lt;/p&gt;
&lt;p class=&quot;textimage&quot;&gt;&lt;a href=&quot;http://www.eikimartinson.com/uploads/R8-wheel.jpg&quot;&gt;&lt;img class=&quot;thumb&quot; width=&quot;110&quot; height=&quot;83&quot; src=&quot;http://www.eikimartinson.com/uploads/R8-wheel.serendipityThumb.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.eikimartinson.com/uploads/knightskey.jpg&quot;&gt;&lt;img class=&quot;thumb&quot; width=&quot;110&quot; height=&quot;83&quot; src=&quot;http://www.eikimartinson.com/uploads/knightskey.serendipityThumb.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://www.eikimartinson.com/uploads/sidemirror.jpg&quot;&gt;&lt;img class=&quot;thumb&quot; width=&quot;110&quot; height=&quot;83&quot; src=&quot;http://www.eikimartinson.com/uploads/sidemirror.serendipityThumb.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Mon, 23 May 2011 16:43:00 -0700</pubDate>
    <guid isPermaLink="false">http://www.eikimartinson.com/archives/72-guid.html</guid>
    
</item>
<item>
    <title>Leaping into the Present with the Samsung Galaxy S</title>
    <link>http://www.eikimartinson.com/archives/71-Leaping-into-the-Present-with-the-Samsung-Galaxy-S.html</link>
    
    <comments>http://www.eikimartinson.com/archives/71-Leaping-into-the-Present-with-the-Samsung-Galaxy-S.html#comments</comments>
    <wfw:comment>http://www.eikimartinson.com/wfwcomment.php?cid=71</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.eikimartinson.com/rss.php?version=2.0&amp;type=comments&amp;cid=71</wfw:commentRss>
    

    <author>nospam@example.com (Eiki Martinson)</author>
    <content:encoded>
    &lt;p&gt;Those who know me personally have come to expect a certain amount of
frustration when trying to contact me on my phone, which until
recently was a Motorola W755 clamshell phone which frequently lost
connections, often failed to ring on incoming calls, and had a broken
USB connector requiring me to remove the battery and place it in my
previous Motorola phone whenever I needed a charge!&lt;/p&gt;
&lt;p&gt;Enter the 
&lt;a href=&quot;http://www.samsung.com/global/microsite/galaxys/specification/spec.html?ver=high&quot;&gt;
Samsung Galaxy S&lt;/a&gt; (&amp;ldquo;Fascinate&amp;rdquo; in Verizon&#039;s lineup). Yes, I&#039;m aware
that the S2 should be arriving in the USA in the third quarter of this
year, but it will probably be priced around $300. The original S
already has all the features I&#039;m interested in, such as 6-axis
inertial sensing and the OLED screen; 4G is less valuable than one
might think given a lifestyle that affords constant wi-fi coverage as
mine does; finally, at this late date, any smartphone at all is such
an enormous discontinuous jump into the present that I can&#039;t really
lose with any choice at all in this market!&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.eikimartinson.com/archives/71-Leaping-into-the-Present-with-the-Samsung-Galaxy-S.html#extended&quot;&gt;Continue reading &quot;Leaping into the Present with the Samsung Galaxy S&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Mon, 16 May 2011 19:29:31 -0700</pubDate>
    <guid isPermaLink="false">http://www.eikimartinson.com/archives/71-guid.html</guid>
    
</item>
<item>
    <title>Ruminations on Leviathan, Prompted by the Film &lt;em&gt;Potiche&lt;/em&gt;</title>
    <link>http://www.eikimartinson.com/archives/69-Ruminations-on-Leviathan,-Prompted-by-the-Film-emPoticheem.html</link>
            <category>Media</category>
    
    <comments>http://www.eikimartinson.com/archives/69-Ruminations-on-Leviathan,-Prompted-by-the-Film-emPoticheem.html#comments</comments>
    <wfw:comment>http://www.eikimartinson.com/wfwcomment.php?cid=69</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.eikimartinson.com/rss.php?version=2.0&amp;type=comments&amp;cid=69</wfw:commentRss>
    

    <author>nospam@example.com (Eiki Martinson)</author>
    <content:encoded>
    &lt;p&gt;As an excuse to try out &lt;a href=&quot;http://fau.livingroomtheaters.com/&quot;&gt;FAU&#039;s new Living Room Theaters&lt;/a&gt; I spent some
time Sunday seeing a French film named &lt;em&gt;Potiche&lt;/em&gt;, which was
surprisingly and tediously political at the same time. The surprise
was my own fault: I didn&#039;t research it too closely before buying my
ticket. Blame for the tedium falls elsewhere! Whereas most of the
audience, I expect, saw &lt;em&gt;Potiche&lt;/em&gt; as a charming and funny
celebration of female empowerment, I saw mostly a nightmare in which
&lt;em&gt;everything&lt;/em&gt; was politics, everything from business decisions
to paternal pride to tender moments between husband and wife
tainted with the tawdry operations of socialist democracy.&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.eikimartinson.com/archives/69-Ruminations-on-Leviathan,-Prompted-by-the-Film-emPoticheem.html#extended&quot;&gt;Continue reading &quot;Ruminations on Leviathan, Prompted by the Film &amp;lt;em&amp;gt;Potiche&amp;lt;/em&amp;gt;&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 08 May 2011 16:06:55 -0700</pubDate>
    <guid isPermaLink="false">http://www.eikimartinson.com/archives/69-guid.html</guid>
    
</item>
<item>
    <title>Curiously Vulgar</title>
    <link>http://www.eikimartinson.com/archives/67-Curiously-Vulgar.html</link>
    
    <comments>http://www.eikimartinson.com/archives/67-Curiously-Vulgar.html#comments</comments>
    <wfw:comment>http://www.eikimartinson.com/wfwcomment.php?cid=67</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.eikimartinson.com/rss.php?version=2.0&amp;type=comments&amp;cid=67</wfw:commentRss>
    

    <author>nospam@example.com (Eiki Martinson)</author>
    <content:encoded>
    &lt;p&gt;Altoids mints have for many years been marketed under a brand that has
successfully conveyed an image of Victorian understatement,
exaggerated politesse, and quirky humor. I would think these lovely
characteristics, which carried the mints to such success in the US
market, would be enough for Callard and Bowser. Apparently not! A
reckless experiment in marketing has resulted in what strikes me as
more of a misstep than previous Altoids
&lt;a href=&quot;http://www.tatteredcoat.com/archives/2005/08/23/altoids-and-torture/&quot;&gt;attempts&lt;/a&gt; at
&lt;a href=&quot;http://www.adverbox.com/ads/altoids-2/&quot;&gt;boundary-pushing&lt;/a&gt;. 
Recently I opened the familiar tin of peppermints expecting to be
soothed by anachronistic charm, instead to be assaulted by an earthy
imperative:&lt;/p&gt;
&lt;p class=&quot;textimage&quot;&gt;&lt;img width=&quot;300&quot; height=&quot;315&quot; src=&quot;http://www.eikimartinson.com/uploads/mint-hole.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Open your mint hole&amp;rdquo;? How of-the-moment. Thank you, but I don&#039;t think
I will.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 14 Apr 2011 14:55:42 -0700</pubDate>
    <guid isPermaLink="false">http://www.eikimartinson.com/archives/67-guid.html</guid>
    
</item>

</channel>
</rss>
