<?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 Highly sparse updates from the brain of someone who you probably don't know in person.</title>
	<atom:link href="http://grimboy.co.uk/blawg/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://grimboy.co.uk/blawg</link>
	<description>Updates few and far between since 2006!</description>
	<lastBuildDate>Thu, 16 Jul 2009 00:05:06 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Firefox plugin priority order by foom</title>
		<link>http://grimboy.co.uk/blawg/firefox-plugin-priority-order/comment-page-1/#comment-15891</link>
		<dc:creator>foom</dc:creator>
		<pubDate>Thu, 16 Jul 2009 00:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://grimboy.co.uk/blawg/firefox-plugin-priority-order/#comment-15891</guid>
		<description>That is *really* stupid. I can&#039;t believe how stupid that is. It means your plugins are guaranteed to switch order every time one of them gets updated. Ugh!</description>
		<content:encoded><![CDATA[<p>That is *really* stupid. I can&#8217;t believe how stupid that is. It means your plugins are guaranteed to switch order every time one of them gets updated. Ugh!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Where&#8217;s my vi &lt;textarea&gt;? by Mark Edgar</title>
		<link>http://grimboy.co.uk/blawg/wheres-my-vi-textarea/comment-page-1/#comment-3353</link>
		<dc:creator>Mark Edgar</dc:creator>
		<pubDate>Mon, 31 Dec 2007 20:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://grimboy.co.uk/blawg/wheres-my-vi/#comment-3353</guid>
		<description>You missed three, by my count:

http://www.migniot.com/matrix/projects/jsvim/

http://vian.sourceforge.net/

http://alee.anj.kr/misc/vita.html

Alas, none of these are yet good enough to use either.</description>
		<content:encoded><![CDATA[<p>You missed three, by my count:</p>
<p><a href="http://www.migniot.com/matrix/projects/jsvim/" rel="nofollow">http://www.migniot.com/matrix/projects/jsvim/</a></p>
<p><a href="http://vian.sourceforge.net/" rel="nofollow">http://vian.sourceforge.net/</a></p>
<p><a href="http://alee.anj.kr/misc/vita.html" rel="nofollow">http://alee.anj.kr/misc/vita.html</a></p>
<p>Alas, none of these are yet good enough to use either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A guide to django on dreamhost (and django deployment in general) and my experience so far by grimboy</title>
		<link>http://grimboy.co.uk/blawg/a-guide-to-django-on-dreamhost-and-django-deployment-in-general-and-my-experiance-so-far/comment-page-1/#comment-393</link>
		<dc:creator>grimboy</dc:creator>
		<pubDate>Mon, 07 May 2007 18:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://grimboy.co.uk/blawg/a-guide-to-django-on-dreamhost-and-django-deployment-in-general-and-my-experiance-so-far/#comment-393</guid>
		<description>Yeah, cron.

If you are on dreamhost you can go to https://panel.dreamhost.com/index.cgi?tree=goodies.cron&amp; otherwise login via shell and do crontab -e

The alternative is to write a middleware that if the difference between the current time and the last running time is more than an hour then run the desired code. But cron is a much easier, established solution.</description>
		<content:encoded><![CDATA[<p>Yeah, cron.</p>
<p>If you are on dreamhost you can go to <a href="https://panel.dreamhost.com/index.cgi?tree=goodies.cron&#038;" rel="nofollow">https://panel.dreamhost.com/index.cgi?tree=goodies.cron&#038;</a> otherwise login via shell and do crontab -e</p>
<p>The alternative is to write a middleware that if the difference between the current time and the last running time is more than an hour then run the desired code. But cron is a much easier, established solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A guide to django on dreamhost (and django deployment in general) and my experience so far by Altu</title>
		<link>http://grimboy.co.uk/blawg/a-guide-to-django-on-dreamhost-and-django-deployment-in-general-and-my-experiance-so-far/comment-page-1/#comment-392</link>
		<dc:creator>Altu</dc:creator>
		<pubDate>Mon, 07 May 2007 17:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://grimboy.co.uk/blawg/a-guide-to-django-on-dreamhost-and-django-deployment-in-general-and-my-experiance-so-far/#comment-392</guid>
		<description>Is there a way to run some piece of django code repeatedly, like every one hour?

Cheers,
Altu</description>
		<content:encoded><![CDATA[<p>Is there a way to run some piece of django code repeatedly, like every one hour?</p>
<p>Cheers,<br />
Altu</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A guide to django on dreamhost (and django deployment in general) and my experience so far by Occasional insights into the mind of an awesomeness. &#187; Blog Archive &#187; Django on dreamhost problem</title>
		<link>http://grimboy.co.uk/blawg/a-guide-to-django-on-dreamhost-and-django-deployment-in-general-and-my-experiance-so-far/comment-page-1/#comment-56</link>
		<dc:creator>Occasional insights into the mind of an awesomeness. &#187; Blog Archive &#187; Django on dreamhost problem</dc:creator>
		<pubDate>Tue, 26 Dec 2006 20:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://grimboy.co.uk/blawg/a-guide-to-django-on-dreamhost-and-django-deployment-in-general-and-my-experiance-so-far/#comment-56</guid>
		<description>[...] My mum&#8217;s site is set up using Django on Apache running in a shared hosting environment with Dreamhost as laid out in the official documentation and my own write-up. I was having a few problems with it. The problem was an intermittent, unpredictable error about a third of the time which lead to /internal_error.html being displayed. This means that Django wasn&#8217;t even starting or was starting and failing very early on because if it was starting it would display the 500.html template instead of /internal_error.html. I took a look at the error.log and sure enough there were errors in the following format for each failed request: [time and date] [error] [client xxx.xxx.xxx.xxx] (104)Connection reset by peer: FastCGI: comm with server &quot;/home/grimboy/example.com/django.fcgi&quot; aborted: read failed [time and date] [error] [client xxx.xxx.xxx.xxx] FastCGI: incomplete headers (0 bytes) received from server &quot;/home/grimboy/example.com/django.fcgi&quot; [...]</description>
		<content:encoded><![CDATA[<p>[...] My mum&#8217;s site is set up using Django on Apache running in a shared hosting environment with Dreamhost as laid out in the official documentation and my own write-up. I was having a few problems with it. The problem was an intermittent, unpredictable error about a third of the time which lead to /internal_error.html being displayed. This means that Django wasn&#8217;t even starting or was starting and failing very early on because if it was starting it would display the 500.html template instead of /internal_error.html. I took a look at the error.log and sure enough there were errors in the following format for each failed request: [time and date] [error] [client xxx.xxx.xxx.xxx] (104)Connection reset by peer: FastCGI: comm with server &#8220;/home/grimboy/example.com/django.fcgi&#8221; aborted: read failed [time and date] [error] [client xxx.xxx.xxx.xxx] FastCGI: incomplete headers (0 bytes) received from server &#8220;/home/grimboy/example.com/django.fcgi&#8221; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Django on dreamhost problem by Automatthias</title>
		<link>http://grimboy.co.uk/blawg/django-on-dreamhost-problem/comment-page-1/#comment-55</link>
		<dc:creator>Automatthias</dc:creator>
		<pubDate>Tue, 26 Dec 2006 00:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://grimboy.co.uk/blawg/django-on-dreamhost-problem/#comment-55</guid>
		<description>It fixed my problem, which appeared when they switched 2.4 kernel to 2.6. Well, I don&#039;t know if it was the kernel version that caused problems, but it happened at the same time.

Thanks!</description>
		<content:encoded><![CDATA[<p>It fixed my problem, which appeared when they switched 2.4 kernel to 2.6. Well, I don&#8217;t know if it was the kernel version that caused problems, but it happened at the same time.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A guide to django on dreamhost (and django deployment in general) and my experience so far by henry</title>
		<link>http://grimboy.co.uk/blawg/a-guide-to-django-on-dreamhost-and-django-deployment-in-general-and-my-experiance-so-far/comment-page-1/#comment-54</link>
		<dc:creator>henry</dc:creator>
		<pubDate>Mon, 25 Dec 2006 12:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://grimboy.co.uk/blawg/a-guide-to-django-on-dreamhost-and-django-deployment-in-general-and-my-experiance-so-far/#comment-54</guid>
		<description>I also made a crontab to pkill dispath.fcgi every two hours.
It works well.</description>
		<content:encoded><![CDATA[<p>I also made a crontab to pkill dispath.fcgi every two hours.<br />
It works well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vim is teh awesombe! by grimboy</title>
		<link>http://grimboy.co.uk/blawg/vim-is-teh-awesombe/comment-page-1/#comment-52</link>
		<dc:creator>grimboy</dc:creator>
		<pubDate>Wed, 20 Dec 2006 04:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://grimboy.co.uk/blawg/vim-is-teh-awesombe/#comment-52</guid>
		<description>Heh, so emacs allows you to travel back in time and then centre in on a certain point of time and difficulty? That&#039;s pretty weird. So emacs users get to live forever? I can see the appeal but immortality isn&#039;t my thing. Also vi is more difficult than gvim in that you can&#039;t fall back on traditional gui editing techniques when you need to (for example, until I learnt the key for it I would use the menus for spell check). What is it saying about Visual Studio? That it suddenly becomes very easy? Anyway, interesting method of comparison. I&#039;m not sure if it inspires conclusions though :D.</description>
		<content:encoded><![CDATA[<p>Heh, so emacs allows you to travel back in time and then centre in on a certain point of time and difficulty? That&#8217;s pretty weird. So emacs users get to live forever? I can see the appeal but immortality isn&#8217;t my thing. Also vi is more difficult than gvim in that you can&#8217;t fall back on traditional gui editing techniques when you need to (for example, until I learnt the key for it I would use the menus for spell check). What is it saying about Visual Studio? That it suddenly becomes very easy? Anyway, interesting method of comparison. I&#8217;m not sure if it inspires conclusions though <img src='http://grimboy.co.uk/blawg/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vim is teh awesombe! by Alexandre</title>
		<link>http://grimboy.co.uk/blawg/vim-is-teh-awesombe/comment-page-1/#comment-51</link>
		<dc:creator>Alexandre</dc:creator>
		<pubDate>Wed, 20 Dec 2006 04:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://grimboy.co.uk/blawg/vim-is-teh-awesombe/#comment-51</guid>
		<description>But, at the end, we are both &lt;a href=&quot;http://www.saki.com.au/mirror/vi/mirror/knottenbelt_william.vi_vs_emacs_study..txt&quot; rel=&quot;nofollow&quot;&gt;winners&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>But, at the end, we are both <a href="http://www.saki.com.au/mirror/vi/mirror/knottenbelt_william.vi_vs_emacs_study..txt" rel="nofollow">winners</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vim is teh awesombe! by Alexandre</title>
		<link>http://grimboy.co.uk/blawg/vim-is-teh-awesombe/comment-page-1/#comment-50</link>
		<dc:creator>Alexandre</dc:creator>
		<pubDate>Wed, 20 Dec 2006 04:14:38 +0000</pubDate>
		<guid isPermaLink="false">http://grimboy.co.uk/blawg/vim-is-teh-awesombe/#comment-50</guid>
		<description>A while ago, I came across the &lt;a href=&quot;http://unix.rulez.org/~calver/pictures/curves.jpg&quot; rel=&quot;nofollow&quot;&gt;following picture&lt;/a&gt;.

So true, so true. :)</description>
		<content:encoded><![CDATA[<p>A while ago, I came across the <a href="http://unix.rulez.org/~calver/pictures/curves.jpg" rel="nofollow">following picture</a>.</p>
<p>So true, so true. <img src='http://grimboy.co.uk/blawg/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
