<?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"
	>

<channel>
	<title>Marzhill Musings</title>
	<atom:link href="http://jeremy.marzhillstudios.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeremy.marzhillstudios.com</link>
	<description>Talkin and Thinkin about Collaborative Technologies and Open Source</description>
	<pubDate>Sat, 22 Sep 2007 10:28:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Moose::Role Testing</title>
		<link>http://jeremy.marzhillstudios.com/index.php/site-news/mooserole-testing/</link>
		<comments>http://jeremy.marzhillstudios.com/index.php/site-news/mooserole-testing/#comments</comments>
		<pubDate>Sat, 22 Sep 2007 10:28:23 +0000</pubDate>
		<dc:creator>zaphar</dc:creator>
		
		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://jeremy.marzhillstudios.com/index.php/site-news/mooserole-testing/</guid>
		<description><![CDATA[Currently there is on simple way to test Moose::Roles. Since they defer things like attribute adding and method wrapping you have to create a dummy class that uses them to test what they do. Usually this is through creating a package inline in the test module that does what you need or don&#8217;t need based [...]]]></description>
		<wfw:commentRss>http://jeremy.marzhillstudios.com/index.php/site-news/mooserole-testing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Learning Erlang</title>
		<link>http://jeremy.marzhillstudios.com/index.php/site-news/learning-erlang/</link>
		<comments>http://jeremy.marzhillstudios.com/index.php/site-news/learning-erlang/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 08:21:21 +0000</pubDate>
		<dc:creator>zaphar</dc:creator>
		
		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://jeremy.marzhillstudios.com/index.php/site-news/learning-erlang/</guid>
		<description><![CDATA[I&#8217;ve taken on the task of learning erlang. I was trying to decide between learninng Haskell, OCaml, or Erlang. OCaml, I decided against since it had too close a similarity to C and I wanted to really stretch myself. Haskell and Erlang both fit that bill however I found the Erlang Documentation to be far [...]]]></description>
		<wfw:commentRss>http://jeremy.marzhillstudios.com/index.php/site-news/learning-erlang/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Data::Annotated and Class::Data::Annotated</title>
		<link>http://jeremy.marzhillstudios.com/index.php/site-news/dataannotated-and-classdataannotated/</link>
		<comments>http://jeremy.marzhillstudios.com/index.php/site-news/dataannotated-and-classdataannotated/#comments</comments>
		<pubDate>Mon, 27 Aug 2007 21:43:45 +0000</pubDate>
		<dc:creator>zaphar</dc:creator>
		
		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://jeremy.marzhillstudios.com/index.php/site-news/dataannotated-and-classdataannotated/</guid>
		<description><![CDATA[So I&#8217;ve added two new modules to my CPAN repertoire. Data::Annotated and Class::Data::Annotated.
Data::Annotated is a module intended to hold an annotation about a piece of a data structure independently of the Data::Structure itself. The annotation can be anything a hash an array or a scalar value. The piece of the data structure is referenced by [...]]]></description>
		<wfw:commentRss>http://jeremy.marzhillstudios.com/index.php/site-news/dataannotated-and-classdataannotated/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bricklayer::Templater is on CPAN</title>
		<link>http://jeremy.marzhillstudios.com/index.php/software-development/bricklayertemplater-is-on-cpan/</link>
		<comments>http://jeremy.marzhillstudios.com/index.php/software-development/bricklayertemplater-is-on-cpan/#comments</comments>
		<pubDate>Tue, 14 Aug 2007 21:20:30 +0000</pubDate>
		<dc:creator>zaphar</dc:creator>
		
		<category><![CDATA[API's]]></category>

		<category><![CDATA[BrickLayer]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Perl]]></category>

		<category><![CDATA[Site News]]></category>

		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://jeremy.marzhillstudios.com/index.php/software-development/bricklayertemplater-is-on-cpan/</guid>
		<description><![CDATA[And I have registered its namespace so it shows up in the module list. This means the Bricklayer::* namespace can now be used to begin build the various components of my evolving frameworks
Bricklayer::Templater
]]></description>
		<wfw:commentRss>http://jeremy.marzhillstudios.com/index.php/software-development/bricklayertemplater-is-on-cpan/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Response to Matt on PHP</title>
		<link>http://jeremy.marzhillstudios.com/index.php/site-news/matt-on-php/</link>
		<comments>http://jeremy.marzhillstudios.com/index.php/site-news/matt-on-php/#comments</comments>
		<pubDate>Sun, 15 Jul 2007 00:35:19 +0000</pubDate>
		<dc:creator>zaphar</dc:creator>
		
		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://jeremy.marzhillstudios.com/index.php/site-news/matt-on-php/</guid>
		<description><![CDATA[I haven&#8217;t seriously looked at PHP in years having long ago joined the Perl camp. I know I know shame on me. However from that very perspective it has seemed to me that php&#8217;s biggest problem is the addons. Yes Pear and some of the other frameworks alleviate it somewhat but really PHP looks and [...]]]></description>
		<wfw:commentRss>http://jeremy.marzhillstudios.com/index.php/site-news/matt-on-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bricklayer::Templater is getting unit tests</title>
		<link>http://jeremy.marzhillstudios.com/index.php/site-news/bricklayertemplater-is-getting-unit-tests/</link>
		<comments>http://jeremy.marzhillstudios.com/index.php/site-news/bricklayertemplater-is-getting-unit-tests/#comments</comments>
		<pubDate>Sun, 15 Jul 2007 00:16:38 +0000</pubDate>
		<dc:creator>zaphar</dc:creator>
		
		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://jeremy.marzhillstudios.com/index.php/site-news/bricklayertemplater-is-getting-unit-tests/</guid>
		<description><![CDATA[Yay I&#8217;m finally getting around to it and boy is it a good thing. The code is already benefitting from it. I&#8217;ll be uploading some stuff to the sourceforge svn repository soon so stay tuned.
]]></description>
		<wfw:commentRss>http://jeremy.marzhillstudios.com/index.php/site-news/bricklayertemplater-is-getting-unit-tests/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Update on work</title>
		<link>http://jeremy.marzhillstudios.com/index.php/site-news/update-on-work/</link>
		<comments>http://jeremy.marzhillstudios.com/index.php/site-news/update-on-work/#comments</comments>
		<pubDate>Tue, 10 Jul 2007 09:56:19 +0000</pubDate>
		<dc:creator>zaphar</dc:creator>
		
		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://jeremy.marzhillstudios.com/index.php/site-news/update-on-work/</guid>
		<description><![CDATA[So I&#8217;m finally starting to get settled at the new job and I thought I&#8217;d let folks know how things are going.
I&#8217;m liking the SCRUM Process for development and the AGILE emphasis here. I&#8217;m also finding a surprising number of ways to contribute. So far I&#8217;ve been useful in helping with resolving SVN branching conflicts. [...]]]></description>
		<wfw:commentRss>http://jeremy.marzhillstudios.com/index.php/site-news/update-on-work/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Looking for a laptop</title>
		<link>http://jeremy.marzhillstudios.com/index.php/site-news/looking-for-a-laptop/</link>
		<comments>http://jeremy.marzhillstudios.com/index.php/site-news/looking-for-a-laptop/#comments</comments>
		<pubDate>Sat, 24 Mar 2007 02:40:31 +0000</pubDate>
		<dc:creator>zaphar</dc:creator>
		
		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://jeremy.marzhillstudios.com/index.php/site-news/looking-for-a-laptop/</guid>
		<description><![CDATA[I&#8217;m in the market for a laptop. I&#8217;m either going to be buying a refurbished Mac. Or I&#8217;m going to buy a laptop certified for linux. What I want in a laptop if I get a linux one is:
already installed and configured wifi.
Nvidia graphics chipset with dedicated memory
at least a dvd drive dvdrw preferred
at least [...]]]></description>
		<wfw:commentRss>http://jeremy.marzhillstudios.com/index.php/site-news/looking-for-a-laptop/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Would you like a little Moose with that?</title>
		<link>http://jeremy.marzhillstudios.com/index.php/software-development/would-you-like-a-little-moose-with-that/</link>
		<comments>http://jeremy.marzhillstudios.com/index.php/software-development/would-you-like-a-little-moose-with-that/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 20:57:54 +0000</pubDate>
		<dc:creator>zaphar</dc:creator>
		
		<category><![CDATA[API's]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Perl]]></category>

		<category><![CDATA[Site News]]></category>

		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://jeremy.marzhillstudios.com/index.php/software-development/would-you-like-a-little-moose-with-that/</guid>
		<description><![CDATA[I have found a great new tool in CPAN. Moose is an extension of the perl OO system. It implements metaclasses in an intuitive and easy to understand way. Getting started with Moose couldn&#8217;t be easier. Make sure you use v0.18 though because the previous version has a few quirks that get in the way. [...]]]></description>
		<wfw:commentRss>http://jeremy.marzhillstudios.com/index.php/software-development/would-you-like-a-little-moose-with-that/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Blender: It&#8217;s more than a modeller</title>
		<link>http://jeremy.marzhillstudios.com/index.php/site-news/blender-its-more-than-a-modeller/</link>
		<comments>http://jeremy.marzhillstudios.com/index.php/site-news/blender-its-more-than-a-modeller/#comments</comments>
		<pubDate>Tue, 13 Mar 2007 04:00:55 +0000</pubDate>
		<dc:creator>zaphar</dc:creator>
		
		<category><![CDATA[OSS Apps]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://jeremy.marzhillstudios.com/index.php/site-news/blender-its-more-than-a-modeller/</guid>
		<description><![CDATA[Blender is known as the most complete Open Source 3D modeller out there for open source. It also has a reputation for being one of those love it or hate it software packages with a steep learning curve. Blender is more than just a 3d content creation package though. It also happens to be perhaps [...]]]></description>
		<wfw:commentRss>http://jeremy.marzhillstudios.com/index.php/site-news/blender-its-more-than-a-modeller/feed/</wfw:commentRss>
<enclosure url="http://jeremy.marzhillstudios.com/personal/artwork/CompExamples0001_0120.mp4" length="973371" type="video/mp4" />
		</item>
	</channel>
</rss>
