<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: The Importance in Rewriting Code</title>
	<atom:link href="http://braydon.com/blog/2008/01/the-importance-in-rewriting-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://braydon.com/blog/2008/01/the-importance-in-rewriting-code/</link>
	<description>JavaScript, PHP, and Python Web Development by Braydon Fuller</description>
	<lastBuildDate>Tue, 06 Jul 2010 17:41:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michael Carter</title>
		<link>http://braydon.com/blog/2008/01/the-importance-in-rewriting-code/comment-page-1/#comment-6</link>
		<dc:creator>Michael Carter</dc:creator>
		<pubDate>Sat, 06 Mar 2010 02:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://braydon.com/blog/?p=141#comment-6</guid>
		<description>Try executing these lines in python: 4&1; 4&2; 4&3; 4&4; 4&5; 4&6; 4&7; You’ll get either 0 or 4 each time depending on if its a permission containing read. Use this method and your system will work for any valid value besides just 6 and 4.</description>
		<content:encoded><![CDATA[<p>Try executing these lines in python: 4&amp;1; 4&amp;2; 4&amp;3; 4&amp;4; 4&amp;5; 4&amp;6; 4&amp;7; You’ll get either 0 or 4 each time depending on if its a permission containing read. Use this method and your system will work for any valid value besides just 6 and 4.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
