<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6" -->
<rss version="0.92">
<channel>
	<title>Big Bad Code</title>
	<link>http://bigbadcode.com</link>
	<description>Don't blame me, I voted for Kodos</description>
	<lastBuildDate>Wed, 22 Oct 2008 17:18:55 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Iterating over a custom object in python</title>
		<description>A coworker recently needed to iterate over a custom object in python. It's pretty easy to do, you just need to implement the __iter__ method on your object. 

Here's some example code that shows you how to extend your object, returning everything in your objects local dictionary:

class IterableObject(object):
   ...</description>
		<link>http://bigbadcode.com/2008/10/22/iterating-over-a-custom-object-in-python/</link>
			</item>
	<item>
		<title>FlixBot</title>
		<description>I'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 ...</description>
		<link>http://bigbadcode.com/2008/10/20/flixbot/</link>
			</item>
	<item>
		<title>iPhone SDK Cocoa Objective-C Learnings</title>
		<description>I've been pretty heavily immersed in Apple Objective-C world lately and wanted to put down some of the things that I've learned. I'm going to post a little something when ever I find a few moments. 

Here's the first:


	It's easier when someone else worries about memory management.

That being said, it's ...</description>
		<link>http://bigbadcode.com/2008/10/13/iphone-sdk-cocoa-objective-c-learnings/</link>
			</item>
	<item>
		<title>Ad-Hoc Social Network Gaming?</title>
		<description>What the hell is Ad-Hoc Social Network Gaming?

Let me explain it to you in video form:



One of the first in a series of What's Poppin' from frogdesign. </description>
		<link>http://bigbadcode.com/2008/07/28/ad-hoc-social-network-gaming/</link>
			</item>
	<item>
		<title>Updates and changes</title>
		<description>I'm changing my online world around a bit to better handle the content that I'm spreading around the internets.

This place (bigbadcode.com) will henceforth be used for what I'm going to term content pieces. Posts about some programming trick or implementation details. Perhaps interviews or video pieces and of course bragging ...</description>
		<link>http://bigbadcode.com/2008/07/24/updates-and-changes/</link>
			</item>
	<item>
		<title>Check out my Instructable on glass table &#8216;etching&#8217;</title>
		<description>It's posted over at Instructables.com

Learn how to make this:

 </description>
		<link>http://bigbadcode.com/2008/07/06/check-out-my-instructable-on-glass-table-etching/</link>
			</item>
	<item>
		<title>Dean Kamen == Tony Stark</title>
		<description>Seriously this guy is amazing, scientist, inventor, all around awesome.

Didn't we see this technology in the original star wars when they rebuilt Luke's hand?
 </description>
		<link>http://bigbadcode.com/2008/07/02/dean-kamen-tony-stark/</link>
			</item>
	<item>
		<title>Couch Number 3</title>
		<description>Will the dogs eat it?

 </description>
		<link>http://bigbadcode.com/2008/05/09/couch-number-3/</link>
			</item>
	<item>
		<title>_why the lucky stiff is awesome.</title>
		<description>Yet more proof of his awesomeness.

http://hackety.org/2008/05/05/sneakingRubyThroughGoogleAppEngine.html

Basically he's shown a proof of converting Ruby bytecode into Python bytecode, enabling ruby to run in python only places, like Google app-engine. Quite cool.

Additionally he's been creating hackety-hack which is an environment for anyone (children) to learn programming. _why's built it out of ruby ...</description>
		<link>http://bigbadcode.com/2008/05/07/_why-the-lucky-stiff-is-awesome/</link>
			</item>
	<item>
		<title>Quoted at Computerarts.co.uk</title>
		<description>The AIR Application that I built for Disney and presented at Adobe's MAX2007 is still generating some buzz. I  was quoted discussing the new capabilities of AIR by Computer Arts UK. Read the full article at http://www.computerarts.co.uk/in_depth/features/rich_internet_apps__design_and_development



Or you can see just the important part where I am quoted.
“AIR allows for ...</description>
		<link>http://bigbadcode.com/2008/04/21/quoted-at-computerartscouk/</link>
			</item>
</channel>
</rss>
