<?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 iandouglas.com</title>
	<atom:link href="http://iandouglas.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://iandouglas.com</link>
	<description>senior web architect</description>
	<lastBuildDate>Tue, 20 Sep 2011 04:45:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Dare to Compare: Cloud Hosting vs Dedicated Hosting by Nisha</title>
		<link>http://iandouglas.com/2011/04/25/dare-to-compare-cloud-hosting-vs-dedicated-hosting/comment-page-1/#comment-86</link>
		<dc:creator>Nisha</dc:creator>
		<pubDate>Tue, 20 Sep 2011 04:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://twitter.com/iandouglas736/statuses/62678975524249600#comment-86</guid>
		<description>Amazon Route53 is awesome service. Here I would like to introduce our new application, DNS30 Professional Edition, which provide User Interface to route53 services.
We also have online interface for this service.
http://www.dns30.com/</description>
		<content:encoded><![CDATA[<p>Amazon Route53 is awesome service. Here I would like to introduce our new application, DNS30 Professional Edition, which provide User Interface to route53 services.<br />
We also have online interface for this service.<br />
<a href="http://www.dns30.com/" rel="nofollow">http://www.dns30.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Search and Replace in Bash script by Search and Replace in Bash script – iandouglas.com &#124; Linux Blog</title>
		<link>http://iandouglas.com/2011/07/28/search-and-replace-in-bash-script/comment-page-1/#comment-85</link>
		<dc:creator>Search and Replace in Bash script – iandouglas.com &#124; Linux Blog</dc:creator>
		<pubDate>Tue, 16 Aug 2011 21:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://iandouglas.com/?p=2697#comment-85</guid>
		<description>[...] is the original post: Search and Replace in Bash script – iandouglas.com   This entry was posted in Uncategorized and tagged alternatives, colleague-ask, [...]</description>
		<content:encoded><![CDATA[<p>[...] is the original post: Search and Replace in Bash script – iandouglas.com   This entry was posted in Uncategorized and tagged alternatives, colleague-ask, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Search and Replace in Bash script by lowlevelmanager.com/</title>
		<link>http://iandouglas.com/2011/07/28/search-and-replace-in-bash-script/comment-page-1/#comment-82</link>
		<dc:creator>lowlevelmanager.com/</dc:creator>
		<pubDate>Mon, 08 Aug 2011 02:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://iandouglas.com/?p=2697#comment-82</guid>
		<description>&lt;span&gt;your awk could be replaced with perl -p:
	&lt;code&gt;&lt;span style=&quot;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-style: initial;border-color: initial;font-size: 12px;vertical-align: baseline;background-color: transparent;font-family: &#039;courier new&#039;, courier, monospace&quot;&gt;&#160; VAR2= ` echo $VAR1 &#124; perl -pe &#039;s/foo/bar/g&#039; `&lt;/span&gt;&lt;/code&gt;&lt;/span&gt;

	I prefer the readability of $( ) over &#8220; for shell escaping. &#160;(Plus,&#160;&lt;a href=&quot;http://iandouglas.com/2011/07/28/search-and-replace-in-bash-script/comment-page-1/#&quot; rel=&quot;nofollow&quot;&gt;&lt;font color=&quot;#009600&quot;&gt;&lt;span&gt;I&#160;&lt;/span&gt;&lt;span&gt;use&lt;/span&gt;&lt;/font&gt;&lt;/a&gt;&#160;back-tick as my screen key, &#160;as you know)
	&lt;code&gt;&lt;span style=&quot;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-style: initial;border-color: initial;font-size: 12px;vertical-align: baseline;background-color: transparent;font-family: &#039;courier new&#039;, courier, monospace&quot;&gt;&#160; VAR2=$( echo $VAR1 &#124; perl -pe &#039;s/foo/bar/g&#039; )&lt;/span&gt;&lt;/code&gt;
	&#160;
&lt;span&gt;Or hey, you could be using zsh for the shell script:
	&lt;code&gt;&lt;span style=&quot;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-style: initial;border-color: initial;font-size: 12px;vertical-align: baseline;background-color: transparent;font-family: &#039;courier new&#039;, courier, monospace&quot;&gt;&#160; #!/usr/bin/zsh&lt;/span&gt;&lt;/code&gt;
	&lt;code&gt;&lt;span style=&quot;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-style: initial;border-color: initial;font-size: 12px;vertical-align: baseline;background-color: transparent;font-family: &#039;courier new&#039;, courier, monospace&quot;&gt;&#160; VAR1=&quot;FOO&quot;&lt;/span&gt;&lt;/code&gt;
	&lt;code&gt;&lt;span style=&quot;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-style: initial;border-color: initial;font-size: 12px;vertical-align: baseline;background-color: transparent;font-family: &#039;courier new&#039;, courier, monospace&quot;&gt;&#160; VAR2=${VAR1:s/FOO/BAR}&lt;/span&gt;&lt;/code&gt;
	&lt;code&gt;&lt;span style=&quot;margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-style: initial;border-color: initial;font-size: 12px;vertical-align: baseline;background-color: transparent;font-family: &#039;courier new&#039;, courier, monospace&quot;&gt;&#160; echo &quot;1:$VAR1, 2:$VAR2&quot;&lt;/span&gt;&lt;/code&gt;
	&lt;/span&gt;
	&#8211;andrew
	ps. Thanks for making me look up the zsh syntax for this particular &#160;&quot;parameter expansion&quot;</description>
		<content:encoded><![CDATA[<p><span>your awk could be replaced with perl -p:<br />
	<code><span style="margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-style: initial;border-color: initial;font-size: 12px;vertical-align: baseline;background-color: transparent;font-family: 'courier new', courier, monospace">&nbsp; VAR2= ` echo $VAR1 | perl -pe &#039;s/foo/bar/g&#039; `</span></code></span></p>
<p>	I prefer the readability of $( ) over &ldquo; for shell escaping. &nbsp;(Plus,&nbsp;<a href="http://iandouglas.com/2011/07/28/search-and-replace-in-bash-script/comment-page-1/#" rel="nofollow"><font color="#009600"><span>I&nbsp;</span><span>use</span></font></a>&nbsp;back-tick as my screen key, &nbsp;as you know)<br />
	<code><span style="margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-style: initial;border-color: initial;font-size: 12px;vertical-align: baseline;background-color: transparent;font-family: 'courier new', courier, monospace">&nbsp; VAR2=$( echo $VAR1 | perl -pe &#039;s/foo/bar/g&#039; )</span></code><br />
	&nbsp;<br />
<span>Or hey, you could be using zsh for the shell script:<br />
	<code><span style="margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-style: initial;border-color: initial;font-size: 12px;vertical-align: baseline;background-color: transparent;font-family: 'courier new', courier, monospace">&nbsp; #!/usr/bin/zsh</span></code><br />
	<code><span style="margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-style: initial;border-color: initial;font-size: 12px;vertical-align: baseline;background-color: transparent;font-family: 'courier new', courier, monospace">&nbsp; VAR1=&quot;FOO&quot;</span></code><br />
	<code><span style="margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-style: initial;border-color: initial;font-size: 12px;vertical-align: baseline;background-color: transparent;font-family: 'courier new', courier, monospace">&nbsp; VAR2=${VAR1:s/FOO/BAR}</span></code><br />
	<code><span style="margin-top: 0px;margin-right: 0px;margin-bottom: 0px;margin-left: 0px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;border-style: initial;border-color: initial;font-size: 12px;vertical-align: baseline;background-color: transparent;font-family: 'courier new', courier, monospace">&nbsp; echo &quot;1:$VAR1, 2:$VAR2&quot;</span></code><br />
	</span><br />
	&ndash;andrew<br />
	ps. Thanks for making me look up the zsh syntax for this particular &nbsp;&quot;parameter expansion&quot;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Search and Replace in Bash script by lowlevelmanager.com/</title>
		<link>http://iandouglas.com/2011/07/28/search-and-replace-in-bash-script/comment-page-1/#comment-81</link>
		<dc:creator>lowlevelmanager.com/</dc:creator>
		<pubDate>Mon, 08 Aug 2011 02:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://iandouglas.com/?p=2697#comment-81</guid>
		<description>your awk could be replaced with perl -p:
&lt;code&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;&#160; VAR2= ` echo $VAR1 &#124; perl -pe &#039;s/foo/bar/g&#039; `&lt;/span&gt;&lt;/code&gt;
I prefer the readability of $( ) over `` for shell escaping. &#160;(Plus, I use back-tick as my screen key, &#160;as you know)
&lt;code&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;&#160; VAR2=$( echo $VAR1 &#124; perl -pe &#039;s/foo/bar/g&#039; )&lt;/span&gt;&lt;/code&gt;
Or hey, you could be using zsh for the shell script:
&lt;code&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;&#160; #!/usr/bin/zwsh&lt;/span&gt;
	&lt;/code&gt;
&lt;code&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;&#160; VAR1=&quot;FOO&quot;&lt;/span&gt;
	&lt;/code&gt;
&lt;code&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;&#160; VAR2=${VAR1:s/FOO/BAR}&lt;/span&gt;&lt;/code&gt;
&lt;code&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;&#160; echo &quot;1:$VAR1, 2:$VAR2&quot;&lt;/span&gt;&lt;/code&gt;
&lt;code&gt;&lt;span style=&quot;font-family:courier new,courier,monospace&quot;&gt;
	&lt;/span&gt;&lt;/code&gt;
--andrew
ps. Thanks for making me look up the zsh syntax for this particular &#160;&quot;parameter expansion&quot;</description>
		<content:encoded><![CDATA[<p>your awk could be replaced with perl -p:<br />
<code><span style="font-family:courier new,courier,monospace">&nbsp; VAR2= ` echo $VAR1 | perl -pe &#039;s/foo/bar/g&#039; `</span></code><br />
I prefer the readability of $( ) over &#8220; for shell escaping. &nbsp;(Plus, I use back-tick as my screen key, &nbsp;as you know)<br />
<code><span style="font-family:courier new,courier,monospace">&nbsp; VAR2=$( echo $VAR1 | perl -pe &#039;s/foo/bar/g&#039; )</span></code><br />
Or hey, you could be using zsh for the shell script:<br />
<code><span style="font-family:courier new,courier,monospace">&nbsp; #!/usr/bin/zwsh</span><br />
	</code><br />
<code><span style="font-family:courier new,courier,monospace">&nbsp; VAR1=&quot;FOO&quot;</span><br />
	</code><br />
<code><span style="font-family:courier new,courier,monospace">&nbsp; VAR2=${VAR1:s/FOO/BAR}</span></code><br />
<code><span style="font-family:courier new,courier,monospace">&nbsp; echo &quot;1:$VAR1, 2:$VAR2&quot;</span></code><br />
<code><span style="font-family:courier new,courier,monospace"><br />
	</span></code><br />
&#8211;andrew<br />
ps. Thanks for making me look up the zsh syntax for this particular &nbsp;&quot;parameter expansion&quot;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dare to Compare: Cloud Hosting vs Dedicated Hosting by Dare to Compare: Cloud Hosting vs Dedicated Hosting &#183; Lunarpage Review</title>
		<link>http://iandouglas.com/2011/04/25/dare-to-compare-cloud-hosting-vs-dedicated-hosting/comment-page-1/#comment-74</link>
		<dc:creator>Dare to Compare: Cloud Hosting vs Dedicated Hosting &#183; Lunarpage Review</dc:creator>
		<pubDate>Fri, 29 Apr 2011 20:14:23 +0000</pubDate>
		<guid isPermaLink="false">http://twitter.com/iandouglas736/statuses/62678975524249600#comment-74</guid>
		<description>[...] Continued here: Dare &#116;&#111; Compare: Cloud Hosting vs Dedicated Hosting [...]

[WORDPRESS HASHCASH] The comment&#039;s server IP (173.236.210.104) doesn&#039;t match the comment&#039;s URL host IP (173.236.227.218) and so is spam.</description>
		<content:encoded><![CDATA[<p>[...] Continued here: Dare &#116;&#111; Compare: Cloud Hosting vs Dedicated Hosting [...]</p>
<p>[WORDPRESS HASHCASH] The comment&#8217;s server IP (173.236.210.104) doesn&#8217;t match the comment&#8217;s URL host IP (173.236.227.218) and so is spam.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HAProxy won&#8217;t manage multiple SSL-enabled sites by gabriel sosa</title>
		<link>http://iandouglas.com/2011/01/11/haproxy-wont-manage-multiple-ssl-enabled-sites/comment-page-1/#comment-63</link>
		<dc:creator>gabriel sosa</dc:creator>
		<pubDate>Thu, 13 Jan 2011 23:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://twitter.com/iandouglas736/statuses/24907061892489216#comment-63</guid>
		<description>I think you should go for one of the most used combination: haproxy + stunnel or haproxy + nginx.
This will allow you to decrypt the traffic just before send it to the haproxy and then operate with the required backend.</description>
		<content:encoded><![CDATA[<p>I think you should go for one of the most used combination: haproxy + stunnel or haproxy + nginx.<br />
This will allow you to decrypt the traffic just before send it to the haproxy and then operate with the required backend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android 2.2 Froyo Benchmarking by Htc releasing firmware update for 30FPS cap... let's be more proactive! - Page 2 - Android Forums</title>
		<link>http://iandouglas.com/2010/05/11/android-2-2-froyo-benchmarking/comment-page-1/#comment-61</link>
		<dc:creator>Htc releasing firmware update for 30FPS cap... let's be more proactive! - Page 2 - Android Forums</dc:creator>
		<pubDate>Sat, 26 Jun 2010 19:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://iandouglas.com/?p=1180#comment-61</guid>
		<description>[...]  http://gadgetsdna.com/wp-content/uploads/2010/06/iphone4_droidx_incredible_evo4g_nexusone.jpg  Android 2.2 Froyo Benchmarking - iandouglas.com  Quadrant Benchmark Screenshots - Page 2 - Nexus One Forum - Google Phone Forum  Dhrystone - [...]</description>
		<content:encoded><![CDATA[<p>[...]  <a href="http://gadgetsdna.com/wp-content/uploads/2010/06/iphone4_droidx_incredible_evo4g_nexusone.jpg" rel="nofollow">http://gadgetsdna.com/wp-content/uploads/2010/06/iphone4_droidx_incredible_evo4g_nexusone.jpg</a>  Android 2.2 Froyo Benchmarking &#8211; iandouglas.com  Quadrant Benchmark Screenshots &#8211; Page 2 &#8211; Nexus One Forum &#8211; Google Phone Forum  Dhrystone &#8211; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Froyo features announced at Google IO by Speed central to Google&#8217;s Android 2.2 plans &#124; smartphone sdk Blog</title>
		<link>http://iandouglas.com/2010/05/20/new-froyo-features-announced-at-google-io/comment-page-1/#comment-51</link>
		<dc:creator>Speed central to Google&#8217;s Android 2.2 plans &#124; smartphone sdk Blog</dc:creator>
		<pubDate>Thu, 20 May 2010 22:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://iandouglas.com/?p=1220#comment-51</guid>
		<description>[...] New Froyo facilities voiced during Google IO &#8211; iandouglas.com [...]</description>
		<content:encoded><![CDATA[<p>[...] New Froyo facilities voiced during Google IO &#8211; iandouglas.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on T-Mobile Seems Unsure of Position on Tethering Fees by Tweets that mention T-Mobile Seems Unsure of Position on Tethering Fees - iandouglas.com -- Topsy.com</title>
		<link>http://iandouglas.com/2010/05/13/t-mobile-seems-unsure-of-position-on-tethering-fees/comment-page-1/#comment-47</link>
		<dc:creator>Tweets that mention T-Mobile Seems Unsure of Position on Tethering Fees - iandouglas.com -- Topsy.com</dc:creator>
		<pubDate>Fri, 14 May 2010 00:20:51 +0000</pubDate>
		<guid isPermaLink="false">http://iandouglas.com/?p=1197#comment-47</guid>
		<description>[...] This post was mentioned on Twitter by ian douglas. ian douglas said: Do you think T-Mobile will charge for tethering on Froyo like the others, or go against the flow to entice users? http://is.gd/c8402 [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by ian douglas. ian douglas said: Do you think T-Mobile will charge for tethering on Froyo like the others, or go against the flow to entice users? <a href="http://is.gd/c8402" rel="nofollow">http://is.gd/c8402</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android 2.2 Froyo Benchmarking by Android 2.2 sets Android 2.1 on fire. From the friction. Because it’s so fast. &#124; Mobile News</title>
		<link>http://iandouglas.com/2010/05/11/android-2-2-froyo-benchmarking/comment-page-1/#comment-46</link>
		<dc:creator>Android 2.2 sets Android 2.1 on fire. From the friction. Because it’s so fast. &#124; Mobile News</dc:creator>
		<pubDate>Wed, 12 May 2010 15:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://iandouglas.com/?p=1180#comment-46</guid>
		<description>[...] Ian Douglas has run some benchmarks on his Froyo-powered Nexus One, and it&#8217;s scoring almost 5 times better. [...]</description>
		<content:encoded><![CDATA[<p>[...] Ian Douglas has run some benchmarks on his Froyo-powered Nexus One, and it&#8217;s scoring almost 5 times better. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android 2.2 Froyo Benchmarking by Android 2.2 sets Android 2.1 on fire. From the friction.&#160;&#124;&#160;Androsearch</title>
		<link>http://iandouglas.com/2010/05/11/android-2-2-froyo-benchmarking/comment-page-1/#comment-45</link>
		<dc:creator>Android 2.2 sets Android 2.1 on fire. From the friction.&#160;&#124;&#160;Androsearch</dc:creator>
		<pubDate>Wed, 12 May 2010 14:48:33 +0000</pubDate>
		<guid isPermaLink="false">http://iandouglas.com/?p=1180#comment-45</guid>
		<description>[...] it may just be benchmark scores at this point, this kind of speed increase is nothing to snuff at. Ian Douglas has run some benchmarks on his Froyo-powered Nexus One, and it&#8217;s scoring almost 5 times [...]</description>
		<content:encoded><![CDATA[<p>[...] it may just be benchmark scores at this point, this kind of speed increase is nothing to snuff at. Ian Douglas has run some benchmarks on his Froyo-powered Nexus One, and it&#8217;s scoring almost 5 times [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android 2.2 Froyo Benchmarking by Android 2.2 + JIT Compiler = Fastest Android Yet? &#124; Android Messages</title>
		<link>http://iandouglas.com/2010/05/11/android-2-2-froyo-benchmarking/comment-page-1/#comment-44</link>
		<dc:creator>Android 2.2 + JIT Compiler = Fastest Android Yet? &#124; Android Messages</dc:creator>
		<pubDate>Wed, 12 May 2010 14:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://iandouglas.com/?p=1180#comment-44</guid>
		<description>[...] Ian Douglas, a developer at Armor Games, got his hands on a Nexus One that appears to be equipped with Android 2.2 (courtesy of none other than Adobe) and he&#8217;s pretty confident that the build of Android he&#8217;s running is equipped with a pretty stable implementation of the just-in-time compiler. [...]
</description>
		<content:encoded><![CDATA[<p>[...] Ian Douglas, a developer at Armor Games, got his hands on a Nexus One that appears to be equipped with Android 2.2 (courtesy of none other than Adobe) and he&#8217;s pretty confident that the build of Android he&#8217;s running is equipped with a pretty stable implementation of the just-in-time compiler. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android 2.2 Froyo Benchmarking by Android 2.2 Shows Off Amazing Benchmarks &#124; Droid Life: A Motorola Droid Blog</title>
		<link>http://iandouglas.com/2010/05/11/android-2-2-froyo-benchmarking/comment-page-1/#comment-43</link>
		<dc:creator>Android 2.2 Shows Off Amazing Benchmarks &#124; Droid Life: A Motorola Droid Blog</dc:creator>
		<pubDate>Wed, 12 May 2010 14:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://iandouglas.com/?p=1180#comment-43</guid>
		<description>[...] Ian Douglas        If you enjoyed this article, please consider sharing it!                  blog comments [...]</description>
		<content:encoded><![CDATA[<p>[...] Ian Douglas        If you enjoyed this article, please consider sharing it!                  blog comments [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android 2.2 Froyo Benchmarking by Froyo tastes… fast! Google Android 2.2 up to 450% faster</title>
		<link>http://iandouglas.com/2010/05/11/android-2-2-froyo-benchmarking/comment-page-1/#comment-42</link>
		<dc:creator>Froyo tastes… fast! Google Android 2.2 up to 450% faster</dc:creator>
		<pubDate>Wed, 12 May 2010 13:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://iandouglas.com/?p=1180#comment-42</guid>
		<description>[...] mobile operating system (code-named Froyo) soon. But Ian Douglas has already gotten his hands on a Google Nexus One with Android 2.2 Froyo. It supports Adobe Flash, and he reports that it runs very [...]</description>
		<content:encoded><![CDATA[<p>[...] mobile operating system (code-named Froyo) soon. But Ian Douglas has already gotten his hands on a Google Nexus One with Android 2.2 Froyo. It supports Adobe Flash, and he reports that it runs very [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android 2.2 Froyo Benchmarking by Android 2.2 sets Android 2.1 on fire. From the friction. Because it’s so fast. &#124; Mobile Telephones</title>
		<link>http://iandouglas.com/2010/05/11/android-2-2-froyo-benchmarking/comment-page-1/#comment-41</link>
		<dc:creator>Android 2.2 sets Android 2.1 on fire. From the friction. Because it’s so fast. &#124; Mobile Telephones</dc:creator>
		<pubDate>Wed, 12 May 2010 13:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://iandouglas.com/?p=1180#comment-41</guid>
		<description>[...] Ian Douglas has run some benchmarks on his Froyo-powered Nexus One, and it&#8217;s scoring almost 5 times better. [...]</description>
		<content:encoded><![CDATA[<p>[...] Ian Douglas has run some benchmarks on his Froyo-powered Nexus One, and it&#8217;s scoring almost 5 times better. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android 2.2 Froyo Benchmarking by Android 2.2 + JIT Compiler = Fastest Android Yet? &#124; The Androider</title>
		<link>http://iandouglas.com/2010/05/11/android-2-2-froyo-benchmarking/comment-page-1/#comment-40</link>
		<dc:creator>Android 2.2 + JIT Compiler = Fastest Android Yet? &#124; The Androider</dc:creator>
		<pubDate>Wed, 12 May 2010 12:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://iandouglas.com/?p=1180#comment-40</guid>
		<description>[...] Ian Douglas, a developer at Armor Games, got his hands on a Nexus One that appears to be equipped with Android 2.2 (courtesy of none other than Adobe) and he&#8217;s pretty confident that the build of Android he&#8217;s running is equipped with a pretty stable implementation of the just-in-time compiler. [...]</description>
		<content:encoded><![CDATA[<p>[...] Ian Douglas, a developer at Armor Games, got his hands on a Nexus One that appears to be equipped with Android 2.2 (courtesy of none other than Adobe) and he&#8217;s pretty confident that the build of Android he&#8217;s running is equipped with a pretty stable implementation of the just-in-time compiler. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android 2.2 Froyo Benchmarking by Android 2.2 + JIT Compiler = Fastest Android Yet? &#124; allandroidnews.com</title>
		<link>http://iandouglas.com/2010/05/11/android-2-2-froyo-benchmarking/comment-page-1/#comment-39</link>
		<dc:creator>Android 2.2 + JIT Compiler = Fastest Android Yet? &#124; allandroidnews.com</dc:creator>
		<pubDate>Wed, 12 May 2010 11:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://iandouglas.com/?p=1180#comment-39</guid>
		<description>[...] Ian Douglas, a developer at Armor Games, got his hands on a Nexus One that appears to be equipped with Android 2.2 (courtesy of none other than Adobe) and he&#8217;s pretty confident that the build of Android he&#8217;s running is equipped with a pretty stable implementation of the just-in-time compiler. [...]</description>
		<content:encoded><![CDATA[<p>[...] Ian Douglas, a developer at Armor Games, got his hands on a Nexus One that appears to be equipped with Android 2.2 (courtesy of none other than Adobe) and he&#8217;s pretty confident that the build of Android he&#8217;s running is equipped with a pretty stable implementation of the just-in-time compiler. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android 2.2 Froyo Benchmarking by Android 2.2 + JIT Compiler = Fastest Android Yet? &#124; Android Phone Fans</title>
		<link>http://iandouglas.com/2010/05/11/android-2-2-froyo-benchmarking/comment-page-1/#comment-38</link>
		<dc:creator>Android 2.2 + JIT Compiler = Fastest Android Yet? &#124; Android Phone Fans</dc:creator>
		<pubDate>Wed, 12 May 2010 11:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://iandouglas.com/?p=1180#comment-38</guid>
		<description>[...] Ian Douglas, a developer at Armor Games, got his hands on a Nexus One that appears to be equipped with Android 2.2 (courtesy of none other than Adobe) and he&#8217;s pretty confident that the build of Android he&#8217;s running is equipped with a pretty stable implementation of the just-in-time compiler. [...]</description>
		<content:encoded><![CDATA[<p>[...] Ian Douglas, a developer at Armor Games, got his hands on a Nexus One that appears to be equipped with Android 2.2 (courtesy of none other than Adobe) and he&#8217;s pretty confident that the build of Android he&#8217;s running is equipped with a pretty stable implementation of the just-in-time compiler. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android 2.2 Froyo Benchmarking by Android 2.2 sets Android 2.1 on fire. From the friction. Because it’s so fast. &#124;</title>
		<link>http://iandouglas.com/2010/05/11/android-2-2-froyo-benchmarking/comment-page-1/#comment-37</link>
		<dc:creator>Android 2.2 sets Android 2.1 on fire. From the friction. Because it’s so fast. &#124;</dc:creator>
		<pubDate>Wed, 12 May 2010 11:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://iandouglas.com/?p=1180#comment-37</guid>
		<description>[...] Ian Douglas has run some benchmarks on his Froyo-powered Nexus One, and it&#8217;s scoring almost 5 times better. [...]</description>
		<content:encoded><![CDATA[<p>[...] Ian Douglas has run some benchmarks on his Froyo-powered Nexus One, and it&#8217;s scoring almost 5 times better. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android 2.2 Froyo Benchmarking by Android 2.2 sets Android 2.1 on fire. From the friction. Because it’s so fast. &#124; MobileFun</title>
		<link>http://iandouglas.com/2010/05/11/android-2-2-froyo-benchmarking/comment-page-1/#comment-36</link>
		<dc:creator>Android 2.2 sets Android 2.1 on fire. From the friction. Because it’s so fast. &#124; MobileFun</dc:creator>
		<pubDate>Wed, 12 May 2010 10:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://iandouglas.com/?p=1180#comment-36</guid>
		<description>[...] Ian Douglas has run some benchmarks on his Froyo-powered Nexus One, and it&#8217;s scoring almost 5 times better. [...]</description>
		<content:encoded><![CDATA[<p>[...] Ian Douglas has run some benchmarks on his Froyo-powered Nexus One, and it&#8217;s scoring almost 5 times better. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android 2.2 Froyo Benchmarking by Android 2.2 sets Android 2.1 on fire. From the friction. Because it’s so fast. &#124; Easybranches.com&#8482;</title>
		<link>http://iandouglas.com/2010/05/11/android-2-2-froyo-benchmarking/comment-page-1/#comment-35</link>
		<dc:creator>Android 2.2 sets Android 2.1 on fire. From the friction. Because it’s so fast. &#124; Easybranches.com&#8482;</dc:creator>
		<pubDate>Wed, 12 May 2010 10:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://iandouglas.com/?p=1180#comment-35</guid>
		<description>[...] Ian Douglas has run some benchmarks on his Froyo-powered Nexus One, and it’s scoring almost 5 times better. [...]</description>
		<content:encoded><![CDATA[<p>[...] Ian Douglas has run some benchmarks on his Froyo-powered Nexus One, and it’s scoring almost 5 times better. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android 2.2 Froyo Benchmarking by Android 2.2 5 fois plus rapide avec la JIT &#124; Android-France</title>
		<link>http://iandouglas.com/2010/05/11/android-2-2-froyo-benchmarking/comment-page-1/#comment-34</link>
		<dc:creator>Android 2.2 5 fois plus rapide avec la JIT &#124; Android-France</dc:creator>
		<pubDate>Wed, 12 May 2010 07:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://iandouglas.com/?p=1180#comment-34</guid>
		<description>[...] de booster votre Android Phone. Grâce à un developpeur de la société  Armor Games qui a eu un Nexus One avec Android 2.2, nous apprenons que Google devrait dans la version Android [...]</description>
		<content:encoded><![CDATA[<p>[...] de booster votre Android Phone. Grâce à un developpeur de la société  Armor Games qui a eu un Nexus One avec Android 2.2, nous apprenons que Google devrait dans la version Android [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android 2.2 Froyo Benchmarking by Le Nexus One 450% plus rapide avec Froyo?</title>
		<link>http://iandouglas.com/2010/05/11/android-2-2-froyo-benchmarking/comment-page-1/#comment-33</link>
		<dc:creator>Le Nexus One 450% plus rapide avec Froyo?</dc:creator>
		<pubDate>Wed, 12 May 2010 06:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://iandouglas.com/?p=1180#comment-33</guid>
		<description>[...] Source [...]</description>
		<content:encoded><![CDATA[<p>[...] Source [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android 2.2 Froyo Benchmarking by Linpack Benchmark Scores/Battle of the Moto Droids - Page 4 - Droid Forum - Verizon Droid &#38; the Motorola Droid Forum</title>
		<link>http://iandouglas.com/2010/05/11/android-2-2-froyo-benchmarking/comment-page-1/#comment-32</link>
		<dc:creator>Linpack Benchmark Scores/Battle of the Moto Droids - Page 4 - Droid Forum - Verizon Droid &#38; the Motorola Droid Forum</dc:creator>
		<pubDate>Wed, 12 May 2010 05:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://iandouglas.com/?p=1180#comment-32</guid>
		<description>[...] Well I think we now know how people were achieving 37 MFLOPS. They could very well be running beta versions of 2.2: Android 2.2 Froyo Benchmarking - iandouglas.com [...]</description>
		<content:encoded><![CDATA[<p>[...] Well I think we now know how people were achieving 37 MFLOPS. They could very well be running beta versions of 2.2: Android 2.2 Froyo Benchmarking &#8211; iandouglas.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android 2.2 Froyo Benchmarking by Nexus One does Android 2.2 - Page 2 - Droid Forum - Verizon Droid &#38; the Motorola Droid Forum</title>
		<link>http://iandouglas.com/2010/05/11/android-2-2-froyo-benchmarking/comment-page-1/#comment-31</link>
		<dc:creator>Nexus One does Android 2.2 - Page 2 - Droid Forum - Verizon Droid &#38; the Motorola Droid Forum</dc:creator>
		<pubDate>Wed, 12 May 2010 04:11:44 +0000</pubDate>
		<guid isPermaLink="false">http://iandouglas.com/?p=1180#comment-31</guid>
		<description>[...] Originally Posted by soulddenimplus   The original post on Engadget has been updated. It claims that 2.2 runs over 400% faster on the Nexus One than 2.1 did. I am not sure who did the benchmark test but that is an increase in speed I would really love to have.     Android 2.2 Froyo Benchmarking - iandouglas.com [...]</description>
		<content:encoded><![CDATA[<p>[...] Originally Posted by soulddenimplus   The original post on Engadget has been updated. It claims that 2.2 runs over 400% faster on the Nexus One than 2.1 did. I am not sure who did the benchmark test but that is an increase in speed I would really love to have.     Android 2.2 Froyo Benchmarking &#8211; iandouglas.com [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.661 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-03 06:37:15 -->
<!-- Compression = gzip -->
