<?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>Schadenfreude &#187; life</title>
	<atom:link href="http://www.ralree.com/tag/life/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ralree.com</link>
	<description>Malicious enjoyment derived from observing someone else's misfortune</description>
	<lastBuildDate>Sun, 28 Feb 2010 04:18:37 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>First Step Into a Lighter-Than-Air World</title>
		<link>http://www.ralree.com/2008/09/10/first-step-into-a-lighter-than-air-world/</link>
		<comments>http://www.ralree.com/2008/09/10/first-step-into-a-lighter-than-air-world/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 01:56:00 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[airplanes]]></category>
		<category><![CDATA[cessna]]></category>
		<category><![CDATA[flying]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[pilot]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2008/09/10/first-step-into-a-lighter-than-air-world</guid>
		<description><![CDATA[
So, today I spent around $400 on my annual dues, initiation fee, and flight logbook.  I am going to get my private pilot&#8217;s license over the next year or so.  It&#8217;s going to be awesome.
]]></description>
			<content:encoded><![CDATA[<p><img src="http://ralree.info/assets/2008/9/10/Cessna_172-9_medium.jpg" /></p>
<p>So, today I spent around $400 on my annual dues, initiation fee, and flight logbook.  I am going to get my <a href="http://en.wikipedia.org/wiki/Private_Pilot's_License">private pilot&#8217;s license</a> over the next year or so.  It&#8217;s going to be awesome.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2008/09/10/first-step-into-a-lighter-than-air-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OSCON Sessions, Day 2</title>
		<link>http://www.ralree.com/2008/07/25/oscon-sessions-day-2/</link>
		<comments>http://www.ralree.com/2008/07/25/oscon-sessions-day-2/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 13:44:00 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[beer]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[hadoop]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[oscon]]></category>
		<category><![CDATA[oscon2008]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[swig]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2008/07/25/oscon-sessions-day-2</guid>
		<description><![CDATA[Oh man, what a day.  
I attended quite a few talks, grabbed a lot of swag, and entered a few contests.  I ended up buying the Arduino Starter Kit from MAKE so I can do some awesome embedded Ruby like I saw at FOSCON.  It looks really fun &#8211; I can&#8217;t wait [...]]]></description>
			<content:encoded><![CDATA[<p>Oh man, what a day.  </p>
<p>I attended quite a few talks, grabbed a lot of swag, and entered a few contests.  I ended up buying the <a href="http://www.makershed.com/ProductDetails.asp?ProductCode=MSAK">Arduino Starter Kit from MAKE</a> so I can do some awesome <a href="http://rad.rubyforge.org/">embedded Ruby</a> like I saw at FOSCON.  It looks really fun &#8211; I can&#8217;t wait to try it out.</p>
<p>The talks I attended were half-way decent, but I learned a lot more on the first day.</p>
<h2><a href="http://github.com/hank/life/tree/master/oscon/2008/sessions/Hadoop.EC2.rdoc">Hadoop and EC2</a></h2>
<p>A good overview of how one can use Amazon&#8217;s S3 and EC2 services to cheaply process and store data on a pretty large scale.  The New York Times digitized hundreds of years of articles in <em>a single day</em> using these services and some awesome C++ code.</p>
<h2><a href="http://github.com/hank/life/tree/master/oscon/2008/sessions/Open.Standards.Cloud.Computing.rdoc">Open standards in cloud computing</a></h2>
<p>This ended up being a marketing talk.  I don&#8217;t know what it had to do with cloud computing, and I didn&#8217;t stick around to find out.</p>
<h2><a href="http://github.com/hank/life/tree/master/oscon/2008/sessions/Ruby.1.9.rdoc">Ruby 1.9: What to Expect</a></h2>
<p>An awesome overview of all the new stuff in Ruby 1.9 given by Sam Ruby.  I had no idea they were changing so much, and this was a good dive with code examples into that.  There was some discussion among everyone in the middle on whether <code>for</code> loops should work like <code>.each</code> blocks with regards to scope.  I happen to disagree with what ended up being the popular thought on this subject.  Most were advocating that a <code>for</code> loop constitutes a block, and that scope variables and iterators should be localized inside of it.  This is contrary to almost every language, which I brought up using the example of C.  Yet, when you iterate with <code>.each</code>, you immediately define a block and a scoped iterator, which, if it has a conflicting name with the outside world, it doesn&#8217;t matter since that&#8217;s out of scope.  The only thing this changes is the value of a variable outside after the loop finishes.  I think leaving the ability to modify a variable external to the loop is very convenient &#8211; in summary, <em>leave it how you&#8217;ve done it in Ruby 1.9 already</em>.</p>
<h2><a href="http://github.com/hank/life/tree/master/oscon/2008/sessions/Mobile.rdoc">Ubuntu on the Go: Subnotebook and MID technologies</a></h2>
<p>This was an interesting session on where Canonical is taking mobile technology, and what the community can do to help.  They seem to have a pretty neat subnotebook coming out soon.</p>
<h2><a href="http://github.com/hank/life/tree/master/oscon/2008/sessions/SWIG.rdoc">Python, C++, and SWIG</a></h2>
<p>This could have been one of the best talks, but the speed at which it was given and the lack of enthusiasm in the presentation left most of us either bored or unfulfilled at the end of the talk.  He spent the first half explaining what Python and C++ were, then he got to what SWIG is.  The end was a quick dive into an extremely complicated bunch of files that didn&#8217;t help very much.  In the future, it would be helpful to go to a SWIG talk that details <em>how to make a simple Python extension with SWIG</em>.  I may have to throw that one together myself&#8230;</p>
<p>I also attended the tail end of <a href="http://en.oreilly.com/oscon2008/public/schedule/detail/2872">Designing Political Web Apps for MoveOn.org</a>, but I didn&#8217;t take any notes.  </p>
<p>We ended up going to dinner at <a href="http://www.widmer.com/Default.aspx">Widmer Brothers</a>, which was pretty awesome.  I had the Pork Schnitzel, a very tender piece of meat if I do say so myself, along with 2 Full Nelson IPAs.  Afterwards, we caught the bus from the convention center to BeerForge and the SourceForge Community Choice Awards party.  Beerforge was a blast.  I ended up talking to <a href="http://www.jbkempf.com/">Jean-Baptiste Kempf</a>, one of the developers of VLC, for hours &#8211; a truly great guy.  I learned a lot about France and the French people, but also about VLC.  Apparently, you can use VLC from the command line much like mplayer, which I did not know.  Yet, he explained that they removed Directshow support from VLC in Linux in favor of open source alternatives, which in part I can understand.  Yet, the only codec available that is able to smoothly play 1080p h264 video is closed source (<a href="http://www.coreavc.com/">CoreAVC</a>), and until the ffmpeg avc codec catches up, I&#8217;ll have to continue using mplayer.  When I can play everything back smoothly with VLC, I may consider switching.</p>
<p>The beer at BeerForge was pretty good &#8211; I had the IPA.  SourceForge had some sort of mixed drink which wasn&#8217;t too great.  All in all, a good day, but now I&#8217;m dehydrated&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2008/07/25/oscon-sessions-day-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>b0rked hand</title>
		<link>http://www.ralree.com/2008/05/27/b0rked-hand/</link>
		<comments>http://www.ralree.com/2008/05/27/b0rked-hand/#comments</comments>
		<pubDate>Tue, 27 May 2008 21:30:00 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[injury]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[sad]]></category>
		<category><![CDATA[sick leave]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2008/05/28/b0rked-hand</guid>
		<description><![CDATA[My left hand is currently incapacitated due to the wonders of modern science.  I had an enchondroma, which is a cartilage tumor, in my left index finger.  They cut it out today, and now I have a large blue brick attached to me.  I think I will be spending my days at [...]]]></description>
			<content:encoded><![CDATA[<p>My left hand is currently incapacitated due to the wonders of modern science.  I had an enchondroma, which is a cartilage tumor, in my left index finger.  They cut it out today, and now I have a large blue brick attached to me.  I think I will be spending my days at home high on oxycontin for the next week or so, which means more internet play time, but I won&#8217;t be coding much since it took me almost 5 minutes to type this post.</p>
<p><a href="http://ralree.info/assets/2008/5/28/image16.jpg"><img src="http://ralree.info/assets/2008/5/28/image16_thumb.jpg" alt=""/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2008/05/27/b0rked-hand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Force the UK to commit copyright infringement</title>
		<link>http://www.ralree.com/2008/05/15/force-the-uk-to-commit-copyright-infringement/</link>
		<comments>http://www.ralree.com/2008/05/15/force-the-uk-to-commit-copyright-infringement/#comments</comments>
		<pubDate>Thu, 15 May 2008 01:57:00 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[copyright]]></category>
		<category><![CDATA[england]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[thought]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2008/05/15/force-the-uk-to-commit-copyright-infringement</guid>
		<description><![CDATA[You know what would be awesome &#8211; forcing the UK to commit copyright infringement by simply watching a copyrighted movie in public in London.  You&#8217;d have to watch out for some things, but if you did it you could legally request a copy of the footage under the Data Protection Act, putting them in [...]]]></description>
			<content:encoded><![CDATA[<p>You know what would be awesome &#8211; forcing the UK to commit copyright infringement by simply watching a copyrighted movie in public in London.  You&#8217;d have to watch out for <a href="http://www.swank.com/copy.html">some things</a>, but if you did it you could legally request a copy of the footage under the <a href="http://www.opsi.gov.uk/Acts/Acts1998/ukpga_19980029_en_1">Data Protection Act</a>, putting them in a tricky position with the MPAA.  As they recorded it in the first place, they are already in violation of copyright law.  It would rock.  Someone needs to do it.</p>
<p><img src="http://ralree.com/assets/2008/5/15/surveillance_cameras.jpg" alt=""/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2008/05/15/force-the-uk-to-commit-copyright-infringement/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Things you can&#8217;t say on the radio</title>
		<link>http://www.ralree.com/2008/04/25/things-you-can-t-say-on-the-radio/</link>
		<comments>http://www.ralree.com/2008/04/25/things-you-can-t-say-on-the-radio/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 01:26:00 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[radio]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2008/04/25/things-you-can-t-say-on-the-radio</guid>
		<description><![CDATA[I was listening to &#8220;Ends&#8221; by Everlast on the radio today on my way to work.  It was going alright, but I noticed that there are quite a few things you can&#8217;t say on the radio that are surprising.
Things you can&#8217;t say

whore
drugs
Colt 45
balls
green

Now, I realize that much of this has to do with context, [...]]]></description>
			<content:encoded><![CDATA[<p>I was listening to &#8220;Ends&#8221; by Everlast on the radio today on my way to work.  It was going alright, but I noticed that there are quite a few things you can&#8217;t say on the radio that are surprising.</p>
<h2>Things you <strong>can&#8217;t</strong> say</h2>
<ul>
<li>whore</li>
<li>drugs</li>
<li>Colt 45</li>
<li>balls</li>
<li>green</li>
</ul>
<p>Now, I realize that much of this has to do with context, but come on&#8230;  You can&#8217;t say <strong><em>smoked the finest green</strong></em>?  What&#8217;s wrong with the word <strong>whore</strong> anyway?  <strong>Concubine</strong> is in the Bible, and that&#8217;s a synonym, so&#8230;  Would it be OK to say that on the radio?  Do we need to censor Christian radio when they say concubine?</p>
<p>So, I looked into it, and found <a href="http://ask.yahoo.com/20040220.html">this</a>.  Interesting&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2008/04/25/things-you-can-t-say-on-the-radio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Angband save games directory in Ubuntu</title>
		<link>http://www.ralree.com/2008/01/02/angband-save-games-directory-in-ubuntu/</link>
		<comments>http://www.ralree.com/2008/01/02/angband-save-games-directory-in-ubuntu/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 05:13:00 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[angband]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[lame]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[nerd]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2008/01/02/angband-save-games-directory-in-ubuntu</guid>
		<description><![CDATA[I finally found where Angband saves are stored in Ubuntu thanks to the helpful file listing it provides.  It&#8217;s all in /var/games/angband, and the save directory looks like this:

root@rofl:/var/games/angband/save# ls -al
total 60
d---rwx--- 2 root games  4096 2008-01-01 23:57 .
drwxr-sr-x 9 root games  4096 2007-12-31 16:18 ..
-rw-r--r-- 1 hank games 45651 2008-01-01 23:57 [...]]]></description>
			<content:encoded><![CDATA[<p>I <em>finally</em> found where Angband saves are stored in Ubuntu thanks to the <a href="http://packages.ubuntu.com/cgi-bin/search_contents.pl?searchmode=filelist&amp;word=angband&amp;version=dapper&amp;arch=i386&amp;page=1&amp;number=all">helpful file listing</a> it provides.  It&#8217;s all in <code>/var/games/angband</code>, and the save directory looks like this:</p>
<pre><code>
root@rofl:/var/games/angband/save# ls -al
total 60
d---rwx--- 2 root games  4096 2008-01-01 23:57 .
drwxr-sr-x 9 root games  4096 2007-12-31 16:18 ..
-rw-r--r-- 1 hank games 45651 2008-01-01 23:57 1000.Hank
-rw-rw-r-- 1 root games    47 2006-11-13 01:20 delete.me
</code></pre>
<p>The inside of <code>1000.Hank</code> is complete binary gibberish, but at least I can back it up now and move it between computers.  This is <strong><em>so</strong></em> encouraging me to cheat.  To find out more about angband, read <a href="http://www.alwaysblack.com/blackout/zangband.html">this article</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2008/01/02/angband-save-games-directory-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ron Paul is not a racist.</title>
		<link>http://www.ralree.com/2007/12/14/ron-paul-is-not-a-racist/</link>
		<comments>http://www.ralree.com/2007/12/14/ron-paul-is-not-a-racist/#comments</comments>
		<pubDate>Fri, 14 Dec 2007 06:30:00 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[election 2008]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[ron paul]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2007/12/16/ron-paul-is-not-a-racist</guid>
		<description><![CDATA[So, I keep seeing people posting comments around that say Ron Paul is a racist, and most of them refer to a 1992 mailing list post he allegedly wrote.  This posting was controversial because it portrayed inner city Blacks in a bad light.  It was protesting against the lack of police action against [...]]]></description>
			<content:encoded><![CDATA[<p>So, I keep seeing people posting comments around that say Ron Paul is a racist, and most of them refer to a <a href="http://www.nizkor.org/ftp.cgi/people/g/ftp.py?people/g/gannon.dan/1992/gannon.0793">1992 mailing list post</a> he allegedly wrote.  This posting was controversial because it portrayed inner city Blacks in a bad light.  It was protesting against the lack of police action against rioting, the Rodney King scandal, and inner city crime committed by Blacks.  Now, I don&#8217;t think he was inferring that only Black people commit crime, or are predisposed to it by their race; quite the contrary in fact.</p>
<p>            <span id="more-6698"></span></p>
<p>So, I keep seeing people posting comments around that say Ron Paul is a racist, and most of them refer to a <a href="http://www.nizkor.org/ftp.cgi/people/g/ftp.py?people/g/gannon.dan/1992/gannon.0793">1992 mailing list post</a> he allegedly wrote.  First of all, the author was apparently a ghost writer, which <a href="http://thestressblog.com/2007/05/22/ron-paul-is-not-a-racist/">Paul admitted during an interview</a>.</p>
<p>This posting was controversial because it portrayed inner city Blacks in a bad light.  It was protesting against the lack of police action against rioting, the Rodney King scandal, and inner city crime committed by Blacks.  Now, I don&#8217;t think the author was inferring that only black people commit crime, or are predisposed to it by their race; quite the contrary in fact.  He was admitting what <a href="http://media.www.thetriangle.org/media/storage/paper689/news/2004/07/23/EdOp/Bill-Cosbys.Controversial.Words.Contain.Meaning-695358.shtml">Bill Cosby has admitted</a>.  <a href="http://www.courant.com/features/lifestyle/hc-lifecosby.artdec10,0,7523291.story">Alvin Poussaint has also admitted it</a>, as he put here:</p>
<p><img src="http://ralree.com/assets/2007/12/14/pouissaint.jpg" alt=""/></p>
<blockquote>
<p>The statistics are kind of mind-blowing and enough to alert you that we have serious problems here. You have more than 50 percent of black males in most urban areas are high school dropouts. You have black males committing over 50 percent of the homicides. We&#8217;re 13, 12 percent of the population and we make up [about] 45 percent of the prison population.</p>
</blockquote>
<p>So, is <a href="http://hms.harvard.edu/admissions/default.asp?page=poussaint">Alvin, a professor of psychology at Harvard</a>, prejudiced against his own race?  <strong>NO!</strong>  He&#8217;s just pointing out the facts!  This is exactly what the author was doing!  </p>
<p>Here are some of the quotes that are in question:</p>
<blockquote>
<p>Given the inefficiencies of what D.C. laughingly calls the &#8220;criminal justice system,&#8221; I think we can safely assume that 95 percent of the black males in [Washington D.C.] are semi-criminal or entirely criminal.</p>
<p>We don&#8217;t think a child of 13 should be held responsible as a man of 23. That&#8217;s true for most people, but black males age 13 who have been raised on the streets and who have joined criminal gangs are as big, strong, tough, scary and culpable as any adult and should be treated as such.</p>
<p>What else do we need to know about the political establishment than that it refuses to discuss the crimes that terrify Americans on grounds that doing so is racist? Why isn&#8217;t that true of complex embezzling, which is 100 percent white and Asian?</p>
<p>If you have ever been robbed by a black teen-aged male, you know how unbelievably fleet-footed they can be.</p>
</blockquote>
<p>This last one is interesting, and it is probably the most cited one.  I, personally, do not see too much of a problem with this.  I&#8217;ll turn it around here using some current events:</p>
<blockquote>
<p>If you&#8217;ve ever been shot with a shotgun by a white senior-citizen male, you know how unbelievably well they can shoot.</p>
</blockquote>
<p>Idea taken from <a href="http://www.youtube.com/watch?v=RPuM_XAo2BE&amp;feature=related">here</a>.  Now, if the newsletter was about how much white Texan males liked guns, and how it was a danger to the community for them to take the law into their own hands, would it be racist?  If I were to say that 95% of white Texan males wouldn&#8217;t mind shooting to kill without giving the target a fair trial, would that be racist?  <strong>NO!</strong> It&#8217;s just a stupid statistic I made up on the spot, since 93% of statistics <strong>are</strong> made up on the spot!</p>
<p>So, saying that at least a few black teenage males rob people is not racist, because you are not claiming that their race predisposes them to this activity.  Saying black people run fast <strong>could</strong> be construed as racist, which is the intent of most people who post this quote, but it&#8217;s not.  In fact, there is massive empirical evidence to back this up.  <strong>The 200 fastest times recorded in the 100-meter dash all belong to blacks!</strong>  The book <a href="http://fig.cox.miami.edu/~ddiresta/bil101/Bornbetter.htm"><em>Taboo</em></a> discusses this very subject.  Is it racist to say that certain races have predisposed physical abilities that are superior to many members of other races?  <strong>NO!</strong>  It&#8217;s just the way it is!  It&#8217;s like the fact the some white people are blond.  If anything, saying black teenage males run fast on average is pretty close to a compliment if you ask me.</p>
<p>I&#8217;ve also heard that he takes money from racist people.  It&#8217;s a good thing he doesn&#8217;t <a href="http://online.wsj.com/public/article/SB119725124969118909-BL5qr_9Xj6xOB4TFd3_UD3QNW4Q_20080108.html?mod=tff_main_tff_top">do business with folks who protect terrorists like Rudy Giuliani does</a>. This is just flat out stupid.  Criticizing a candidate based on who is donating to them is like criticizing Wal-Mart for its clientele.  You can&#8217;t say that Wal-Mart is racist because racist people shop there &#8211; they just want low prices like the rest of us!  I&#8217;m tired of these worthless arguments.  Find something of substance if you&#8217;re going to argue against Dr. Paul.  The other GOP candidates have a new debacle every day!  Huckabee flows them constantly: women should obey their husbands unquestioningly, people with AIDS should be quarantined, etc.  Do we want 4-8 more years of restriction of our liberties?</p>
<p>The author does not believe that Black people are naturally any different than Whites, but he does believe that the urban culture (hateful rap, materialism, race-driven comedy, etc.) is ruining American society as a whole.  I tend to agree.  I respect people of all races who don&#8217;t adhere to that nonsense.</p>
<blockquote>
<p>The cause of the riots is plain: barbarism. If the barbarians cannot loot sufficiently through legal channels (i.e., the riots being the welfare-state minus the middleman), they resort to illegal ones, to terrorism.</p>
</blockquote>
<p>He calls rioters barbarians, which rioters of all races essentially are.  And doesn&#8217;t current inner-city Black culture generally pin Whites as the enemy?  Ever heard the statement that Whites are &#8220;keeping the black man down?&#8221;  So, really, he is angry at their culture just like Bill Cosby and Alvin Poussaint are.</p>
<blockquote>
<p>Our country is being destroyed by a group of actual and potential terrorists &#8211; and they can be identified by the color of their skin.</p>
</blockquote>
<p>The part about identifying them by the color of their skin is damning when taken out of context.  The rest of that paragraph and the following paragraph expound on that statement, saying that there is indeed a small percentage of Blacks who adhere to beliefs in individual liberty and free market.  It also describes them as &#8220;decent people.&#8221;    Therefore, the all-encompassing identification by the color of their skin has been thwarted by context.  It&#8217;s a bad style of writing (making declarative statements and rebutting them), but it was the style used here.</p>
<p>Being afraid of black men had its basis in statistics, sadly enough, especially in larger cities in the early 90&#8217;s.  In the context of the article, when rioting was occurring, it was a legitimate fear given the racial prejudices of the culture involved.  Anyone should fear for their lives when confronted with a racially charged mob of a different race.  The consecutive sentence makes a valid point:</p>
<blockquote>
<p>Black men commit murders, rapes, robberies, muggings, and burglaries all out of proportion to their numbers.</p>
</blockquote>
<p>The information found <a href="http://www.hhscenter.org/bonbstat.html">here</a> gives a good recent example of this.  It&#8217;s a terrible fact, but it has nothing to do with their race and everything to do with their culture.</p>
<p>Even though Ron Paul didn&#8217;t write this newsletter, people still attack him as if he did.  I&#8217;ve read a few places that the person who did was immediately fired, and never wrote them again, but I have no idea if that&#8217;s true.  Even though I defend the quotes here, I think the newsletter was a little more scathing than it needed to be.  It should have discussed culture more to prevent arguments like this from happening.</p>
<p>Now,  another accusation is that he is an anti-Semite for being opposed to the Israeli lobby.  If he was opposed to the Mexico lobby would that automatically make him racist against Mexicans?  <strong>NO!</strong>  It&#8217;s all politics.  He believes that Israel has a right to sovereignty just like Palestine does!  Why can&#8217;t we have it both ways?  Am I an anti-Semite for looking into the statistics behind the conflict between the two countries rather than blindly getting behind Israel because I don&#8217;t want to sound racist for criticizing them?  <strong>NO!</strong>  I&#8217;m not criticizing their race at all, and criticizing their lobby also has nothing to do with their race or their politics.  <a href="http://www.ifamericansknew.org/">Here</a> is an interesting site purporting that the American mainstream media is distorting the facts of the conflict, and that about 7 times more Palestinian children have died than Israeli children since it began.  I don&#8217;t know how credible their data is, but apparently Palestinian children who die don&#8217;t get as much MSM airtime as Israeli kids.</p>
<p>Ron Paul has said many things that irk people, and I think that&#8217;s exactly what we need more of in this country.  The fact is that Dr. Paul <strong>will not impose his personal views on the country</strong>, which is contrary to every other Republican candidate, and many of the Democrats.  He is personally opposed to gay marriage for instance, but when Jon Stossel asked him what he thought about it, he said that they had the right to do whatever they wanted and that the state should have no say in it.  He believes the same thing about abortion &#8211; it should be up to the individual states whether they want to allow it or not, which leaves it up to the voters in those states.  If he believed in aliens like Kucinich does, I really wouldn&#8217;t care!  If the man is not going to impose his beliefs on me as president, then he is free to believe whatever he wants.  I personally do not think Ron Paul is a racist.  He may or may not have said that black people can run fast, or that 95% of the blacks in Washington D.C. were criminal or semi-criminal (defining semi-criminal is also difficult &#8211; you are semi-criminal for not paying your taxes or jaywalking for instance).  Speaking out against riots, gang violence, and childhood gang indoctrination is not racist.  It&#8217;s stating the facts, which no one else seems to want to do.  He also states the facts about the economy, which everyone including Bernanke does not want to hear.  </p>
<p>Respecting the Constitution and eliminating the power the presidency has obtained is the key.  No more wars without declaration, no more <a href="http://www.boston.com/news/nation/articles/2006/04/30/examples_of_the_presidents_signing_statements/">signing statements</a>, lower taxes, and an emphasis on personal responsibility and freedom is what I desire in our next president.</p>
<p>I&#8217;ll leave you with a nice quote by Bierce:</p>
<blockquote>
<p>&#8220;Conservative, n. A statesman who is enamored of existing evils, as distinguished from the Liberal, who wishes to replace them with others.&#8221; Ambrose Bierce, <em>Devil&#8217;s Dictionary</em>, 1911</p>
</blockquote>
<p>Oh, and <strong><em>VOTE FOR RON PAUL!</strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2007/12/14/ron-paul-is-not-a-racist/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Aligning with the Candidates</title>
		<link>http://www.ralree.com/2007/11/25/aligning-with-the-candidates/</link>
		<comments>http://www.ralree.com/2007/11/25/aligning-with-the-candidates/#comments</comments>
		<pubDate>Sun, 25 Nov 2007 22:55:00 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[chart]]></category>
		<category><![CDATA[election 2008]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[politics]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2007/11/25/aligning-with-the-candidates</guid>
		<description><![CDATA[I took this test to see which current presidential
candidates my views align with, and got some pretty surprising results:

It&#8217;s based on this table of the candidates views on popular issues, and how strong your feelings are on each one.  A good tool indeed, and it should be publicized as a guideline for voters by [...]]]></description>
			<content:encoded><![CDATA[<p>I took <a href="http://www.dehp.net/candidate/index.php">this test</a> to see which current presidential<br />
candidates my views align with, and got some pretty surprising results:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="600" height="300" id="graph142809" align="middle"><param name="allowScriptAccess" value="always" /><param name="movie" value="/open-flash-chart.swf?width=600 &amp;height=300 &amp;data=%2Fcharts%2F2007-11-15-candidates.php" /><param name="quality" value="high" /><param name="bgcolor" value="#FFFFFF" /><embed src="/open-flash-chart.swf?width=600&amp;height=300&amp;data=%2Fcharts%2F2007-11-15-candidates.php" quality="high" bgcolor="#FFFFFF" width="600" height="300" name="open-flash-chart" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object></p>
<p>It&#8217;s based on <a href="http://www.2decide.com/table.htm">this table</a> of the candidates views on popular issues, and how strong your feelings are on each one.  A good tool indeed, and it should be publicized as a guideline for voters by our caring media since we all want voters to make informed decisions&#8230;</p>
<p>The graph led to this:</p>
<p><img src="http://ralree.com/assets/2007/11/25/political_star_wars.jpg" alt="Political Star Wars"/></p>
<p>I have no explanation for this picture.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2007/11/25/aligning-with-the-candidates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tax the rich</title>
		<link>http://www.ralree.com/2007/11/01/tax-the-rich/</link>
		<comments>http://www.ralree.com/2007/11/01/tax-the-rich/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 03:33:00 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[election 2008]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[stocks]]></category>
		<category><![CDATA[taxes]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2007/11/01/tax-the-rich</guid>
		<description><![CDATA[It&#8217;s time to raise the taxes on the rich in this country.  I can&#8217;t believe that Warren Buffett only pays 17.7% on his $46 million.  Why am I stuck paying 20-30%?  That&#8217;s stupid.  I hope the next president realizes this and fights to lower taxes drastically for anyone making sub-upper-level-executive salaries.
I [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s time to raise the taxes on the rich in this country.  I can&#8217;t believe that <a href="http://www.washingtonpost.com/wp-dyn/content/article/2007/06/27/AR2007062700097.html?hpid=sec-politics">Warren Buffett only pays 17.7% on his $46 million</a>.  Why am I stuck paying 20-30%?  That&#8217;s stupid.  I hope the next president realizes this and fights to lower taxes drastically for anyone making sub-upper-level-executive salaries.</p>
<p>I started trading options about a week ago, and made a little profit on Boeing.  Redhat started taking off today, and I might buy a call on that.  <strong>Watch Redhat!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2007/11/01/tax-the-rich/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pedo Pwnd</title>
		<link>http://www.ralree.com/2007/10/19/pedo-pwnd/</link>
		<comments>http://www.ralree.com/2007/10/19/pedo-pwnd/#comments</comments>
		<pubDate>Fri, 19 Oct 2007 04:16:00 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.ralree.info/2007/10/20/pedo-pwnd</guid>
		<description><![CDATA[So this guy got pwnd:

I&#8217;m so glad he was such an idiot.  They totally forensic-ed his face!

The unidentified man appears in around 200 photographs discovered by police on the Internet, in which he was shown abusing 12 young boys. Investigators believe they were taken in Vietnam and Cambodia, possibly in 2002 and 2003.

Reminds me [...]]]></description>
			<content:encoded><![CDATA[<h2>So this guy got pwnd:</h2>
<p><img src="http://ralree.info/assets/2007/10/18/raper.jpg" alt=""/></p>
<p>I&#8217;m so glad he was such an idiot.  They totally forensic-ed his face!</p>
<blockquote>
<p>The unidentified man appears in around 200 photographs discovered by police on the Internet, in which he was shown abusing 12 young boys. Investigators believe they were taken in Vietnam and Cambodia, possibly in 2002 and 2003.</p>
</blockquote>
<p>Reminds me of that <a href="http://www.tv.com/dexter/dexter/episode/843320/recap.html">first episode of Dexter&#8230;(Spoiler Alert)</a></p>
<h1>Update</h1>
<p>Here&#8217;s another picture of him &#8211; they ended up <a href="http://www.bloomberg.com/apps/news?pid=20601080&amp;sid=av54HSuStubQ&amp;refer=asia">catching him.</a></p>
<p><img src="http://ralree.info/assets/2007/10/20/pedo.jpg" alt="More Pwnage"/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2007/10/19/pedo-pwnd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.458 seconds -->
