<?xml version="1.0" encoding="UTF-8"?>
<posts>
  <post>
    <id type="integer">79</id>
    <title>Open for business</title>
    <content>
<p>I&#8217;ve decided to start slinging freelance work in order to pay the bills, which suddenly appear much larger now that my income has bottomed out.  And health insurance, <em>Holy Christ</em>, what a cost!  People on payroll, take heed.</p>

<p>To that end, I&#8217;ve updated my <a href="http://davidyeu.com">self-promotional website</a> with a new resume and a new look.  I doubt I&#8217;ll get mistaken for a designer, but it was still a fun to play with colors.</p>

<p>To layout the site I used <a href="http://www.blueprintcss.org">Blueprint</a>, a CSS framework.  It makes grid-respecting columns very, very easy, but breaking the semantic wall feels a bit dirty.  For example, to get three columns, one would do:</p>

<pre><code>&lt;div class="container"&gt;
    &lt;div class="span-8"&gt;
        ...
    &lt;/div&gt;
    &lt;div class="span-8"&gt;
        ...
    &lt;/div&gt;
    &lt;div class="span-8 last"&gt;
        ...
    &lt;/div&gt;
&lt;/div&gt;
</code></pre>

<p>After having the separation of presentation and content pounded into my head for years, this seems like sliding backwards somehow.  Wouldn&#8217;t a true guru just assign meaningful ids and figure it all out in the stylesheets?  Probably.  But in the interest of speed, it&#8217;s hard to argue against such a quick, well-working solution.</p>    </content>
    <published-on type="datetime">2008-10-15T20:43:31Z</published-on>
    <created-on type="datetime">2008-10-15T20:43:32Z</created-on>
    <updated-on type="datetime">2008-10-15T20:43:32Z</updated-on>
  </post>
  <post>
    <id type="integer">78</id>
    <title>Circuitry 101</title>
    <content>
<p>Apparently, my new kitchen is wired to an outlet in my new basement where all the computery goodies are plugged in.  Thus, Mr. Microwave tanked everything last night.  Yay.</p>    </content>
    <published-on type="datetime">2008-10-07T16:44:16Z</published-on>
    <created-on type="datetime">2008-10-07T16:44:16Z</created-on>
    <updated-on type="datetime">2008-10-07T16:44:16Z</updated-on>
  </post>
  <post>
    <id type="integer">77</id>
    <title>Arrived</title>
    <content>
<p>On this Tuesday past, I kissed Brooklyn good-bye and moved with my family to New Jersey.  Yes, the Manhattan Dream is on hold for now, but we hold hope for a future return.  Right now, a quiet little house is a good remedy for what ails us, and it&#8217;s turning out quite nice.  Cozy.</p>

<p>What will I miss?  I used to walk to get dog food.  Now I have to drive.</p>

<p>What have I gained?  A half-finished basement that&#8217;s mine, all mine.  Right now, it&#8217;s a assemblage of cardboard boxes and furniture parts, but it&#8217;ll soon be turned into an office slash den, the proverbial husband&#8217;s escape from his family&#8217;s torment.  No, too stereotypical, but in all honesty it&#8217;s a pleasure to have such a space devoted to my own pastimes.  I intend to get a lot of work done here, perhaps launching a project or a business or two, and maybe one day it will become a historical marker, like the patent clerk&#8217;s desk where Einstein sat or the birthplace of Shakespeare.  Then again, it probably won&#8217;t.</p>

<p>I just need to do something about this dampness&#8230;</p>

<p>And the spiders.</p>    </content>
    <published-on type="datetime">2008-10-03T03:32:29Z</published-on>
    <created-on type="datetime">2008-10-03T03:32:29Z</created-on>
    <updated-on type="datetime">2008-10-03T03:32:29Z</updated-on>
  </post>
</posts>
