<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>mason</title>
        <link>http://www.masonsimon.com/mt/</link>
        <description></description>
        <language>en</language>
        <copyright>Copyright 2008</copyright>
        <lastBuildDate>Tue, 28 Oct 2008 13:27:17 -0500</lastBuildDate>
        <generator>http://www.sixapart.com/movabletype/</generator>
        <docs>http://www.rssboard.org/rss-specification</docs>
        
        <item>
            <title>How to solve &quot;unknown error&quot; when installing a device driver in Windows Vista</title>
            <description>Windows Update kept trying to upgrade my graphics card (Intel 945GM in Lenovo X60 tablet) and failing. I tried manually upgrading the driver with ones from both Intel and Lenovo, and neither worked. Here are the steps that solved my problem:</description>
            <link>http://www.masonsimon.com/mt/2008/10/how-to-solve-unknown-error-whe.html</link>
            <guid>http://www.masonsimon.com/mt/2008/10/how-to-solve-unknown-error-whe.html</guid>
            
            
            <pubDate>Tue, 28 Oct 2008 13:27:17 -0500</pubDate>
        </item>
        
        <item>
            <title>Random grammatical sentence generator using CFG</title>
            <description><![CDATA[<a href="http://en.wikipedia.org/wiki/Context-free_grammar">Context-free grammars</a> (CFGs) can be used as a model for natural language. That means they capture the structure of language in a relatively simple form that can be reasoned about and used to generate new instances of natural language. My natural language processing book says CFGs were proven insufficient for modeling German spoken in Zurich (<a href="http://www.amazon.com/gp/product/0131873210?ie=UTF8&amp;tag=dorcod-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0131873210">Speech and Language Processing (2nd Edition)</a>, p.538), but they're good enough to bring you the following silly, random, grammatical sentences:]]></description>
            <link>http://www.masonsimon.com/mt/2008/10/random-grammatical-sentence-ge.html</link>
            <guid>http://www.masonsimon.com/mt/2008/10/random-grammatical-sentence-ge.html</guid>
            
            
            <pubDate>Sat, 18 Oct 2008 01:47:09 -0500</pubDate>
        </item>
        
        <item>
            <title>Is the Problem of Other Minds a problem?</title>
            <description><![CDATA[<div><a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2FBook-Tea-Kakuzo-Okakura%2Fdp%2F4990284836%3Fie%3DUTF8%26s%3Dbooks%26qid%3D1222533715%26sr%3D8-1&amp;tag=dorcod-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325">The Book of Tea</a><img src="http://www.assoc-amazon.com/e/ir?t=dorcod-20&amp;l=ur2&amp;o=1" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> contains an excerpt I love:</div><div><br /></div>One day Soshi was walking on the bank of a river with a friend. "How delightfully the fishes are enjoying themselves in the water!" exclaimed Soshi. His friend spake to him thus: "You are not a fish; how do you know that the fishes are enjoying themselves?" "You are not myself," returned Soshi; "how do you know that I do not know that the fishes are enjoying themselves?"]]></description>
            <link>http://www.masonsimon.com/mt/2008/09/is-the-problem-of-other-minds.html</link>
            <guid>http://www.masonsimon.com/mt/2008/09/is-the-problem-of-other-minds.html</guid>
            
            
            <pubDate>Sat, 27 Sep 2008 12:37:51 -0500</pubDate>
        </item>
        
        <item>
            <title>Find yourself in photos of the SF Marathon (more coming soon)</title>
            <description><![CDATA[<p>I ran the half-marathon in San Francisco this past summer. It was amazing. Afterwards I wanted pictures to remember it by--specifically, pictures that had <b>me</b> in them to remember <b>my</b> experience. Before the race, <a href="http://www.marathonfoto.com" rel="nofollow">MarathonFoto</a> informed me that "you and your family will not have to worry about trying to capture your special race moments" because they would take pictures. Great! They neglected to mention those pictures would cost $40 each to download.</p>

<p>I liked the pictures, but that heads-up they gave before the race was slimy. I wondered, "how can I make a better, cheaper service for finding photos of myself (and put these guys out of business :P)?" The result is <a href="http://www.bibfind.com">bibfind.com</a>: a crowd-sourced photo tagging system that uses the bib numbers worn by runners to identify them in photos.</p>]]></description>
            <link>http://www.masonsimon.com/mt/2008/09/find-yourself-in-photos-of-the.html</link>
            <guid>http://www.masonsimon.com/mt/2008/09/find-yourself-in-photos-of-the.html</guid>
            
            
            <pubDate>Thu, 11 Sep 2008 11:10:57 -0500</pubDate>
        </item>
        
        <item>
            <title>Automatic style-checking with Strunk and White&apos;s rules</title>
            <description><![CDATA[<p>I read <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2FElements-Style-Third-William-Strunk%2Fdp%2F0024181900%3Fie%3DUTF8%26s%3Dbooks%26qid%3D1220631204%26sr%3D8-2&amp;tag=dorcod-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325">The Elements of Style by Strunk and White</a><img style="margin: 0px; border-top-style: none! important; border-right-style: none! important; border-left-style: none! important; border-bottom-style: none! important" height="1" alt="" src="http://www.assoc-amazon.com/e/ir?t=dorcod-20&amp;l=ur2&amp;o=1" width="1" border="0" /> to get better at writing. The biggest section is on common misuses of words and expressions in English. I thought the section was valuable, but more than I'd be able to keep in my head while writing. To solve that problem, I made a script that analyzes some given text and then annotates each potential misuse with a link to Strunk's guidance.</p> ]]></description>
            <link>http://www.masonsimon.com/mt/2008/09/automatic-style-checking-with.html</link>
            <guid>http://www.masonsimon.com/mt/2008/09/automatic-style-checking-with.html</guid>
            
            
            <pubDate>Fri, 05 Sep 2008 13:15:49 -0500</pubDate>
        </item>
        
        <item>
            <title>Making whitespace meaningful in order of operations</title>
            <description><![CDATA[<p>Of all the mundane details that programming bothers me with, operator precedence/arithmetical order of operations pisses me off the most. Pardon the vulgarity, but if you've ever had to wonder whether 5 + 6 * 2 was equal to 22 or 17, or even worse--had a bug caused by guessing wrong in that sort of situation, you know how I feel.</p>  <p> </p>  ]]></description>
            <link>http://www.masonsimon.com/mt/2008/08/making-whitespace-meaningful-i.html</link>
            <guid>http://www.masonsimon.com/mt/2008/08/making-whitespace-meaningful-i.html</guid>
            
            
            <pubDate>Fri, 29 Aug 2008 23:23:06 -0500</pubDate>
        </item>
        
        <item>
            <title>Spatial Frequency in Vision and (a bit about) Art</title>
            <description><![CDATA[<p>I just gave a presentation in my Cognitive Neuroscience course at Stanford about Oliva and Schyns' paper <a href="http://dx.doi.org/10.1006/cogp.1997.0667">"Coarse Blobs or Fine Edges? Evidence That Information Diagnosticity Changes the Perception of Complex Visual Stimuli", doi:10.1006/cogp.1997.0667</a>. I was happy with the presentation, so I post my slides here for anyone who's interested.</p> ]]></description>
            <link>http://www.masonsimon.com/mt/2008/08/spatial-frequency-in-vision-an.html</link>
            <guid>http://www.masonsimon.com/mt/2008/08/spatial-frequency-in-vision-an.html</guid>
            
            
            <pubDate>Fri, 15 Aug 2008 17:19:44 -0500</pubDate>
        </item>
        
        <item>
            <title>iphone call data visualization</title>
            <description><![CDATA[<p>I read Edward Tufte's book <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2FVisual-Display-Quantitative-Information-2nd%2Fdp%2F0961392142%3Fie%3DUTF8%26s%3Dbooks%26qid%3D1217475484%26sr%3D8-1&amp;tag=dorcod-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325">The Visual Display of Quantitative Information</a><img style="margin: 0px; border-top-style: none! important; border-right-style: none! important; border-left-style: none! important; border-bottom-style: none! important" height="1" alt="" src="http://www.assoc-amazon.com/e/ir?t=dorcod-20&amp;l=ur2&amp;o=1" width="1" border="0" />, and afterwards I was burning to visualize some data. I settled on charting the time of day that I make phone calls at.</p>  <p> </p>  <h2></h2>  ]]></description>
            <link>http://www.masonsimon.com/mt/2008/07/iphone-call-data-visualization.html</link>
            <guid>http://www.masonsimon.com/mt/2008/07/iphone-call-data-visualization.html</guid>
            
            
            <pubDate>Thu, 31 Jul 2008 00:54:40 -0500</pubDate>
        </item>
        
        <item>
            <title>WANTED: Engineer to make wildest fantasies reality</title>
            <description><![CDATA[<p>As a software engineer with experience doing web development, I hear a lot of people with ideas for hot new websites. In most of these situations where there's an idea looking for someone to implement it, I get the sense that the software engineer's point of view isn't understood. Here's my edited response to a request for someone with spare time to implement an idea that was described at the level of detail of requiring community features and that users be able to upload content:</p>]]></description>
            <link>http://www.masonsimon.com/mt/2008/07/wanted-engineer-to-make-wildes.html</link>
            <guid>http://www.masonsimon.com/mt/2008/07/wanted-engineer-to-make-wildes.html</guid>
            
            
            <pubDate>Mon, 07 Jul 2008 13:33:35 -0500</pubDate>
        </item>
        
        <item>
            <title>typography exercise</title>
            <description><![CDATA[<p>I've been reading a book on typography called <a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2FThinking-Type-Critical-Designers-Students%2Fdp%2F1568984480&amp;tag=dorcod-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325">&quot;thinking with type&quot;</a>, and one of the recommended exercises is to present a word using a design that expresses the word's meaning. I chose &quot;collapsed&quot;, after a good run had drained me.</p>  <p>&#160;</p>  <p><a href="http://www.masonsimon.com/mt/WindowsLiveWriter/typographyexercise_F195/collapsed_2.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="36" alt="collapsed" src="http://www.masonsimon.com/mt/WindowsLiveWriter/typographyexercise_F195/collapsed_thumb.png" width="240" align="left" border="0" /></a>&#160;</p>  <p>&#160;</p>  <p>&#160;</p>  <p>This technique visualizes the meaning of a word in addition to calling it by name. </p>]]></description>
            <link>http://www.masonsimon.com/mt/2008/06/typography-exercise.html</link>
            <guid>http://www.masonsimon.com/mt/2008/06/typography-exercise.html</guid>
            
            
            <pubDate>Tue, 17 Jun 2008 17:10:50 -0500</pubDate>
        </item>
        
        <item>
            <title>Pascal&apos;s Triangle</title>
            <description><![CDATA[<p>I've been brushing up on calculus with <a href="http://ocw.mit.edu/ans7870/resources/Strang/strangtext.htm">Gilbert Strang's excellent book</a>, and when I got to a part about binomial expansion I decided to do some sort of visualization of <a href="http://en.wikipedia.org/wiki/Pascal's_triangle">Pascal's Triangle</a>. I didn't have much success visualizing the whole thing, so I threw together an applet in <a href="http://processing.org/">Processing</a> that lets you see a subset of the triangle at a time.</p>  ]]></description>
            <link>http://www.masonsimon.com/mt/2008/06/pascals-triangle.html</link>
            <guid>http://www.masonsimon.com/mt/2008/06/pascals-triangle.html</guid>
            
            
            <pubDate>Sun, 15 Jun 2008 23:09:58 -0500</pubDate>
        </item>
        
        <item>
            <title>AI in the UI: making search boxes learn when you&apos;re done typing</title>
            <description><![CDATA[<p>This article is about what I call "live search boxes". They're the text boxes that perform some sort of search while you type.  <a href="http://www.google.com/webhp?complete=1&amp;hl=en">Google Suggest</a> and iTunes both have them. But I have a problem with how they work, and I've got a solution too. </p>  <p> </p>  <h1></h1>  ]]></description>
            <link>http://www.masonsimon.com/mt/2008/06/ai-in-the-ui-1.html</link>
            <guid>http://www.masonsimon.com/mt/2008/06/ai-in-the-ui-1.html</guid>
            
            
            <pubDate>Thu, 12 Jun 2008 08:29:54 -0500</pubDate>
        </item>
        
    </channel>
</rss>
