<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Call me the Bandit</title>
	<atom:link href="http://thebandit87.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://thebandit87.wordpress.com</link>
	<description>so say we all</description>
	<lastBuildDate>Fri, 09 Oct 2009 18:10:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='thebandit87.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/757252bdc0d8e692e8e7f58ece4b9bf5?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Call me the Bandit</title>
		<link>http://thebandit87.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://thebandit87.wordpress.com/osd.xml" title="Call me the Bandit" />
	<atom:link rel='hub' href='http://thebandit87.wordpress.com/?pushpress=hub'/>
		<item>
		<title>The Code I&#8217;ve Inherited&#8230;</title>
		<link>http://thebandit87.wordpress.com/2009/10/09/the-code-ive-inherited/</link>
		<comments>http://thebandit87.wordpress.com/2009/10/09/the-code-ive-inherited/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 17:10:09 +0000</pubDate>
		<dc:creator>thebandit87</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thebandit87.wordpress.com/?p=116</guid>
		<description><![CDATA[I got a new job a while back. I&#8217;ve started redesigning and developing an electric car company&#8217;s software. It&#8217;s an awesome job, great boss, wonderful environment, aI got a new job a while back. I&#8217;ve started redesigning and developing an electric car company&#8217;s software. It&#8217;s an awesome job, great boss, wonderful environment, and I&#8217;m the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebandit87.wordpress.com&amp;blog=2886259&amp;post=116&amp;subd=thebandit87&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>I got a new job a while back. I&#8217;ve started redesigning and developing an electric car company&#8217;s software. It&#8217;s an awesome job, great boss, wonderful environment, aI got a new job a while back. I&#8217;ve started redesigning and developing an electric car company&#8217;s software. It&#8217;s an awesome job, great boss, wonderful environment, and I&#8217;m the only software guy so it&#8217;s pretty much whatever I want to do goes. It&#8217;s great. There is, however, one serious flaw:</strong></p>
<p><strong>THE PREVIOUS DEVELOPER WAS A FUCKING MORON!!!</strong></p>
<p><strong>Let me repeat that&#8230; </strong></p>
<p><strong>I got a new job a while back. I&#8217;ve started redesigning and developing an electric car company&#8217;s software. It&#8217;s an awesome job, great boss, wonderful environment, aI got a new job a while back. I&#8217;ve started redesigning and developing an electric car company&#8217;s software. It&#8217;s an awesome job, great boss, wonderful environment, and I&#8217;m the only software guy so it&#8217;s pretty much whatever I want to do goes. It&#8217;s great. There is, however, one serious flaw:</strong></p>
<p><strong>THE PREVIOUS DEVELOPER WAS A FUCKING MORON!!! (HA-HA bet you thought I meant only the last sentence. <span style="border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:red;cursor:default;">Pwnd</span>)</strong></p>
<p><strong><span style="border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:red;cursor:default;">Anywho</span>, below is a snippet of code, which proves my point. </strong></p>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:175px;width:1px;height:1px;"><strong>if (amps &gt; 250)</strong></div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:175px;width:1px;height:1px;"><strong>amps = 250;</strong></div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:175px;width:1px;height:1px;"><strong>//offset = ((108 &#8211; 18) * amps) / 250; //<span style="border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:red;cursor:default;">250A</span>is maximum forward current</strong></div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:175px;width:1px;height:1px;"><strong>offset = ((175 &#8211; 25) * amps) / 250; //<span style="border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:red;cursor:default;">250A</span>is maximum forward current</strong></div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:175px;width:1px;height:1px;"><strong>//g.FillRectangle(amps &lt; 100 ? br_pospower : br_negpower, 280, 108 &#8211; offset, 30, offset);</strong></div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:175px;width:1px;height:1px;"><strong>g.FillRectangle(amps &lt; 100 ? br_pospower : br_negpower, 580, 175 &#8211; offset, 60, offset);</strong></div>
<p><strong> if(amps &gt; 0)</strong></p>
<p><strong> { </strong></p>
<p><strong> if (amps &gt; 250) amps = 250;</strong></p>
<p><strong> offset = ((175 &#8211; 25) * amps) / 250; </strong></p>
<p><strong> g.FillRectangle(amps &lt; 100 ? br_pospower : br_negpower, 580, 175 &#8211; offset, 60, offset);</strong></p>
<p><strong> }</strong></p>
<p><strong>As Matt pointed out on Facebook, the above code does make sense, and in my haste to post I left out a bit of background, so let me add more context. Our values can either be 0 or something greater than 250 (we just only display up to 250 because our graphs only reach 2.5 which we derive from 250) so checking for the value to be less than 100 makes no fucking sense. You already check if it&#8217;s less than 0 so there&#8217;s no reason to have &#8220;amps&lt;100?&#8221;&#8230;looks like some code Shawn Kirsch would write.</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thebandit87.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thebandit87.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thebandit87.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thebandit87.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thebandit87.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thebandit87.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thebandit87.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thebandit87.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thebandit87.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thebandit87.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thebandit87.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thebandit87.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thebandit87.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thebandit87.wordpress.com/116/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebandit87.wordpress.com&amp;blog=2886259&amp;post=116&amp;subd=thebandit87&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thebandit87.wordpress.com/2009/10/09/the-code-ive-inherited/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc608ad7e6f0130512575c9546209dde?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">The_Bandit</media:title>
		</media:content>
	</item>
		<item>
		<title>American Design</title>
		<link>http://thebandit87.wordpress.com/2009/09/21/american-design/</link>
		<comments>http://thebandit87.wordpress.com/2009/09/21/american-design/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 13:46:34 +0000</pubDate>
		<dc:creator>thebandit87</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thebandit87.wordpress.com/?p=112</guid>
		<description><![CDATA[Wasteful creation is just that, wasteful.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebandit87.wordpress.com&amp;blog=2886259&amp;post=112&amp;subd=thebandit87&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>I read a book for my final Tech. Writing class entitled &#8220;The Inmates are Running the Asylum&#8221;. It was a great read for anyone interested in technical design or design in general. The </strong><span style="border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:red;cursor:default;"><strong>TLDR</strong></span><strong> version of the book would be that Software Developers are terrible at design and this general lack of know-how translates into the terribly bad programs we write. All one really has to do is compare the bulk of Microsoft developed products with those developed by Apple. The differences are staggering, although I will admit that Microsoft Office is getting better and Visual Studio blows the doors off of </strong><span style="border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:red;cursor:default;"><strong>XCode</strong></span><strong>.</strong></p>
<p><strong>I&#8217;ve become more interested with crappy design because of my job, where I am basically tasked to create a better interface for our cars then the one we currently have. Suffice to say our current software sucks. I find myself spending more time thinking about button placement, screen overlap, white space and usability issues and less time actually writing code. That doesn&#8217;t bother me much, since marathon work coding sessions can become a drag and have a tendency to increase my Reddit to Coding ratio, but it does kind of become bothersome whenever I can&#8217;t get past design issues outside of work. I am going to digress about one such instance shortly but just wanted to preface with a little bit of crap beforehand. Okay, ready?</strong></p>
<p><strong>I love Apple for its simplicity in design. They have, I believe there isn&#8217;t much of an argument here, revolutionized interface design. Jobs has pulled them from the brink of obscurity and bankruptcy because he stressed elegance. I firmly believe that Mac users are some of the dumbest people on the planet, but the user base doesn&#8217;t take away from the fact that Apple has changed the way people look at computers and, for better or worse, they have to be congratulated for that. That being said, there is a problem that I have noticed. It&#8217;s not something that most people would catch, I don&#8217;t know they maybe they would, but it&#8217;s something that I have been thinking about for a while and have finally been able to find the correct words to describe it. You see, Apple&#8217;s design suffers from American thinking. They are entirely America Designs.</strong></p>
<p><strong>Now, if this was 2001 I would be chastised as a terrorist for even hinting that an American Design could be bad, but it&#8217;s not 2001 (it&#8217;s 2009 for those of us counting) and that is exactly what I am going to do. Read: Apple&#8217;s design is slipping and suffering from the American influences. </strong></p>
<p><strong>My example is the device I use everyday, my iPhone. It is a wonderful device, the best phone I have ever owned, and I love it so much that I am willing to spend $100 a month just to have the privilege to use it. (Though starting Oct. it will be switched to T-Mobile and I will be paying on $50) I will never buy a Mac computer, so I can&#8217;t very well extend my ideas about their design to that device, but the iPhone is riddled with Americanized design flaws.</strong></p>
<p><strong>While playing around with my alarms the other day I realized something: I have three separate alarms set for different days and different times. I don&#8217;t physically own three alarm clocks, I own just one and reset it to different times if I need it to as the week progresses.(Actually I don&#8217;t own any alarm clocks and use my iPhone but for posterity say that I did) Why is it that on my phone I find the need to have multiple alarms but in real life I would only have one? The answer is efficiency.  It is more efficient,  only takes one button press, to create a new alarm clock than it is to edit an existing one, whereas it takes three presses. </strong></p>
<p><strong>It boils down to it being easier to create a new alarm instead of recycling my old ones. Americanized design.</strong></p>
<p><strong>Now, I would be okay with this if it was a controlled event affecting only first party software developed by Apple for Apple&#8217;s devices. However, this isn&#8217;t the case. On my third party Budget app it is easier to just create a new spending column than try to edit an existing and the same can be said about my Golf scorecard app with creating courses and my Blacklist app when creating lists. An example can be found throughout just about every third party app I have on my iPhone and it&#8217;s something that just absolutely makes me want to scream. I liken it to buying a new printer instead of replacing your defunct printers ink, it&#8217;s an issue of cost on the surface but ultimately it deals with efficiency. </strong></p>
<p><strong>Apple, however sleek their programs, are pushing American design into software development and it is something I don&#8217;t really like. This is just my opinion. Sure I might try to reference my work on their esthetic&#8217;s, I might set a goal of having my software be as easy to use and look as beautiful as theirs, but I will try as best I can to keep wasteful creation out of my work for as long as I can.</strong></p>
<p><strong>I&#8217;m sure some people, if anyone actually reads this, might just chalk this up to software design in general. Software is not heralded as a physical thing and therefore it is easier for some to dismiss the principles of design when using it. Who cares that it&#8217;s harder to edit? Just create something new it won&#8217;t hurt anything. Those people are obviously idiots .</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thebandit87.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thebandit87.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thebandit87.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thebandit87.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thebandit87.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thebandit87.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thebandit87.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thebandit87.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thebandit87.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thebandit87.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thebandit87.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thebandit87.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thebandit87.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thebandit87.wordpress.com/112/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebandit87.wordpress.com&amp;blog=2886259&amp;post=112&amp;subd=thebandit87&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thebandit87.wordpress.com/2009/09/21/american-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc608ad7e6f0130512575c9546209dde?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">The_Bandit</media:title>
		</media:content>
	</item>
		<item>
		<title>Lilly&#8217;s First Blog Post</title>
		<link>http://thebandit87.wordpress.com/2009/08/04/lillys-first-blog-post/</link>
		<comments>http://thebandit87.wordpress.com/2009/08/04/lillys-first-blog-post/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 02:29:19 +0000</pubDate>
		<dc:creator>thebandit87</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thebandit87.wordpress.com/?p=105</guid>
		<description><![CDATA[First off, for those reading this, a collective &#8220;Awww&#8230;&#8221; Yeah I know, very cute. It seems that my daughter has taken a liking to PC keyboards. I guess I shouldn&#8217;t say PC because I use the Mac-Boner-Inducing keyboard, and PC&#8217;s are completely different from Macs, but you get the idea. I get about two or [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebandit87.wordpress.com&amp;blog=2886259&amp;post=105&amp;subd=thebandit87&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>First off, for those reading this, a collective &#8220;Awww&#8230;&#8221; Yeah I know, very cute. It seems that my daughter has taken a liking to PC keyboards. I guess I shouldn&#8217;t say PC because I use the <a href="http://www.apple.com/keyboard/" target="_blank">Mac-Boner-Inducing</a> keyboard, and PC&#8217;s are completely different from Macs, but you get the idea. I get about two or three</strong> <strong>IM&#8217;s a day at work from Lilly when mommy sets her down to the laptop and lets her prattle away about her baby formula, playing with the giant blue whale on her playmat, drama from the baby down the street and how it feels to have people 20 years older than her change her poopy diapers.</strong></p>
<p><strong>So, in the spirit of those I have decided to capture Lilly&#8217;s latest diatribe and post it here. Maybe, if she does it often enough and the stories are truly captivating, I&#8217;ll post more and run the risk of becoming the most embarrassing dad in history! So here it is, Part One of <span style="text-decoration:line-through;">The Land Before Time</span></strong> <strong>the LillyGreen Sessions:</strong></p>
<p><strong><br />
</strong></p>
<p><strong>vx;f. /rdo/oc<br />
5 |<br />
.i,,,,,,,,,,,jx.fk, cr jic,\</strong></p>
<p><strong><br />
</strong></p>
<p><strong><a href="http://www.redgbarn.com/images/CAME.JPG" target="_blank">Anticlimactic?</a><br />
</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thebandit87.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thebandit87.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thebandit87.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thebandit87.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thebandit87.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thebandit87.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thebandit87.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thebandit87.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thebandit87.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thebandit87.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thebandit87.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thebandit87.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thebandit87.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thebandit87.wordpress.com/105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebandit87.wordpress.com&amp;blog=2886259&amp;post=105&amp;subd=thebandit87&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thebandit87.wordpress.com/2009/08/04/lillys-first-blog-post/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc608ad7e6f0130512575c9546209dde?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">The_Bandit</media:title>
		</media:content>
	</item>
		<item>
		<title>Selective Muting &#8212; The Most Ambitious Project Part 1</title>
		<link>http://thebandit87.wordpress.com/2009/07/24/selective-muting/</link>
		<comments>http://thebandit87.wordpress.com/2009/07/24/selective-muting/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 15:12:02 +0000</pubDate>
		<dc:creator>thebandit87</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://thebandit87.wordpress.com/?p=101</guid>
		<description><![CDATA[One of the first Python programs I ever wrote was an electronic &#8220;key&#8221;-board. I mapped the different keys on a PC keyboard to integer values, which correlated to the frequencies of a musical keyboard. It was a cool little project, allowing me to compose music out of sentences and creating entire pieces out of lengthy [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebandit87.wordpress.com&amp;blog=2886259&amp;post=101&amp;subd=thebandit87&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>One of the first Python programs I ever wrote was an electronic &#8220;key&#8221;-board. I mapped the different keys on a PC keyboard to integer values, which correlated to the frequencies of a musical keyboard. It was a cool little project, allowing me to compose music out of sentences and creating entire pieces out of lengthy texts. I remember throwing the first page from Harry Potter and the Philosopher&#8217;s Stone into an array and listening to the garbled mess it produced. It was cool.</strong></p>
<p><strong>I have also been interested in audio computing. I guess since I sing and play guitar in my spare time, and work as a programmer, the marriage of the two is just something that comes naturally.  Up until now I&#8217;ve never really applied my ideas much outside of jotting them down, creating a tentative plan, and eventually forgetting about, or flat out abandoning, the idea. I have vowed to not let that happen again, and the project I will begin my new &#8220;finish that shit motherfucker&#8221; crusade with is a fairly ambitious one.</strong></p>
<p><strong>The idea is one that I have had for awhile, and it comes from days growing up, when me and my brother would sit on the couch and listen to the ball games on tv. See, through the course of watching many, many sports broadcasts I&#8217;m sure everyone finds one or two announcers that they cannot stand to hear. For me it&#8217;s <a href="http://en.wikipedia.org/wiki/Joe_Morgan" target="_blank">Joe Morgan</a> from ESPN, I know a few friends who can&#8217;t stand Madden (but he&#8217;s retired so they&#8217;re lucky),  and I would give anything to have a special &#8220;Mute Morgan&#8221; button on my remote. Unfortunately Samsung hasn&#8217;t implemented this feature yet and I doubt they will be anytime soon. Thankfully, I write code and that code <a href="http://www.savestheday.com/" target="_blank">saves the day</a>.</strong></p>
<p><strong>It&#8217;s fairly easy to grab the frequencies from an audio-in device, a microphone or some other device, and compare those to recorded frequencies from a chart. (Specifically <a href="http://www.har-bal.com/index.php?/frequency-chart.php" target="_blank">this</a> one) If the frequencies range has a min of 196Hz and a max of 3520Hz then the device is a violin. But of course we have prior knowledge to work with, we know the sounds we want are a voice, on the chart falling between 82Hz and 988Hz, and more specifically we&#8217;re looking for Adult Male Voices, falling typically between 85Hz and 155Hz. Seems easy enough right? Sure there are other variables to be accounted for such as crowd noise, sounds from the game (helmets smashing, bats cracking, etc.), and there is always the rule that <a href="http://www.youtube.com/watch?v=N99kv6ojn48" target="_blank">appearances can be deceptive</a>, but the problem seems straight forward in the approach: </strong></p>
<p><strong>1) Isolate voices based on frequencies</strong></p>
<p><strong>2) Train the program to understand those voices as different people</strong></p>
<p><strong>3) Mute that bastard that you no longer want to hear</strong></p>
<p><strong>So, what first? Well, I&#8217;ve been trying to decide upon the best way to receive and handle the tv&#8217;s output as the pc&#8217;s input. I currently have <a href="http://www.cnaweb.com/index.asp?PageAction=VIEWPROD&amp;ProdID=1858" target="_blank">these</a> which will be used to direct the tv sound into the computer and then funnel that sound to speakers plugged into the computer. (This is the only way I see this working since it&#8217;s not possible for me to program the tv&#8217;s sound directly, but keeping the volume on zero on the tv and the volume all the way up on the external speakers has worked before, so it should work with a pc in between right?) I am trying to decide on the best way of handling that input in my program, which is currently setup to handle microphone input for testing. Also training my program might prove to be a little much for the first version and might fall to the wayside in lieu of something simpler.<br />
</strong></p>
<p><strong>Yes, I know, a lot of maybes, ifs and tryings, but I believe this project to be manageable. Anyways, I&#8217;ll be updating this project over the course of it&#8217;s lifetime and up until it&#8217;s completion, or it&#8217;s untimely demise. Hopefully the former. If anyone has any ideas, or input about how this has already been done so I can get some pointers, comment or send me a message on facebook. Hopefully by the end of the year I&#8217;ll be able to mute Joe Morgan and listen to my ball games without him.<br />
</strong></p>
<div id="_mcePaste" style="overflow:hidden;position:absolute;left:-10000px;top:77px;width:1px;height:1px;"><strong>http://www.har-bal.com/index.php?/frequency-chart.php</strong></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thebandit87.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thebandit87.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thebandit87.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thebandit87.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thebandit87.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thebandit87.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thebandit87.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thebandit87.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thebandit87.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thebandit87.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thebandit87.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thebandit87.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thebandit87.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thebandit87.wordpress.com/101/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebandit87.wordpress.com&amp;blog=2886259&amp;post=101&amp;subd=thebandit87&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thebandit87.wordpress.com/2009/07/24/selective-muting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc608ad7e6f0130512575c9546209dde?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">The_Bandit</media:title>
		</media:content>
	</item>
		<item>
		<title>Fable II: The Decision &#8212; From a while back</title>
		<link>http://thebandit87.wordpress.com/2009/07/23/fable-ii-the-decision-from-a-while-back/</link>
		<comments>http://thebandit87.wordpress.com/2009/07/23/fable-ii-the-decision-from-a-while-back/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 15:08:34 +0000</pubDate>
		<dc:creator>thebandit87</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thebandit87.wordpress.com/?p=96</guid>
		<description><![CDATA[I don&#8217;t really remember when I wrote this. It&#8217;s from a while back, got posted on Facebook before I really started keeping a blog, and just got lost somewhere along the way. I decided since I&#8217;m writing stuff once again I should throw this up here because I think it&#8217;s an interesting topic and kind [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebandit87.wordpress.com&amp;blog=2886259&amp;post=96&amp;subd=thebandit87&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>I don&#8217;t really remember when I wrote this. It&#8217;s from a while back, got posted on Facebook before I really started keeping a blog, and just got lost somewhere along the way. I decided since I&#8217;m writing stuff once again I should throw this up here because I think it&#8217;s an interesting topic and kind of leads to the topic of <a href="http://rogerebert.suntimes.com/apps/pbcs.dll/article?AID=/20070721/COMMENTARY/70721001" target="_blank">Video Games being Art</a>? Anyways, if you haven&#8217;t read it before, read and enjoy, and if you have read it&#8230;read again and enjoy again. </strong></p>
<p><strong>Our Tale Begins:<br />
</strong></p>
<p><strong>I love video games. Currently, I love Fable II. But my reason for loving the game goes beyond pure aesthetics and wonderful gameplay. I love the game because it has made me think more than any other game in recent history. You see, there is a mission in  &#8220;Fable II&#8221; in  which you are &#8220;killed&#8221; and then transported to a fantasy realm where everything is perfect. The weather is always fair, skies of blue and plenty of everything you could ever need. Now me being a fan of the show &#8220;Life On Mars&#8221;, UK or US both equally good, this was a particularly interesting portion of the game for me because it is a parallel to the show.  (However, that parallel is a topic for another post, someday&#8230;)</p>
<p>In this perfect world your sister,mother and father, who have all been killed in the real world, are alive once again and your new parents have gone off for the day leaving you and your sister alone to play and enjoy life. The day progresses by having you complete a few quaint missions, finding and shooting bottles for example, and after a long day of the sweet life your sister believes it&#8217;s past your bed time. You are ordered to &#8220;Go To Bed&#8221;. (There is a title bar which shows what your current mission is and it literally says go to bed) So, being the good brother and dutiful child you are, you oblige. This is where it gets interesting because eventually you are awakened during the night by odd music playing just beyond the recently opened fence door.</p>
<p>Now, we all understand what this means, this is your freedom. You are free to leave this obviously phony, make believe world and return to your real life. You can become the hero that everyone elseneeds and you can leave this wretched, condescending evil land once and for all. It was at this point I started thinking&#8230;</p>
<p>Would I really leave this place?</p>
<p>Would You?</p>
<p>Honestly think about it, forget that this is just a Video Game, and imagine it is a fine piece of literature written by Voltaire, Shakespeare or Steinbeck. You are presented with this wonderful place, a beautiful world in which the only problem is that the other you (the real you) might be dead. Your real world might be gone forever, you may never rise to be it&#8217;s messiah, and in it&#8217;s place would only be this world. What would you do? Would you stay? Would you go? Would you just sit there and masturbate furiously until you couldn&#8217;t breathe anymore and with your last panicked breath just scream &#8220;Fuck it!&#8221;? (just to see if you were reading?)</p>
<p>Would you really leave this place?</p>
<p>I don&#8217;t think I would.</p>
<p>I stayed.</p>
<p>Of course the game just repeats the day into infinity, the same missions, the same &#8220;Go To Bed&#8221;, the same music box and open gate, and there is no real reprecussion for spending time in the Perfect world, but I stayed.  And when the chance came again, I stayed again. Every time the gate opened and music played I returned to the cottage, slept through the night, and began the day again. I went about joyfully shooting bottles and chasing chickens back into their pen. I eventually left, but given the choice, I stayed and I don&#8217;t know what that says about me. I&#8217;m sure it says nothing at all about the deeper workings of my psyche, it&#8217;s just a game after all, but it&#8217;s an interesting question to ask. </strong></p>
<p><strong>So, what&#8217;s the point? Well, if you haven&#8217;t played Fable II for the Xbox 360 yet, take your time. It&#8217;ll be there. Knock out some of those others, &#8220;Gears of War 2&#8243;, &#8220;Resistance 2&#8243;, even &#8220;Super Mario Galaxy&#8221; if you haven&#8217;t yet. But, when you sit down to play Fable II take at least one decision you make in the game seriously. Do what you would actually do in real life and see what happens. Maybe don&#8217;t slaughter that entire village of Gypsy&#8217;s or chase and kill the rabbits. It doesn&#8217;t matter how you&#8217;ve played the game so far. Whether you&#8217;re using magic, pistols, or axes. Whether you&#8217;ve created an evil badass akin to Vader or you are the perfect example of perfection, like recursion. Just do what you would really do.</p>
<p>After you&#8217;ve done it, if you feel like it, think about it.</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thebandit87.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thebandit87.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thebandit87.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thebandit87.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thebandit87.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thebandit87.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thebandit87.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thebandit87.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thebandit87.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thebandit87.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thebandit87.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thebandit87.wordpress.com/96/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thebandit87.wordpress.com/96/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thebandit87.wordpress.com/96/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebandit87.wordpress.com&amp;blog=2886259&amp;post=96&amp;subd=thebandit87&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thebandit87.wordpress.com/2009/07/23/fable-ii-the-decision-from-a-while-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc608ad7e6f0130512575c9546209dde?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">The_Bandit</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8220;Is this Guy Canadian?&#8221; &#8212; &#8220;He&#8217;s low priority!&#8221; &#8212; &#8220;So, is that a yes?&#8221;</title>
		<link>http://thebandit87.wordpress.com/2009/07/22/title_from_what_show/</link>
		<comments>http://thebandit87.wordpress.com/2009/07/22/title_from_what_show/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 23:42:20 +0000</pubDate>
		<dc:creator>thebandit87</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://thebandit87.wordpress.com/?p=91</guid>
		<description><![CDATA[Whoa! I wrote something again. It&#8217;s been awhile, I know, but hopefully I&#8217;ll be able to keep this up regularly like I did before. It&#8217;s amazing how life altering things like graduating from college, getting a permanent job, having a baby, and planning a wedding (eventually :] ) have a tendency to zap time away [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebandit87.wordpress.com&amp;blog=2886259&amp;post=91&amp;subd=thebandit87&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Whoa! I wrote something again. It&#8217;s been awhile, I know, but hopefully I&#8217;ll be able to keep this up regularly like I did before. It&#8217;s amazing how life altering things like graduating from college, getting a permanent job, having a baby, and planning a wedding (eventually :] ) have a tendency to zap time away from you and other activities like playing video games, guitar practice and blarging, seem to be lost. That being said, never fear, I&#8217;ve decided to make my first post back a good one. (Guess what it is from the title?)<br />
</strong></p>
<p><strong>I won&#8217;t say this post is directly correlated to a recent status post of a Conservative friend of mine on Facebook, but let&#8217;s just say that it&#8217;s easy for a person with little or no experience of how the system really works, and who actually uses it, to blast it instead of actually digging for facts and any kind of knowledge. That&#8217;s not a hit on all Conservatives, but just one in particular that it seems to me just spews and never researches past the <a href="http://www.billoreilly.com/" target="_blank">talking head</a> and <a href="http://www.rushlimbaugh.com/home/today.guest.html">limbo</a>.<br />
</strong></p>
<p><strong>To get past my personal griping of that I begin as such:</strong></p>
<p><strong>I often find myself passing the time in between writing code and waiting for said code to compile by trolling the popular site reddit. A few days ago I happened upon an interesting <a href="http://www.youtube.com/watch?v=Mv1FwOCNoZ8" target="_blank">link </a>that got me really thinking about this topic and made me wonder how they got away with it. (For those of you too lazy to click that link and watch the video basically Private Insurance had an entire &#8220;game plan&#8221; laid out of scare tactics to try and make the public view Government  run insurance as the worst thing since the Devil butt-fucking a baby while Jesus, Hitler and Gandhi watched and got circle jerked by Mother Teresa&#8230;well, not quite that bad but close)(Is that even too graphic for me?)<br />
</strong></p>
<p><strong>So I researched the topic. Not just on the Youtube, but also on <a href="http://www.time.com/time/nation/article/0,8599,1636978,00.html" target="_blank">TIME</a> the story popped up as well. There&#8217;s no way they actually had this plan, and that people working to put this together didn&#8217;t stop for a second and think, &#8220;Hey, maybe we should check our facts and understand what these government programs actually entail.&#8221;  Of course this didn&#8217;t happen and the big ol&#8217; wheel of private interests rolled over the facts and the public. Normally this is where I&#8217;d bash the Conservatives for pushing private interests  over public good but apparently the <a href="http://www.chron.com/disp/story.mpl/nation/6540568.html" target="_blank">Donkey&#8217;s</a> can&#8217;t get it together either.</strong></p>
<p><strong>Now, if you&#8217;ve read this far you&#8217;re probably wondering where the facts are? Sure me spitting game about moron Conservatives and equally aloof Liberals is entertaining, but there has to be meat in this word sandwich else it just ends up tasting like a <a href="http://en.wikipedia.org/wiki/McDonald%27s_products" target="_blank">hotdog from McDonalds</a>. So, listed below are myths about health care in our Northerly Neighbor, Canada.</strong></p>
<p><strong>1) Canada has Socialist Health Care &#8212; The biggest myth of all, and one that I wish most of my non-researching Republican friends would understand, is that Canada&#8217;s health care is not socialist.  In socialized medical systems,  doctors work directly for the state, however in Canada doctors run their own private practices and only the insurance is handled by the state. We already have this here, it&#8217;s called Medicaid/Medicare.</strong></p>
<p><strong>2) Canadians don&#8217;t get to pick their own doctors &#8212; Seriously? Canadians pick their own doctors, just like Americans do, and they pull a <a href="http://www.reconscious.com/blog2/wp-content/uploads/2008/05/1-up!_illustrator_small.jpg" target="_blank">Super Mario</a> on us because, since it all pays the same, poor Canadians have exactly the same access to the country&#8217;s top specialists that rich ones do. </strong></p>
<p><strong>3) Canada&#8217;s HC only covers the basics &#8212; This one is true. Bummer, oh wait, the basics cover 100% of all doctor&#8217;s fees, ambulance fares, tests, and everything that happens in a hospital? Sure this varies from province to province, but I would care the venture that a majority of the American&#8217;s in <a href="http://www.commonwealthfund.org/Content/News/News-Releases/2005/Aug/Estimated-77-Million-Americans-Have-Medical-Bill-Problems-or-Medical-Debt.aspx" target="_blank">debt</a> because of medical expenses would love to have that even half of that terrible &#8220;Basic&#8221; coverage. If that&#8217;s basic in Canada I&#8217;d love to see their cable, Skinamax and Canadian-HBO is standard.(Although their programming is underfunded and everyone has chest hair and gray beards)</strong></p>
<p><strong>4) Canada&#8217;s doctor wait times are horrendous &#8212; This one is also true. But like it&#8217;s predecessor there is a catch. Our wait times aren&#8217;t much better. I have sat in hospital waiting rooms for almost two hours, bleeding into a wrap of gauze, waiting for someone to take me back. Now that&#8217;s personal bias, but this one has got to be the most baseless argument I&#8217;ve ever heard. This is a population debate and has absolutely nothing to do with who runs the office. If you have the only tire service in a city, and everyone drives cars, you&#8217;re going to be busy. If the government ran the service it would be just as busy.</strong></p>
<p><strong>5) Canadian&#8217;s pay monstrous amounts in Taxes &#8212; This one may be true, I don&#8217;t have a chance to observe many Canadians while they pay taxes, but I doubt very much that the meaning behind it has much merit. Of course the taxes will be a little higher, I believe it&#8217;s of a magnitude of 10%-15% across some provinces, but when you consider that most companies cover the small $180-220<a href="http://www.canada-health-insurance.com/governmentcoverage.html" target="_blank"> deductibles</a> that the Canadian Insurance requires, it seems almost like you&#8217;re breaking even. </strong></p>
<p><strong>So there you have it, 5ive 5un 5acts about Canadian Health Care. All researched and from semi-refutable sources. As trust worthy as the internet and about 15-20 minutes of research can be. I am obviously for</strong> <strong>HCR. Especially since the government has no plans of abolishing private health care. If you want to pay out the anus for the right to see a doctor, knock yourself out. I&#8217;ll take my extended wait times and high taxes as long as when I&#8217;m sick I don&#8217;t have to worry about hiking the number of Medically indebted Americans to 77 million and 1.<br />
</strong></p>
<p><strong><br />
</strong></p>
<p><strong><br />
</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thebandit87.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thebandit87.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thebandit87.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thebandit87.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thebandit87.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thebandit87.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thebandit87.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thebandit87.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thebandit87.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thebandit87.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thebandit87.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thebandit87.wordpress.com/91/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thebandit87.wordpress.com/91/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thebandit87.wordpress.com/91/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebandit87.wordpress.com&amp;blog=2886259&amp;post=91&amp;subd=thebandit87&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thebandit87.wordpress.com/2009/07/22/title_from_what_show/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc608ad7e6f0130512575c9546209dde?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">The_Bandit</media:title>
		</media:content>
	</item>
		<item>
		<title>iPhone</title>
		<link>http://thebandit87.wordpress.com/2009/03/02/iphone/</link>
		<comments>http://thebandit87.wordpress.com/2009/03/02/iphone/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 14:15:19 +0000</pubDate>
		<dc:creator>thebandit87</dc:creator>
				<category><![CDATA[Facebook Notes]]></category>

		<guid isPermaLink="false">http://thebandit87.wordpress.com/?p=81</guid>
		<description><![CDATA[So, go Jailbreak your iPhone. Just don't tell Apple you did it. They might get angry and throw turtleneck sweaters at you.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebandit87.wordpress.com&amp;blog=2886259&amp;post=81&amp;subd=thebandit87&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>So, first off. I have a daughter now. I don&#8217;t know how you wouldn&#8217;t know that if you actually know me, but I figured that my first post back should include that information. A preface to knowledge folks about the most important thing to ever happen to me. </strong></p>
<p><strong>Now, the point of the post. On top of a daughter, new jobs, buying a Prius,looking to get a house,  and getting back together with Jamie (love you!) I also bought an iPhone. Even though I still think that Macs are ridiculously overpriced, underhorsepowered and only art nazi douches use them on a regular basis, with the exception of JRoes because he&#8217;s just gay enough to fall into this category without actually being an art nazi, I have to say that I really love my iPhone.</strong></p>
<p><strong>Sure the keyboard takes a little getting used to and I still can&#8217;t get it to go to landscape mode sometimes when I tilt it to the side; it&#8217;s got a shitload of stuff it can do, the best mobile browser I have ever seen and I can play music and movies on it. </strong></p>
<p><strong>That being said it took me all of 24 hours to decide that I needed to jailbreak it. Now, for anyone that doesn&#8217;t know jailbreaking the iPhone is a process that allows you to run custom made applications that can be downloaded from a separate download center, instead of restricting your downloads to the provided Apple App Store and iTunes. (Which by the way still sucks the big one) It may not seem like that big of a deal, but for anyone that has an iPhone and hasn&#8217;t done it yet I would highly suggest it.</strong></p>
<p><strong>For example, there is a legitimate download from the Apple App Store for the Pandora Radio Service.  Pandora is this wonderful internet music genome project that allows you to setup radio stations built around your favorite musical artists and then stream the music to your PC, or iPhone. It&#8217;s a tremendously cool service, but there is a draw back to using it on the iPhone.</strong></p>
<p><strong>See, once an app is running, it has the iPhone&#8217;s complete, undivided attention. If Pandora was running I couldn&#8217;t surf the web, or text, or do anything else except for stare at the cd albums of the songs I was listening to or lock my iPhone and stare at the black, blank screen. This is where the jailbreak came in. </strong></p>
<p><strong>I downloaded an application from the Cydia service, an application packaged with the jailbreaking software, called &#8220;Backgrounder&#8221; that allows a downloaded iPhone application to run in the background thus letting me surf Safari whilst singing songs sung by Snow Patrol, Santana, Simon &amp; Garfunkel, Stone Temple Pilots, and The Rolling Stones. (a-little alliteration)On top of this immensely useful application there are new themes, my iPhone currently looks like an Ubuntu desktop, a myriad of ringtones and new backgrounds that can be used.  It&#8217;s great!</strong></p>
<p><strong>So, go Jailbreak your iPhone. Just don&#8217;t tell Apple you did it. They might get angry and throw turtleneck sweaters at you.<br />
</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thebandit87.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thebandit87.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thebandit87.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thebandit87.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thebandit87.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thebandit87.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thebandit87.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thebandit87.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thebandit87.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thebandit87.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thebandit87.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thebandit87.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thebandit87.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thebandit87.wordpress.com/81/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebandit87.wordpress.com&amp;blog=2886259&amp;post=81&amp;subd=thebandit87&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thebandit87.wordpress.com/2009/03/02/iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc608ad7e6f0130512575c9546209dde?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">The_Bandit</media:title>
		</media:content>
	</item>
		<item>
		<title>Maybe this year?</title>
		<link>http://thebandit87.wordpress.com/2009/02/09/maybe-this-year/</link>
		<comments>http://thebandit87.wordpress.com/2009/02/09/maybe-this-year/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 21:06:21 +0000</pubDate>
		<dc:creator>thebandit87</dc:creator>
				<category><![CDATA[Facebook Notes]]></category>

		<guid isPermaLink="false">http://thebandit87.wordpress.com/?p=62</guid>
		<description><![CDATA[Though technically the home opener is not always opening day, fuck everyone that doesn't open at Wrigley Field.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebandit87.wordpress.com&amp;blog=2886259&amp;post=62&amp;subd=thebandit87&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>The weather is warming up. It might only last for this week, beautiful 60&#8242;s and warm sunny skies never seem to last that long in North Carolina, but during this time my mind has been focused on one thing. It might happen this year. They might pull it off. It&#8217;s, it&#8217;s possible.</strong></p>
<p><strong>I am a huge sports fan and would say that outside of Battlestar Galactica, Life On Mars, and the random [adult swim] programming my television stays glued to Sportscenter. It&#8217;s the only interesting thing on TV that doesn&#8217;t deal with people dying or someone blabbering over what a half-witted celebrity is wearing. To top it off the sports casters are entertaining in their own right despite the fact that if you actually listen to what they&#8217;re saying, more often than not, it doesn&#8217;t make sense.</strong></p>
<p><strong>Now, if you know anything about me you know that there are two sporting events that I love. One of them is the FIFA World Cup (yeah yeah I like soccer, I&#8217;m gay, big whoop, 2010) and the other is Chicago Cubs opening day.  They are both spectacular events, with beautifully, intricately cut grass and men set upon a field to do battle in a classic game and though they are both amazing only one of them makes me feel like I&#8217;m 12 years old, whetting in anticipation. Guess which one?</strong></p>
<p><strong>Of course it&#8217;s Opening Day. Monday, April 13th, 2009. Home opener, against the Rockies. (Though technically the home opener is not always opening day, fuck everyone that doesn&#8217;t open at Wrigley Field.) I can&#8217;t wait, it&#8217;s the third most important date of 2009 to me, and when it finally rolls around I will gleefully sit and watch, if I get tickets or see it on TV, or check MLB.com religiously until the final pitch in the bottom, or top, of the ninth.</strong></p>
<p><strong>We have a day, we have the teams, we have the fans and everyone is set for another season to begin. It will be long, it will be hard, it might get flaccid sometimes, and more often than not &#8211; as history has shown &#8211; the Cubs will let me down, but I can&#8217;t help but be optimistic that every new season is THE season and that every new year is THE year. Some people would call it dumb, while others say that I jinx them every year, but I mean you gotta have faith.</strong></p>
<p><strong>So, in the hopes that maybe this year the Cubs will pull it off, I yell a hearty &#8220;Go Cubs Go!&#8221; and await the 13th. (the season actually begins the 6th against the Astros, but if you&#8217;ve read this far you know how I feel about this)</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thebandit87.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thebandit87.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thebandit87.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thebandit87.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thebandit87.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thebandit87.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thebandit87.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thebandit87.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thebandit87.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thebandit87.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thebandit87.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thebandit87.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thebandit87.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thebandit87.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebandit87.wordpress.com&amp;blog=2886259&amp;post=62&amp;subd=thebandit87&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thebandit87.wordpress.com/2009/02/09/maybe-this-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc608ad7e6f0130512575c9546209dde?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">The_Bandit</media:title>
		</media:content>
	</item>
		<item>
		<title>Eat Like You&#8217;re Broke</title>
		<link>http://thebandit87.wordpress.com/2009/02/09/eat-like-youre-broke/</link>
		<comments>http://thebandit87.wordpress.com/2009/02/09/eat-like-youre-broke/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 06:22:53 +0000</pubDate>
		<dc:creator>thebandit87</dc:creator>
				<category><![CDATA[Facebook Notes]]></category>

		<guid isPermaLink="false">http://thebandit87.wordpress.com/?p=58</guid>
		<description><![CDATA[I also started eating apples, which coincidentally taste like oranges. <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebandit87.wordpress.com&amp;blog=2886259&amp;post=58&amp;subd=thebandit87&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>There are a lot of fat people. It&#8217;s kind of a requirement to be an American citizen. That&#8217;s the real reason we fight immigration so hard in this country. They make the rest of us look bad. They work harder, therefore they&#8217;re in better shape; all skinny and not pudgy around the waist. We thrive off of late night pizza delivery and that morning Egg McMuffin.</strong></p>
<p><strong>I have been attempting to lose weight, and in the past two weeks I&#8217;ve dropped 10 lbs. I researched this and it seems like an average, normal amount to lose.  I thought it was a lot, but apparently I think to highly of myself because my weight loss is just run of the mill. The thing is, I don&#8217;t exercise. Ever. Unless you count typing. Or masturbating. OR typing while masturbating. Any of those. Or all of them.</strong></p>
<p><strong>I was always told that if you drastically cut your calories, I was taking in like 3,500 a day now I&#8217;ve cut myself down to like 1,200, and don&#8217;t exercise regularly then your body will actually put on weight. Now, maybe it will take more time, but so far my method seems to be working. I don&#8217;t know anything about weight-loss, BMI, calorie burning, or any of that other made up horse-swa, but I do know that if you don&#8217;t eat as much you don&#8217;t get as fat. That&#8217;s simple. Not like typing and masturbating which, logistically, is  very complicated.</strong></p>
<p><strong>So, my advice to everyone that wants to lose any weight, because your boyfriend doesn&#8217;t love you when you&#8217;re fat, or because your dad picks on you for being a fat-ass while your older brother gets all the fame and glory because he can still run a 5.5-40, is to just stop eating out so much. Eat like you&#8217;re broke and can&#8217;t afford to hit McDonald&#8217;s and AppleBee&#8217;s everyday. Be a little conservative with your money so you can buy Video Games and gasoline. And a new keyboard&#8230;just because.</strong></p>
<p><strong>I also started eating apples, which coincidentally taste like oranges.</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thebandit87.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thebandit87.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thebandit87.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thebandit87.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thebandit87.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thebandit87.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thebandit87.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thebandit87.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thebandit87.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thebandit87.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thebandit87.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thebandit87.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thebandit87.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thebandit87.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebandit87.wordpress.com&amp;blog=2886259&amp;post=58&amp;subd=thebandit87&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thebandit87.wordpress.com/2009/02/09/eat-like-youre-broke/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc608ad7e6f0130512575c9546209dde?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">The_Bandit</media:title>
		</media:content>
	</item>
		<item>
		<title>Myths I&#8217;m Going to Start</title>
		<link>http://thebandit87.wordpress.com/2009/02/06/myths-im-going-to-start/</link>
		<comments>http://thebandit87.wordpress.com/2009/02/06/myths-im-going-to-start/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 04:40:21 +0000</pubDate>
		<dc:creator>thebandit87</dc:creator>
				<category><![CDATA[Facebook Notes]]></category>

		<guid isPermaLink="false">http://thebandit87.wordpress.com/?p=50</guid>
		<description><![CDATA[When I first sat down at my computer I was going to write about gay&#8217;s in music. Not John Mayer, who is in fact gay music (he embodies it), but Freddie Mercury, Elton John, David Bowie &#8211; those kinds of gays. But then I started laughing about something else and changed my mind. So here [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebandit87.wordpress.com&amp;blog=2886259&amp;post=50&amp;subd=thebandit87&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>When I first sat down at my computer I was going to write about gay&#8217;s in music. Not John Mayer, who is in fact gay music (he embodies it), but Freddie Mercury, Elton John, David Bowie &#8211; those kinds of gays.</strong></p>
<p><strong>But then I started laughing about something else and changed my mind. So here are the myths I would like to start. This will be updated, hopefully, randomly:</strong></p>
<p><strong>(Numbered but not in any order)</strong></p>
<p><strong>1. Juice is terrible for you.</strong></p>
<p><strong>6. Apples taste like oranges.</strong></p>
<p><strong>19. Abraham Lincoln was black.</strong></p>
<p><strong>1138.  Kevin Smith was in Return of the Jedi.</strong></p>
<p><strong>22. A Helio is a phone.</strong></p>
<p><strong>73. Abraham Lincoln was white.</strong></p>
<p><strong>1010. College is not hard.</strong></p>
<p><strong>87. Vegans go to heaven.</strong></p>
<p><strong>69. Things fall up.</strong></p>
<p><strong>1564. Shakespeare was just one man.</strong></p>
<p><strong>40. Clamato is delicious.</strong></p>
<p><strong>51. Fidel Castro is Amish.</strong></p>
<p><strong>238. Cody-ness is next to Godliness.</strong></p>
<p><strong>547. The only thing that can kill Steve Jobs is a bullet made from the silver lining of  an iPhone.</strong></p>
<p><strong>4178. Narnia is an iPhone app.</strong></p>
<p><strong>802151. Bluetooth happens after eating blueberries.<br />
</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thebandit87.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thebandit87.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thebandit87.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thebandit87.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/thebandit87.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/thebandit87.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/thebandit87.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/thebandit87.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thebandit87.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thebandit87.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thebandit87.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thebandit87.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thebandit87.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thebandit87.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=thebandit87.wordpress.com&amp;blog=2886259&amp;post=50&amp;subd=thebandit87&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://thebandit87.wordpress.com/2009/02/06/myths-im-going-to-start/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bc608ad7e6f0130512575c9546209dde?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">The_Bandit</media:title>
		</media:content>
	</item>
	</channel>
</rss>
