<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>BrainLog</title>
    <link rel="alternate" type="text/html" href="http://www.dansanderson.com/blog/" />
    <link rel="self" type="application/atom+xml" href="http://www.dansanderson.com/blog/atom.xml" />
    <id>tag:www.dansanderson.com,2008-05-03:/blog//1</id>
    <updated>2008-05-09T08:39:44Z</updated>
    
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Personal 4.1</generator>

<entry>
    <title></title>
    <link rel="alternate" type="text/html" href="http://www.dansanderson.com/blog/2008/05/piet-a-programming-language-wh.html" />
    <id>tag:www.dansanderson.com,2008:/blog//1.7443</id>

    <published>2008-05-12T13:38:48Z</published>
    <updated>2008-05-09T08:39:44Z</updated>

    <summary>Piet, a programming language whose programs are grids of colored squares....</summary>
    <author>
        <name>Dan Sanderson</name>
        <uri>http://www.dansanderson.com/blog/</uri>
    </author>
    
    <category term="programminglanguages" label="programminglanguages" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.dansanderson.com/blog/">
        <![CDATA[<p><a href="http://www.dangermouse.net/esoteric/piet.html">Piet</a>, a programming language whose programs are grids of colored squares.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Redesign</title>
    <link rel="alternate" type="text/html" href="http://www.dansanderson.com/blog/2008/05/redesign.html" />
    <id>tag:www.dansanderson.com,2008:/blog//1.7442</id>

    <published>2008-05-09T13:09:47Z</published>
    <updated>2008-05-08T16:25:19Z</updated>

    <summary>Readers of this site following via a feed reader may not have noticed that the site has been redesigned. The new design is nothing innovative, but it fixes a heap of problems with the previous design that I never liked...</summary>
    <author>
        <name>Dan Sanderson</name>
        <uri>http://www.dansanderson.com/blog/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.dansanderson.com/blog/">
        <![CDATA[<p>Readers of this site following via a feed reader may not have noticed that the site has been redesigned.  The new design is nothing innovative, but it fixes a heap of problems with the previous design that I never liked but didn't have time to fix.  I'm still not entirely happy with it, but it's a step forward.</p>

<p>One note for feed readers: You're probably subscribed to a file called "index.rdf", a proper <a href="http://en.wikipedia.org/wiki/Resource_Description_Framework">RDF</a> file that was an alternative to RSS in an early set of default templates that came with Movable Type.  With this redesign, I built the site up from scratch using the latest version of <a href="http://www.movabletype.org/">Movable Type</a>, which does not include an RDF template.  As a temporary measure, I've set up "index.rdf" to serve the RSS feed for the site (now called "rss.xml").  This is totally wrong, morally speaking, but the few feed readers I tried it with didn't seem to have a problem re-discovering the actual file format.  If there's demand for a proper RDF feed, I'll look into restoring the RDF template.  I'm sure it's around here somewhere.</p>]]>
        
    </content>
</entry>

<entry>
    <title></title>
    <link rel="alternate" type="text/html" href="http://www.dansanderson.com/blog/2008/05/via-mx-allthingsemacs-an-emacs.html" />
    <id>tag:www.dansanderson.com,2008:/blog//1.7440</id>

    <published>2008-05-08T13:55:58Z</published>
    <updated>2008-05-07T20:03:01Z</updated>

    <summary>Via M-x all-things-emacs, an Emacs feature I&apos;ve always wanted and has been there all along: navigating between windows using cursor keys. (windmove-default-keybindings) Shift + a cursor key moves to the window in that direction from the current window. You can...</summary>
    <author>
        <name>Dan Sanderson</name>
        <uri>http://www.dansanderson.com/blog/</uri>
    </author>
    
        <category term="emacs" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="emacs" label="emacs" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="newbieemacstip" label="NewbieEmacsTip" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.dansanderson.com/blog/">
        <![CDATA[<p><a href="http://www.emacsblog.org/2008/05/01/quick-tip-easier-window-switching-in-emacs/">Via M-x all-things-emacs</a>, an Emacs feature I've always wanted and has been there all along: navigating between windows using cursor keys.</p>

<pre>
(windmove-default-keybindings)
</pre>

<p>Shift + a cursor key moves to the window in that direction from the current window.  You can change the modifier from Shift with an argument to this function:</p>

<pre>
(windmove-default-keybindings 'meta)
</pre>

<p>Or you can pick your own key bindings for the <code>windmove-*</code> functions, where <code>*</code> is <code>up</code>, <code>down</code>, <code>left</code> or <code>right</code>.</p>

<p>I am never typing C-x o again.</p>]]>
        
    </content>
</entry>

<entry>
    <title></title>
    <link rel="alternate" type="text/html" href="http://www.dansanderson.com/blog/2008/05/quick-an-introduction-to-plt.html" />
    <id>tag:www.dansanderson.com,2008:/blog//1.7441</id>

    <published>2008-05-08T13:17:16Z</published>
    <updated>2008-05-08T06:17:52Z</updated>

    <summary>Quick: An Introduction to PLT Scheme with Pictures. Yay pictures....</summary>
    <author>
        <name>Dan Sanderson</name>
        <uri>http://www.dansanderson.com/blog/</uri>
    </author>
    
    <category term="scheme" label="scheme" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.dansanderson.com/blog/">
        <![CDATA[<p><a href="http://docs.plt-scheme.org/quick/index.html">Quick: An Introduction to PLT Scheme with Pictures</a>.  Yay pictures.</p>]]>
        
    </content>
</entry>

<entry>
    <title></title>
    <link rel="alternate" type="text/html" href="http://www.dansanderson.com/blog/2008/05/lineheight-abnormal-the-author.html" />
    <id>tag:www.dansanderson.com,2008:/blog//1.7439</id>

    <published>2008-05-07T13:25:14Z</published>
    <updated>2008-05-06T20:26:03Z</updated>

    <summary>line-height: abnormal. The author of CSS: The Definitive Guide explains why my favorite CSS directive is actually quite complicated....</summary>
    <author>
        <name>Dan Sanderson</name>
        <uri>http://www.dansanderson.com/blog/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.dansanderson.com/blog/">
        <![CDATA[<p><a href="http://meyerweb.com/eric/thoughts/2008/05/06/line-height-abnormal/">line-height: abnormal</a>.  The author of <i>CSS: The Definitive Guide</i> explains why my favorite CSS directive is actually quite complicated.</p>]]>
        
    </content>
</entry>

<entry>
    <title></title>
    <link rel="alternate" type="text/html" href="http://www.dansanderson.com/blog/2008/05/going-private-the-five-forcesc.html" />
    <id>tag:www.dansanderson.com,2008:/blog//1.7437</id>

    <published>2008-05-05T13:37:51Z</published>
    <updated>2008-05-05T03:42:38Z</updated>

    <summary>Going Private: The Five ForcesCircles of Hell, an explanation of Porter &quot;Five Forces&quot; analysis as it applies to the communications and technology industries....</summary>
    <author>
        <name>Dan Sanderson</name>
        <uri>http://www.dansanderson.com/blog/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.dansanderson.com/blog/">
        <![CDATA[<p><a href="http://equityprivate.typepad.com/ep/2008/04/the-five-circle.html">Going Private: The Five <s>Forces</s>Circles of Hell</a>, an explanation of Porter "Five Forces" analysis as it applies to the communications and technology industries.</p>]]>
        
    </content>
</entry>

<entry>
    <title></title>
    <link rel="alternate" type="text/html" href="http://www.dansanderson.com/blog/2008/05/ze-frank-and-the-poetics.html" />
    <id>tag:www.dansanderson.com,2008:/blog//1.7438</id>

    <published>2008-05-05T13:09:03Z</published>
    <updated>2008-05-05T03:42:49Z</updated>

    <summary>Ze Frank and the poetics of Web video....</summary>
    <author>
        <name>Dan Sanderson</name>
        <uri>http://www.dansanderson.com/blog/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.dansanderson.com/blog/">
        <![CDATA[<p><a href="http://www.uic.edu/htbin/cgiwrap/bin/ojs/index.php/fm/article/view/2102/1962">Ze Frank and the poetics of Web video</a>.</p>]]>
        
    </content>
</entry>

<entry>
    <title></title>
    <link rel="alternate" type="text/html" href="http://www.dansanderson.com/blog/2008/05/want-to-remember-everything-yo.html" />
    <id>tag:www.dansanderson.com,2008:/blog//1.7436</id>

    <published>2008-05-02T13:00:34Z</published>
    <updated>2008-04-30T18:03:19Z</updated>

    <summary>Want to Remember Everything You&apos;ll Ever Learn? Surrender to This Algorithm. Wired on SuperMemo and its inventor. (No Mac version, but.)...</summary>
    <author>
        <name>Dan Sanderson</name>
        <uri>http://www.dansanderson.com/blog/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.dansanderson.com/blog/">
        <![CDATA[<p><a href="http://www.wired.com/medtech/health/magazine/16-05/ff_wozniak#">Want to Remember Everything You'll Ever Learn? Surrender to This Algorithm.</a>  Wired on <a href="http://www.supermemo.com/">SuperMemo</a> and its inventor.  (No Mac version, <a href="http://wiki.supermemo.org/index.php?title=SuperMemo_for_Mac_OS_X">but</a>.)</p>]]>
        
    </content>
</entry>

<entry>
    <title></title>
    <link rel="alternate" type="text/html" href="http://www.dansanderson.com/blog/2008/05/clustarack-rube-goldberg-promo.html" />
    <id>tag:www.dansanderson.com,2008:/blog//1.7435</id>

    <published>2008-05-01T13:43:35Z</published>
    <updated>2008-04-30T07:53:33Z</updated>

    <summary>Clustarack Rube Goldberg promo video. I loved it when this kind of thing got popular, then eventually got a little tired of it. This one gets me all excited again for its use of thematic elements: &quot;chaos in the print...</summary>
    <author>
        <name>Dan Sanderson</name>
        <uri>http://www.dansanderson.com/blog/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.dansanderson.com/blog/">
        <![CDATA[<p><a href="http://clustarack.co.uk/">Clustarack Rube Goldberg promo video</a>.  I loved it when this kind of thing got popular, then eventually got a little tired of it.  This one gets me all excited again for its use of thematic elements: "chaos in the print shop," and the product you need to handle it.  (Pay attention to the redirect to the product page at the end of the video.)</p>

<p><a href="http://www.youtube.com/watch?v=0fnk8mD9ZUU">Behind the scenes</a>.</p>]]>
        
    </content>
</entry>

<entry>
    <title></title>
    <link rel="alternate" type="text/html" href="http://www.dansanderson.com/blog/2008/05/instruction-set-imaginary-code.html" />
    <id>tag:www.dansanderson.com,2008:/blog//1.7434</id>

    <published>2008-05-01T13:18:06Z</published>
    <updated>2008-04-30T07:20:58Z</updated>

    <summary>Instruction set: imaginary code. Vague instructions prompt participants (maybe you) to write computer code. Only one instruction set posted so far, but it already has 18 entries. Seems like an especially nice way to get into Processing, though of course...</summary>
    <author>
        <name>Dan Sanderson</name>
        <uri>http://www.dansanderson.com/blog/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.dansanderson.com/blog/">
        <![CDATA[<p><a href="http://instructionset.org/">Instruction set: imaginary code</a>.  Vague instructions prompt participants (maybe you) to write computer code.  Only one instruction set posted so far, but it already has 18 entries.  Seems like an especially nice way to get into <a href="http://processing.org/">Processing</a>, though of course all languages are welcome.</p>]]>
        
    </content>
</entry>

<entry>
    <title></title>
    <link rel="alternate" type="text/html" href="http://www.dansanderson.com/blog/2008/04/marc-andreesen-if-microsoft-go.html" />
    <id>tag:www.dansanderson.com,2008:/blog//1.7433</id>

    <published>2008-04-30T13:45:09Z</published>
    <updated>2008-04-29T17:45:57Z</updated>

    <summary>Marc Andreesen: If Microsoft goes fully hostile on Yahoo....</summary>
    <author>
        <name>Dan Sanderson</name>
        <uri>http://www.dansanderson.com/blog/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.dansanderson.com/blog/">
        <![CDATA[<p><a href="http://blog.pmarca.com/2008/04/if-microsoft-go.html">Marc Andreesen: If Microsoft goes fully hostile on Yahoo</a>.</p>]]>
        
    </content>
</entry>

<entry>
    <title></title>
    <link rel="alternate" type="text/html" href="http://www.dansanderson.com/blog/2008/04/charles-babbages-masterpiece-d.html" />
    <id>tag:www.dansanderson.com,2008:/blog//1.7432</id>

    <published>2008-04-11T13:03:16Z</published>
    <updated>2008-04-10T19:05:05Z</updated>

    <summary>Charles Babbage&apos;s masterpiece difference engine comes to Silicon Valley. A modern build of Babbage&apos;s mechanical difference engine will live at the Computer History Museum in Mountain View for 6 months starting in May....</summary>
    <author>
        <name>Dan Sanderson</name>
        <uri>http://www.dansanderson.com/blog/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.dansanderson.com/blog/">
        <![CDATA[<p><a href="http://www.news.com/8301-13772_3-9915667-52.html?part=rss&subj=news&tag=2547-1_3-0-20">Charles Babbage's masterpiece difference engine comes to Silicon Valley</a>.  A modern build of Babbage's mechanical difference engine will live at the Computer History Museum in Mountain View for 6 months starting in May.</p>]]>
        
    </content>
</entry>

<entry>
    <title></title>
    <link rel="alternate" type="text/html" href="http://www.dansanderson.com/blog/2008/04/commuting-a-series-of-photos.html" />
    <id>tag:www.dansanderson.com,2008:/blog//1.7431</id>

    <published>2008-04-09T13:18:47Z</published>
    <updated>2008-04-08T07:20:39Z</updated>

    <summary>Commuting, a series of photos of people commuting to work, shot with a tilt-shift lens that makes its subject look like toys, but they&apos;re actual photographs of real-life people and places....</summary>
    <author>
        <name>Dan Sanderson</name>
        <uri>http://www.dansanderson.com/blog/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.dansanderson.com/blog/">
        <![CDATA[<p><a href="http://www.portfolio.com/interactive-features/2008/03/Commuting">Commuting</a>, a series of photos of people commuting to work, shot with a tilt-shift lens that makes its subject look like toys, but they're actual photographs of real-life people and places.</p>]]>
        
    </content>
</entry>

<entry>
    <title></title>
    <link rel="alternate" type="text/html" href="http://www.dansanderson.com/blog/2008/04/amazoncom-is-shutting-down-pri.html" />
    <id>tag:www.dansanderson.com,2008:/blog//1.7430</id>

    <published>2008-04-08T13:12:22Z</published>
    <updated>2008-04-08T02:16:46Z</updated>

    <summary>Amazon.com is shutting down print-on-demand books that don&apos;t use Amazon&apos;s own POD service, BookSurge. BookSurge has fewer features and cannot do Ingram distribution, so if you want both Amazon and, say, Barnes and Noble, you&apos;ll have to publish two editions...</summary>
    <author>
        <name>Dan Sanderson</name>
        <uri>http://www.dansanderson.com/blog/</uri>
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.dansanderson.com/blog/">
        <![CDATA[<p><a href="http://www.writersweekly.com/the_latest_from_angelahoycom/004597_03272008.html">Amazon.com is shutting down print-on-demand books that don't use Amazon's own POD service, BookSurge</a>.  BookSurge has fewer features and cannot do Ingram distribution, so if you want both Amazon and, say, Barnes and Noble, you'll have to publish two editions of your book.  I hope there's a lawsuit.</p>]]>
        
    </content>
</entry>

<entry>
    <title></title>
    <link rel="alternate" type="text/html" href="http://www.dansanderson.com/blog/2008/04/you-have-to-burn-the.html" />
    <id>tag:www.dansanderson.com,2008:/blog//1.7428</id>

    <published>2008-04-07T13:49:29Z</published>
    <updated>2008-04-06T05:50:30Z</updated>

    <summary>You Have To Burn The Rope [Flash]. Sound up....</summary>
    <author>
        <name>Dan Sanderson</name>
        <uri>http://www.dansanderson.com/blog/</uri>
    </author>
    
    <category term="games" label="games" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.dansanderson.com/blog/">
        <![CDATA[<p><a href="http://www.mazapan.se/games/BurnTheRope.php">You Have To Burn The Rope</a> [Flash].  Sound up.</p>]]>
        
    </content>
</entry>

</feed>
