<?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>Mutaku</title>
	<atom:link href="http://www.mutaku.com/wp/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mutaku.com/wp</link>
	<description>Fresh brewed daily</description>
	<lastBuildDate>Tue, 03 Apr 2012 12:35:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Stumpy Has a New Site</title>
		<link>http://www.mutaku.com/wp/index.php/2012/04/stumpy-has-a-new-site/</link>
		<comments>http://www.mutaku.com/wp/index.php/2012/04/stumpy-has-a-new-site/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 12:35:20 +0000</pubDate>
		<dc:creator>xiao_haozi</dc:creator>
				<category><![CDATA[Mutaku]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[old mutaku]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[stumpy]]></category>

		<guid isPermaLink="false">http://www.mutaku.com/wp/?p=800</guid>
		<description><![CDATA[Using Github&#8217;s page creation tool, Stumpy now has a new front-end for downloading the latest packages and all the information you need to get things running. You can check it out here: http://mutaku.github.com/Stumpy/]]></description>
		<wfw:commentRss>http://www.mutaku.com/wp/index.php/2012/04/stumpy-has-a-new-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Google Geocoding API in Python</title>
		<link>http://www.mutaku.com/wp/index.php/2012/03/using-google-geocoding-api-in-python/</link>
		<comments>http://www.mutaku.com/wp/index.php/2012/03/using-google-geocoding-api-in-python/#comments</comments>
		<pubDate>Fri, 30 Mar 2012 02:59:54 +0000</pubDate>
		<dc:creator>xiao_haozi</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[apis]]></category>
		<category><![CDATA[geocoding]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.mutaku.com/wp/?p=792</guid>
		<description><![CDATA[Started work on a wrapper for the Google Geocoding API, called pygeocoding. Check out the Github page for the code and usage. The intent is to provide a Pythonistic interface in building your Google Maps such as building a Google &#8230; <a href="http://www.mutaku.com/wp/index.php/2012/03/using-google-geocoding-api-in-python/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.mutaku.com/wp/index.php/2012/03/using-google-geocoding-api-in-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Post to Facebook with Python</title>
		<link>http://www.mutaku.com/wp/index.php/2012/03/post-to-facebook-with-python/</link>
		<comments>http://www.mutaku.com/wp/index.php/2012/03/post-to-facebook-with-python/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 15:27:08 +0000</pubDate>
		<dc:creator>xiao_haozi</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[apis]]></category>
		<category><![CDATA[data management]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[fbconsole]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.mutaku.com/wp/?p=789</guid>
		<description><![CDATA[Let&#8217;s take a quick look at a great tool to post to Facebook from Python called fbconsole. It&#8217;s fairly self explanatory, so I won&#8217;t bother going into much textual detail here. I&#8217;ll take you through some of the basic features &#8230; <a href="http://www.mutaku.com/wp/index.php/2012/03/post-to-facebook-with-python/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.mutaku.com/wp/index.php/2012/03/post-to-facebook-with-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Posting Images to Imgur with Python (update)</title>
		<link>http://www.mutaku.com/wp/index.php/2012/03/posting-images-to-imgur-with-python-update/</link>
		<comments>http://www.mutaku.com/wp/index.php/2012/03/posting-images-to-imgur-with-python-update/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 21:28:38 +0000</pubDate>
		<dc:creator>xiao_haozi</dc:creator>
				<category><![CDATA[Mutaku]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[apis]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[imgur]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.mutaku.com/wp/?p=786</guid>
		<description><![CDATA[I&#8217;ve written before about how you can use Python to upload images to Imgur. I wanted to write a quick update to inform anyone interested that there is a github repository  I have created to house PyImgur. You can find &#8230; <a href="http://www.mutaku.com/wp/index.php/2012/03/posting-images-to-imgur-with-python-update/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.mutaku.com/wp/index.php/2012/03/posting-images-to-imgur-with-python-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Commit Activity on Stumpy</title>
		<link>http://www.mutaku.com/wp/index.php/2012/03/commit-activity-on-stumpy/</link>
		<comments>http://www.mutaku.com/wp/index.php/2012/03/commit-activity-on-stumpy/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 19:05:34 +0000</pubDate>
		<dc:creator>xiao_haozi</dc:creator>
				<category><![CDATA[Mutaku]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[old mutaku]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[stumpy]]></category>

		<guid isPermaLink="false">http://www.mutaku.com/wp/?p=780</guid>
		<description><![CDATA[As assembled on github &#8230;]]></description>
		<wfw:commentRss>http://www.mutaku.com/wp/index.php/2012/03/commit-activity-on-stumpy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stumpy Version 1.5 is Now Available!</title>
		<link>http://www.mutaku.com/wp/index.php/2012/03/stumpy-version-1-5-is-now-available/</link>
		<comments>http://www.mutaku.com/wp/index.php/2012/03/stumpy-version-1-5-is-now-available/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 18:32:55 +0000</pubDate>
		<dc:creator>xiao_haozi</dc:creator>
				<category><![CDATA[Mutaku]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[old mutaku]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[stumpy]]></category>

		<guid isPermaLink="false">http://www.mutaku.com/wp/?p=773</guid>
		<description><![CDATA[Stumpy Version 1.5 is now out and ready for testing. Should be functional, but please submit any issues you might find to the issues page. Changes include (from commits): Removed hardcoded domains from JS. We now pipe in through the &#8230; <a href="http://www.mutaku.com/wp/index.php/2012/03/stumpy-version-1-5-is-now-available/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.mutaku.com/wp/index.php/2012/03/stumpy-version-1-5-is-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessing Django Template Variables in Javascript</title>
		<link>http://www.mutaku.com/wp/index.php/2012/03/accessing-django-template-variables-in-javascript/</link>
		<comments>http://www.mutaku.com/wp/index.php/2012/03/accessing-django-template-variables-in-javascript/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 16:18:26 +0000</pubDate>
		<dc:creator>xiao_haozi</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Server/Webserver]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[parsing]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[webserver]]></category>

		<guid isPermaLink="false">http://www.mutaku.com/wp/?p=770</guid>
		<description><![CDATA[How do we follow the Django DRY principle and avoid as many hard coded elements as possible in our project when we need to include Javascript? A good example of this is if we are pulling in a bookmarklet that &#8230; <a href="http://www.mutaku.com/wp/index.php/2012/03/accessing-django-template-variables-in-javascript/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.mutaku.com/wp/index.php/2012/03/accessing-django-template-variables-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cleansing HTML in Django Forms</title>
		<link>http://www.mutaku.com/wp/index.php/2012/03/cleansing-html-in-django-forms/</link>
		<comments>http://www.mutaku.com/wp/index.php/2012/03/cleansing-html-in-django-forms/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 01:05:46 +0000</pubDate>
		<dc:creator>xiao_haozi</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[data management]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.mutaku.com/wp/?p=766</guid>
		<description><![CDATA[We want to accept some HTML, while stripping out the rest, in our Django form. Let&#8217;s take a quick look at how we can introduce some basic HTML cleaning functionality to our Django ModelForm. We will be using Bleach to &#8230; <a href="http://www.mutaku.com/wp/index.php/2012/03/cleansing-html-in-django-forms/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.mutaku.com/wp/index.php/2012/03/cleansing-html-in-django-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Audio Information in Python</title>
		<link>http://www.mutaku.com/wp/index.php/2012/03/getting-audio-information-in-python/</link>
		<comments>http://www.mutaku.com/wp/index.php/2012/03/getting-audio-information-in-python/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 00:54:03 +0000</pubDate>
		<dc:creator>xiao_haozi</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.mutaku.com/wp/?p=763</guid>
		<description><![CDATA[Want to grab some basic audio file information in your Python program? Let&#8217;s use Mutagen to look at the type, length, and size of an audio element. Here, we could have imported the M4A handler, but using the File class &#8230; <a href="http://www.mutaku.com/wp/index.php/2012/03/getting-audio-information-in-python/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.mutaku.com/wp/index.php/2012/03/getting-audio-information-in-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Default Browser in Linux When Things are Stubborn</title>
		<link>http://www.mutaku.com/wp/index.php/2012/03/setting-default-browser-in-linux-when-things-are-stubborn/</link>
		<comments>http://www.mutaku.com/wp/index.php/2012/03/setting-default-browser-in-linux-when-things-are-stubborn/#comments</comments>
		<pubDate>Sat, 17 Mar 2012 23:30:20 +0000</pubDate>
		<dc:creator>xiao_haozi</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[system administration]]></category>

		<guid isPermaLink="false">http://www.mutaku.com/wp/?p=760</guid>
		<description><![CDATA[Running XFCE4 and setting the preferred applications generally works. However, I noticed that some applications still would not listen to my demands of using a specific browser when launching links. For example, using python&#8217;s webbrowser module, and therefore almost any &#8230; <a href="http://www.mutaku.com/wp/index.php/2012/03/setting-default-browser-in-linux-when-things-are-stubborn/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.mutaku.com/wp/index.php/2012/03/setting-default-browser-in-linux-when-things-are-stubborn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

