<?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>Wed, 03 Feb 2010 17:10:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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>0</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>
		<item>
		<title>Erlang, Primes, and Sieves Again (Lazy edition)</title>
		<link>http://jamesaimonetti.com/2009/12/17/erlang-and-primes-again/</link>
		<comments>http://jamesaimonetti.com/2009/12/17/erlang-and-primes-again/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 19:07:10 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://jamesaimonetti.com/?p=281</guid>
		<description><![CDATA[I was working on the Project Euler problems, specifically problem 7, and decided to implement a prime number generator based of my previous prime number implementation based off the Melissa O&#8217;Neill paper.
The problem says that, given that the 6th prime number is 13, find the 10,001st prime. Since we don&#8217;t have a known upper bound [...]]]></description>
		<wfw:commentRss>http://jamesaimonetti.com/2009/12/17/erlang-and-primes-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Erlang, Primes, and the Sieve of Eratosthenes</title>
		<link>http://jamesaimonetti.com/2009/12/16/erlang-primes-and-the-sieve-of-eratosthenes/</link>
		<comments>http://jamesaimonetti.com/2009/12/16/erlang-primes-and-the-sieve-of-eratosthenes/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 18:37:54 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://jamesaimonetti.com/?p=273</guid>
		<description><![CDATA[Working through the Project Euler again and using Erlang to do so, there are quite a few problems that deal with primes. It is important, then, to have a library of functions that make generating and validating primes easy. A typical method for generating primes is using the Sieve of Eratosthenes. As discussed in the [...]]]></description>
		<wfw:commentRss>http://jamesaimonetti.com/2009/12/16/erlang-primes-and-the-sieve-of-eratosthenes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Red-black Trees in Erlang</title>
		<link>http://jamesaimonetti.com/2009/12/01/red-black-trees-in-erlang/</link>
		<comments>http://jamesaimonetti.com/2009/12/01/red-black-trees-in-erlang/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 03:44:59 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Geekdom]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://jamesaimonetti.com/?p=264</guid>
		<description><![CDATA[Working through Chris Okasaki&#8217;s &#8220;Purely Functional Data Structures&#8220;, I found that I couldn&#8217;t find an Erlang version of the red-black tree implementation Chris shows on page 28.
The code, also available as a pastie and download (with more comments of mine) .erl and .hrl:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
%% redblack.hrl
-record&#40;node, &#123;color, data, left, right&#125;&#41;.
&#160;
%% redblack.erl
%% Adapted from Okasaki &#34;Purely Functional Data [...]]]></description>
		<wfw:commentRss>http://jamesaimonetti.com/2009/12/01/red-black-trees-in-erlang/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quiero decir español mejor</title>
		<link>http://jamesaimonetti.com/2009/11/03/quiero-decir-espanol-mejor/</link>
		<comments>http://jamesaimonetti.com/2009/11/03/quiero-decir-espanol-mejor/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 16:25:49 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://jamesaimonetti.com/?p=256</guid>
		<description><![CDATA[I want to learn Spanish, and while I wish I could just move somewhere and be immersed, that is not feasible at this juncture. So I am reaching out to the open source world to help me along.
The first step was to get a flashcard-like system that would provide me with a way to test [...]]]></description>
		<wfw:commentRss>http://jamesaimonetti.com/2009/11/03/quiero-decir-espanol-mejor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Symfony/Propel Memory Issues</title>
		<link>http://jamesaimonetti.com/2009/10/06/symfonypropel-memory-issues/</link>
		<comments>http://jamesaimonetti.com/2009/10/06/symfonypropel-memory-issues/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 18:09:18 +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=253</guid>
		<description><![CDATA[I have a bulk import process that needs running nightly. Currently there are around 4,200 &#8220;rows&#8221; to process, which actually can encompass many tables so row is not entirely appropriate. The problem is that the script poops out after ~200 &#8220;rows&#8221; with memory limit errors. While increasing the memory limit is do-able, I am not [...]]]></description>
		<wfw:commentRss>http://jamesaimonetti.com/2009/10/06/symfonypropel-memory-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Letter to Representative Goodlatte Concerning the Commerce Clause</title>
		<link>http://jamesaimonetti.com/2009/09/17/letter-to-representative-goodlatte-concerning-the-commerce-clause/</link>
		<comments>http://jamesaimonetti.com/2009/09/17/letter-to-representative-goodlatte-concerning-the-commerce-clause/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 17:15:44 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Political]]></category>

		<guid isPermaLink="false">http://jamesaimonetti.com/?p=250</guid>
		<description><![CDATA[A letter to Congressman Goodlatte, concerning the invasive way the Commerce Clause is invoked to pry into the private lives of Americans.

Congressman Goodlatte,
I would like to bring to your attention the cases of Wickard v Filburn (http://en.wikipedia.org/wiki/Wickard_v._Filburn ) and Gonzales v Raich (http://en.wikipedia.org/wiki/Gonzales_v._Raich), wherein the Supreme Court found &#8220;that Congress can regulate purely INTRASTATE activity [...]]]></description>
		<wfw:commentRss>http://jamesaimonetti.com/2009/09/17/letter-to-representative-goodlatte-concerning-the-commerce-clause/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
