<?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 websaucesoftware.com</title>
	<atom:link href="http://websaucesoftware.com/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://websaucesoftware.com/blog</link>
	<description>Saucing up the web, one splurt at a time.</description>
	<lastBuildDate>Tue, 06 Jul 2010 15:29:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Cloning in Parallels Gives Bad ETH0 by websaucesoftware.com &#187; Blog Archive &#187; How to Clone a VirtualBox Virtual Machine on OS X</title>
		<link>http://websaucesoftware.com/blog/?p=222&#038;cpage=1#comment-278</link>
		<dc:creator>websaucesoftware.com &#187; Blog Archive &#187; How to Clone a VirtualBox Virtual Machine on OS X</dc:creator>
		<pubDate>Tue, 06 Jul 2010 15:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://websaucesoftware.com/blog/?p=222#comment-278</guid>
		<description>[...] problem, same solution, done: Fixing Cached Stupid Network Info.  July 5th, 2010 in Ubuntu, VBoxManage, VirtualBox, [...]</description>
		<content:encoded><![CDATA[<p>[...] problem, same solution, done: Fixing Cached Stupid Network Info.  July 5th, 2010 in Ubuntu, VBoxManage, VirtualBox, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Global .hgignore by Ewen</title>
		<link>http://websaucesoftware.com/blog/?p=405&#038;cpage=1#comment-274</link>
		<dc:creator>Ewen</dc:creator>
		<pubDate>Sun, 25 Apr 2010 05:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://websaucesoftware.com/blog/?p=405#comment-274</guid>
		<description>Have a look at http://stackoverflow.com/questions/2399323/how-do-i-configure-mercurial-to-use-environment-variables-in-mercurial-ini for a global solution to .hgignore</description>
		<content:encoded><![CDATA[<p>Have a look at <a href="http://stackoverflow.com/questions/2399323/how-do-i-configure-mercurial-to-use-environment-variables-in-mercurial-ini" rel="nofollow">http://stackoverflow.com/questions/2399323/how-do-i-configure-mercurial-to-use-environment-variables-in-mercurial-ini</a> for a global solution to .hgignore</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Global .hgignore by Alex Coventry</title>
		<link>http://websaucesoftware.com/blog/?p=405&#038;cpage=1#comment-269</link>
		<dc:creator>Alex Coventry</dc:creator>
		<pubDate>Wed, 10 Mar 2010 22:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://websaucesoftware.com/blog/?p=405#comment-269</guid>
		<description>Hi, I found this entry googling for a solution to the problem you outline.  The nice folks at #mercurial on irc.freenode.net, in particular pmezard, helped me out with it.  In my case, my linux distribution had the inotify extension turned on by default.  Turning this off fixed the problem for me.  You can check whether you have the inotify extension turned on with the command &quot;hg showconfig &#124; grep inotify&quot;  In my case, it was turned on in /etc/mercurial/hgrc.d/hgext.rc</description>
		<content:encoded><![CDATA[<p>Hi, I found this entry googling for a solution to the problem you outline.  The nice folks at #mercurial on irc.freenode.net, in particular pmezard, helped me out with it.  In my case, my linux distribution had the inotify extension turned on by default.  Turning this off fixed the problem for me.  You can check whether you have the inotify extension turned on with the command &#8220;hg showconfig | grep inotify&#8221;  In my case, it was turned on in /etc/mercurial/hgrc.d/hgext.rc</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stupid MySQL Python with Stupid 64 bit MySQL on Stupid 64 bit Snow Leopard by Andy</title>
		<link>http://websaucesoftware.com/blog/?p=461&#038;cpage=1#comment-267</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Sun, 21 Feb 2010 17:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://websaucesoftware.com/blog/?p=461#comment-267</guid>
		<description>If you&#039;re having trouble getting it installed the new version of mysql-python requires some different instructions, also if you&#039;re using 64 or 32 bit versions of python or mysql will make a difference. There&#039;s some information here: 

&lt;a href=&quot;http://learninglamp.wordpress.com/2010/02/21/mysqldb-python-mysql-and-os-x-a-match-made-in-satans-bum/&quot; rel=&quot;nofollow&quot;&gt;http://learninglamp.wordpress.com/2010/02/21/mysqldb-python-mysql-and-os-x-a-match-made-in-satans-bum/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>If you&#8217;re having trouble getting it installed the new version of mysql-python requires some different instructions, also if you&#8217;re using 64 or 32 bit versions of python or mysql will make a difference. There&#8217;s some information here: </p>
<p><a href="http://learninglamp.wordpress.com/2010/02/21/mysqldb-python-mysql-and-os-x-a-match-made-in-satans-bum/" rel="nofollow">http://learninglamp.wordpress.com/2010/02/21/mysqldb-python-mysql-and-os-x-a-match-made-in-satans-bum/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stupid MySQL Python with Stupid 64 bit MySQL on Stupid 64 bit Snow Leopard by MySQLdb, Python, MySQL and OS X: A match made in Satan&#8217;s bum &#171; LAMPish titbits</title>
		<link>http://websaucesoftware.com/blog/?p=461&#038;cpage=1#comment-266</link>
		<dc:creator>MySQLdb, Python, MySQL and OS X: A match made in Satan&#8217;s bum &#171; LAMPish titbits</dc:creator>
		<pubDate>Sun, 21 Feb 2010 17:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://websaucesoftware.com/blog/?p=461#comment-266</guid>
		<description>[...] this sorted: http://www.mangoorange.com/2008/08/01/installing-python-mysqldb-122-on-mac-os-x/ , http://websaucesoftware.com/blog/?p=461 , [...]</description>
		<content:encoded><![CDATA[<p>[...] this sorted: <a href="http://www.mangoorange.com/2008/08/01/installing-python-mysqldb-122-on-mac-os-x/" rel="nofollow">http://www.mangoorange.com/2008/08/01/installing-python-mysqldb-122-on-mac-os-x/</a> , <a href="http://websaucesoftware.com/blog/?p=461" rel="nofollow">http://websaucesoftware.com/blog/?p=461</a> , [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cloning in Parallels Gives Bad ETH0 by Steve Steiner</title>
		<link>http://websaucesoftware.com/blog/?p=222&#038;cpage=1#comment-263</link>
		<dc:creator>Steve Steiner</dc:creator>
		<pubDate>Thu, 21 Jan 2010 13:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://websaucesoftware.com/blog/?p=222#comment-263</guid>
		<description>Deleting the 70-blah config file didn&#039;t work this time.

Shut down the VM, went into Parallels Config for this VM, Networking -&gt; Network 1 -&gt; Generate Mac -- generated a new mac address and eth0 showed up on next boot with that mac address.</description>
		<content:encoded><![CDATA[<p>Deleting the 70-blah config file didn&#8217;t work this time.</p>
<p>Shut down the VM, went into Parallels Config for this VM, Networking -&gt; Network 1 -&gt; Generate Mac &#8212; generated a new mac address and eth0 showed up on next boot with that mac address.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stupid MySQL Python with Stupid 64 bit MySQL on Stupid 64 bit Snow Leopard by Sophomore Dev &#187; Creating my first complete Django project on Snow Leopard</title>
		<link>http://websaucesoftware.com/blog/?p=461&#038;cpage=1#comment-261</link>
		<dc:creator>Sophomore Dev &#187; Creating my first complete Django project on Snow Leopard</dc:creator>
		<pubDate>Mon, 18 Jan 2010 19:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://websaucesoftware.com/blog/?p=461#comment-261</guid>
		<description>[...] post and others indicated it was related to the build architecture of Python and MySQL. Bah, so this is [...]</description>
		<content:encoded><![CDATA[<p>[...] post and others indicated it was related to the build architecture of Python and MySQL. Bah, so this is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WineBottler, WineHQ, Holy Crap! by Nelly</title>
		<link>http://websaucesoftware.com/blog/?p=479&#038;cpage=1#comment-258</link>
		<dc:creator>Nelly</dc:creator>
		<pubDate>Sun, 10 Jan 2010 14:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://websaucesoftware.com/blog/?p=479#comment-258</guid>
		<description>Can&#039;t wait to hear how it&#039;s going. I too run Quickbooks on an old laptop with XP. I have snow leopard on my mbp</description>
		<content:encoded><![CDATA[<p>Can&#8217;t wait to hear how it&#8217;s going. I too run Quickbooks on an old laptop with XP. I have snow leopard on my mbp</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enable Remote Access to MySQL by websaucesoftware.com &#187; Blog Archive &#187; My First Tomcat Experience</title>
		<link>http://websaucesoftware.com/blog/?p=469&#038;cpage=1#comment-256</link>
		<dc:creator>websaucesoftware.com &#187; Blog Archive &#187; My First Tomcat Experience</dc:creator>
		<pubDate>Sat, 02 Jan 2010 04:25:25 +0000</pubDate>
		<guid isPermaLink="false">http://websaucesoftware.com/blog/?p=469#comment-256</guid>
		<description>[...] per a previous post, I had enabled remote access to MySQL by modifying the `my.cnf` file and, at that time, I had [...]</description>
		<content:encoded><![CDATA[<p>[...] per a previous post, I had enabled remote access to MySQL by modifying the `my.cnf` file and, at that time, I had [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stupid MySQL Python with Stupid 64 bit MySQL on Stupid 64 bit Snow Leopard by websaucesoftware.com &#187; Blog Archive &#187; Stupid MySQL Python with Stupid 64 bit MySQL on Stupid 64 bit Snow Leopard (Part 2)</title>
		<link>http://websaucesoftware.com/blog/?p=461&#038;cpage=1#comment-255</link>
		<dc:creator>websaucesoftware.com &#187; Blog Archive &#187; Stupid MySQL Python with Stupid 64 bit MySQL on Stupid 64 bit Snow Leopard (Part 2)</dc:creator>
		<pubDate>Thu, 31 Dec 2009 14:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://websaucesoftware.com/blog/?p=461#comment-255</guid>
		<description>[...] the architecture flags as before, and [...]</description>
		<content:encoded><![CDATA[<p>[...] the architecture flags as before, and [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
