<?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 Code as Craft</title>
	<atom:link href="http://codeascraft.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://codeascraft.com</link>
	<description>The Engineering Blog from Etsy</description>
	<lastBuildDate>Mon, 20 May 2013 11:54:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on March 2013 Site Performance Report by Jonathan Klein</title>
		<link>http://codeascraft.com/2013/04/09/march-2013-site-performance-report/#comment-17873</link>
		<dc:creator><![CDATA[Jonathan Klein]]></dc:creator>
		<pubDate>Mon, 20 May 2013 11:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://codeascraft.etsy.com/?p=3200#comment-17873</guid>
		<description><![CDATA[For the backend metrics we use load time data from our Apache logs.  For the front-end we have a private WebPagetest instance, and aggregate the data from those tests.  Happy to provide more detail if you are curious!]]></description>
		<content:encoded><![CDATA[<p>For the backend metrics we use load time data from our Apache logs.  For the front-end we have a private WebPagetest instance, and aggregate the data from those tests.  Happy to provide more detail if you are curious!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on March 2013 Site Performance Report by Ricardo Parro</title>
		<link>http://codeascraft.com/2013/04/09/march-2013-site-performance-report/#comment-17858</link>
		<dc:creator><![CDATA[Ricardo Parro]]></dc:creator>
		<pubDate>Mon, 20 May 2013 01:24:18 +0000</pubDate>
		<guid isPermaLink="false">http://codeascraft.etsy.com/?p=3200#comment-17858</guid>
		<description><![CDATA[Hi Jonathan,
Interesting article! Which tools do you use to measure page load speed?
Cheers]]></description>
		<content:encoded><![CDATA[<p>Hi Jonathan,<br />
Interesting article! Which tools do you use to measure page load speed?<br />
Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What Hardware Powers Etsy.com? by lozzd</title>
		<link>http://codeascraft.com/2012/08/31/what-hardware-powers-etsy-com/#comment-17741</link>
		<dc:creator><![CDATA[lozzd]]></dc:creator>
		<pubDate>Thu, 16 May 2013 00:45:03 +0000</pubDate>
		<guid isPermaLink="false">http://codeascraft.etsy.com/?p=2554#comment-17741</guid>
		<description><![CDATA[As Mxx says, that &quot;double the RAM&quot; rule is severely broken nowadays. If you have an app gone wrong and it starts to chew up swap, your server is going to be basically unusable until it&#039;s all used up, and on spinning disks at 192GB or bigger, that&#039;s quite some time. You may as well just reboot the box at that point. 
We basically allocate 2GB on every server, regardless of amount of RAM, since having none is still inadvisable (at some point there were flawed formula in the kernel that meant you could never allocate all your physical RAM if swap == 0, not sure if they still exist...) although we aim to never use a single byte of it.]]></description>
		<content:encoded><![CDATA[<p>As Mxx says, that &#8220;double the RAM&#8221; rule is severely broken nowadays. If you have an app gone wrong and it starts to chew up swap, your server is going to be basically unusable until it&#8217;s all used up, and on spinning disks at 192GB or bigger, that&#8217;s quite some time. You may as well just reboot the box at that point.<br />
We basically allocate 2GB on every server, regardless of amount of RAM, since having none is still inadvisable (at some point there were flawed formula in the kernel that meant you could never allocate all your physical RAM if swap == 0, not sure if they still exist&#8230;) although we aim to never use a single byte of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What Hardware Powers Etsy.com? by Mxx</title>
		<link>http://codeascraft.com/2012/08/31/what-hardware-powers-etsy-com/#comment-17740</link>
		<dc:creator><![CDATA[Mxx]]></dc:creator>
		<pubDate>Wed, 15 May 2013 21:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://codeascraft.etsy.com/?p=2554#comment-17740</guid>
		<description><![CDATA[kc, if your server has 64GB of ram and you &quot;double-the-memory-size&quot; that means your apps would need to try to consume 192GB of RAM to utilize all of swap and all of ram. If you are ever in that situation, you have severly misconfigured servers. :)

Back in sub-2GB days that was somewhat more realistic scenario, but I think on servers with 16GB+ it&#039;s unnecessary.
My(not etsy) 2cents.]]></description>
		<content:encoded><![CDATA[<p>kc, if your server has 64GB of ram and you &#8220;double-the-memory-size&#8221; that means your apps would need to try to consume 192GB of RAM to utilize all of swap and all of ram. If you are ever in that situation, you have severly misconfigured servers. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Back in sub-2GB days that was somewhat more realistic scenario, but I think on servers with 16GB+ it&#8217;s unnecessary.<br />
My(not etsy) 2cents.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What Hardware Powers Etsy.com? by kc</title>
		<link>http://codeascraft.com/2012/08/31/what-hardware-powers-etsy-com/#comment-17737</link>
		<dc:creator><![CDATA[kc]]></dc:creator>
		<pubDate>Wed, 15 May 2013 04:41:32 +0000</pubDate>
		<guid isPermaLink="false">http://codeascraft.etsy.com/?p=2554#comment-17737</guid>
		<description><![CDATA[Do you allocate swap space, and what&#039;s the recommended size? Someone told me that swap is useless on big-mem server nowdays, however, I am not sure whether it is still common practice to allocate double-the-memory-size disk space.]]></description>
		<content:encoded><![CDATA[<p>Do you allocate swap space, and what&#8217;s the recommended size? Someone told me that swap is useless on big-mem server nowdays, however, I am not sure whether it is still common practice to allocate double-the-memory-size disk space.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Measure Anything, Measure Everything by bentrem</title>
		<link>http://codeascraft.com/2011/02/15/measure-anything-measure-everything/#comment-17703</link>
		<dc:creator><![CDATA[bentrem]]></dc:creator>
		<pubDate>Sat, 11 May 2013 01:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://codeascraft.etsy.com/?p=785#comment-17703</guid>
		<description><![CDATA[http://github.com/liuggio/statsd-client is 404 ... doesn&#039;t exactly inspire confidence!]]></description>
		<content:encoded><![CDATA[<p><a href="http://github.com/liuggio/statsd-client" rel="nofollow">http://github.com/liuggio/statsd-client</a> is 404 &#8230; doesn&#8217;t exactly inspire confidence!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Measure Anything, Measure Everything by Salivan Mark</title>
		<link>http://codeascraft.com/2011/02/15/measure-anything-measure-everything/#comment-17696</link>
		<dc:creator><![CDATA[Salivan Mark]]></dc:creator>
		<pubDate>Fri, 10 May 2013 15:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://codeascraft.etsy.com/?p=785#comment-17696</guid>
		<description><![CDATA[on PHP and composer there&#039;s https://packagist.org/packages/liuggio/statsd-php-client that is quite good.]]></description>
		<content:encoded><![CDATA[<p>on PHP and composer there&#8217;s <a href="https://packagist.org/packages/liuggio/statsd-php-client" rel="nofollow">https://packagist.org/packages/liuggio/statsd-php-client</a> that is quite good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on March 2013 Site Performance Report by Aleksey Korzun</title>
		<link>http://codeascraft.com/2013/04/09/march-2013-site-performance-report/#comment-17686</link>
		<dc:creator><![CDATA[Aleksey Korzun]]></dc:creator>
		<pubDate>Thu, 09 May 2013 20:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://codeascraft.etsy.com/?p=3200#comment-17686</guid>
		<description><![CDATA[@TOMFUERTES

Just a quick comment on your gist snippet, you no longer need to use http/https prefix when including remote assets such as javascript. 

Simply do //.]]></description>
		<content:encoded><![CDATA[<p>@TOMFUERTES</p>
<p>Just a quick comment on your gist snippet, you no longer need to use http/https prefix when including remote assets such as javascript. </p>
<p>Simply do //.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is It A Bird? Is It A Plane? No, It&#8217;s Supergrep! by John Goulah</title>
		<link>http://codeascraft.com/2012/06/28/is-it-a-bird-is-it-a-plane-no-its-supergrep/#comment-17105</link>
		<dc:creator><![CDATA[John Goulah]]></dc:creator>
		<pubDate>Thu, 25 Apr 2013 16:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://codeascraft.etsy.com/?p=2362#comment-17105</guid>
		<description><![CDATA[Yes you do have to specify.  Check out the localConfig.js for an example]]></description>
		<content:encoded><![CDATA[<p>Yes you do have to specify.  Check out the localConfig.js for an example</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is It A Bird? Is It A Plane? No, It&#8217;s Supergrep! by Willem</title>
		<link>http://codeascraft.com/2012/06/28/is-it-a-bird-is-it-a-plane-no-its-supergrep/#comment-17099</link>
		<dc:creator><![CDATA[Willem]]></dc:creator>
		<pubDate>Thu, 25 Apr 2013 09:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://codeascraft.etsy.com/?p=2362#comment-17099</guid>
		<description><![CDATA[Hey Guys

Saw at Scaleconf and decided to get supergrep, I installed node.js and npm and got it running.

Unfortunately there is nothing showing that is being logged, do I have to specify log paths? How/where can I learn/read more about the configuration.

I am not a linux/server expert and just know enough to make my apps work

thanks!]]></description>
		<content:encoded><![CDATA[<p>Hey Guys</p>
<p>Saw at Scaleconf and decided to get supergrep, I installed node.js and npm and got it running.</p>
<p>Unfortunately there is nothing showing that is being logged, do I have to specify log paths? How/where can I learn/read more about the configuration.</p>
<p>I am not a linux/server expert and just know enough to make my apps work</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
