<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
		<title>gdp's Comments</title>
		<language>en-us</language>
		<link>https://www.intensedebate.com/users/235913</link>
		<description>Comments by wil</description>
<item>
<title>dready blog v2.0 : What&#039;s with the J in Emails?</title>
<link>http://dready.org/blog/2011/12/01/whats-with-the-j/#IDComment259521179</link>
<description>me too :) </description>
<pubDate>Mon, 9 Jan 2012 14:24:40 +0000</pubDate>
<guid>http://dready.org/blog/2011/12/01/whats-with-the-j/#IDComment259521179</guid>
</item><item>
<title>dready blog v2.0 : web.py with mod_python on Apache</title>
<link>http://dready.org/blog/2009/01/29/webpy-with-mod_python-on-apache/#IDComment123878332</link>
<description>@parkchiwan - good to know it helped you :) </description>
<pubDate>Wed, 26 Jan 2011 12:21:02 +0000</pubDate>
<guid>http://dready.org/blog/2009/01/29/webpy-with-mod_python-on-apache/#IDComment123878332</guid>
</item><item>
<title>dready blog v2.0 : httpd exited on signal 11 - solved</title>
<link>http://dready.org/blog/2010/07/04/httpd-exited-on-signal-11-solved/#IDComment108538712</link>
<description>nice :) </description>
<pubDate>Mon, 8 Nov 2010 13:36:28 +0000</pubDate>
<guid>http://dready.org/blog/2010/07/04/httpd-exited-on-signal-11-solved/#IDComment108538712</guid>
</item><item>
<title>dready blog v2.0 : Hash Ring fork</title>
<link>http://dready.org/blog/2010/07/10/hash-ring-fork/#IDComment96136028</link>
<description>hrm.. wonder why git:// url isn&amp;#039;t working for you; it&amp;#039;s supposed to be public access. In any case, yeah git &lt;a href=&quot;http://+http://github.com/wil/hash_ring.git&quot; target=&quot;_blank&quot;&gt;+http://github.com/wil/hash_ring.git&lt;/a&gt; works too. </description>
<pubDate>Tue, 31 Aug 2010 11:52:05 +0000</pubDate>
<guid>http://dready.org/blog/2010/07/10/hash-ring-fork/#IDComment96136028</guid>
</item><item>
<title>dready blog v2.0 : Hash Ring fork</title>
<link>http://dready.org/blog/2010/07/10/hash-ring-fork/#IDComment92771883</link>
<description>Hi Gary,  Unfortunately, I don&amp;#039;t use viWord any more these days (I try to avoid using Word altogether ;-)  If you need similar functionality, perhaps give viEmu a try? &lt;a href=&quot;http://www.viemu.com/viemu-vi-vim-word-outlook.html&quot; target=&quot;_blank&quot;&gt;http://www.viemu.com/viemu-vi-vim-word-outlook.ht...&lt;/a&gt;  </description>
<pubDate>Fri, 13 Aug 2010 14:56:51 +0000</pubDate>
<guid>http://dready.org/blog/2010/07/10/hash-ring-fork/#IDComment92771883</guid>
</item><item>
<title>dready blog v2.0 : Tornado with VirtualEnv and Pip Quickstart</title>
<link>http://dready.org/blog/2009/10/09/tornado-with-virtualenv-and-pip-quickstart/#IDComment85903701</link>
<description>Hey David,  I haven&amp;#039;t used epoll because using the mac for dev, and freebsd for prod.  However, pip *should* do the normal setup.py stuff even when installing from git. Maybe you&amp;#039;re using Python 2.6 and from what I can see tornado&amp;#039;s setup.py refuses to build epoll.c unless you&amp;#039;re on Linux and *not* using 2.6.   I&amp;#039;ve also found the &amp;lt;code&amp;gt;--install-option&amp;lt;/code&amp;gt; argument to pip install command to be invaluable when you need to pass additional args to setup.py.   </description>
<pubDate>Sat, 10 Jul 2010 03:34:44 +0000</pubDate>
<guid>http://dready.org/blog/2009/10/09/tornado-with-virtualenv-and-pip-quickstart/#IDComment85903701</guid>
</item><item>
<title>dready blog v2.0 : Tornado with VirtualEnv and Pip Quickstart</title>
<link>http://dready.org/blog/2009/10/09/tornado-with-virtualenv-and-pip-quickstart/#IDComment75816219</link>
<description>The cleanest way is to recreate the virtual environment in other machines. To do that, you would want to produce a requirements file with pip, which details the exact version of all the packages you have installed in that virtual env.  $ pip freeze &amp;gt; requirements.txt  On the new machine, after you have created the empty virtualenv, and installed pip, you would just do:  $ pip install -r requirements.txt  There are other ways of doing it (like making your virtual env relocatable, etc.) but if you depend on modules that link to C libraries, and the machines are different, it won&amp;#039;t work. There are also other things are likely to break. </description>
<pubDate>Mon, 17 May 2010 12:47:31 +0000</pubDate>
<guid>http://dready.org/blog/2009/10/09/tornado-with-virtualenv-and-pip-quickstart/#IDComment75816219</guid>
</item><item>
<title>dready blog v2.0 : viWord 0.6.1</title>
<link>http://dready.org/blog/2005/02/24/viword-061/#IDComment70891840</link>
<description>Hi Garry, sorry I missed your comment earlier.  Indeed the link was broken. I have now updated it:&lt;a href=&quot;http://dready.org/projects/viWord/viWord.zip&quot; target=&quot;_blank&quot;&gt;http://dready.org/projects/viWord/viWord.zip&lt;/a&gt;  Thanks for the report!  p.s. Please note, though, that this little script worked on older versions of Microsoft Word, and is no longer supported. </description>
<pubDate>Tue, 27 Apr 2010 17:56:51 +0000</pubDate>
<guid>http://dready.org/blog/2005/02/24/viword-061/#IDComment70891840</guid>
</item><item>
<title>dready blog v2.0 : Tornado with VirtualEnv and Pip Quickstart</title>
<link>http://dready.org/blog/2009/10/09/tornado-with-virtualenv-and-pip-quickstart/#IDComment48874494</link>
<description>I didn&amp;#039;t know that, thanks for the tip! Text has been fixed.  </description>
<pubDate>Thu, 24 Dec 2009 08:52:07 +0000</pubDate>
<guid>http://dready.org/blog/2009/10/09/tornado-with-virtualenv-and-pip-quickstart/#IDComment48874494</guid>
</item><item>
<title>dready blog v2.0 : (Lack of) English Word Wrapping in Japan</title>
<link>http://dready.org/blog/2009/02/05/english-word-wrapping-japan/#IDComment15406859</link>
<description>That&amp;#039;s hilarious! I can&amp;#039;t seem to find any grammatical mistake in the pic though.. </description>
<pubDate>Wed, 18 Feb 2009 15:15:54 +0000</pubDate>
<guid>http://dready.org/blog/2009/02/05/english-word-wrapping-japan/#IDComment15406859</guid>
</item>	</channel>
</rss>