<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Natural Code</title>
	<atom:link href="http://naturalcode.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://naturalcode.wordpress.com</link>
	<description>Code, science and politics.</description>
	<lastBuildDate>Sat, 30 Aug 2008 22:57:43 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='naturalcode.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/8317277a84f31f5d58ceb91d0eb5503f?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Natural Code</title>
		<link>http://naturalcode.wordpress.com</link>
	</image>
			<item>
		<title>Ruby 1.9 and Unicode: The BOM Will Fuck Your Shit Up</title>
		<link>http://naturalcode.wordpress.com/2008/08/30/ruby-19-and-unicode-the-bom-will-fuck-your-shit-up/</link>
		<comments>http://naturalcode.wordpress.com/2008/08/30/ruby-19-and-unicode-the-bom-will-fuck-your-shit-up/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 22:57:06 +0000</pubDate>
		<dc:creator>naturalcode</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[1.9]]></category>
		<category><![CDATA[BOM]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[Byte Order Marker]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[SciTE]]></category>
		<category><![CDATA[Unicode]]></category>
		<category><![CDATA[UTF-8]]></category>

		<guid isPermaLink="false">http://naturalcode.wordpress.com/?p=125</guid>
		<description><![CDATA[So I&#8217;ve been playing around with the things mentioned in the title, and I found out something unfortunate when I moved a UTF-8 encoded file from a Ruby 1.9 machine to a Ruby 1.8 machine.
There&#8217;s this thing called a Byte Order Marker (BOM) that text editors use, apparently to remind themselves of the file&#8217;s UTF-8 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naturalcode.wordpress.com&blog=3890912&post=125&subd=naturalcode&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>So I&#8217;ve been playing around with the things mentioned in the title, and I found out something unfortunate when I moved a UTF-8 encoded file from a Ruby 1.9 machine to a Ruby 1.8 machine.</p>
<p>There&#8217;s this thing called a Byte Order Marker (BOM) that text editors use, apparently to remind themselves of the file&#8217;s UTF-8 encoding. I&#8217;m pretty sure it&#8217;s useless, because UTF-8 doesn&#8217;t actually have a variable byte order to keep track of, but there you go.</p>
<p>Basically, it&#8217;s 3 bytes that the text editor inserts at the beginning of a text file, and then hides from you. It might look like a plain text file, but it&#8217;s actually got 3 hidden bytes for no good reason. When you try to run it through the Ruby 1.8 interpreter, it&#8217;ll see 3 invalid characters on Line 1 and throw an error right away.</p>
<p>This sort of error message is pretty unhelpful, especially when you appear to have nothing at all on Line 1. You might enable visible whitespace: still nothing. You might try opening it in another text editor or IDE: you will likely still not see the problem, as the only program I&#8217;ve tried so far that doesn&#8217;t hide the BOM is NetBeans.</p>
<p>SciTE has two different UTF-8 encoding settings: UTF-8 and UTF-8 Cookie. In theory, the plain UTF-8 setting uses a Byte Order Marker, while UTF-8 Cookie setting doesn&#8217;t. In practice, the choice doesn&#8217;t seem to affect whether or not the Ruby interpreter chokes on the file, at least not with Ruby 1.8.</p>
<p>With 1.9 I&#8217;ve still had problems one or two times, but of the kind that could be fixed by closing the text editor, opening the file in NetBeans, removing the BOM, and restarting the text editor.</p>
<p>It&#8217;s not perfect, but at least it works now, even if it&#8217;s very slightly buggy.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/naturalcode.wordpress.com/125/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/naturalcode.wordpress.com/125/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/naturalcode.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/naturalcode.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/naturalcode.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/naturalcode.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/naturalcode.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/naturalcode.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/naturalcode.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/naturalcode.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/naturalcode.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/naturalcode.wordpress.com/125/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naturalcode.wordpress.com&blog=3890912&post=125&subd=naturalcode&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://naturalcode.wordpress.com/2008/08/30/ruby-19-and-unicode-the-bom-will-fuck-your-shit-up/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8331396d01d101f09bd298cfb5a0fd5a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">naturalcode</media:title>
		</media:content>
	</item>
		<item>
		<title>Ruby 1.9 and Code Generation: How I Learned to Stop Worrying and Love Unicode</title>
		<link>http://naturalcode.wordpress.com/2008/08/24/ruby-19-and-code-generation-how-i-learned-to-stop-worrying-and-love-unicode/</link>
		<comments>http://naturalcode.wordpress.com/2008/08/24/ruby-19-and-code-generation-how-i-learned-to-stop-worrying-and-love-unicode/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 21:55:41 +0000</pubDate>
		<dc:creator>naturalcode</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[1.9]]></category>
		<category><![CDATA[ASCII]]></category>
		<category><![CDATA[character sets]]></category>
		<category><![CDATA[code generation]]></category>
		<category><![CDATA[encoding]]></category>
		<category><![CDATA[internationalization]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[NetBeans]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Unicode]]></category>
		<category><![CDATA[UTF-8]]></category>

		<guid isPermaLink="false">http://naturalcode.wordpress.com/?p=122</guid>
		<description><![CDATA[So I was working on this Ruby-based tool for generating Netbeans-compliant Swing app projects. Basically, I create a file that looks like this:

require 'java_swing'

Swing.app 'Project03AK', :subtitle =&#62; 'Laptop lending tracker',
:desc =&#62; 'This program keeps track of laptops borrowed by students.' do
  # Insert code here
end

I run this script, and it generates a Netbeans project [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naturalcode.wordpress.com&blog=3890912&post=122&subd=naturalcode&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>So I was working on this Ruby-based tool for generating Netbeans-compliant Swing app projects. Basically, I create a file that looks like this:</p>
<pre class="brush: ruby;">
require 'java_swing'

Swing.app 'Project03AK', :subtitle =&gt; 'Laptop lending tracker',
:desc =&gt; 'This program keeps track of laptops borrowed by students.' do
  # Insert code here
end
</pre>
<p>I run this script, and it generates a Netbeans project with a main class that&#8217;s a Swing window, automatically centered and titled, the project and the window all have nice clean standardized names. Everything was going great until I got to the part where I started inserting comments in the generated Java code.</p>
<p>Basically, I have this Ruby script that inserts the arguments passed to Swing.app into a bunch of templates, and uses the resulting text to generate both the Java code and the related Netbeans project files. The problem here is that both Ruby and SciTE, my text editor, encode text in ASCII by default, whereas Netbeans encodes text in UTF-8.</p>
<p>That&#8217;s fine as long as Ruby is only generating code that uses the 26 english letters and regular english punctuation, but as soon as you start using things like àccéntêd characters, Netbeans interprets it as gibberish. I go to a French school, and my professors do not accept me handing in gibberish (except for VB code), so this is a problem.</p>
<p>If you don&#8217;t know/care about any of these encoding schemes or non-english characters, <a href="http://www.joelonsoftware.com/articles/Unicode.html">you need to read this</a>. I did a few hours ago, and it helped me figure all of this out.</p>
<p>Basically, the solution is to <a href="http://www.ruby-lang.org/en/downloads/">install Ruby 1.9</a>, which has Unicode support, and then go to File-&gt;Encoding-&gt;UTF-8 in SciTE. An <strong>é</strong> in the text editor will then be written to the generated Java files as a UTF-8 <strong>é</strong>, which will then be correctly interpreted as an <strong>é</strong> by Netbeans.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/naturalcode.wordpress.com/122/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/naturalcode.wordpress.com/122/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/naturalcode.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/naturalcode.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/naturalcode.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/naturalcode.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/naturalcode.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/naturalcode.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/naturalcode.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/naturalcode.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/naturalcode.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/naturalcode.wordpress.com/122/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naturalcode.wordpress.com&blog=3890912&post=122&subd=naturalcode&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://naturalcode.wordpress.com/2008/08/24/ruby-19-and-code-generation-how-i-learned-to-stop-worrying-and-love-unicode/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8331396d01d101f09bd298cfb5a0fd5a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">naturalcode</media:title>
		</media:content>
	</item>
		<item>
		<title>The Stoning of John Edwards</title>
		<link>http://naturalcode.wordpress.com/2008/08/10/the-stoning-of-john-edwards/</link>
		<comments>http://naturalcode.wordpress.com/2008/08/10/the-stoning-of-john-edwards/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 23:38:50 +0000</pubDate>
		<dc:creator>naturalcode</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[affair]]></category>
		<category><![CDATA[Democrat]]></category>
		<category><![CDATA[hypocrisy]]></category>
		<category><![CDATA[infidelity]]></category>
		<category><![CDATA[John Edwards]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[marriage]]></category>
		<category><![CDATA[monogamy]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[religion]]></category>
		<category><![CDATA[sex]]></category>

		<guid isPermaLink="false">http://naturalcode.wordpress.com/?p=115</guid>
		<description><![CDATA[First off, probably a quarter to half of the people currently wringing their hands over Edwards&#8217; extramarital affair have cheated, are cheating, or will cheat on their own spouse.
It&#8217;s not the kind of thing you&#8217;re supposed to talk about in polite company and it runs contrary to a lot of romantic/religious notions that people have, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naturalcode.wordpress.com&blog=3890912&post=115&subd=naturalcode&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>First off, probably a <a href="http://www.infidelity-etc.com/index.php/4">quarter</a> to <a href="http://www.truthaboutdeception.com/quizzes/public/infidelity_statistics.html">half</a> of the people <a href="http://www.cnn.com/2008/POLITICS/08/09/lkl.edwards.affair/index.html">currently wringing their hands</a> over Edwards&#8217; extramarital affair have cheated, are cheating, or will cheat on their own spouse.</p>
<p>It&#8217;s not the kind of thing you&#8217;re supposed to talk about in polite company and it runs contrary to a lot of romantic/religious notions that people have, but <a href="http://archive.salon.com/sex/feature/2001/01/23/monogamy/index.html">monogamy is a fairly recent invention and is by no means natural</a>. I&#8217;m just saying, keep in mind the ridiculous level of hypocrisy at work here.</p>
<p>Yes, he lied. Yes, it could have hurt his party&#8217;s chances, although it&#8217;s probably better that this distraction didn&#8217;t surface during the primaries. I do understand the disappointment of the people who defended him in good faith. You could even argue that people expect better-than-average behavior from their politicians, although the current gang of thugs and robber barons in power certainly speaks against that.</p>
<p>However, most of the sanctimonious commentators criticizing him would not have done any differently in his situation, and quite a few of them <em>are </em>in his situation.</p>
<p>Statistically, there is a significant portion of high-ranking politics/news people that have stories of infidelity of their own, so I&#8217;m assuming that we&#8217;ll soon see hundreds of these people come out and admit their own affairs in the name of honesty. Come on, who wants to go first?</p>
<p>*chirp!* *chirp!*</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/naturalcode.wordpress.com/115/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/naturalcode.wordpress.com/115/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/naturalcode.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/naturalcode.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/naturalcode.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/naturalcode.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/naturalcode.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/naturalcode.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/naturalcode.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/naturalcode.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/naturalcode.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/naturalcode.wordpress.com/115/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naturalcode.wordpress.com&blog=3890912&post=115&subd=naturalcode&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://naturalcode.wordpress.com/2008/08/10/the-stoning-of-john-edwards/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8331396d01d101f09bd298cfb5a0fd5a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">naturalcode</media:title>
		</media:content>
	</item>
		<item>
		<title>A disaster of Olympic proportions</title>
		<link>http://naturalcode.wordpress.com/2008/08/06/a-disaster-of-olympic-proportions/</link>
		<comments>http://naturalcode.wordpress.com/2008/08/06/a-disaster-of-olympic-proportions/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 01:46:11 +0000</pubDate>
		<dc:creator>naturalcode</dc:creator>
				<category><![CDATA[Law and Rights]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[2008 Olympics]]></category>
		<category><![CDATA[abuse]]></category>
		<category><![CDATA[Bejing]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[fascists]]></category>
		<category><![CDATA[free speech]]></category>
		<category><![CDATA[human rights]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[sports]]></category>
		<category><![CDATA[tyranny]]></category>

		<guid isPermaLink="false">http://naturalcode.wordpress.com/?p=104</guid>
		<description><![CDATA[So, despite the fact that they get to host the Olympics, the Chinese government apparently still doesn&#8217;t give a damn about little things like human rights, dignity, or freedom. How strange! Who could have ever predicted such a bizarre twist?
In addition to the abuse inflicted on the locals, for example destroying their houses, executing roughly [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naturalcode.wordpress.com&blog=3890912&post=104&subd=naturalcode&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>So, despite the fact that they get to host the Olympics, the Chinese government apparently <a href="http://hrw.org/english/docs/2008/08/05/china19547.htm">still doesn&#8217;t give a damn about little things like human rights, dignity, or freedom</a>. How strange! Who could have ever predicted such a bizarre twist?</p>
<p>In addition to the abuse inflicted on the locals, for example <a href="http://www.timesonline.co.uk/tol/news/world/article526586.ece">destroying</a> their <a href="http://www.washingtonpost.com/wp-dyn/content/article/2008/02/19/AR2008021901612.html">houses</a>, <a href="http://www.guardian.co.uk/world/2008/apr/15/humanrights.olympicgames2008">executing roughly 374 Chinese citizens during the Olympics</a>, and <a href="http://www.timesonline.co.uk/tol/comment/columnists/rosemary_righter/article4460645.ece">deploying ridiculous amounts of surveillance and military strength</a>, it looks like they&#8217;re also <a href="http://abcnews.go.com/International/story?id=5522145&amp;page=1">arresting foreign protesters, assaulting journalists</a>, <a href="http://ap.google.com/article/ALeqM5gKf6TZUVV5O0svemHyOqBT1MvnxQD927L2PG0">blocking Internet access even for foreign reporters</a>, and just generally <a href="http://www.nationalpost.com/sports/story.html?id=702536">giving everyone a hard time</a>.</p>
<p>Oh, <a href="http://www.guardian.co.uk/uk/2008/aug/06/olympics2012.china">this</a> is a good one :</p>
<blockquote><p>&#8220;We have laws regarding assembly and demonstrations, and we hope that foreigners will respect the laws of China.&#8221;</p></blockquote>
<p>While we are aware of your laws, sir, there are reasons why we don&#8217;t respect them. It is because they are brutal and inhuman, in the image of the thugs, tyrants and monsters that create and enforce them.</p>
<p>We foreigners just happen to have a little more power to defy the crimes against humanity you call &#8220;laws&#8221; without getting murdered, that&#8217;s all.</p>
<p>Don&#8217;t worry, there will be more defiance and disrespect coming from foreigners, <a href="http://www.timesonline.co.uk/tol/sport/olympics/article4474513.ece">and soon</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/naturalcode.wordpress.com/104/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/naturalcode.wordpress.com/104/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/naturalcode.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/naturalcode.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/naturalcode.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/naturalcode.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/naturalcode.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/naturalcode.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/naturalcode.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/naturalcode.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/naturalcode.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/naturalcode.wordpress.com/104/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naturalcode.wordpress.com&blog=3890912&post=104&subd=naturalcode&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://naturalcode.wordpress.com/2008/08/06/a-disaster-of-olympic-proportions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8331396d01d101f09bd298cfb5a0fd5a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">naturalcode</media:title>
		</media:content>
	</item>
		<item>
		<title>Through the looking glass: surreal campaign ads</title>
		<link>http://naturalcode.wordpress.com/2008/08/04/through-the-looking-glass-surreal-campaign-ads/</link>
		<comments>http://naturalcode.wordpress.com/2008/08/04/through-the-looking-glass-surreal-campaign-ads/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 20:31:02 +0000</pubDate>
		<dc:creator>naturalcode</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[American]]></category>
		<category><![CDATA[Barack Obama]]></category>
		<category><![CDATA[Christianity]]></category>
		<category><![CDATA[elections]]></category>
		<category><![CDATA[fearmongering]]></category>
		<category><![CDATA[incompetence]]></category>
		<category><![CDATA[John McCain]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[religion]]></category>
		<category><![CDATA[The One]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://naturalcode.wordpress.com/?p=97</guid>
		<description><![CDATA[First, this laugably bad ad. It appears that the McCain campaign&#8217;s latest attack is &#8220;Obama wants to Photoshop his face onto Mount Rushmore and the Statue of Liberty&#8221;. Incredibly juvenile, but it would work if your average McCain voter knew what a Photoshop was.
Secondly, there&#8217;s this video, &#8220;The One&#8221;.
Twist ending : &#8220;Paid for by John [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naturalcode.wordpress.com&blog=3890912&post=97&subd=naturalcode&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>First, <a href="http://www.youtube.com/watch?v=CDTJDv4hevU">this laugably bad ad</a>. It appears that the McCain campaign&#8217;s latest attack is &#8220;Obama wants to Photoshop his face onto Mount Rushmore and the Statue of Liberty&#8221;. Incredibly juvenile, but it would work if your average McCain voter knew what a Photoshop was.</p>
<p>Secondly, there&#8217;s <a href="http://www.youtube.com/watch?v=mopkn0lPzM8">this video</a>, &#8220;The One&#8221;.</p>
<p>Twist ending : &#8220;Paid for by John McCain 2008&#8243;. Really? Are&#8230; are you sure, official McCain Youtube channel and JohnMcCain.com?</p>
<p>I see two possible messages McCain could be trying to get out here.</p>
<p>He might be trying to say &#8220;Vote for Obama&#8221;, which is bizarre and likely not a winning strategy for McCain. Then again, his campaign, his party, and a good portion of the news media appear to be under the influence of hallucinogenic substances.</p>
<p>At this point I wouldn&#8217;t be that surprised if Bush went on a puppy-kicking spree only to have McCain come out and defend him, blame it on Obama and the Liberal Media, and say that this type of situation shows he&#8217;s &#8220;ready to lead&#8221; and his opponent is &#8220;naïve&#8221;. Somehow, it would probably even work, and the media would spend the next two days asking questions like &#8220;Voting for McCain : good idea, or great idea?&#8221; and &#8220;The Liberal Media&#8217;s biased reporting: should we stop favoring Obama?&#8221;.</p>
<p>Anyways. The other message, the one McCain is more likely trying to push with the world-leader imagery and the glorification of his opponent, is something along the lines of &#8220;Obama is the Antichrist&#8221;. That might make sense in the mind of Americans who consider reading forwarded emails to be &#8216;research&#8217;, but those people already have lists of contradictory reasons why they&#8217;re afraid of him.</p>
<p>In any case, I&#8217;m pretty sure the Antichrist is actually supposed to get elected. If McCain was a good Christian and he really believed what he&#8217;s trying to scare people into believing, he&#8217;d have to make sure the Antichrist won the election or he&#8217;d be standing in the way of Prophecy.</p>
<p>On the other hand, if he was a good Christian he probably wouldn&#8217;t be <a href="http://rutherfordl.wordpress.com/2008/08/04/the-obama-moses-ad-god-is-dead/">ridiculing Moses to make a political attack</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/naturalcode.wordpress.com/97/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/naturalcode.wordpress.com/97/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/naturalcode.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/naturalcode.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/naturalcode.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/naturalcode.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/naturalcode.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/naturalcode.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/naturalcode.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/naturalcode.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/naturalcode.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/naturalcode.wordpress.com/97/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naturalcode.wordpress.com&blog=3890912&post=97&subd=naturalcode&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://naturalcode.wordpress.com/2008/08/04/through-the-looking-glass-surreal-campaign-ads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8331396d01d101f09bd298cfb5a0fd5a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">naturalcode</media:title>
		</media:content>
	</item>
		<item>
		<title>Sorry, ISPs. You&#8217;ll have to deliver what you promise.</title>
		<link>http://naturalcode.wordpress.com/2008/08/03/sorry-isps-youll-have-to-deliver-what-you-promise/</link>
		<comments>http://naturalcode.wordpress.com/2008/08/03/sorry-isps-youll-have-to-deliver-what-you-promise/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 00:51:48 +0000</pubDate>
		<dc:creator>naturalcode</dc:creator>
				<category><![CDATA[Law and Rights]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Comcast]]></category>
		<category><![CDATA[EFF]]></category>
		<category><![CDATA[freedom]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[ISPs]]></category>
		<category><![CDATA[network neutrality]]></category>
		<category><![CDATA[ruling]]></category>
		<category><![CDATA[surveillance]]></category>

		<guid isPermaLink="false">http://naturalcode.wordpress.com/?p=94</guid>
		<description><![CDATA[Unless you own a telecommunications company with a business model based on selling more bandwidth than you can deliver and then punishing your customers, this should be good news.
The FCC ruled against Comcast on Friday, saying that their interference with customers&#8217; file transfers was a violation of federal policy. While it&#8217;s far from a guarantee [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naturalcode.wordpress.com&blog=3890912&post=94&subd=naturalcode&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Unless you own a telecommunications company with a business model based on selling more bandwidth than you can deliver and then punishing your customers, this should be good news.</p>
<p><a href="http://www.chicagotribune.com/business/chi-sat-internet-fcc-comcast-aug02,0,1442111.story">The FCC ruled against Comcast on Friday</a>, saying that their interference with customers&#8217; file transfers was a violation of federal policy. While it&#8217;s far from a guarantee of future network neutrality, it&#8217;s probably as good a precedent as we could have hoped for from this case.</p>
<p>Comcast has been given until the end of the year to get their act together and stop undermining the proper function of their service. While that is a lot further than the deadline I would have given them, the good news is that the Electronic Freedom Foundation has released the <a href="http://www.eff.org/testyourisp/switzerland">Switzerland Network Testing Tool</a>. This means that Comcast&#8217;s customers should now be able to easily watch their ISP to make sure that they&#8217;re complying with the ruling.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/naturalcode.wordpress.com/94/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/naturalcode.wordpress.com/94/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/naturalcode.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/naturalcode.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/naturalcode.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/naturalcode.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/naturalcode.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/naturalcode.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/naturalcode.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/naturalcode.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/naturalcode.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/naturalcode.wordpress.com/94/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naturalcode.wordpress.com&blog=3890912&post=94&subd=naturalcode&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://naturalcode.wordpress.com/2008/08/03/sorry-isps-youll-have-to-deliver-what-you-promise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8331396d01d101f09bd298cfb5a0fd5a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">naturalcode</media:title>
		</media:content>
	</item>
		<item>
		<title>Let&#8217;s save this planet. It&#8217;ll be fun. Really.</title>
		<link>http://naturalcode.wordpress.com/2008/07/31/lets-save-this-planet-itll-be-fun-really/</link>
		<comments>http://naturalcode.wordpress.com/2008/07/31/lets-save-this-planet-itll-be-fun-really/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 11:30:26 +0000</pubDate>
		<dc:creator>naturalcode</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Bob Park]]></category>
		<category><![CDATA[climate change]]></category>
		<category><![CDATA[communist plots]]></category>
		<category><![CDATA[dangerous/insane politicians]]></category>
		<category><![CDATA[energy]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[global warming]]></category>
		<category><![CDATA[Kyoto Protocol]]></category>
		<category><![CDATA[oil]]></category>
		<category><![CDATA[pollution]]></category>
		<category><![CDATA[Stephen Harper]]></category>

		<guid isPermaLink="false">http://naturalcode.wordpress.com/?p=89</guid>
		<description><![CDATA[From Bob Park&#8217;s What&#8217;s New :

UNCOOL:  LOT OF HEAT FROM GLOBAL-WARMING DENIERS.
Suppose, I asked myself, that the deniers are right and the CO2 thing is a mistake?  What will happen if the world takes the CO2 thing seriously, adopting common sense measures to counter anthropogenic warming and there never was any warming in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naturalcode.wordpress.com&blog=3890912&post=89&subd=naturalcode&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>From Bob Park&#8217;s <a href="http://www.bobpark.org/">What&#8217;s New</a> :<br />
<strong></strong></p>
<blockquote><p><strong>UNCOOL:  LOT OF HEAT FROM GLOBAL-WARMING DENIERS.</strong><br />
Suppose, I asked myself, that the deniers are right and the CO2 thing is a mistake?  What will happen if the world takes the CO2 thing seriously, adopting common sense measures to counter anthropogenic warming and there never was any warming in the first place?  1) there will more non-renewable resources to leave to our progeny;  2) we will breath cleaner air and see the stars again, the way we saw them half a century ago; 3) we could stop paving over the planet, and 4) cut down on the number of billionaires.  If we’re wrong we could have a party.  We could have a party either way.</p></blockquote>
<p>See, it&#8217;s not so bad, is it? Really, we&#8217;ll be OK if we get started on this right away, and we might even make money and invent some cool shit in the process.</p>
<p>Saving the environment is a reasonable, obvious thing to do, even if <a href="http://www.cbc.ca/canada/story/2007/01/30/harper-kyoto.html?ref=rss">Stephen Harper thinks it&#8217;s a communist plot to destroy the economy of oil-producing nations</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/naturalcode.wordpress.com/89/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/naturalcode.wordpress.com/89/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/naturalcode.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/naturalcode.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/naturalcode.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/naturalcode.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/naturalcode.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/naturalcode.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/naturalcode.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/naturalcode.wordpress.com/89/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/naturalcode.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/naturalcode.wordpress.com/89/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naturalcode.wordpress.com&blog=3890912&post=89&subd=naturalcode&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://naturalcode.wordpress.com/2008/07/31/lets-save-this-planet-itll-be-fun-really/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8331396d01d101f09bd298cfb5a0fd5a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">naturalcode</media:title>
		</media:content>
	</item>
		<item>
		<title>The persecution of &#8216;Dr.&#8217; Kent Hovind</title>
		<link>http://naturalcode.wordpress.com/2008/07/30/the-persecution-of-dr-kent-hovind/</link>
		<comments>http://naturalcode.wordpress.com/2008/07/30/the-persecution-of-dr-kent-hovind/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 11:30:44 +0000</pubDate>
		<dc:creator>naturalcode</dc:creator>
				<category><![CDATA[Law and Rights]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[American]]></category>
		<category><![CDATA[Christianity]]></category>
		<category><![CDATA[Condoleeza Rice]]></category>
		<category><![CDATA[creationism]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[Jesus]]></category>
		<category><![CDATA[justice]]></category>
		<category><![CDATA[Justice Department]]></category>
		<category><![CDATA[Kent Hovind]]></category>
		<category><![CDATA[liberals]]></category>
		<category><![CDATA[Monica Goodling]]></category>
		<category><![CDATA[scandals]]></category>

		<guid isPermaLink="false">http://naturalcode.wordpress.com/?p=81</guid>
		<description><![CDATA[From &#8220;The Fight To Save Dr. Kent Hovind&#8221; :

&#8220;But friends &#8211; there is one of Jesus&#8217; flock that has been abandoned by America.  No &#8211; this is not a blood sucking Muslim &#8211; but a white Christian male.  Yes, this man should be at the very top of the Christian food chain &#8211; but instead [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naturalcode.wordpress.com&blog=3890912&post=81&subd=naturalcode&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>From <a href="http://tpmcafe.talkingpointsmemo.com/talk/2008/07/the-fight-to-save-dr-kent-hovi.php">&#8220;The Fight To Save Dr. Kent Hovind&#8221;</a> :<a href="http://tpmcafe.talkingpointsmemo.com/talk/2008/07/the-fight-to-save-dr-kent-hovi.php"><br />
</a></p>
<blockquote><p>&#8220;But friends &#8211; there is one of Jesus&#8217; flock that has been abandoned by America.  No &#8211; this is not a blood sucking Muslim &#8211; but a white Christian male.  Yes, this man should be at the very top of the Christian food chain &#8211; but instead he has been persecuted by the liberals in the Justice Department. This man is, of course, Dr. Kent Hovind &#8211; or as you probably know him &#8211; Dr. Dino.&#8221;</p></blockquote>
<p>That&#8217;s silly, you know <a href="http://cnews.canoe.ca/CNEWS/World/2008/07/28/6287886-ap.html">they don&#8217;t allow liberals in the Justice Department</a>. They also don&#8217;t allow <a href="http://seattlepi.nwsource.com/opinion/372704_goodlinged.html">people who admire left-wing pro-choice nuts like Condoleeza Rice</a>. Only good Republicans can properly deliver justice.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/naturalcode.wordpress.com/81/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/naturalcode.wordpress.com/81/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/naturalcode.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/naturalcode.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/naturalcode.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/naturalcode.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/naturalcode.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/naturalcode.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/naturalcode.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/naturalcode.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/naturalcode.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/naturalcode.wordpress.com/81/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naturalcode.wordpress.com&blog=3890912&post=81&subd=naturalcode&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://naturalcode.wordpress.com/2008/07/30/the-persecution-of-dr-kent-hovind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8331396d01d101f09bd298cfb5a0fd5a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">naturalcode</media:title>
		</media:content>
	</item>
		<item>
		<title>Alaska : Lose The Clown</title>
		<link>http://naturalcode.wordpress.com/2008/07/29/alaska-lose-the-clown/</link>
		<comments>http://naturalcode.wordpress.com/2008/07/29/alaska-lose-the-clown/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 02:41:18 +0000</pubDate>
		<dc:creator>naturalcode</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Alaska]]></category>
		<category><![CDATA[bribes]]></category>
		<category><![CDATA[corruption]]></category>
		<category><![CDATA[incompetence]]></category>
		<category><![CDATA[Internets]]></category>
		<category><![CDATA[net neutrality]]></category>
		<category><![CDATA[series of tubes]]></category>
		<category><![CDATA[Ted Stevens]]></category>

		<guid isPermaLink="false">http://naturalcode.wordpress.com/?p=76</guid>
		<description><![CDATA[Sure, he thinks that the Internet is a series of tubes, and yet assumes himself knowledgeable enough to regulate said Internet, but at least he&#8217;s an honest, hardworking guy, right?
Not so much. It seems that corruption is never far behind incompetence : Senator Ted &#8220;An Internet Was Sent By My Staff&#8221; Stevens accepts bribes and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naturalcode.wordpress.com&blog=3890912&post=76&subd=naturalcode&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Sure, <a href="http://en.wikipedia.org/wiki/Series_of_tubes">he thinks that the Internet is a series of tubes</a>, and yet assumes himself knowledgeable enough to regulate said Internet, but at least he&#8217;s an honest, hardworking guy, right?</p>
<p>Not so much. It seems that corruption is never far behind incompetence : <a href="http://www.mcclatchydc.com/election2008/story/45824.html">Senator Ted &#8220;An Internet Was Sent By My Staff&#8221; Stevens accepts bribes and lies about it</a>, according to a federal grand jury that just indicted him on seven (7) felonies. He apparently accepted $250,000 in bribe money from an oil and contruction services company between 2001 and 2006.</p>
<p>Maybe the company in question paid him to issue his utterly ignorant statements about the tubular nature of the Internet in an effort to push their pro-pipeline oil agenda?</p>
<p>It would explain why the company in question is now out of business. The tube remarks didn&#8217;t go over so well, and <a href="http://www.youtube.com/watch?v=f99PcP0aFNE&amp;hl=en">we all got to see the proof of his ignorance thanks to one of the few Tubes that actually does make up part of the Internet</a>.</p>
<p>Seriously though, Alaska. Lose the clown.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/naturalcode.wordpress.com/76/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/naturalcode.wordpress.com/76/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/naturalcode.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/naturalcode.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/naturalcode.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/naturalcode.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/naturalcode.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/naturalcode.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/naturalcode.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/naturalcode.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/naturalcode.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/naturalcode.wordpress.com/76/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naturalcode.wordpress.com&blog=3890912&post=76&subd=naturalcode&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://naturalcode.wordpress.com/2008/07/29/alaska-lose-the-clown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8331396d01d101f09bd298cfb5a0fd5a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">naturalcode</media:title>
		</media:content>
	</item>
		<item>
		<title>Why not talk to the police? It can never help you. Ever. Especially if you&#8217;re innocent.</title>
		<link>http://naturalcode.wordpress.com/2008/07/29/why-not-talk-to-the-police-it-can-never-help-you-ever-especially-if-youre-innocent/</link>
		<comments>http://naturalcode.wordpress.com/2008/07/29/why-not-talk-to-the-police-it-can-never-help-you-ever-especially-if-youre-innocent/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 22:16:11 +0000</pubDate>
		<dc:creator>naturalcode</dc:creator>
				<category><![CDATA[Law and Rights]]></category>
		<category><![CDATA[confessions]]></category>
		<category><![CDATA[freedom]]></category>
		<category><![CDATA[George Bruch]]></category>
		<category><![CDATA[guilt]]></category>
		<category><![CDATA[innocence]]></category>
		<category><![CDATA[James Duane]]></category>
		<category><![CDATA[law]]></category>
		<category><![CDATA[legal rights]]></category>
		<category><![CDATA[police]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://naturalcode.wordpress.com/?p=72</guid>
		<description><![CDATA[The Innocence Project : In more than 25% of cases where people were convicted and later exonerated by DNA evidence, innocent defendants made incriminating statements, delivered outright confessions or pled guilty.
Innocent people admit guilt all the time. Don&#8217;t be one of them. Don&#8217;t talk to the police. If you really are guilty, sufficient evidence should [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naturalcode.wordpress.com&blog=3890912&post=72&subd=naturalcode&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://www.innocenceproject.org/understand/False-Confessions.php">The Innocence Project</a> : In more than 25% of cases where people were convicted and later exonerated by DNA evidence, innocent defendants made incriminating statements, delivered outright confessions or pled guilty.</p>
<p>Innocent people admit guilt all the time. Don&#8217;t be one of them. Don&#8217;t talk to the police. If you really are guilty, sufficient evidence should be found in due time. There really is no need for you to provide the rope to hang yourself.</p>
<p>Cory Doctorow posted <a href="http://www.boingboing.net/2008/07/28/law-prof-and-cop-agr.html">these two videos</a> of a law professor and a cop explaining exactly why you shouldn&#8217;t ever talk to the police without a lawyer present. To sum it up briefly, everything you say can and will be held against you, and it will never help you. Ever.</p>
<p>I&#8217;ve only watched the first one so far, but this is a lesson I&#8217;ve learned from personal experience. You <em>do not</em> want to learn this lesson from personal experience. Learn it the easy way while these experts are offering to teach you.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/naturalcode.wordpress.com/72/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/naturalcode.wordpress.com/72/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/naturalcode.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/naturalcode.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/naturalcode.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/naturalcode.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/naturalcode.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/naturalcode.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/naturalcode.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/naturalcode.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/naturalcode.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/naturalcode.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=naturalcode.wordpress.com&blog=3890912&post=72&subd=naturalcode&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://naturalcode.wordpress.com/2008/07/29/why-not-talk-to-the-police-it-can-never-help-you-ever-especially-if-youre-innocent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8331396d01d101f09bd298cfb5a0fd5a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">naturalcode</media:title>
		</media:content>
	</item>
	</channel>
</rss>