<?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 branesks: by Klynton Jessup | branesks: by Klynton Jessup</title>
	<atom:link href="http://www.branesks.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.branesks.com</link>
	<description>System Administrator for WebFaction, SupportFolk, and Judoka.</description>
	<lastBuildDate>Fri, 20 Aug 2010 11:03:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
	<item>
		<title>Comment on TextMate to VIM and back, why I made the switch. by Anonymous</title>
		<link>http://www.branesks.com/textmate-to-vim-and-back-why-i-made-the-switch.html/comment-page-1#comment-118</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 20 Aug 2010 11:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.branesks.com/?p=74#comment-118</guid>
		<description>&lt;p&gt;Definitely. I play with VIM once in a while but TM is it for me.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Definitely. I play with VIM once in a while but TM is it for me.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Django/Python deployment stack: Django, Cherokee, and uWSGI. by Anonymous</title>
		<link>http://www.branesks.com/new-djangopython-deployment-stack-django-cherokee-and-uwsgi.html/comment-page-1#comment-111</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 19 Aug 2010 13:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.branesks.com/?p=205#comment-111</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;Thanks! That is perhaps the oddest complement that I&#039;ve received but I appreciate it none the less.&lt;/p&gt;

&lt;p&gt;Next post is already up: http://www.branesks.com/cherokee-uwsgi-django-python-server-set-up&lt;/p&gt;

&lt;p&gt;uWSGI is fairly low memory ~20MB can handle more than a few thousand requests at the same time.&lt;/p&gt;

&lt;p&gt;Django does suck at times...especially deployment time.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>

<p>Thanks! That is perhaps the oddest complement that I&#8217;ve received but I appreciate it none the less.</p>

<p>Next post is already up: <a href="http://www.branesks.com/cherokee-uwsgi-django-python-server-set-up" rel="nofollow">http://www.branesks.com/cherokee-uwsgi-django-python-server-set-up</a></p>

<p>uWSGI is fairly low memory ~20MB can handle more than a few thousand requests at the same time.</p>

<p>Django does suck at times&#8230;especially deployment time.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Django/Python deployment stack: Django, Cherokee, and uWSGI. by Ilhan</title>
		<link>http://www.branesks.com/new-djangopython-deployment-stack-django-cherokee-and-uwsgi.html/comment-page-1#comment-110</link>
		<dc:creator>Ilhan</dc:creator>
		<pubDate>Thu, 19 Aug 2010 13:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.branesks.com/?p=205#comment-110</guid>
		<description>&lt;p&gt;I enjoy your swearing, it reminds me of myself pretending to be a sysadmin.
Looking forward to your next post since I plan to go the same route chasing that low memory setup.&lt;/p&gt;

&lt;p&gt;Yes, I do love Django, but love is not at always easy...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I enjoy your swearing, it reminds me of myself pretending to be a sysadmin.
Looking forward to your next post since I plan to go the same route chasing that low memory setup.</p>

<p>Yes, I do love Django, but love is not at always easy&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cherokee, uWSGi, Django, Python server set up. by Anonymous</title>
		<link>http://www.branesks.com/cherokee-uwsgi-django-python-server-set-up.html/comment-page-1#comment-109</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 16 Aug 2010 00:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.branesks.com/?p=210#comment-109</guid>
		<description>&lt;p&gt;Virtualenv does make it easier to experiment and I have used it before, with my Pinax installations. In this case the server is only going to serve 1 production application so experimentation is the last thing I want. :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Virtualenv does make it easier to experiment and I have used it before, with my Pinax installations. In this case the server is only going to serve 1 production application so experimentation is the last thing I want. <img src='http://www.branesks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cherokee, uWSGi, Django, Python server set up. by Terrasque</title>
		<link>http://www.branesks.com/cherokee-uwsgi-django-python-server-set-up.html/comment-page-1#comment-108</link>
		<dc:creator>Terrasque</dc:creator>
		<pubDate>Sun, 15 Aug 2010 19:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.branesks.com/?p=210#comment-108</guid>
		<description>&lt;p&gt;Suggestion: Learn to use virtualenv + pip
Makes it easier to sync package versions between dev and server. Also easier to experiment :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Suggestion: Learn to use virtualenv + pip
Makes it easier to sync package versions between dev and server. Also easier to experiment <img src='http://www.branesks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on TextMate to VIM and back, why I made the switch. by Cezar</title>
		<link>http://www.branesks.com/textmate-to-vim-and-back-why-i-made-the-switch.html/comment-page-1#comment-107</link>
		<dc:creator>Cezar</dc:creator>
		<pubDate>Thu, 05 Aug 2010 21:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.branesks.com/?p=74#comment-107</guid>
		<description>&lt;p&gt;I completely agree, even tho TM does not have everything I need it&#039;s way better than vim and emacs just because it looks good, let&#039;s you see what you&#039;re doing and it integrates very well with the OS and does what you expect it to do without getting in the way&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I completely agree, even tho TM does not have everything I need it&#39;s way better than vim and emacs just because it looks good, let&#39;s you see what you&#39;re doing and it integrates very well with the OS and does what you expect it to do without getting in the way</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;The Book of Eli&#8221; &#8211; don&#8217;t waste your money. *spoilers* by branesks</title>
		<link>http://www.branesks.com/the-book-of-eli-dont-waste-your-money-spoilers.html/comment-page-1#comment-106</link>
		<dc:creator>branesks</dc:creator>
		<pubDate>Tue, 15 Jun 2010 05:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.branesks.com/?p=84#comment-106</guid>
		<description>&lt;p&gt;And I did, right up until it was &quot;The Bible&quot; instead of some magical book...before I found out he was blind and memorized an entire braille Bible.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>And I did, right up until it was &#8220;The Bible&#8221; instead of some magical book&#8230;before I found out he was blind and memorized an entire braille Bible.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;The Book of Eli&#8221; &#8211; don&#8217;t waste your money. *spoilers* by Jimmyhakeem</title>
		<link>http://www.branesks.com/the-book-of-eli-dont-waste-your-money-spoilers.html/comment-page-1#comment-105</link>
		<dc:creator>Jimmyhakeem</dc:creator>
		<pubDate>Tue, 15 Jun 2010 05:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.branesks.com/?p=84#comment-105</guid>
		<description>&lt;p&gt;If the movie didnt involve &quot;The Bible&quot; im sure you would have though it was great. Cmon man&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If the movie didnt involve &#8220;The Bible&#8221; im sure you would have though it was great. Cmon man</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Switching up my life and educational goals. by elpargo</title>
		<link>http://www.branesks.com/switching-up-my-life-and-educational-goals.html/comment-page-1#comment-104</link>
		<dc:creator>elpargo</dc:creator>
		<pubDate>Mon, 10 May 2010 22:49:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.branesks.com/?p=188#comment-104</guid>
		<description>&lt;p&gt;Good luck! Seems like an interesting plan.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Good luck! Seems like an interesting plan.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Switching up my life and educational goals. by branesks</title>
		<link>http://www.branesks.com/switching-up-my-life-and-educational-goals.html/comment-page-1#comment-103</link>
		<dc:creator>branesks</dc:creator>
		<pubDate>Mon, 10 May 2010 11:11:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.branesks.com/?p=188#comment-103</guid>
		<description>&lt;p&gt;Philosophy is incredibly helpful in critical thinking areas. Thanks man!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Philosophy is incredibly helpful in critical thinking areas. Thanks man!</p>]]></content:encoded>
	</item>
</channel>
</rss>

