<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:wfw="http://wellformedweb.org/CommentAPI/"
     >
  <channel>
    <title>Piece Of Py(thon)</title>
    <link>http://pieceofpy.com</link>
    <description>A static blog engine/compiler</description>
    <pubDate>Fri, 13 Jan 2012 15:29:42 GMT</pubDate>
    <generator>Blogofile</generator>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <item>
      <title>Holidays and New Server</title>
      <link>http://pieceofpy.com/2008/12/28/holidays-and-new-server/</link>
      <pubDate>Sun, 28 Dec 2008 22:37:17 EST</pubDate>
      <category><![CDATA[project]]></category>
      <category><![CDATA[personal]]></category>
      <guid>http://pieceofpy.com/?p=222</guid>
      <description>Holidays and New Server</description>
      <content:encoded><![CDATA[
I've been a little behind on my posts what with the holidays here and me doing all sorts of traveling and migrating to the new server for pieceofpy.com I haven't really had time to make any new useful posts. So just taking the time to let everyone know I am not dead and wishing everyone happy holidays and a good winter.

Oh and the new server is lovely. The specs are below and so far I couldn't be happier.
<ul>
	<li>3.2GHz P4 Core Duo2</li>
	<li>2GB Memory</li>
	<li>36GB 15k SCSI (Mirrored)</li>
	<li>500GB monthly transfer</li>
</ul>]]></content:encoded>
    </item>
    <item>
      <title>Project: Developing a simple insurance interface.</title>
      <link>http://pieceofpy.com/2008/07/06/project-developing-a-simple-insurance-interface/</link>
      <pubDate>Sun, 06 Jul 2008 19:23:24 EDT</pubDate>
      <category><![CDATA[python]]></category>
      <category><![CDATA[project]]></category>
      <category><![CDATA[brainstorm]]></category>
      <guid>http://pieceofpy.com/?p=74</guid>
      <description>Project: Developing a simple insurance interface.</description>
      <content:encoded><![CDATA[
I play a game called <a href="http://eve-online.com">EVE Online</a> and I create and support a lot of software for our in-game corporation. After recently migrating forums away from punBB over to vBulletin I was stuck with the choice to either migrate our existing Ship Insurance script (written in PHP) or create a whole new system from scratch. Being a lover of Python, TDD, and sausage, I of course picked the rewrite option since it would be the most difficult and suck up more resources and time than just migrating some shitty PHP script.

The requirements are very simple.

Allow claim to be entered.
Allow claim to be approved.
Allow a claim to be denied.
Allow an agent to see a listing of all claims.
Allow filter options by ship type and pilot.
Allow agent to enter in the payout.
Save all past claim information. (reporting)
My personal goals for this project.

100% coverage with unittests.
Use TDD methods to develop the project.
Use the Trac system to support development.
Use Pylons with a SQLite DB
Use Ext for any fancy shit.

Code available soon as I get my repository back online.]]></content:encoded>
    </item>
  </channel>
</rss>

