<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Big Bad Code</title>
	<link>http://bigbadcode.com</link>
	<description>this blog is retired. I&#039;m leaving it up as a reference</description>
	<lastBuildDate>Wed, 19 Aug 2009 21:49:43 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Vote for Me!</title>
		<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 [...]]]></description>
		<link>http://bigbadcode.com/2009/08/19/vote-for-me/</link>
			</item>
	<item>
		<title>How To: Get anti-aliased fonts in the Arduino and Processing IDE&#8217;s</title>
		<description><![CDATA[How to turn on font anti aliasing in the Arduino and Processing IDE's (OSX)]]></description>
		<link>http://bigbadcode.com/2009/05/20/how-to-get-anti-aliased-fonts-in-the-arduino-and-processing-ides/</link>
			</item>
	<item>
		<title>New Remote Remote Control Instructable up at Instructables.com</title>
		<description><![CDATA[Check it out.]]></description>
		<link>http://bigbadcode.com/2009/02/28/new-remote-remote-control-instructable-up-at-instructablescom/</link>
			</item>
	<item>
		<title>Quick look support for .mxml and .as files</title>
		<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 [...]]]></description>
		<link>http://bigbadcode.com/2009/02/22/quick-look-support-for-mxml-and-as-files/</link>
			</item>
	<item>
		<title>Networked Sound Board</title>
		<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>
		<link>http://bigbadcode.com/2009/01/24/networked-sound-board/</link>
			</item>
	<item>
		<title>How To: Install Heated Handgrips on Your Motorcycle</title>
		<description><![CDATA[Hosted at instructables.com Installing heated handgrips on a Suzuki Vstrom DL-1000]]></description>
		<link>http://bigbadcode.com/2009/01/05/how-to-install-heated-handgrips-on-your-motorcycle/</link>
			</item>
	<item>
		<title>My Year in Cities, 2008</title>
		<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>
		<link>http://bigbadcode.com/2008/12/30/my-year-in-cities-2008/</link>
			</item>
	<item>
		<title>Just sitting here watching the logs go by.</title>
		<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 [...]]]></description>
		<link>http://bigbadcode.com/2008/12/22/just-sitting-here-watching-the-logs-go-by/</link>
			</item>
	<item>
		<title>Iterating over a custom object in python</title>
		<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;: for item in self.__dict__: [...]]]></description>
		<link>http://bigbadcode.com/2008/10/22/iterating-over-a-custom-object-in-python/</link>
			</item>
	<item>
		<title>FlixBot</title>
		<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. [...]]]></description>
		<link>http://bigbadcode.com/2008/10/20/flixbot/</link>
			</item>
</channel>
</rss>

