<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>I Like Parentheses (so get used to 'em) &#187; Tech Blogs I Read</title>
	<atom:link href="http://blog.josh-peters.name/category/tech-blogs-i-read/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.josh-peters.name</link>
	<description>“People who like this sort of thing will find it just the sort of thing they like.”—Abraham Lincoln</description>
	<lastBuildDate>Sat, 14 Aug 2010 19:41:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>chmod syntax for Restaurants?</title>
		<link>http://blog.josh-peters.name/2007/09/26-chmod-syntax-for-restaurants/</link>
		<comments>http://blog.josh-peters.name/2007/09/26-chmod-syntax-for-restaurants/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 22:09:22 +0000</pubDate>
		<dc:creator>Josh Peters</dc:creator>
				<category><![CDATA[Tech Blogs I Read]]></category>
		<category><![CDATA[anecdotes]]></category>

		<guid isPermaLink="false">http://blog.josh-peters.name/2007/09/26-chmod-syntax-for-restaurants/</guid>
		<description><![CDATA[I can&#8217;t decide whether or not Ian Hickson&#8217;s system for remembering ratings at restaurants (R3 anyone) is awesome or lame. It reminds me of the unix command chmod, which is used to specify the permissions of a file. You see &#8230; <a href="http://blog.josh-peters.name/2007/09/26-chmod-syntax-for-restaurants/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t decide whether or not <a href="http://ln.hixie.ch/?start=1190803943&#038;count=1">Ian Hickson&#8217;s system for remembering ratings at restaurants (R3 anyone)</a> is awesome or lame.</p>
<p>It reminds me of the unix command chmod, which is used to specify the permissions of a file.</p>
<p>You see the filesystem has three bits for any given file (this is a generalization of course, but bear with me): read, write, and execute.  If you assign a 1 or a 0 to each bit you get 8 unique positions for the permissions of any given file: 000 to 111.</p>
<p>Since base 2 is not the way humans think, chmod lets you use base 10 so you get 0 to 7 with the most interesting numbers being perhaps 4, 5, 6, and 7 (read-only, read+execute, read+write, everything).</p>
<p>Hickson is applying this idea to his restaurant bill.  Amazing.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.josh-peters.name/2007/09/26-chmod-syntax-for-restaurants/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
