<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"	>
<channel>
	<title>Comments for PlasticBoy</title>
	<atom:link href="http://plasticboy.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://plasticboy.com</link>
	<description>Ben Williams&#039; blog about technology, Linux, digital music, Rhapsody, veganism, and a little politics.</description>
	<lastBuildDate>Fri, 02 Sep 2011 19:55:59 +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 Markdown Vim Mode by Hacklog &#187; Markdown in Vim</title>
		<link>http://plasticboy.com/markdown-vim-mode/comment-page-1/#comment-77348</link>
		<dc:creator>Hacklog &#187; Markdown in Vim</dc:creator>
		<pubDate>Fri, 02 Sep 2011 19:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://plasticboy.com/markdown-vim-mode/#comment-77348</guid>
		<description>&lt;p&gt;[...] Markdown Vim Mode &#124; PlasticBoy [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Markdown Vim Mode | PlasticBoy [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Markdown Vim Mode by stevengharms.com &#187; Blog Archive &#187; Preview Markdown as rendered HTML from Vim</title>
		<link>http://plasticboy.com/markdown-vim-mode/comment-page-1/#comment-69849</link>
		<dc:creator>stevengharms.com &#187; Blog Archive &#187; Preview Markdown as rendered HTML from Vim</dc:creator>
		<pubDate>Sun, 18 Apr 2010 07:12:23 +0000</pubDate>
		<guid isPermaLink="false">http://plasticboy.com/markdown-vim-mode/#comment-69849</guid>
		<description>&lt;p&gt;[...] it&#8217;s better than the alternative. Ergo, I downloaded the Markdown extension for VIM. This was a step forward because it provided me the syntax highlighting that makes the process a [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] it&#8217;s better than the alternative. Ergo, I downloaded the Markdown extension for VIM. This was a step forward because it provided me the syntax highlighting that makes the process a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Memory will be the real performance bottleneck on your VPS by afternoon</title>
		<link>http://plasticboy.com/archives/2009/11/30/memory-will-be-the-real-performance-bottleneck-on-your-vps/comment-page-1/#comment-68104</link>
		<dc:creator>afternoon</dc:creator>
		<pubDate>Mon, 08 Mar 2010 13:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://plasticboy.com/?p=3495#comment-68104</guid>
		<description>&lt;p&gt;I highly recommend a combination of nginx and FastCGI. I&#039;m personally running both PHP and Python (Django) on a single Linode. I have 3 php-cgi instances resident at about 20MB each. nginx is resident at 2MB. Although the RAM usage is not much different, nginx serves static content, so the PHP processes service far fewer requests, raising the requests/sec limit.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I highly recommend a combination of nginx and FastCGI. I&#8217;m personally running both PHP and Python (Django) on a single Linode. I have 3 php-cgi instances resident at about 20MB each. nginx is resident at 2MB. Although the RAM usage is not much different, nginx serves static content, so the PHP processes service far fewer requests, raising the requests/sec limit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Markdown Vim Mode by My blogging tools &#124; BenCrowder.net</title>
		<link>http://plasticboy.com/markdown-vim-mode/comment-page-1/#comment-65783</link>
		<dc:creator>My blogging tools &#124; BenCrowder.net</dc:creator>
		<pubDate>Thu, 07 Jan 2010 16:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://plasticboy.com/markdown-vim-mode/#comment-65783</guid>
		<description>&lt;p&gt;[...] files with a .text extension so I can easily add Markdown syntax highlighting in Vim (using the Markdown Vim mode). Here&#8217;s the relevant section of my [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] files with a .text extension so I can easily add Markdown syntax highlighting in Vim (using the Markdown Vim mode). Here&#8217;s the relevant section of my [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Markdown Vim Mode by Markdown syntax highlighting and conversion in vim &#187; Justin Henry's green galoshes</title>
		<link>http://plasticboy.com/markdown-vim-mode/comment-page-1/#comment-65399</link>
		<dc:creator>Markdown syntax highlighting and conversion in vim &#187; Justin Henry's green galoshes</dc:creator>
		<pubDate>Wed, 23 Dec 2009 02:11:11 +0000</pubDate>
		<guid isPermaLink="false">http://plasticboy.com/markdown-vim-mode/#comment-65399</guid>
		<description>&lt;p&gt;[...] PlasticBoy got me most of the way there when it came to syntax highlighting. All I had to do was figure out how it fit into my .vim directory structure, which is a clone of Martin Greffel&#8217;s excellent setup. This turned out to be pretty straightforward [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] PlasticBoy got me most of the way there when it came to syntax highlighting. All I had to do was figure out how it fit into my .vim directory structure, which is a clone of Martin Greffel&#8217;s excellent setup. This turned out to be pretty straightforward [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Memory will be the real performance bottleneck on your VPS by How to handle 1000&#8217;s of concurrent users on a 360MB VPS</title>
		<link>http://plasticboy.com/archives/2009/11/30/memory-will-be-the-real-performance-bottleneck-on-your-vps/comment-page-1/#comment-64777</link>
		<dc:creator>How to handle 1000&#8217;s of concurrent users on a 360MB VPS</dc:creator>
		<pubDate>Tue, 01 Dec 2009 20:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://plasticboy.com/?p=3495#comment-64777</guid>
		<description>&lt;p&gt;[...] has been some recent confusion about how much memory you need in a web server to handle a huge number of concurrent requests. I [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] has been some recent confusion about how much memory you need in a web server to handle a huge number of concurrent requests. I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Memory will be the real performance bottleneck on your VPS by Ben</title>
		<link>http://plasticboy.com/archives/2009/11/30/memory-will-be-the-real-performance-bottleneck-on-your-vps/comment-page-1/#comment-64775</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 01 Dec 2009 16:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://plasticboy.com/?p=3495#comment-64775</guid>
		<description>&lt;p&gt;Nice analysis, David. I wasn&#039;t aware of the memory cost of 64 bit.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nice analysis, David. I wasn&#8217;t aware of the memory cost of 64 bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Memory will be the real performance bottleneck on your VPS by davidw</title>
		<link>http://plasticboy.com/archives/2009/11/30/memory-will-be-the-real-performance-bottleneck-on-your-vps/comment-page-1/#comment-64771</link>
		<dc:creator>davidw</dc:creator>
		<pubDate>Tue, 01 Dec 2009 13:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://plasticboy.com/?p=3495#comment-64771</guid>
		<description>&lt;p&gt;Linode does pretty well in terms of memory usage, because it lets you choose 32 bit, as opposed to 64 bit (like Slicehost).  I did some numbers of my own a while back, and while those were the only two I compared, Linode really won out:&lt;/p&gt;

&lt;p&gt;http://journal.dedasys.com/2008/11/24/slicehost-vs-linode&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Linode does pretty well in terms of memory usage, because it lets you choose 32 bit, as opposed to 64 bit (like Slicehost).  I did some numbers of my own a while back, and while those were the only two I compared, Linode really won out:</p>

<p><a href="http://journal.dedasys.com/2008/11/24/slicehost-vs-linode" rel="nofollow nofollow">http://journal.dedasys.com/2008/11/24/slicehost-vs-linode</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Markdown Vim Mode by Incredible Vehicle &#183; Markin&#8217; it down</title>
		<link>http://plasticboy.com/markdown-vim-mode/comment-page-1/#comment-60722</link>
		<dc:creator>Incredible Vehicle &#183; Markin&#8217; it down</dc:creator>
		<pubDate>Mon, 20 Jul 2009 04:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://plasticboy.com/markdown-vim-mode/#comment-60722</guid>
		<description>&lt;p&gt;[...] I found a Wordpress plugin and a Vim syntax file, I was all [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] I found a WordPress plugin and a Vim syntax file, I was all [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Markdown Vim Mode by PlasticBoy &#187; Blog Archive &#187; Implementing Markdown with Regular Expressions</title>
		<link>http://plasticboy.com/markdown-vim-mode/comment-page-1/#comment-60246</link>
		<dc:creator>PlasticBoy &#187; Blog Archive &#187; Implementing Markdown with Regular Expressions</dc:creator>
		<pubDate>Thu, 09 Jul 2009 17:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://plasticboy.com/markdown-vim-mode/#comment-60246</guid>
		<description>&lt;p&gt;[...] using regular expressions. After years of tweaking and user contributions, the regexps in the Markdown Vim syntax file are now so complex, even I don&#8217;t understand [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] using regular expressions. After years of tweaking and user contributions, the regexps in the Markdown Vim syntax file are now so complex, even I don&#8217;t understand [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: plasticboy.com @ 2012-05-23 15:06:38 -->
