<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
   <channel>
      <lastBuildDate>Fri, 23 Sep 2011 11:52:54 +0000</lastBuildDate>
      <language>en</language>
      <docs>http://www.rssboard.org/rss-specification</docs>
      <title>laydros.org</title>
      <link>http://devio.us/~laydros/</link>
      <description>laydros.org - RSS feed.</description>
      <atom:link href="http://devio.us/~laydros/feed/" rel="self" type="application/rss+xml" />
      <generator>http://corenominal.org/whird-project/</generator>
   <item>
      <title>Ignoring copyright: Stopping By Woods on a Snowy Evening</title>
      <link>http://devio.us/~laydros/2011/09/23/ignoring-copyright-stopping-by-woods-on-a-snowy-evening</link>
      <guid>http://devio.us/~laydros/2011/09/23/ignoring-copyright-stopping-by-woods-on-a-snowy-evening</guid>
      <pubDate>Fri, 23 Sep 2011 11:52:54 +0000</pubDate>
      <dc:creator>laydros</dc:creator>
      <description><![CDATA[
      <p>When I was born my parents lived in Raleigh, but within a month we moved to Salisbury NC for my dad to take a head pro job. We moved back to Raleigh right after I started kindergarten.</p>

<p>My family became friends with our next door neighbors while there, Leonard and Miriam. Leonard had a profound influence on me at the time, and probably had a lot to do with fueling my engineer mindset. He ran a frameshop but I remember him having a computer of sorts when nobody else did, and he taught me how to build a kite by hand. We bound two twigs together in a cross, and covered it with fabric or plastic. He also taught me how to use some sort of double sided tape goo, and roll it into a ball to make a fake booger.</p>

<p>I found a tape a few years ago (not sure I could find it again) that I made with Leonard. They were recordings we made of me saying things, such as reciting poems or saying tongue twisters. This was an effort to help me speak clearly. I&#8217;m not sure if he was just accelerating my speech ability at a young age, or if I had a true speech issue that he fixed before I was old enough to know. Either way, I have always had Robert Frost&#8217;s poem rattling around somewhere in the back of my brain, Stopping By Woods on a Snowy Evening.</p>

<p>This weekend I went to New York City to attend the Maker Faire, where my mother in law was selling origami. We stayed at my sister-in-laws house, and her boyfriend is an English professor that just finished his master&#8217;s degree in poetry. He had a couple of Robert Frost books on the shelf, and it brought up the poem again.</p>

<p>So, here it is, so I see it more often, and perhaps others do as well.</p>

<blockquote>
  <p><em>Stopping By Woods on a Snowy Evening</em><br>
  <strong>Robert Frost</strong></p>
  
  <p>Whose woods these are I think I know.<br>
  His house is in the village though;<br>
  He will not see me stopping here<br>
  To watch his woods fill up with snow.</p>
  
  <p>My little horse must think it queer<br>
  To stop without a farmhouse near<br>
  Between the woods and frozen lake<br>
  The darkest evening of the year.</p>
  
  <p>He gives his harness bells a shake<br>
  To ask if there is some mistake.<br>
  The only other sound&#8217;s the sweep<br>
  Of easy wind and downy flake.</p>
  
  <p>The woods are lovely, dark and deep.<br>
  But I have promises to keep,<br>
  And miles to go before I sleep,<br>
  And miles to go before I sleep.</p>
</blockquote>
      <p> --<br><small>Tagged: <a href="http://devio.us/~laydros/tags/english/" title="Browse all content tagged with &#8220;english&#8221;">english</a>, <a href="http://devio.us/~laydros/tags/nyc/" title="Browse all content tagged with &#8220;nyc&#8221;">nyc</a>, <a href="http://devio.us/~laydros/tags/poetry/" title="Browse all content tagged with &#8220;poetry&#8221;">poetry</a>, <a href="http://devio.us/~laydros/tags/robert_frost/" title="Browse all content tagged with &#8220;robert frost&#8221;">robert frost</a>, <a href="http://devio.us/~laydros/tags/speech/" title="Browse all content tagged with &#8220;speech&#8221;">speech</a></small></p>      ]]></description>
   </item>

   <item>
      <title>What is laydros.org</title>
      <link>http://devio.us/~laydros/2011/08/04/what-is-laydros-dot-org</link>
      <guid>http://devio.us/~laydros/2011/08/04/what-is-laydros-dot-org</guid>
      <pubDate>Thu, 04 Aug 2011 13:58:33 +0000</pubDate>
      <dc:creator>laydros</dc:creator>
      <description><![CDATA[
      <p>Welcome to laydros.org. I am in the progress of moving most of my personal content to the <a href="http://corenominal.org/whird-project/">whird</a> environment, so please also see my former site at <a href="http://www.laydros.net">laydros.net</a>. It contains more information on my employment history, programming projects, and photography.</p>
      <p> --<br><small>Tagged: <a href="http://devio.us/~laydros/tags/admin/" title="Browse all content tagged with &#8220;admin&#8221;">admin</a>, <a href="http://devio.us/~laydros/tags/site/" title="Browse all content tagged with &#8220;site&#8221;">site</a></small></p>      ]]></description>
   </item>

   <item>
      <title>First try at Conway&#8217;s Game of Life</title>
      <link>http://devio.us/~laydros/2011/07/12/first-try-at-conways-game-of-life</link>
      <guid>http://devio.us/~laydros/2011/07/12/first-try-at-conways-game-of-life</guid>
      <pubDate>Tue, 12 Jul 2011 15:41:02 +0000</pubDate>
      <dc:creator>laydros</dc:creator>
      <description><![CDATA[
      <p>It&#8217;s not very pretty, but I&#8217;m new to console graphics stuff.</p>

<p>I have never used pure C before, so I&#8217;ve been kinda learning the DOS/Windows API and C at the same time. The corners are ignored, but the edges loop.</p>

<p>So here is the current <a href="http://devio.us/~laydros/whird-content/uploads/main.c">main.c</a> and the <a href="http://devio.us/~laydros/whird-content/uploads/cgol.exe">exe</a>. It is currently Windows only, uses the Windows API.</p>
      <p> --<br><small>Tagged: <a href="http://devio.us/~laydros/tags/api/" title="Browse all content tagged with &#8220;api&#8221;">api</a>, <a href="http://devio.us/~laydros/tags/dos/" title="Browse all content tagged with &#8220;dos&#8221;">dos</a>, <a href="http://devio.us/~laydros/tags/games/" title="Browse all content tagged with &#8220;games&#8221;">games</a>, <a href="http://devio.us/~laydros/tags/programming/" title="Browse all content tagged with &#8220;programming&#8221;">programming</a>, <a href="http://devio.us/~laydros/tags/windows/" title="Browse all content tagged with &#8220;windows&#8221;">windows</a></small></p>      ]]></description>
   </item>

   </channel>
</rss>
