<?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 The homepage of Veeti Paananen</title>
	<atom:link href="http://tuntis.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://tuntis.net</link>
	<description>Also known as &#34;tuntis&#34;</description>
	<lastBuildDate>Fri, 12 Feb 2010 22:29:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Welcome to my new website by Veeti</title>
		<link>http://tuntis.net/2010/02/welcome-to-my-new-website/comment-page-1/#comment-4611</link>
		<dc:creator>Veeti</dc:creator>
		<pubDate>Fri, 12 Feb 2010 22:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://tuntis.net/?p=118#comment-4611</guid>
		<description>Intense Debate comments, hooray! </description>
		<content:encoded><![CDATA[<p>Intense Debate comments, hooray!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why can JavaScript &amp; alert lock up a browser? by enki</title>
		<link>http://tuntis.net/2009/01/why-can-javascript-alert-lock-up-a-browser/comment-page-1/#comment-3560</link>
		<dc:creator>enki</dc:creator>
		<pubDate>Tue, 13 Oct 2009 04:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://tuntis.net/?p=24#comment-3560</guid>
		<description>Trivia: Amazingly you can get out of a JS infinite alert loop. There is a very brief amount of of time where you can still perform actions between alert boxes. I know, I accidentally put myself in one.

While I agree with most of what you mentioned, sometimes there are very valid reasons for blocking completely, like yes/no modal dialogs, which could still be used maliciously. An example of why they are useful is if I try and close or navigate away from a page with unsaved data on it, it could be nice to block and prompt me to warn me that I might lose data. So even if alert was gone, there would still be ways to infinite loop lock. A better solution might be to add a forced timer, so that modal dialogs, including alert, could only be called every 5 seconds. Alternatively, there&#039;s this for your own protection: http://www.tumuski.com/2008/05/javascript-alert-cancel-button/</description>
		<content:encoded><![CDATA[<p>Trivia: Amazingly you can get out of a JS infinite alert loop. There is a very brief amount of of time where you can still perform actions between alert boxes. I know, I accidentally put myself in one.</p>
<p>While I agree with most of what you mentioned, sometimes there are very valid reasons for blocking completely, like yes/no modal dialogs, which could still be used maliciously. An example of why they are useful is if I try and close or navigate away from a page with unsaved data on it, it could be nice to block and prompt me to warn me that I might lose data. So even if alert was gone, there would still be ways to infinite loop lock. A better solution might be to add a forced timer, so that modal dialogs, including alert, could only be called every 5 seconds. Alternatively, there&#8217;s this for your own protection: <a href="http://www.tumuski.com/2008/05/javascript-alert-cancel-button/" >http://www.tumuski.com/2008/05/javascript-alert-cancel-button/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby IRC Statistics Generator by enki</title>
		<link>http://tuntis.net/2009/10/ruby-irc-statistics-generator/comment-page-1/#comment-3559</link>
		<dc:creator>enki</dc:creator>
		<pubDate>Tue, 13 Oct 2009 04:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://tuntis.net/?p=104#comment-3559</guid>
		<description>Interestingly enough, I&#039;ve been toying with the idea of doing the exact same thing: rewriting pisg in ruby (even down to the name). I implemented some new graphing features using the google graphing APIs in pisg (You can check out an example here: http://enki1337.net/issup.html ). I then tried to get in contact with the pisg developers to incorporate these new features, but I didn&#039;t hear back from them.

If you&#039;re interested, I&#039;d be happy to help you. Pisg really is a nice tool, but I&#039;d love to see it replaced with a more up to date and better equipped tool. It would be nice to have some of the nice features like in mIRCStats along with better date parsing, an easier parser format, and the improvements you&#039;ve already mentioned. Also, I enjoy Ruby much more than Perl which is a bonus. :)</description>
		<content:encoded><![CDATA[<p>Interestingly enough, I&#8217;ve been toying with the idea of doing the exact same thing: rewriting pisg in ruby (even down to the name). I implemented some new graphing features using the google graphing APIs in pisg (You can check out an example here: <a href="http://enki1337.net/issup.html" >http://enki1337.net/issup.html</a> ). I then tried to get in contact with the pisg developers to incorporate these new features, but I didn&#8217;t hear back from them.</p>
<p>If you&#8217;re interested, I&#8217;d be happy to help you. Pisg really is a nice tool, but I&#8217;d love to see it replaced with a more up to date and better equipped tool. It would be nice to have some of the nice features like in mIRCStats along with better date parsing, an easier parser format, and the improvements you&#8217;ve already mentioned. Also, I enjoy Ruby much more than Perl which is a bonus. <img src='http://tuntis.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby IRC Statistics Generator by K-Zodron</title>
		<link>http://tuntis.net/2009/10/ruby-irc-statistics-generator/comment-page-1/#comment-3554</link>
		<dc:creator>K-Zodron</dc:creator>
		<pubDate>Sat, 10 Oct 2009 17:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://tuntis.net/?p=104#comment-3554</guid>
		<description>Thank you very much from India.</description>
		<content:encoded><![CDATA[<p>Thank you very much from India.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby IRC Statistics Generator by JustKS</title>
		<link>http://tuntis.net/2009/10/ruby-irc-statistics-generator/comment-page-1/#comment-3553</link>
		<dc:creator>JustKS</dc:creator>
		<pubDate>Sat, 10 Oct 2009 17:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://tuntis.net/?p=104#comment-3553</guid>
		<description>Cool!</description>
		<content:encoded><![CDATA[<p>Cool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu One is missing the point by Dantank</title>
		<link>http://tuntis.net/2009/09/ubuntu-one-is-missing-the-point/comment-page-1/#comment-3405</link>
		<dc:creator>Dantank</dc:creator>
		<pubDate>Sat, 05 Sep 2009 18:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://tuntis.net/?p=89#comment-3405</guid>
		<description>Hmm. Not worth it for me.</description>
		<content:encoded><![CDATA[<p>Hmm. Not worth it for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu One is missing the point by Oscar</title>
		<link>http://tuntis.net/2009/09/ubuntu-one-is-missing-the-point/comment-page-1/#comment-3402</link>
		<dc:creator>Oscar</dc:creator>
		<pubDate>Sat, 05 Sep 2009 13:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://tuntis.net/?p=89#comment-3402</guid>
		<description>I drink Ubuntu.</description>
		<content:encoded><![CDATA[<p>I drink Ubuntu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu One is missing the point by Niklas-b</title>
		<link>http://tuntis.net/2009/09/ubuntu-one-is-missing-the-point/comment-page-1/#comment-3401</link>
		<dc:creator>Niklas-b</dc:creator>
		<pubDate>Sat, 05 Sep 2009 12:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://tuntis.net/?p=89#comment-3401</guid>
		<description>Use wondose, not linux.</description>
		<content:encoded><![CDATA[<p>Use wondose, not linux.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu One is missing the point by tuntis</title>
		<link>http://tuntis.net/2009/09/ubuntu-one-is-missing-the-point/comment-page-1/#comment-3399</link>
		<dc:creator>tuntis</dc:creator>
		<pubDate>Sat, 05 Sep 2009 12:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://tuntis.net/?p=89#comment-3399</guid>
		<description>The sky is blue.</description>
		<content:encoded><![CDATA[<p>The sky is blue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu One is missing the point by K-Zodron</title>
		<link>http://tuntis.net/2009/09/ubuntu-one-is-missing-the-point/comment-page-1/#comment-3398</link>
		<dc:creator>K-Zodron</dc:creator>
		<pubDate>Sat, 05 Sep 2009 12:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://tuntis.net/?p=89#comment-3398</guid>
		<description>Ubuntu One is Ubuntu One.</description>
		<content:encoded><![CDATA[<p>Ubuntu One is Ubuntu One.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
