<?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>Chewing The Cud</title>
	<atom:link href="http://jamesaimonetti.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamesaimonetti.com</link>
	<description>email: &#60;?php base64_decode('amFtZXMuYWltb25ldHRpQGdtYWlsLmNvbQ=='); ?&#62;</description>
	<lastBuildDate>Tue, 27 Apr 2010 14:33:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Erlang and Webmachine</title>
		<link>http://jamesaimonetti.com/2010/04/23/erlang-and-webmachine/</link>
		<comments>http://jamesaimonetti.com/2010/04/23/erlang-and-webmachine/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 14:54:48 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://jamesaimonetti.com/?p=335</guid>
		<description><![CDATA[I&#8217;m currently working on a small startup project, for one to meet a need of some acquaintances, but more importantly to learn me some Erlang with regards to the web. While I&#8217;m further along than I actually expected to be, I thought I&#8217;d begin documenting the steps I&#8217;ve taken towards building this app. The current [...]]]></description>
		<wfw:commentRss>http://jamesaimonetti.com/2010/04/23/erlang-and-webmachine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Erlang, Euler, Primes, and gen_server</title>
		<link>http://jamesaimonetti.com/2010/03/26/erlang-euler-primes-and-gen_server/</link>
		<comments>http://jamesaimonetti.com/2010/03/26/erlang-euler-primes-and-gen_server/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 15:33:33 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://jamesaimonetti.com/?p=329</guid>
		<description><![CDATA[I have been working on Project Euler problems for a while now and many of them have centered around prime numbers. I&#8217;ve referenced my work with the sieve in other posts but found with a particular problem that some of my functions could benefit from some state being saved (namely the sieve being saved and [...]]]></description>
		<wfw:commentRss>http://jamesaimonetti.com/2010/03/26/erlang-euler-primes-and-gen_server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Purely Functional Data Structures and Me</title>
		<link>http://jamesaimonetti.com/2010/03/23/purely-functional-data-structures-and-me/</link>
		<comments>http://jamesaimonetti.com/2010/03/23/purely-functional-data-structures-and-me/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 16:24:20 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://jamesaimonetti.com/?p=326</guid>
		<description><![CDATA[Quick post to say that I&#8217;ve put my dabblings into Chris Okasaki&#8217;s Purely Functional Data Structures book up as a github repo. I am picking and choosing what exercises and examples to code, with the goal being to slowly cover the whole book. Some concessions are made to fit the ideas into Erlang (like recursively [...]]]></description>
		<wfw:commentRss>http://jamesaimonetti.com/2010/03/23/purely-functional-data-structures-and-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem Solved</title>
		<link>http://jamesaimonetti.com/2010/02/22/problem-solved/</link>
		<comments>http://jamesaimonetti.com/2010/02/22/problem-solved/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 19:28:50 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Geekdom]]></category>

		<guid isPermaLink="false">http://jamesaimonetti.com/?p=322</guid>
		<description><![CDATA[In the comments section of a recent Atwood post, commentor Paul Jungwirth (search for the name as I can&#8217;t find comment permalinks) posted about a problem from a perl mailing list that he would give potential hires. This post is not about the blog post but about the problem from the comments section. The Problem [...]]]></description>
		<wfw:commentRss>http://jamesaimonetti.com/2010/02/22/problem-solved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP, cURL, and POST</title>
		<link>http://jamesaimonetti.com/2010/02/12/php-curl-and-post/</link>
		<comments>http://jamesaimonetti.com/2010/02/12/php-curl-and-post/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 20:44:20 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://jamesaimonetti.com/?p=320</guid>
		<description><![CDATA[While working on a script today that had been working, I couldn&#8217;t for the life of me figure out why it was failing. It uses the PHP curl_* functions to make various requests and processes the results. Turns out when you send a POST body with the CURLOPT_POSTFIELDS and a value field begins with an [...]]]></description>
		<wfw:commentRss>http://jamesaimonetti.com/2010/02/12/php-curl-and-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Files To Subversion</title>
		<link>http://jamesaimonetti.com/2010/02/10/adding-files-to-subversion/</link>
		<comments>http://jamesaimonetti.com/2010/02/10/adding-files-to-subversion/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 20:20:00 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://jamesaimonetti.com/?p=315</guid>
		<description><![CDATA[Working with symfony, especially when adding to the schema and generating the model, form, and filter classes, it becomes tedious to add each of the new files to your subversion repository. Here&#8217;s a succinct line to add all un-versioned files to your repo: #!/bin/sh &#160; svn add `svn st &#124; grep ? &#124; head &#124; [...]]]></description>
		<wfw:commentRss>http://jamesaimonetti.com/2010/02/10/adding-files-to-subversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Erlang+Emacs</title>
		<link>http://jamesaimonetti.com/2010/02/03/more-erlangemacs/</link>
		<comments>http://jamesaimonetti.com/2010/02/03/more-erlangemacs/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 17:10:03 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://jamesaimonetti.com/?p=308</guid>
		<description><![CDATA[I have found that Distel&#8217;s built-in shell launcher wasn&#8217;t cutting mustard as I needed to start shells with various flags and didn&#8217;t see an easy way to accomplish this using what Distel provided. Digging around the Erlang mailing list, I found an elisp function that allowed me to pass flags to the shell. Place this [...]]]></description>
		<wfw:commentRss>http://jamesaimonetti.com/2010/02/03/more-erlangemacs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Connect to remote erlang shell while inside emacs</title>
		<link>http://jamesaimonetti.com/2010/01/07/connect-to-remote-erlang-shell-while-inside-emacs/</link>
		<comments>http://jamesaimonetti.com/2010/01/07/connect-to-remote-erlang-shell-while-inside-emacs/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 19:41:18 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://jamesaimonetti.com/?p=260</guid>
		<description><![CDATA[While developing my top secret project, I have been getting into the fun stuff in Erlang and Emacs. Connecting to a running instance of my app from a remote shell wasn&#8217;t straightforward to me at first, so below is my documented way of connecting, as well as dropping into the Erlang JCL from within an [...]]]></description>
		<wfw:commentRss>http://jamesaimonetti.com/2010/01/07/connect-to-remote-erlang-shell-while-inside-emacs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP&#8217;s json_last_error</title>
		<link>http://jamesaimonetti.com/2009/12/28/phps-json_last_error/</link>
		<comments>http://jamesaimonetti.com/2009/12/28/phps-json_last_error/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 18:46:28 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://jamesaimonetti.com/2009/12/28/phps-json_last_error/</guid>
		<description><![CDATA[A quick note that I hope Google picks up concerning php&#8217;s json_last_error function. I was trying to debug a json string I was decoding with json_decode, but was getting NULL. When I tried to use the json_last_error(), a fatal undefined function error was returned. The reason: json_last_error doesn&#8217;t exist in php versions < 5.3. Ah, [...]]]></description>
		<wfw:commentRss>http://jamesaimonetti.com/2009/12/28/phps-json_last_error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Posting from Emacs</title>
		<link>http://jamesaimonetti.com/2009/12/24/posting-from-emacs/</link>
		<comments>http://jamesaimonetti.com/2009/12/24/posting-from-emacs/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 07:37:11 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://jamesaimonetti.com/2009/12/25/posting-from-emacs/</guid>
		<description><![CDATA[I am posting this short message from emacs using the weblogger.el package. Cool!]]></description>
		<wfw:commentRss>http://jamesaimonetti.com/2009/12/24/posting-from-emacs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
