<?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/"
		>
<channel>
	<title>Comments for Randomness from RES</title>
	<atom:link href="http://www.robertswarthout.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robertswarthout.com</link>
	<description>Things that I run across that might be useful to others...</description>
	<lastBuildDate>Wed, 28 Dec 2011 12:09:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Tracking EC2 instance internal IPs in a central location &#8230; SimpleDB by Alan Jay</title>
		<link>http://www.robertswarthout.com/2011/07/tracking-ec2-instance-internal-ips-in-a-central-location-simpledb/comment-page-1/#comment-4385</link>
		<dc:creator>Alan Jay</dc:creator>
		<pubDate>Wed, 28 Dec 2011 12:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertswarthout.com/?p=139#comment-4385</guid>
		<description>Very interesting idea.  Thanks.

Being someone who loves to find these ideas but then looks at the code elements and realises that for someone who is a bit of a novice that example needs a bit more work to actually run it on a server.

As someone who just thought SimpleDB would be a good way to do this but knows nothing about how its frustrating to get 90% of the answer but thanks (really) now to just work out the bits that I should probably already know.

Regards
Alan</description>
		<content:encoded><![CDATA[<p>Very interesting idea.  Thanks.</p>
<p>Being someone who loves to find these ideas but then looks at the code elements and realises that for someone who is a bit of a novice that example needs a bit more work to actually run it on a server.</p>
<p>As someone who just thought SimpleDB would be a good way to do this but knows nothing about how its frustrating to get 90% of the answer but thanks (really) now to just work out the bits that I should probably already know.</p>
<p>Regards<br />
Alan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Amazon S3 Upload Speeds by Robert Swarthout</title>
		<link>http://www.robertswarthout.com/2010/10/amazon-s3-upload-speeds/comment-page-1/#comment-4158</link>
		<dc:creator>Robert Swarthout</dc:creator>
		<pubDate>Thu, 07 Jul 2011 01:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertswarthout.com/?p=120#comment-4158</guid>
		<description>Nelson,

You can see an example that Amazon has about POSTing directly you a bucket here. http://s3.amazonaws.com/doc/s3-example-code/post/post_sample.html

Robert</description>
		<content:encoded><![CDATA[<p>Nelson,</p>
<p>You can see an example that Amazon has about POSTing directly you a bucket here. <a href="http://s3.amazonaws.com/doc/s3-example-code/post/post_sample.html" rel="nofollow">http://s3.amazonaws.com/doc/s3-example-code/post/post_sample.html</a></p>
<p>Robert</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Amazon S3 Upload Speeds by Nelson</title>
		<link>http://www.robertswarthout.com/2010/10/amazon-s3-upload-speeds/comment-page-1/#comment-4142</link>
		<dc:creator>Nelson</dc:creator>
		<pubDate>Sat, 02 Jul 2011 04:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertswarthout.com/?p=120#comment-4142</guid>
		<description>Hi Robert,
Thanks for the great speed test data!
Love ShootProof superb site and excellent idea.
What scripting language did you use to code? (if you don&#039;t mind me asking) 
I&#039;m working on a project that requires uploading json files to S3 is there a way to do this directly from the client/browser without having to post through my EC2 instance?
Thanks 
:-)</description>
		<content:encoded><![CDATA[<p>Hi Robert,<br />
Thanks for the great speed test data!<br />
Love ShootProof superb site and excellent idea.<br />
What scripting language did you use to code? (if you don&#8217;t mind me asking)<br />
I&#8217;m working on a project that requires uploading json files to S3 is there a way to do this directly from the client/browser without having to post through my EC2 instance?<br />
Thanks<br />
:-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Benchmarking of MySQL Persistent Connections vs Non-Persistent Connections by MySQL Persistant Connection - dBforums</title>
		<link>http://www.robertswarthout.com/2008/08/benchmarking-of-mysql-persistent-connections-vs-non-persistent-connections/comment-page-1/#comment-3762</link>
		<dc:creator>MySQL Persistant Connection - dBforums</dc:creator>
		<pubDate>Mon, 14 Feb 2011 15:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertswarthout.com/?p=28#comment-3762</guid>
		<description>[...] website which analyzed the performance gains of using persistent versus non-persistent connections Benchmarking of MySQL Persistent Connections vs Non-Persistent Connections &#124; Randomness from RES and the conclusion is that the performance gain is negligible. If I have time I will try and [...]</description>
		<content:encoded><![CDATA[<p>[...] website which analyzed the performance gains of using persistent versus non-persistent connections Benchmarking of MySQL Persistent Connections vs Non-Persistent Connections | Randomness from RES and the conclusion is that the performance gain is negligible. If I have time I will try and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Amazon S3 Upload Speeds by Kevin</title>
		<link>http://www.robertswarthout.com/2010/10/amazon-s3-upload-speeds/comment-page-1/#comment-3535</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 26 Nov 2010 07:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertswarthout.com/?p=120#comment-3535</guid>
		<description>Hi Robert. In your tests were you still able to use the XMLHttpRequest to transfer directly to S3? Cheers.</description>
		<content:encoded><![CDATA[<p>Hi Robert. In your tests were you still able to use the XMLHttpRequest to transfer directly to S3? Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Optimizing your AT&amp;T A-List entries&#8230; by Daniel</title>
		<link>http://www.robertswarthout.com/2009/11/optimizing-your-att-a-list-entries/comment-page-1/#comment-3144</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Mon, 12 Jul 2010 14:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertswarthout.com/?p=114#comment-3144</guid>
		<description>Your script worked wonderfully.  I have five lines on my account with no idea who calls whom the most.  Thanks for sharing.  This saved me about half of my monthly minutes.

Small critique:  it took me a few minutes to realize my browser was saving the bill into an &quot;HTML complete&quot; format which doesn&#039;t work with your script.  You might add this to your instructions.

Thanks again!</description>
		<content:encoded><![CDATA[<p>Your script worked wonderfully.  I have five lines on my account with no idea who calls whom the most.  Thanks for sharing.  This saved me about half of my monthly minutes.</p>
<p>Small critique:  it took me a few minutes to realize my browser was saving the bill into an &#8220;HTML complete&#8221; format which doesn&#8217;t work with your script.  You might add this to your instructions.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP frontend to Subversion (SVN) by Kevin Korb</title>
		<link>http://www.robertswarthout.com/2007/01/php-frontend-to-subversion-svn/comment-page-1/#comment-3084</link>
		<dc:creator>Kevin Korb</dc:creator>
		<pubDate>Wed, 17 Mar 2010 20:18:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertswarthout.com/?p=13#comment-3084</guid>
		<description>Thanks for the &#039;2&gt;&amp;1&#039; hint.  Everything ran and gave me nothing back, couldn&#039;t figure it out. This is a lifesaver.  Thank you very much!</description>
		<content:encoded><![CDATA[<p>Thanks for the &#8217;2&gt;&amp;1&#8242; hint.  Everything ran and gave me nothing back, couldn&#8217;t figure it out. This is a lifesaver.  Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP frontend to Subversion (SVN) by Garrett Marone</title>
		<link>http://www.robertswarthout.com/2007/01/php-frontend-to-subversion-svn/comment-page-1/#comment-3034</link>
		<dc:creator>Garrett Marone</dc:creator>
		<pubDate>Fri, 29 Jan 2010 18:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertswarthout.com/?p=13#comment-3034</guid>
		<description>Hi, I realize this project of yours is very old, but I must say, Im searching for a php frontend for remote working copies, and it just doesnt exist out there and will do what I need.  You mentioned that you were going to release this code, have you? As I havent seen it posted anywhere, and if you havent, would you consider doing so even though it&#039;s quite bit later?

Thanks

-Garrett Marone</description>
		<content:encoded><![CDATA[<p>Hi, I realize this project of yours is very old, but I must say, Im searching for a php frontend for remote working copies, and it just doesnt exist out there and will do what I need.  You mentioned that you were going to release this code, have you? As I havent seen it posted anywhere, and if you havent, would you consider doing so even though it&#8217;s quite bit later?</p>
<p>Thanks</p>
<p>-Garrett Marone</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP frontend to Subversion (SVN) by timbiker</title>
		<link>http://www.robertswarthout.com/2007/01/php-frontend-to-subversion-svn/comment-page-1/#comment-2996</link>
		<dc:creator>timbiker</dc:creator>
		<pubDate>Wed, 04 Nov 2009 15:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertswarthout.com/?p=13#comment-2996</guid>
		<description>Hi, 
I am very interested in these script, Are they released, where could I download them ?

Thanks
timothe</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am very interested in these script, Are they released, where could I download them ?</p>
<p>Thanks<br />
timothe</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 64bit Install of PHP 5.2.0 &amp; MySQL 5.0.18, Awh!!! by RR</title>
		<link>http://www.robertswarthout.com/2007/01/64bit-install-of-php-520-mysql-5018-awh/comment-page-1/#comment-2994</link>
		<dc:creator>RR</dc:creator>
		<pubDate>Thu, 22 Oct 2009 06:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertswarthout.com/?p=4#comment-2994</guid>
		<description>With php 5.3.0, MySQL 5.0.45, CentOS 5.3 64-bit libjpeg.so was not found when using –with-libdir=/usr/lib64 despite being available in /usr/lib and in /usr/lib64. Config.log showed that the configure tried to add an extra /usr to the libdir parameter. Using the parameter --with-libdir=lib64 solved the issue.</description>
		<content:encoded><![CDATA[<p>With php 5.3.0, MySQL 5.0.45, CentOS 5.3 64-bit libjpeg.so was not found when using –with-libdir=/usr/lib64 despite being available in /usr/lib and in /usr/lib64. Config.log showed that the configure tried to add an extra /usr to the libdir parameter. Using the parameter &#8211;with-libdir=lib64 solved the issue.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

