<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Musings of an Anonymous Geek</title>
	
	<link>http://www.protocolostomy.com</link>
	<description>Made with only the finest 1's and 0's</description>
	<lastBuildDate>Wed, 10 Mar 2010 20:02:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForMusingsOfAnAnonymousGeek" /><feedburner:info uri="commentsformusingsofananonymousgeek" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Comment on Clone a table in MySQL without killing your server by Bill</title>
		<link>http://www.protocolostomy.com/2008/10/09/clone-a-table-in-mysql-without-killing-your-server/comment-page-1/#comment-36559</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Wed, 10 Mar 2010 20:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.protocolostomy.com/?p=365#comment-36559</guid>
		<description>I recently looked this article back up because I am a new company and needed this script again.  Great script with one exception.  The limit command starts to deteriorate in performance when you have larger tables (at least with MyISAM which we were using).  I had a database with 40M rows and after a million or two performance came to a crawl.   I don't have access to the script anymore, but at the time I rewrote it to use the Primary key column instead.  You do run into dead spots if they table has had deletes but for the most part it is quick.  Be sure to order on the primary key if you use that method.</description>
		<content:encoded><![CDATA[<p>I recently looked this article back up because I am a new company and needed this script again.  Great script with one exception.  The limit command starts to deteriorate in performance when you have larger tables (at least with MyISAM which we were using).  I had a database with 40M rows and after a million or two performance came to a crawl.   I don&#8217;t have access to the script anymore, but at the time I rewrote it to use the Primary key column instead.  You do run into dead spots if they table has had deletes but for the most part it is quick.  Be sure to order on the primary key if you use that method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Generating Reports with Charts Using Python: ReportLab by A Simple Step-by-Step Reportlab Tutorial « The Mouse Vs. The Python</title>
		<link>http://www.protocolostomy.com/2008/10/22/generating-reports-with-charts-using-python-reportlab/comment-page-1/#comment-36484</link>
		<dc:creator>A Simple Step-by-Step Reportlab Tutorial « The Mouse Vs. The Python</dc:creator>
		<pubDate>Tue, 09 Mar 2010 01:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.protocolostomy.com/?p=373#comment-36484</guid>
		<description>[...] Generating Reports with Charts [...]</description>
		<content:encoded><![CDATA[<p>[...] Generating Reports with Charts [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Generating Reports with Charts Using Python: ReportLab by Onalie Sotak</title>
		<link>http://www.protocolostomy.com/2008/10/22/generating-reports-with-charts-using-python-reportlab/comment-page-1/#comment-36277</link>
		<dc:creator>Onalie Sotak</dc:creator>
		<pubDate>Fri, 05 Mar 2010 20:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.protocolostomy.com/?p=373#comment-36277</guid>
		<description>This was really helpful - thank you!</description>
		<content:encoded><![CDATA[<p>This was really helpful &#8211; thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Show Me Your Python SysAdmin One-Liners! by Ted King</title>
		<link>http://www.protocolostomy.com/2008/07/16/show-me-your-python-sysadmin-one-liners/comment-page-1/#comment-36260</link>
		<dc:creator>Ted King</dc:creator>
		<pubDate>Fri, 05 Mar 2010 12:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.protocolostomy.com/?p=334#comment-36260</guid>
		<description>If Perl's "ucfirst" is not enough try this :
cat raw.txt | python -c "import string,sys;[[sys.stdout.writelines(LT)] for LT in [[string.capwords(LS)+'\n'] for LS in sys.stdin.readlines()]]" &gt; Proper.txt

Keywords : capwords(), initcaps(), proper()
SUSE 10, Python 2.4</description>
		<content:encoded><![CDATA[<p>If Perl&#8217;s &#8220;ucfirst&#8221; is not enough try this :<br />
cat raw.txt | python -c &#8220;import string,sys;[[sys.stdout.writelines(LT)] for LT in [[string.capwords(LS)+'\n'] for LS in sys.stdin.readlines()]]&#8221; &gt; Proper.txt</p>
<p>Keywords : capwords(), initcaps(), proper()<br />
SUSE 10, Python 2.4</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on If You Code, You Should Write by php|architect Podcast: Microphones in Bloom | php|architect</title>
		<link>http://www.protocolostomy.com/2009/09/09/if-you-code-you-should-write/comment-page-1/#comment-36183</link>
		<dc:creator>php|architect Podcast: Microphones in Bloom | php|architect</dc:creator>
		<pubDate>Thu, 04 Mar 2010 12:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.protocolostomy.com/?p=624#comment-36183</guid>
		<description>[...] If You Code, You Should Write [...]</description>
		<content:encoded><![CDATA[<p>[...] If You Code, You Should Write [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
