<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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" version="2.0">
<channel>
	<title>Comments for post past :: james murty</title>
	
	<link>http://www.jamesmurty.com</link>
	<description>Contemplating the brave new present</description>
	<pubDate>Mon, 15 Dec 2008 12:07:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/postpast-comments" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="postpast-comments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on AWS Cloud Architecture: White paper with best practices by iewux</title>
		<link>http://www.jamesmurty.com/2008/07/20/aws-cloud-architecture-whitepaper/#comment-7104</link>
		<dc:creator>iewux</dc:creator>
		<pubDate>Mon, 15 Dec 2008 09:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesmurty.com/?p=46#comment-7104</guid>
		<description>This is a very good piece of material. Thanks a lot for your sharing:)</description>
		<content:encoded><![CDATA[<p>This is a very good piece of material. Thanks a lot for your sharing:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SimpleDB: Finally Supports Sorting by James Murty</title>
		<link>http://www.jamesmurty.com/2008/07/30/simpledb-sorting/#comment-7048</link>
		<dc:creator>James Murty</dc:creator>
		<pubDate>Sun, 07 Dec 2008 21:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesmurty.com/?p=53#comment-7048</guid>
		<description>Hi Robert,
You are correct: in order to sort on an attribute you must first use that attribute in a query condition (aka predicate). It is unfortunate that the SimpleDB error message isn't more descriptive if you forget to do this.</description>
		<content:encoded><![CDATA[<p>Hi Robert,<br />
You are correct: in order to sort on an attribute you must first use that attribute in a query condition (aka predicate). It is unfortunate that the SimpleDB error message isn&#8217;t more descriptive if you forget to do this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SimpleDB: Finally Supports Sorting by Robert Dempsey</title>
		<link>http://www.jamesmurty.com/2008/07/30/simpledb-sorting/#comment-7046</link>
		<dc:creator>Robert Dempsey</dc:creator>
		<pubDate>Sun, 07 Dec 2008 19:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesmurty.com/?p=53#comment-7046</guid>
		<description>Hello again James,

It appears that in order to sort on an attribute you have to have that attribute in the query string, as you have in your example.</description>
		<content:encoded><![CDATA[<p>Hello again James,</p>
<p>It appears that in order to sort on an attribute you have to have that attribute in the query string, as you have in your example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SimpleDB: Finally Supports Sorting by Robert Dempsey</title>
		<link>http://www.jamesmurty.com/2008/07/30/simpledb-sorting/#comment-7045</link>
		<dc:creator>Robert Dempsey</dc:creator>
		<pubDate>Sun, 07 Dec 2008 19:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesmurty.com/?p=53#comment-7045</guid>
		<description>Hi James,

Thanks for this post. I'm trying to use the sort feature and get the following error: "The specified query expression syntax is not valid." Here's the query I'm sending: ['tags' = 'shirt'] sort 'category' desc. I appreciate any help you can provide. Thanks.</description>
		<content:encoded><![CDATA[<p>Hi James,</p>
<p>Thanks for this post. I&#8217;m trying to use the sort feature and get the following error: &#8220;The specified query expression syntax is not valid.&#8221; Here&#8217;s the query I&#8217;m sending: ['tags' = 'shirt'] sort &#8216;category&#8217; desc. I appreciate any help you can provide. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSH Tip: Redirect External Internet Traffic to a Dev Machine by James Murty</title>
		<link>http://www.jamesmurty.com/2008/07/20/ssh-external-redirect/#comment-6980</link>
		<dc:creator>James Murty</dc:creator>
		<pubDate>Sun, 30 Nov 2008 09:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesmurty.com/?p=47#comment-6980</guid>
		<description>I'm glad it works for you Fabricio.

Enabling the GatewayPorts option is definitely the best way to do this, provided you have enough admin privileges on the public machine to edit /etc/ssh/sshd_config. 

Thanks for summarising the steps and the location of the config file.</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad it works for you Fabricio.</p>
<p>Enabling the GatewayPorts option is definitely the best way to do this, provided you have enough admin privileges on the public machine to edit /etc/ssh/sshd_config. </p>
<p>Thanks for summarising the steps and the location of the config file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSH Tip: Redirect External Internet Traffic to a Dev Machine by Fabricio</title>
		<link>http://www.jamesmurty.com/2008/07/20/ssh-external-redirect/#comment-6979</link>
		<dc:creator>Fabricio</dc:creator>
		<pubDate>Sun, 30 Nov 2008 09:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesmurty.com/?p=47#comment-6979</guid>
		<description>Thanks for your help, I found the solution making the change in:
/etc/ssh/sshd_config
with
GatewayPorts yes

Restarting the sshd service

And connecting again:
ssh -Rxxxx:127.0.0.1:80 user@domain.com
I can see my local pc
http://domain.com:xxxx
:)</description>
		<content:encoded><![CDATA[<p>Thanks for your help, I found the solution making the change in:<br />
/etc/ssh/sshd_config<br />
with<br />
GatewayPorts yes</p>
<p>Restarting the sshd service</p>
<p>And connecting again:<br />
ssh -Rxxxx:127.0.0.1:80 <a href="mailto:user@domain.com">user@domain.com</a><br />
I can see my local pc<br />
<a href="http://domain.com:xxxx" rel="nofollow">http://domain.com:xxxx</a><br />
 <img src='http://www.jamesmurty.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CloudFront: A CDN for Amazon’s Simple Storage Service by James Murty</title>
		<link>http://www.jamesmurty.com/2008/11/19/cloudfront-a-cdn-for-s3/#comment-6912</link>
		<dc:creator>James Murty</dc:creator>
		<pubDate>Thu, 20 Nov 2008 22:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesmurty.com/?p=94#comment-6912</guid>
		<description>You specify the CloudFront cache settings using the standard Cache-Control, Pragma, and Expires header directives. As well as being used by the service to determine how long objects will be cached at the edge locations, these same headers are also passed on to users' browsers. 

There is an interesting forum discussion around browser versus service caching strategies here: http://developer.amazonwebservices.com/connect/thread.jspa?threadID=26468&amp;tstart=0</description>
		<content:encoded><![CDATA[<p>You specify the CloudFront cache settings using the standard Cache-Control, Pragma, and Expires header directives. As well as being used by the service to determine how long objects will be cached at the edge locations, these same headers are also passed on to users&#8217; browsers. </p>
<p>There is an interesting forum discussion around browser versus service caching strategies here: <a href="http://developer.amazonwebservices.com/connect/thread.jspa?threadID=26468&#038;tstart=0" rel="nofollow">http://developer.amazonwebservices.com/connect/thread.jspa?threadID=26468&#038;tstart=0</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CloudFront: A CDN for Amazon’s Simple Storage Service by Ben</title>
		<link>http://www.jamesmurty.com/2008/11/19/cloudfront-a-cdn-for-s3/#comment-6907</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 20 Nov 2008 17:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesmurty.com/?p=94#comment-6907</guid>
		<description>Do you know if you can set MaxAge on an object in S3 so that when delivered through CloudFront these header settings are retained and an object would get cached in the users browser?</description>
		<content:encoded><![CDATA[<p>Do you know if you can set MaxAge on an object in S3 so that when delivered through CloudFront these header settings are retained and an object would get cached in the users browser?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CloudFront: A CDN for Amazon’s Simple Storage Service by mercurycomplex.com - Amazon CloudFront</title>
		<link>http://www.jamesmurty.com/2008/11/19/cloudfront-a-cdn-for-s3/#comment-6894</link>
		<dc:creator>mercurycomplex.com - Amazon CloudFront</dc:creator>
		<pubDate>Wed, 19 Nov 2008 07:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesmurty.com/?p=94#comment-6894</guid>
		<description>[...] CloudFront is a content delivery service that works closely with S3 to make public objects in your a... [...]</description>
		<content:encoded><![CDATA[<p>[...] CloudFront is a content delivery service that works closely with S3 to make public objects in your a&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on EC2: Out of beta, adds an SLA and Windows! by Prosumer News</title>
		<link>http://www.jamesmurty.com/2008/10/24/ec2-out-of-beta-adds-an-sla-and-windows/#comment-6682</link>
		<dc:creator>Prosumer News</dc:creator>
		<pubDate>Thu, 30 Oct 2008 03:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesmurty.com/?p=88#comment-6682</guid>
		<description>&lt;strong&gt;Amazon Web Services Blog: Big Day for Amazon EC2: Production, SLA, Windows, and 4 New Capabilities...&lt;/strong&gt;

TODO: checkout "Elasticfox"

Amazon Web Services Blog: Big Day for Amazon EC2: Production, SLA, Windows, and 4 New Capabilities 


  Production - After a two year beta period, Amazon EC2 is now ready for production. During the beta we heard a...</description>
		<content:encoded><![CDATA[<p><strong>Amazon Web Services Blog: Big Day for Amazon EC2: Production, SLA, Windows, and 4 New Capabilities&#8230;</strong></p>
<p>TODO: checkout &quot;Elasticfox&quot;</p>
<p>Amazon Web Services Blog: Big Day for Amazon EC2: Production, SLA, Windows, and 4 New Capabilities </p>
<p>  Production - After a two year beta period, Amazon EC2 is now ready for production. During the beta we heard a&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
