<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
  <channel>
    <title>null program</title>
    <description>Hobby computing blog</description>
    <link>http://nullprogram.com</link>
    <language>en-us</language>
    <pubDate>Tue, 21 May 2013 22:21:45 PDT</pubDate>
    <lastBuildDate>Tue, 21 May 2013 22:21:45 PDT
    </lastBuildDate>

    
    <item>
      <title>Load Libraries in Skewer with Bower</title>
      <link>http://nullprogram.com/blog/2013/05/18/</link>
      <guid>http://nullprogram.com/blog/2013/05/18/</guid>
      <pubDate>Sat, 18 May 2013 00:00:00 PDT</pubDate>
      <description>
        I recently added support to Skewer for loading libraries on the fly using Bower&#8217;s package infrastructure. Just make sure you&#8217;re up to date, then while skewering a page run M-x...
      </description>
    </item>
    
    <item>
      <title>JavaScript Function Statements vs. Expressions</title>
      <link>http://nullprogram.com/blog/2013/05/14/</link>
      <guid>http://nullprogram.com/blog/2013/05/14/</guid>
      <pubDate>Tue, 14 May 2013 00:00:00 PDT</pubDate>
      <description>
        The JavaScript function keyword has two meanings depending on how it&#8217;s used: as a statement or as an expression. It&#8217;s a statement when the keyword appears at the top-level of...
      </description>
    </item>
    
    <item>
      <title>Inventing a Datetime Web Service</title>
      <link>http://nullprogram.com/blog/2013/05/11/</link>
      <guid>http://nullprogram.com/blog/2013/05/11/</guid>
      <pubDate>Sat, 11 May 2013 00:00:00 PDT</pubDate>
      <description>
        Recently I wanted to experiment with dates in a JavaScript web app. The JavaScript Date object is a fairly decent tool for working with dates. Unfortunately, it has some annoyances,...
      </description>
    </item>
    
    <item>
      <title>Disc RL in the Media</title>
      <link>http://nullprogram.com/blog/2013/05/01/</link>
      <guid>http://nullprogram.com/blog/2013/05/01/</guid>
      <pubDate>Wed, 01 May 2013 00:00:00 PDT</pubDate>
      <description>
        My Seven Day Roguelike (7DRL) game, Disc RL, was mentioned in a podcast and demonstrated in a YouTube video. Note that the UberHunter, the one who made the YouTube video,...
      </description>
    </item>
    
    <item>
      <title>Userspace Threading in JavaScript</title>
      <link>http://nullprogram.com/blog/2013/04/28/</link>
      <guid>http://nullprogram.com/blog/2013/04/28/</guid>
      <pubDate>Sun, 28 Apr 2013 00:00:00 PDT</pubDate>
      <description>
        There was an interesting Daily Programmer problem posted a couple of weeks ago: write a userspace threading library. I decided to do it in JavaScript, building it on top of...
      </description>
    </item>
    
    <item>
      <title>Tracking Mobile Device Orientation with Emacs</title>
      <link>http://nullprogram.com/blog/2013/04/27/</link>
      <guid>http://nullprogram.com/blog/2013/04/27/</guid>
      <pubDate>Sat, 27 Apr 2013 00:00:00 PDT</pubDate>
      <description>
        Nine years ago I bought my first laptop computer. For the first time I could carry my computer around and do productive things at places beyond my desk. In the...
      </description>
    </item>
    
    <item>
      <title>Prototype-based Elisp Objects with @</title>
      <link>http://nullprogram.com/blog/2013/04/07/</link>
      <guid>http://nullprogram.com/blog/2013/04/07/</guid>
      <pubDate>Sun, 07 Apr 2013 00:00:00 PDT</pubDate>
      <description>
        Last weekend I had the itch to play around with a multiple-inheritance prototype-based object system in lisp. It would look a lot like JavaScript&#8217;s object system but wanted to try...
      </description>
    </item>
    
    <item>
      <title>Precise JavaScript Serialization with ResurrectJS</title>
      <link>http://nullprogram.com/blog/2013/03/28/</link>
      <guid>http://nullprogram.com/blog/2013/03/28/</guid>
      <pubDate>Thu, 28 Mar 2013 00:00:00 PDT</pubDate>
      <description>
        One of the problems I needed to solve while writing my 7DRL was serializing the game&#8217;s entire state for a future restore. It needed to automatically save the game so...
      </description>
    </item>
    
    <item>
      <title>JavaScript Fantasy Name Generator</title>
      <link>http://nullprogram.com/blog/2013/03/27/</link>
      <guid>http://nullprogram.com/blog/2013/03/27/</guid>
      <pubDate>Wed, 27 Mar 2013 00:00:00 PDT</pubDate>
      <description>
        Also in preparation for my 7-day roguelike I rewrote the RingWorks fantasy name generator in JavaScript. It&#8217;s my third implementation of this generator and this one is also the most...
      </description>
    </item>
    
    <item>
      <title>A Seedable JavaScript PRNG</title>
      <link>http://nullprogram.com/blog/2013/03/25/</link>
      <guid>http://nullprogram.com/blog/2013/03/25/</guid>
      <pubDate>Mon, 25 Mar 2013 00:00:00 PDT</pubDate>
      <description>
        In preparation for my 7-day roguelike, I developed a seedable pseudo-random number generator library. Half of it is basically a port of BrianScheme&#8217;s PRNG. JavaScript comes with an automatically-seeded global...
      </description>
    </item>
    

  </channel>
</rss>
