<?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"
	>
<channel>
	<title>Comments for Nifty tidbits</title>
	<atom:link href="http://niftybits.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://niftybits.wordpress.com</link>
	<description>Nifty tidbits and random thoughts on technology and anything else that catches my fancy</description>
	<pubDate>Sun, 06 Jul 2008 12:57:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>Comment on Upgrade blues - upgrading to Firefox 3 final from Firefox RC 3 by Raghu</title>
		<link>http://niftybits.wordpress.com/2008/06/17/upgrade-blues-upgrading-to-firefox-3-final-from-firefox-rc-3/#comment-335</link>
		<dc:creator>Raghu</dc:creator>
		<pubDate>Wed, 18 Jun 2008 17:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://niftybits.wordpress.com/?p=87#comment-335</guid>
		<description>Yeah - eventually caught on to that :-) ...just didn't expect a build id on a final build's title bar.</description>
		<content:encoded><![CDATA[<p>Yeah - eventually caught on to that <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> &#8230;just didn&#8217;t expect a build id on a final build&#8217;s title bar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Upgrade blues - upgrading to Firefox 3 final from Firefox RC 3 by Jason</title>
		<link>http://niftybits.wordpress.com/2008/06/17/upgrade-blues-upgrading-to-firefox-3-final-from-firefox-rc-3/#comment-329</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 18 Jun 2008 13:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://niftybits.wordpress.com/?p=87#comment-329</guid>
		<description>Yeah, it's the same build. Exact same thing here.</description>
		<content:encoded><![CDATA[<p>Yeah, it&#8217;s the same build. Exact same thing here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gnuplot, dstat - easy graphing on Linux by Florian</title>
		<link>http://niftybits.wordpress.com/2008/03/28/gnuplot-dstat-easy-graphing-on-linux/#comment-323</link>
		<dc:creator>Florian</dc:creator>
		<pubDate>Thu, 12 Jun 2008 23:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://niftybits.wordpress.com/?p=77#comment-323</guid>
		<description>Hi,

very nice example! Unfortunately one important line is cutted. Here is a shell script which creates the plot on dstat.raw (i deleted the header in dstat.raw):

&lt;code&gt;
#!/usr/bin/gnuplot -persist

set xdata time
set timefmt "%d-%m %H:%M:%S"
set format x "%H:%M"

set yrange [0:100]

set grid

set title "dstat CPU Usage"
set xlabel "time"
set ylabel "total-cpu-usage"

#-----time----- ----total-cpu-usage----
#  date/time   &#124;usr sys idl wai hiq siq
#13-06 01:18:14&#124;  5   1  93   1   0   0

plot "dstat.raw" using 1:3  w lp t "user [%]", \
 "" u 1:4 w lp t "system [%]", \
 "" u 1:5 w lp t "idle [%]", \
 "" u 1:6 w lp t "wait [%]"
&lt;/code&gt;

greetings
Florian</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>very nice example! Unfortunately one important line is cutted. Here is a shell script which creates the plot on dstat.raw (i deleted the header in dstat.raw):</p>
<p><code><br />
#!/usr/bin/gnuplot -persist</p>
<p>set xdata time<br />
set timefmt "%d-%m %H:%M:%S"<br />
set format x "%H:%M"</p>
<p>set yrange [0:100]</p>
<p>set grid</p>
<p>set title &#8220;dstat CPU Usage&#8221;<br />
set xlabel &#8220;time&#8221;<br />
set ylabel &#8220;total-cpu-usage&#8221;</p>
<p>#&#8212;&#8211;time&#8212;&#8211; &#8212;-total-cpu-usage&#8212;-<br />
#  date/time   |usr sys idl wai hiq siq<br />
#13-06 01:18:14|  5   1  93   1   0   0</p>
<p>plot &#8220;dstat.raw&#8221; using 1:3  w lp t &#8220;user [%]&#8220;, \<br />
 &#8220;&#8221; u 1:4 w lp t &#8220;system [%]&#8220;, \<br />
 &#8220;&#8221; u 1:5 w lp t &#8220;idle [%]&#8220;, \<br />
 &#8220;&#8221; u 1:6 w lp t &#8220;wait [%]&#8221;<br />
</code></p>
<p>greetings<br />
Florian</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Firefox 3 beta 5 released. Yahoo Mail is still broken. by Dheeraj</title>
		<link>http://niftybits.wordpress.com/2008/04/02/firefox-3-beta-5-released-yahoo-mail-is-still-broken/#comment-309</link>
		<dc:creator>Dheeraj</dc:creator>
		<pubDate>Sun, 06 Apr 2008 07:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://niftybits.wordpress.com/?p=80#comment-309</guid>
		<description>Does anyone know if a defect has been logged in Bugzilla?
I too was disappointed that it's still not fixed in Beta 5.

No browser should crash even if scripts are the problem.</description>
		<content:encoded><![CDATA[<p>Does anyone know if a defect has been logged in Bugzilla?<br />
I too was disappointed that it&#8217;s still not fixed in Beta 5.</p>
<p>No browser should crash even if scripts are the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Firefox 3 beta 5 released. Yahoo Mail is still broken. by Dheeraj</title>
		<link>http://niftybits.wordpress.com/2008/04/02/firefox-3-beta-5-released-yahoo-mail-is-still-broken/#comment-310</link>
		<dc:creator>Dheeraj</dc:creator>
		<pubDate>Sun, 06 Apr 2008 07:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://niftybits.wordpress.com/?p=80#comment-310</guid>
		<description>Does anyone know if a defect has been logged in Bugzilla?
I too was disappointed that it's still not fixed in Beta 5.

No browser should crash even if scripts are the problem.</description>
		<content:encoded><![CDATA[<p>Does anyone know if a defect has been logged in Bugzilla?<br />
I too was disappointed that it&#8217;s still not fixed in Beta 5.</p>
<p>No browser should crash even if scripts are the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Firefox 3 beta 5 released. Yahoo Mail is still broken. by Michael</title>
		<link>http://niftybits.wordpress.com/2008/04/02/firefox-3-beta-5-released-yahoo-mail-is-still-broken/#comment-303</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 03 Apr 2008 16:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://niftybits.wordpress.com/?p=80#comment-303</guid>
		<description>Firefox 3 beta 5 released &#38; Yahoo Mail is still broken for me, too.
Crash and Burn ....

Michael</description>
		<content:encoded><![CDATA[<p>Firefox 3 beta 5 released &amp; Yahoo Mail is still broken for me, too.<br />
Crash and Burn &#8230;.</p>
<p>Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Firefox 3 beta 5 released. Yahoo Mail is still broken. by madhubalan</title>
		<link>http://niftybits.wordpress.com/2008/04/02/firefox-3-beta-5-released-yahoo-mail-is-still-broken/#comment-293</link>
		<dc:creator>madhubalan</dc:creator>
		<pubDate>Thu, 03 Apr 2008 02:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://niftybits.wordpress.com/?p=80#comment-293</guid>
		<description>xcellent post</description>
		<content:encoded><![CDATA[<p>xcellent post</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Firefox 3 Beta 2 on Ubuntu Gutsy by Josiah</title>
		<link>http://niftybits.wordpress.com/2008/01/10/firefox-3-beta-2-on-ubuntu-gutsy/#comment-279</link>
		<dc:creator>Josiah</dc:creator>
		<pubDate>Thu, 24 Jan 2008 21:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://niftybits.wordpress.com/2008/01/10/firefox-3-beta-2-on-ubuntu-gutsy/#comment-279</guid>
		<description>Did you have any trouble getting Java working? How did you solve that?</description>
		<content:encoded><![CDATA[<p>Did you have any trouble getting Java working? How did you solve that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Python, cygwin, TurboGears, mysql hell by Sean</title>
		<link>http://niftybits.wordpress.com/2007/06/28/python-cygwin-turbogears-mysql-hell/#comment-164</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Wed, 12 Sep 2007 18:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://niftybits.wordpress.com/2007/06/28/python-cygwin-turbogears-mysql-hell/#comment-164</guid>
		<description>Well, either way I appreciate you going though all that trouble because it pretty much saved me doing the same.</description>
		<content:encoded><![CDATA[<p>Well, either way I appreciate you going though all that trouble because it pretty much saved me doing the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Python, cygwin, TurboGears, mysql hell by Mike</title>
		<link>http://niftybits.wordpress.com/2007/06/28/python-cygwin-turbogears-mysql-hell/#comment-162</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 09 Sep 2007 11:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://niftybits.wordpress.com/2007/06/28/python-cygwin-turbogears-mysql-hell/#comment-162</guid>
		<description>Great job working through the problems! Thanks so much for documenting and sharing. I'll give it a "quick spin" too.</description>
		<content:encoded><![CDATA[<p>Great job working through the problems! Thanks so much for documenting and sharing. I&#8217;ll give it a &#8220;quick spin&#8221; too.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
