<?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>Big Bad Code &#187; jbloom</title>
	<atom:link href="http://bigbadcode.com/author/jbloom/feed/" rel="self" type="application/rss+xml" />
	<link>http://bigbadcode.com</link>
	<description>Don't blame me, I voted for Kodos</description>
	<lastBuildDate>Wed, 19 Aug 2009 21:49:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Vote for Me!</title>
		<link>http://bigbadcode.com/2009/08/19/vote-for-me/</link>
		<comments>http://bigbadcode.com/2009/08/19/vote-for-me/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 21:47:25 +0000</pubDate>
		<dc:creator>jbloom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bigbadcode.com/?p=261</guid>
		<description><![CDATA[Hello Everyone,
Please take a moment and vote a Thumbs up for my sxsw presentation titled:
“Low Cost/Low Fi Hardware Prototyping”
Cheap and easy ways to start taking your software into the physical world. This talk covers connecting your software that is unfortunately stuck in the PC world with the real world around it.

http://panelpicker.sxsw.com/ideas/view/2316
Thanks,
Josh
]]></description>
			<content:encoded><![CDATA[<p>Hello Everyone,</p>
<p>Please take a moment and vote a Thumbs up for my sxsw presentation titled:</p>
<p><strong><a href="http://panelpicker.sxsw.com/ideas/view/2316">“Low Cost/Low Fi Hardware Prototyping”</a></strong></p>
<p>Cheap and easy ways to start taking your software into the physical world. This talk covers connecting your software that is unfortunately stuck in the PC world with the real world around it.</p>
<p><a href="http://panelpicker.sxsw.com/ideas/view/2316"><img class="alignleft size-full wp-image-262" title="SXSWPanelPicker" src="http://bigbadcode.com/wp-content/uploads/2009/08/SXSWPanelPicker.jpg" alt="SXSWPanelPicker" width="76" height="95" /></a></p>
<p><a href="http://panelpicker.sxsw.com/ideas/view/2316">http://panelpicker.sxsw.com/ideas/view/2316</a></p>
<p>Thanks,<br />
Josh</p>
]]></content:encoded>
			<wfw:commentRss>http://bigbadcode.com/2009/08/19/vote-for-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Get anti-aliased fonts in the Arduino and Processing IDE&#8217;s</title>
		<link>http://bigbadcode.com/2009/05/20/how-to-get-anti-aliased-fonts-in-the-arduino-and-processing-ides/</link>
		<comments>http://bigbadcode.com/2009/05/20/how-to-get-anti-aliased-fonts-in-the-arduino-and-processing-ides/#comments</comments>
		<pubDate>Wed, 20 May 2009 17:04:58 +0000</pubDate>
		<dc:creator>jbloom</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://bigbadcode.com/?p=246</guid>
		<description><![CDATA[How to turn on font anti aliasing in the Arduino and Processing IDE's (OSX)]]></description>
			<content:encoded><![CDATA[<p><strong>Problem</strong>:</p>
<p>Arduino and Processing IDE&#8217;s both are java applications and don&#8217;t use anti-aliasing when displaying fonts on OS X.</p>
<p><strong>Solution</strong>:</p>
<p>Add the Java Swing options to enable anti aliasing to the Info.plist file that OS X uses to launch the IDE&#8217;s.</p>
<p><strong>Steps</strong>:<br />
Right click the Arduino.app in the Finder and select &#8216;Show Package Contents&#8217;, double click the Contents directory and there you will find the Info.plist file. Open it in a text editor of your choice.<br />
Add the following two lines under the Java option. See the screenshot for the exact location.</p>
<p><code><tt> &lt;key&gt;VMOptions&lt;/key&gt;<br />
&lt;string&gt;-Dswing.aatext=true</tt></code><tt>&lt;/string&gt;<br />
</tt><br />
<a href="http://bigbadcode.com/wp-content/uploads/2009/05/addantialiasing.png"><img class="alignnone size-medium wp-image-248" title="UpdatePlistScreenShot" src="http://bigbadcode.com/wp-content/uploads/2009/05/addantialiasing-263x300.png" alt="UpdatePlistScreenShot" width="263" height="300" /></a></p>
<p>Now your code editor goes from looking like this crapness:</p>
<p><a href="http://bigbadcode.com/wp-content/uploads/2009/05/noaliasing.png"><img class="alignnone size-medium wp-image-250" title="noaliasing" src="http://bigbadcode.com/wp-content/uploads/2009/05/noaliasing-279x300.png" alt="noaliasing" width="279" height="300" /></a></p>
<p>To this hotness:</p>
<p><a href="http://bigbadcode.com/wp-content/uploads/2009/05/withantialiasing.png"><img class="alignnone size-medium wp-image-251" title="withantialiasing" src="http://bigbadcode.com/wp-content/uploads/2009/05/withantialiasing-279x300.png" alt="withantialiasing" width="279" height="300" /></a></p>
<p>And even better you can use great looking fonts like <a href="http://www.levien.com/type/myfonts/inconsolata.html">Inconsolata</a> and get an editor that looks this good:<br />
<a href="http://bigbadcode.com/wp-content/uploads/2009/05/inconsolasarduino.png"><img src="http://bigbadcode.com/wp-content/uploads/2009/05/inconsolasarduino-279x300.png" alt="inconsolasarduino" title="inconsolasarduino" width="279" height="300" class="alignnone size-medium wp-image-254" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://bigbadcode.com/2009/05/20/how-to-get-anti-aliased-fonts-in-the-arduino-and-processing-ides/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New Remote Remote Control Instructable up at Instructables.com</title>
		<link>http://bigbadcode.com/2009/02/28/new-remote-remote-control-instructable-up-at-instructablescom/</link>
		<comments>http://bigbadcode.com/2009/02/28/new-remote-remote-control-instructable-up-at-instructablescom/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 07:13:08 +0000</pubDate>
		<dc:creator>jbloom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[instructables hacking howto]]></category>

		<guid isPermaLink="false">http://bigbadcode.com/?p=242</guid>
		<description><![CDATA[Check it out.

]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.instructables.com/id/Remote_Remote_Control/">Check it out.</a></p>
<p><a href="http://www.instructables.com/id/Remote_Remote_Control/"><img class="alignnone size-medium wp-image-243" title="2009-02-27_2315" src="http://bigbadcode.com/wp-content/uploads/2009/02/2009-02-27_2315-300x197.png" alt="2009-02-27_2315" width="300" height="197" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://bigbadcode.com/2009/02/28/new-remote-remote-control-instructable-up-at-instructablescom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick look support for .mxml and .as files</title>
		<link>http://bigbadcode.com/2009/02/22/quick-look-support-for-mxml-and-as-files/</link>
		<comments>http://bigbadcode.com/2009/02/22/quick-look-support-for-mxml-and-as-files/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 04:53:15 +0000</pubDate>
		<dc:creator>jbloom</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[quicklook]]></category>

		<guid isPermaLink="false">http://bigbadcode.com/?p=235</guid>
		<description><![CDATA[I&#8217;ve recently re-installed OSX and lost my quicklook support for .mxml and .as files. Since I couldn&#8217;t find whatever packages I had installed that allowed that quicklook support, I&#8217;ve modified QLColorCode to add support for previewing both .as files and .mxml files.
It works on my computer and I hope that it&#8217;ll work on yours too.
Please [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently re-installed OSX and lost my quicklook support for .mxml and .as files. Since I couldn&#8217;t find whatever packages I had installed that allowed that quicklook support, I&#8217;ve modified <a href="http://code.google.com/p/qlcolorcode/">QLColorCode</a> to add support for previewing both .as files and .mxml files.</p>
<p>It works on my computer and I hope that it&#8217;ll work on yours too.</p>
<p>Please feel free to download<a href="http://bigbadcode.com/wp-content/uploads/2009/02/qlcolorcodeqlgenerator.zip"> my version, </a><a href="http://bigbadcode.com/wp-content/uploads/2009/02/qlcolorcodeqlgenerator.zip">qlcolorcodeqlgenerator</a> unzip and install, let me know if it doesn&#8217;t work.</p>
<p>Installation instructions for quicklook plugins can be found <a href="http://code.google.com/p/qlcolorcode/">here.</a></p>
<p>-josh</p>
]]></content:encoded>
			<wfw:commentRss>http://bigbadcode.com/2009/02/22/quick-look-support-for-mxml-and-as-files/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Networked Sound Board</title>
		<link>http://bigbadcode.com/2009/01/24/networked-sound-board/</link>
		<comments>http://bigbadcode.com/2009/01/24/networked-sound-board/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 03:59:35 +0000</pubDate>
		<dc:creator>jbloom</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[flex code python git github]]></category>

		<guid isPermaLink="false">http://bigbadcode.com/?p=222</guid>
		<description><![CDATA[Super fun networked sound board for use any place you have multiple people with computers and a central computer with speakers everyone can hear. ]]></description>
			<content:encoded><![CDATA[<p>Hi Everybody,</p>
<p>I&#8217;ve created a network sound board that you can use to have endless fun with co-workers.</p>
<p>In my office quad we have one OSX machine that is used to play music for everyone, it&#8217;s usually running last.fm, pandora or someones iTunes library as background music for everyone. Occasionally it gets cranked up when it&#8217;s time to get the <a href="http://www.ledzeppelin.com/" target="_blank">led</a> out. I was thinking that it&#8217;d be fun to be able to trigger sound effects on that machine from my machine, kind of like what happens on radio shows, expect that my co-workers wouldn&#8217;t really be able to change the channel.</p>
<p>So the itch was scratched and I&#8217;m proud to present the network sound board. It should run out of the box on any OSX machine with a recent installation of Python. If you&#8217;re on Windows or Linux it&#8217;ll work if you can find a command line audio player.  Anybody on the same network as the music machine will be able to trigger the sound effects from the comfort of their browsers. After you install there is a soundEffects folder that you can place sound files (.wav/mp3) into and they are instantly available, check the documentation for more info.</p>
<p><a href="http://github.com/code128/networkedsoundboard/tree/master">You can git the source from github at http://github.com/code128/networkedsoundboard/tree/master<br />
</a></p>
<p>It looks like this.</p>
<p><a href="http://bigbadcode.com/wp-content/uploads/2009/01/2009-01-24_1632.png"><img class="alignnone size-medium wp-image-224" title="networked_soundboard" src="http://bigbadcode.com/wp-content/uploads/2009/01/2009-01-24_1632-295x300.png" alt="networked_soundboard" width="295" height="300" /></a></p>
<p>If you&#8217;re looking to extend it, adding the ability to upload new sounds from the flex interface would be sweet. If you do let me know.</p>
<p>Have fun.</p>
<p>P.S. If you can get samples of your co-workers saying things and add them to the server that would just be the icing on the comedy cake.</p>
]]></content:encoded>
			<wfw:commentRss>http://bigbadcode.com/2009/01/24/networked-sound-board/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Install Heated Handgrips on Your Motorcycle</title>
		<link>http://bigbadcode.com/2009/01/05/how-to-install-heated-handgrips-on-your-motorcycle/</link>
		<comments>http://bigbadcode.com/2009/01/05/how-to-install-heated-handgrips-on-your-motorcycle/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 18:36:11 +0000</pubDate>
		<dc:creator>jbloom</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Instructables howto motorcycle]]></category>

		<guid isPermaLink="false">http://bigbadcode.com/2009/01/05/how-to-install-heated-handgrips-on-your-motorcycle/</guid>
		<description><![CDATA[
Hosted at instructables.com
Installing heated handgrips on a Suzuki Vstrom DL-1000
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.instructables.com/id/Install_Heated_Grips_on_Your_Motorcycle_or_ATV/"><img class="alignnone size-full wp-image-217" title="The Parts" src="http://bigbadcode.com/wp-content/uploads/2009/01/2009-01-05_1034.png" alt="The Parts" width="499" height="331" /></a></p>
<p><a href="http://www.instructables.com/id/Install_Heated_Grips_on_Your_Motorcycle_or_ATV/" target="_blank">Hosted at instructables.com</a></p>
<p>Installing heated handgrips on a Suzuki Vstrom DL-1000</p>
]]></content:encoded>
			<wfw:commentRss>http://bigbadcode.com/2009/01/05/how-to-install-heated-handgrips-on-your-motorcycle/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Year in Cities, 2008</title>
		<link>http://bigbadcode.com/2008/12/30/my-year-in-cities-2008/</link>
		<comments>http://bigbadcode.com/2008/12/30/my-year-in-cities-2008/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 19:40:09 +0000</pubDate>
		<dc:creator>jbloom</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[asides]]></category>

		<guid isPermaLink="false">http://bigbadcode.com/?p=209</guid>
		<description><![CDATA[Following Jason Kottke&#8217;s example here is my year in cities for 2008 (at least as far as I can remember offhand):


Big Sur, CA
Los Angeles, CA
Cupertino, CA
Santa Cruz, CA
Monterey, CA
Jacksonville, FL
St. Petersburg, FL
Boston, MA
Austin, TX
Seattle, WA


]]></description>
			<content:encoded><![CDATA[<p>Following Jason Kottke&#8217;s <a href="http://www.kottke.org/08/12/my-year-in-cities-2008" target="_blank">example</a> here is my year in cities for 2008 (at least as far as I can remember offhand):</p>
<ul></ul>
<ol>
<li>Big Sur, CA</li>
<li>Los Angeles, CA</li>
<li>Cupertino, CA</li>
<li>Santa Cruz, CA</li>
<li>Monterey, CA</li>
<li>Jacksonville, FL</li>
<li>St. Petersburg, FL</li>
<li>Boston, MA</li>
<li>Austin, TX</li>
<li>Seattle, WA</li>
</ol>
<ul></ul>
]]></content:encoded>
			<wfw:commentRss>http://bigbadcode.com/2008/12/30/my-year-in-cities-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just sitting here watching the logs go by.</title>
		<link>http://bigbadcode.com/2008/12/22/just-sitting-here-watching-the-logs-go-by/</link>
		<comments>http://bigbadcode.com/2008/12/22/just-sitting-here-watching-the-logs-go-by/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 00:12:01 +0000</pubDate>
		<dc:creator>jbloom</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://bigbadcode.com/?p=207</guid>
		<description><![CDATA[Some times while working on remote servers I need to watch various log files. Typically for something like this I&#8217;ll create an extremely simple script that watches all the logs at once, since the next time I&#8217;m on that machine I&#8217;ll probably have forgotten the paths in question.
Something like this:
tail -f /var/www/apache/access.log /var/www/apache/error.log
The problem with [...]]]></description>
			<content:encoded><![CDATA[<p>Some times while working on remote servers I need to watch various log files. Typically for something like this I&#8217;ll create an extremely simple script that watches all the logs at once, since the next time I&#8217;m on that machine I&#8217;ll probably have forgotten the paths in question.</p>
<p>Something like this:</p>
<pre>tail -f /var/www/apache/access.log /var/www/apache/error.log</pre>
<p>The problem with that approach is really long lines wrap and I usually just care about the far left of the file, so I&#8217;ve been looking for a way to turn off wrapping in tail. Unfortunately that seems to be impossible. I tried messing with my shell to kill the extra characters with this:</p>
<pre>echo -e "\e[?7l\c"</pre>
<p>But that was messing up other things. The best solution I&#8217;ve found so far is to use less with these options</p>
<pre>less +F -S /var/log/apache/access.log</pre>
<p>+F puts it in a tail like mode and -S chops the line to the screen width, the only drawback is that it doesn&#8217;t intersperse the 2 files like tail does. I was hoping to pipe tails input into less in the this fashion but that didn&#8217;t seem to work right either.</p>
]]></content:encoded>
			<wfw:commentRss>http://bigbadcode.com/2008/12/22/just-sitting-here-watching-the-logs-go-by/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iterating over a custom object in python</title>
		<link>http://bigbadcode.com/2008/10/22/iterating-over-a-custom-object-in-python/</link>
		<comments>http://bigbadcode.com/2008/10/22/iterating-over-a-custom-object-in-python/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 17:18:55 +0000</pubDate>
		<dc:creator>jbloom</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://bigbadcode.com/?p=204</guid>
		<description><![CDATA[A coworker recently needed to iterate over a custom object in python. It&#8217;s pretty easy to do, you just need to implement the __iter__ method on your object. 
Here&#8217;s some example code that shows you how to extend your object, returning everything in your objects local dictionary:

class IterableObject&#40;object&#41;:
    def __iter__&#40;self&#41;:
   [...]]]></description>
			<content:encoded><![CDATA[<p>A coworker recently needed to iterate over a custom object in python. It&#8217;s pretty easy to do, you just need to implement the __iter__ method on your object. </p>
<p>Here&#8217;s some example code that shows you how to extend your object, returning everything in your objects local dictionary:</p>

<div class="wp_syntax"><div class="code"><pre class="python python" style="font-family:monospace;"><span style="color: #ff7700;font-weight:bold;">class</span> IterableObject<span style="color: black;">&#40;</span><span style="color: #008000;">object</span><span style="color: black;">&#41;</span>:
    <span style="color: #ff7700;font-weight:bold;">def</span> <span style="color: #0000cd;">__iter__</span><span style="color: black;">&#40;</span><span style="color: #008000;">self</span><span style="color: black;">&#41;</span>:
        <span style="color: #ff7700;font-weight:bold;">for</span> item <span style="color: #ff7700;font-weight:bold;">in</span> <span style="color: #008000;">self</span>.<span style="color: #0000cd;">__dict__</span>:
            <span style="color: #ff7700;font-weight:bold;">yield</span> <span style="color: #008000;">self</span>.<span style="color: #0000cd;">__dict__</span><span style="color: black;">&#91;</span>item<span style="color: black;">&#93;</span></pre></div></div>

<p>Now for sample usage:</p>

<div class="wp_syntax"><div class="code"><pre class="python python" style="font-family:monospace;">myObj = IterableObject<span style="color: black;">&#40;</span><span style="color: black;">&#41;</span>
myObj.<span style="color: black;">name</span> = <span style="color: #483d8b;">&quot;Johnny Hammersticks&quot;</span>
myObj.<span style="color: black;">otherProperty</span> = <span style="color: #483d8b;">&quot;Something Else&quot;</span>
myObj.<span style="color: black;">testList</span> = <span style="color: black;">&#91;</span><span style="color: #ff4500;">1</span>,<span style="color: #ff4500;">2</span>,<span style="color: #ff4500;">3</span>,<span style="color: #ff4500;">4</span><span style="color: black;">&#93;</span>
myObj.<span style="color: black;">testDict</span> = <span style="color: black;">&#123;</span><span style="color: #ff4500;">1</span>:<span style="color: #483d8b;">'one'</span>, <span style="color: #ff4500;">2</span>:<span style="color: #483d8b;">'two'</span><span style="color: black;">&#125;</span>
<span style="color: #808080; font-style: italic;"># Serialize the IterableObject into json</span>
<span style="color: #ff7700;font-weight:bold;">for</span> x <span style="color: #ff7700;font-weight:bold;">in</span> myObj:
     <span style="color: #ff7700;font-weight:bold;">print</span> x, <span style="color: #008000;">type</span><span style="color: black;">&#40;</span>x<span style="color: black;">&#41;</span></pre></div></div>

<p>which returns:</p>

<div class="wp_syntax"><div class="code"><pre class="python python" style="font-family:monospace;">Something Else <span style="color: #66cc66;">&lt;</span>type <span style="color: #483d8b;">'str'</span><span style="color: #66cc66;">&gt;</span>
<span style="color: black;">&#123;</span><span style="color: #ff4500;">1</span>: <span style="color: #483d8b;">'one'</span>, <span style="color: #ff4500;">2</span>: <span style="color: #483d8b;">'two'</span><span style="color: black;">&#125;</span> <span style="color: #66cc66;">&lt;</span>type <span style="color: #483d8b;">'dict'</span><span style="color: #66cc66;">&gt;</span>
<span style="color: black;">&#91;</span><span style="color: #ff4500;">1</span>, <span style="color: #ff4500;">2</span>, <span style="color: #ff4500;">3</span>, <span style="color: #ff4500;">4</span><span style="color: black;">&#93;</span> <span style="color: #66cc66;">&lt;</span>type <span style="color: #483d8b;">'list'</span><span style="color: #66cc66;">&gt;</span>
Johnny Hammersticks <span style="color: #66cc66;">&lt;</span>type <span style="color: #483d8b;">'str'</span><span style="color: #66cc66;">&gt;</span></pre></div></div>

<p>Oh and another handy feature of this dictionary style approach, you can do easy string formatting/printing of the object properties in this style.</p>

<div class="wp_syntax"><div class="code"><pre class="python python" style="font-family:monospace;"><span style="color: #ff7700;font-weight:bold;">print</span> <span style="color: #483d8b;">&quot;Hi %(name)s, your list %(testList)s&quot;</span> <span style="color: #66cc66;">%</span> myObj.<span style="color: #0000cd;">__dict__</span></pre></div></div>

<p>Which prints:</p>

<div class="wp_syntax"><div class="code"><pre class="python python" style="font-family:monospace;">Hi Johnny Hammersticks, your <span style="color: #008000;">list</span>: <span style="color: black;">&#91;</span><span style="color: #ff4500;">1</span>, <span style="color: #ff4500;">2</span>, <span style="color: #ff4500;">3</span>, <span style="color: #ff4500;">4</span><span style="color: black;">&#93;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://bigbadcode.com/2008/10/22/iterating-over-a-custom-object-in-python/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FlixBot</title>
		<link>http://bigbadcode.com/2008/10/20/flixbot/</link>
		<comments>http://bigbadcode.com/2008/10/20/flixbot/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 05:59:18 +0000</pubDate>
		<dc:creator>jbloom</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[netflix]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://bigbadcode.com/?p=192</guid>
		<description><![CDATA[I&#8217;ve built a proof of concept in some hacked together python code to automatically add movies to my netflix queue when I send twitter messages to @flixbot.
For example this tweet:

Gets Blade into my queue. Awesome.
I started building this out into a full fledged service so other people can use it as well. Of course I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve built a proof of concept in some hacked together python code to automatically add movies to my netflix queue when I send twitter messages to @flixbot.</p>
<p>For example this tweet:</p>
<p><a href="http://bigbadcode.com/wp-content/uploads/2008/10/2008-10-20_2241.png"><img class="alignnone size-medium wp-image-194" title="2008-10-20_2241" src="http://bigbadcode.com/wp-content/uploads/2008/10/2008-10-20_2241-300x130.png" alt="" width="300" height="130" /></a></p>
<p>Gets Blade into my queue. Awesome.</p>
<p>I started building this out into a full fledged service so other people can use it as well. Of course I&#8217;m going to need a hosted site somewhere for people to sign up. I figured it might be a good time to play with my app engine account.</p>
<p>I got part of the way of there with app engine serving up pages, but then ran into problems with xml libraries I was using in my POC not existing in the AppEngine sandbox. <img src='http://bigbadcode.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Also I&#8217;m starting to run out of enthusiasm.</p>
<p>So that&#8217;s where I&#8217;m at. Goodnight.</p>
]]></content:encoded>
			<wfw:commentRss>http://bigbadcode.com/2008/10/20/flixbot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
