<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for ,</title>
	<atom:link href="http://matthewneale.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://matthewneale.net</link>
	<description></description>
	<lastBuildDate>Fri, 13 Jan 2012 09:32:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Variety by Matt</title>
		<link>http://matthewneale.net/2011/09/21/variety/#comment-61</link>
		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Fri, 13 Jan 2012 09:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://matthewneale.net/?p=492#comment-61</guid>
		<description><![CDATA[I&#039;ve never got around to working with Lisp, just never had the opportunity, but recently I have been getting interested in Clojure, though haven&#039;t found an excuse to use it for anything yet.

I was reminiscing over Sinclair Basic a few weeks ago and was reminded that it didn&#039;t even have an else, just simply:

IF expr THEN cmd

I don&#039;t remember, but I assume this led to a lot of:

IF expr THEN cmd
IF NOT expr THEN cmd

It also didn&#039;t have blocks, so you could either do it all on one line:

IF expr THEN cmd1: cmd2: cmd3

Or use a goto:

If expr THEN GO TO 100

Spaghetti.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve never got around to working with Lisp, just never had the opportunity, but recently I have been getting interested in Clojure, though haven&#8217;t found an excuse to use it for anything yet.</p>
<p>I was reminiscing over Sinclair Basic a few weeks ago and was reminded that it didn&#8217;t even have an else, just simply:</p>
<p>IF expr THEN cmd</p>
<p>I don&#8217;t remember, but I assume this led to a lot of:</p>
<p>IF expr THEN cmd<br />
IF NOT expr THEN cmd</p>
<p>It also didn&#8217;t have blocks, so you could either do it all on one line:</p>
<p>IF expr THEN cmd1: cmd2: cmd3</p>
<p>Or use a goto:</p>
<p>If expr THEN GO TO 100</p>
<p>Spaghetti.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Variety by James Bostock</title>
		<link>http://matthewneale.net/2011/09/21/variety/#comment-60</link>
		<dc:creator><![CDATA[James Bostock]]></dc:creator>
		<pubDate>Wed, 11 Jan 2012 08:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://matthewneale.net/?p=492#comment-60</guid>
		<description><![CDATA[I&#039;ve never seen &quot;eif&quot;. Lisp does away with the keyword altogether:

(if expr expr-if-true expr-if-false)]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve never seen &#8220;eif&#8221;. Lisp does away with the keyword altogether:</p>
<p>(if expr expr-if-true expr-if-false)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Amazon AWS Signatures by Matt</title>
		<link>http://matthewneale.net/2009/10/11/amazon-aws-signatures/#comment-54</link>
		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Sat, 28 May 2011 09:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://matthewneale.net/?p=397#comment-54</guid>
		<description><![CDATA[Thanks for your comment Arun.]]></description>
		<content:encoded><![CDATA[<p>Thanks for your comment Arun.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Amazon AWS Signatures by Arun Jain</title>
		<link>http://matthewneale.net/2009/10/11/amazon-aws-signatures/#comment-53</link>
		<dc:creator><![CDATA[Arun Jain]]></dc:creator>
		<pubDate>Thu, 26 May 2011 09:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://matthewneale.net/?p=397#comment-53</guid>
		<description><![CDATA[Hi Matt,
Awesome tutorial Very well written &amp; step-by-step.
Loved the way you presented this info, I was able to invoke AWS without any hassle.

small addition: for windows, opnessl direct download link is
http://www.slproweb.com/download/Win32OpenSSL_Light-1_0_0d.exe

Thanks a lot again.]]></description>
		<content:encoded><![CDATA[<p>Hi Matt,<br />
Awesome tutorial Very well written &amp; step-by-step.<br />
Loved the way you presented this info, I was able to invoke AWS without any hassle.</p>
<p>small addition: for windows, opnessl direct download link is<br />
<a href="http://www.slproweb.com/download/Win32OpenSSL_Light-1_0_0d.exe" rel="nofollow">http://www.slproweb.com/download/Win32OpenSSL_Light-1_0_0d.exe</a></p>
<p>Thanks a lot again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What would you attempt to do? by Sean</title>
		<link>http://matthewneale.net/2009/10/25/what-would-you-attempt-to-do/#comment-52</link>
		<dc:creator><![CDATA[Sean]]></dc:creator>
		<pubDate>Wed, 19 Jan 2011 14:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://matthewneale.net/?p=446#comment-52</guid>
		<description><![CDATA[I would do nothing.]]></description>
		<content:encoded><![CDATA[<p>I would do nothing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An XA Filesystem by Matt</title>
		<link>http://matthewneale.net/2008/11/27/an-xa-filesystem/#comment-51</link>
		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Sat, 08 Jan 2011 10:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://matthewneale.wordpress.com/?p=35#comment-51</guid>
		<description><![CDATA[@Nitin - Thanks for the comment and thanks for the link to your project. If it had existed two years ago it looks like exactly what I needed :-) I shall remember for the future...]]></description>
		<content:encoded><![CDATA[<p>@Nitin &#8211; Thanks for the comment and thanks for the link to your project. If it had existed two years ago it looks like exactly what I needed <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  I shall remember for the future&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An XA Filesystem by Nitin</title>
		<link>http://matthewneale.net/2008/11/27/an-xa-filesystem/#comment-50</link>
		<dc:creator><![CDATA[Nitin]]></dc:creator>
		<pubDate>Fri, 07 Jan 2011 17:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://matthewneale.wordpress.com/?p=35#comment-50</guid>
		<description><![CDATA[Hi Matthew,
This post was an interesting read on how Apache Commons&#039;s solution can be integrated with your XAResource class. I also note that you have pointed to resource adapter, connection etc.

I had come across this blog many months earlier and since it is quite related to a project I have been working on, I thought I would share with you and others. The project is called XADisk (https://xadisk.dev.java.net/) and is open source for interested folks to look into. Comments/suggestions are always welcome.


Thanks Matthew again for your efforts on this enlightening post...

-Nitin]]></description>
		<content:encoded><![CDATA[<p>Hi Matthew,<br />
This post was an interesting read on how Apache Commons&#8217;s solution can be integrated with your XAResource class. I also note that you have pointed to resource adapter, connection etc.</p>
<p>I had come across this blog many months earlier and since it is quite related to a project I have been working on, I thought I would share with you and others. The project is called XADisk (<a href="https://xadisk.dev.java.net/" rel="nofollow">https://xadisk.dev.java.net/</a>) and is open source for interested folks to look into. Comments/suggestions are always welcome.</p>
<p>Thanks Matthew again for your efforts on this enlightening post&#8230;</p>
<p>-Nitin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Amazon AWS Signatures by Matt</title>
		<link>http://matthewneale.net/2009/10/11/amazon-aws-signatures/#comment-41</link>
		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Thu, 08 Apr 2010 07:10:19 +0000</pubDate>
		<guid isPermaLink="false">http://matthewneale.net/?p=397#comment-41</guid>
		<description><![CDATA[Thanks for your comment. Glad I could be of assistance.]]></description>
		<content:encoded><![CDATA[<p>Thanks for your comment. Glad I could be of assistance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Amazon AWS Signatures by Chris Schroll</title>
		<link>http://matthewneale.net/2009/10/11/amazon-aws-signatures/#comment-40</link>
		<dc:creator><![CDATA[Chris Schroll]]></dc:creator>
		<pubDate>Wed, 07 Apr 2010 21:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://matthewneale.net/?p=397#comment-40</guid>
		<description><![CDATA[Thank you so much.  Just what I was looking for.

At first I wasn&#039;t converting my timestamp to UTC, but after I fixed that, everything worked great.]]></description>
		<content:encoded><![CDATA[<p>Thank you so much.  Just what I was looking for.</p>
<p>At first I wasn&#8217;t converting my timestamp to UTC, but after I fixed that, everything worked great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Product-Naming Mistakes by Matt</title>
		<link>http://matthewneale.net/2009/02/27/product-naming-mistakes/#comment-28</link>
		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Sat, 28 Feb 2009 19:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://matthewneale.wordpress.com/?p=238#comment-28</guid>
		<description><![CDATA[Ha ha ha - excellent!]]></description>
		<content:encoded><![CDATA[<p>Ha ha ha &#8211; excellent!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

