<?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>Possibility and Probability &#187; django</title>
	<atom:link href="http://ironboundsoftware.com/blog/category/django/feed/" rel="self" type="application/rss+xml" />
	<link>http://ironboundsoftware.com/blog</link>
	<description>Droplets of Yes and No</description>
	<lastBuildDate>Thu, 29 Jul 2010 02:53:08 +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>Matching resumes to jobs</title>
		<link>http://ironboundsoftware.com/blog/2009/10/03/matching-resumes-to-jobs/</link>
		<comments>http://ironboundsoftware.com/blog/2009/10/03/matching-resumes-to-jobs/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 21:50:48 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[analytics]]></category>
		<category><![CDATA[django]]></category>

		<guid isPermaLink="false">http://www.ironboundsoftware.com/blog/?p=309</guid>
		<description><![CDATA[Have you ever looked at a job posting and tried to figure out if you are a good match for that job?
I&#8217;ve written a Google App Engine application to try and help people figure that out. Paste in a copy of your resume and a copy of the job description, and it will try and [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever looked at a job posting and tried to figure out if you are a good match for that job?</p>
<p>I&#8217;ve written a Google App Engine application to try and help people figure that out. Paste in a copy of your resume and a copy of the job description, and it will try and figure out how well of a match you would be for that job.</p>
<p>Check it out: <a href="http://app.ironboundsoftware.com">http://app.ironboundsoftware.com</a></p>
<p>I&#8217;m really impressed with the Google App Engine environment (go Python!) and had fun writing this. Hopefully this will help people out in their job hunt. Times are tough, and hopefully this little application will help someone get into the perfect job for them.</p>
<p>Try it out and let me know what you think!</p>
]]></content:encoded>
			<wfw:commentRss>http://ironboundsoftware.com/blog/2009/10/03/matching-resumes-to-jobs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to kill momentum instantly</title>
		<link>http://ironboundsoftware.com/blog/2009/02/16/how-to-kill-momentum-instantly/</link>
		<comments>http://ironboundsoftware.com/blog/2009/02/16/how-to-kill-momentum-instantly/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 21:58:35 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[django]]></category>

		<guid isPermaLink="false">http://www.ironboundsoftware.com/blog/2009/02/16/how-to-kill-momentum-instantly/</guid>
		<description><![CDATA[
Get the itch to finish a stale project
Carve out some time to work on stale project
Upgrade your software stack to make sure you are current*
Spend hours figuring out something simple isn&#8217;t working
Curse, debug, repeat
Curse more when you realize that step 3 was where the train went off the rails

Yes, I made the mistake to upgrading [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>Get the itch to finish a stale project</li>
<li>Carve out some time to work on stale project</li>
<li>Upgrade your software stack to make sure you are current*</li>
<li>Spend hours figuring out something simple isn&#8217;t working</li>
<li>Curse, debug, repeat</li>
<li>Curse more when you realize that step 3 was where the train went off the rails</li>
</ol>
<p>Yes, I made the mistake to upgrading the Google App Engine Launcher only to discover that for some reason it doesn&#8217;t play nice with the Django Helper project (or apparently the latest version of Django).</p>
<p>*sigh*</p>
<p>I know, I can go and continue development without those tools, but I was really looking forward to playing with the AppEngine (using a Django project).</p>
<p>Some days you are the pigeon, some days you are the statue.</p>
]]></content:encoded>
			<wfw:commentRss>http://ironboundsoftware.com/blog/2009/02/16/how-to-kill-momentum-instantly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unicode: Feel the burn</title>
		<link>http://ironboundsoftware.com/blog/2009/01/18/unicode-feel-the-burn/</link>
		<comments>http://ironboundsoftware.com/blog/2009/01/18/unicode-feel-the-burn/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 02:15:27 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[django]]></category>

		<guid isPermaLink="false">http://www.ironboundsoftware.com/blog/2009/01/18/unicode-feel-the-burn/</guid>
		<description><![CDATA[There&#8217;s nothing worse than having a program that has been running great for X amount of time suddenly start crashing. Especially when you discover that its choking on unicode characters you didn&#8217;t expect.
With web addresses (or URLs if you prefer) starting to have unicode values in them, this is a problem that will probably be [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s nothing worse than having a program that has been running great for X amount of time suddenly start crashing. Especially when you discover that its choking on unicode characters you didn&#8217;t expect.</p>
<p>With web addresses (or URLs if you prefer) starting to have unicode values in them, this is a problem that will probably be more common. I noticed this problem when trying to get to web pages that had special characters in them (for example, URLs that feature characters with accent symbols such as in the Spanish language) would cause urllib2.open() to fail. Several website suggested url encoding these special characters, but I didn&#8217;t have much luck with it.</p>
<p>Also today I was using Django&#8217;s model layer to store some data (web pages) into a database so I could try some things out. Even though Django is unicode friendly, if there&#8217;s the slightest problem in mapping text it will pull out the dreaded UnicodeDecodeError at some point.</p>
<p>To get around this I wound up just using unicode(text, errors=&#8217;ignore&#8217;) to make sure that the text that was being passed in was indeed unicode, and to ignore any errors that cropped up. Not ideal, the better solution would be to map correctly, but better than being stuck with data you can&#8217;t load/process.</p>
]]></content:encoded>
			<wfw:commentRss>http://ironboundsoftware.com/blog/2009/01/18/unicode-feel-the-burn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
