<?xml version='1.0' encoding='utf-8' ?>
<rss version="2.0">
  <channel>
    <title>The Twilight Report</title>
    <link>http://www.wdlabs.com/twilight</link>
    <description>The Twilight Report - WhiteDactyl.com</description>
    <lastBuildDate>Thu, 24 May 2012 20:26:16 GMT</lastBuildDate>
    <generator>NX</generator>
    <image>
      <url>http://www.wdlabs.com/twilight/icon/twilight.jpg</url>
      <title>The Twilight Report</title>
      <link>http://www.wdlabs.com/twilight</link>
      <width>100</width>
      <height>100</height>
    </image>
      <item>
        <guid isPermaLink="true">http://www.wdlabs.com/twilight/entry/20070325.0844</guid>
        <pubDate>Sun, 25 Mar 2007 12:44:00 GMT</pubDate>
        <title>temporal paranoia</title>
        <link>http://www.wdlabs.com/twilight/entry/20070325.0844</link>
        <description>


&lt;p&gt;So, allegedly we got an extra hour of sleep last night (it’s fall back right?).  Only all of my clocks are also some sort of computer device, and I didn’t have to change any of them, they just report the new time.  This makes me nervous, as it could all theoretically be an elaborate CIA plot to make me think I am more rested than I really am.  I wouldn’t put it past them.&lt;/p&gt;



</description>
        <comments>http://www.wdlabs.com/twilight/entry/20070325.0844</comments>
      </item>
      <item>
        <guid isPermaLink="true">http://www.wdlabs.com/twilight/entry/20070222.0824</guid>
        <pubDate>Thu, 22 Feb 2007 13:24:00 GMT</pubDate>
        <title>fundmental</title>
        <link>http://www.wdlabs.com/twilight/entry/20070222.0824</link>
        <description>
&lt;p&gt;In &lt;a href=&quot;http://en.wikipedia.org/wiki/Neal_Stephenson&quot;&gt;Neal Stephenson&lt;/a&gt;’s &lt;a href=&quot;http://en.wikipedia.org/wiki/Snow_Crash&quot;&gt;Snow Crash&lt;/a&gt;, Stephenson presents a world in which churches are a franchise operation.  (The book in general makes all the logical conclusion of the application of rampant free market principals as they might occur sometime in the near future; for example, the CIA of this future buys and sells information to the highest bidder, and the &lt;a href=&quot;http://en.wikipedia.org/wiki/USS_Enterprise_(CVN-65)&quot;&gt;USS Enterprise (CVN-65)&lt;/a&gt; is sold off and becomes a personal yacht).  &lt;a href=&quot;http://en.wikipedia.org/wiki/The_Economist&quot;&gt;The Economist&lt;/a&gt; has &lt;a href=&quot;http://www.economist.com/displayStory.cfm?story_id=8729581&amp;fsrc=RSS&quot;&gt;an article (“A marriage made in heaven?”)&lt;/a&gt; about the possible merger of Catholicism and Anglicanism [&lt;i&gt;sic&lt;/i&gt;] from a business perspective.  It’s amusing, but I am not sure which disturbs me more, the ease at which big religion fits into the language of big corporations, or the fact that capitalists find it so easy to talk about nearly &lt;i&gt;anything&lt;/i&gt; using their dogmatic vocabulary.&lt;/p&gt;


</description>
        <comments>http://www.wdlabs.com/twilight/entry/20070222.0824</comments>
      </item>
      <item>
        <guid isPermaLink="true">http://www.wdlabs.com/twilight/entry/20051224.1311</guid>
        <pubDate>Sat, 24 Dec 2005 18:11:00 GMT</pubDate>
        <title>secrecy</title>
        <link>http://www.wdlabs.com/twilight/entry/20051224.1311</link>
        <description>&lt;BLOCKQUOTE&gt;
Absolute secrecy corrupts absolutely.
&lt;BR/&gt;&lt;BR/&gt;
Fred Hitz&lt;BR/&gt;
Inspector General, CIA&lt;/BLOCKQUOTE&gt;</description>
        <comments>http://www.wdlabs.com/twilight/entry/20051224.1311</comments>
      </item>
      <item>
        <guid isPermaLink="true">http://www.wdlabs.com/twilight/entry/20050124.2258</guid>
        <pubDate>Tue, 25 Jan 2005 03:58:00 GMT</pubDate>
        <title>Tired</title>
        <link>http://www.wdlabs.com/twilight/entry/20050124.2258</link>
        <description>&lt;I&gt;They must have uploaded a virus into our download stream to counteract the hexadecimal code rectifiers.&lt;/I&gt;
&lt;BR&gt;&lt;BR&gt;
I really shouldn't have had that one glass of wine at Joe and Cicely's tonight at Action Tuesday (now scheduled weekly on Mondays).  I really should have had two or three.  Now it's making me tired and I have to submit some jobs to prove that Parallel Abstraction actually runs faster than Serial Abstraction.  One would hope.  I should really work on getting &lt;I&gt;DoubleThink II&lt;/I&gt; up and running as well, but my mind isn't clear enough to focus on that right now.
&lt;BR&gt;&lt;BR&gt;
&lt;I&gt;They must have uploaded a trojan into our download stream to counteract the hexadecimal code rectifiers.&lt;/I&gt;
&lt;BR&gt;&lt;BR&gt;
I was watching that trashy show 24 over at Joe and Cicely's and the bad guys were using massive amounts of bandwidth to hack into the nuclear power plants across the country.  All these years I thought it took talent and knowledge to be a hacker, and here I found out all I need is a faster computer!  I need to upgrade to a Pentium 4 so that I can hack into the CIA and download Adobe Acrobat and Micro$oft Word.  At least they weren't abusing the term &lt;I&gt;virus&lt;/I&gt; tonight.  No, they instead decided to use &lt;I&gt;trojan&lt;/I&gt; incorrectly instead.  It really irks me when ever they start using computer techno babble on TV.  Now I know how physicists feel when they have to listen to Data or Geordi drone on as they are oft to do.
&lt;BR&gt;&lt;BR&gt;
&lt;I&gt;They must have uploaded a worm into our download stream to counteract the hexadecimal code rectifiers.&lt;/I&gt;
&lt;BR&gt;&lt;BR&gt;
I checked in a whole heap of code today.  It's the first time in months.  I am now hoping that I don't break the build.  Lint is useless.  It flagged a whole heap of non errors when I checked in my code.  This for example is not a syntax error in ANSI C  :
&lt;PRE&gt;...
for(int i=0; i&amp;lt;max; i  )
  ::printf(&quot;%d\n&quot;, i);
for(int i=0; i&amp;lt;max; i  )
  ::printf(&quot;%d\n&quot;, i*2);
...&lt;/PRE&gt;
because unlike earlier versions of C  , each &lt;I&gt;i&lt;/I&gt; is scoped for just its loop, not the entire code block.
&lt;BR&gt;&lt;BR&gt;
&lt;I&gt;Dude, my bastard child of Bill Gates and Debian burned this trojan virus to this cheesy media; have you checked it out yet?&lt;/I&gt;
&lt;BR&gt;&lt;BR&gt;
&lt;B&gt;Update:&lt;/B&gt; Sure enough, I broke the build.</description>
        <comments>http://www.wdlabs.com/twilight/entry/20050124.2258</comments>
      </item>
  </channel>
</rss>


