<?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 Waggle Dance</title>
	<atom:link href="http://www.91courtstreet.net/wordpress/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.91courtstreet.net/wordpress</link>
	<description>Dad, Geek, Christian... Just trying to get the Word out.</description>
	<pubDate>Fri, 04 Jul 2008 14:04:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on How to Limit Daily Desktop Usage in Ubuntu by Chris</title>
		<link>http://www.91courtstreet.net/wordpress/2008/02/03/how-to-limit-daily-desktop-usage-in-ubuntu/#comment-16585</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 30 May 2008 02:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.91courtstreet.net/wordpress/2008/02/03/how-to-limit-daily-desktop-usage-in-ubuntu/#comment-16585</guid>
		<description>Thanks for the ideas, wagnerpereirasp! I have just started to play with pygtk to see how easy a UI would be and have been thinking about moving the time and limits data to sqlite3.
I  currently limit access to the data files by making them only editable but root or an sudoer - there should be a better way. The script has to run as root to force shutdown someone anyone's session. I wish there was a cleaner way to shutdown gnome-session other than just killing it, but I haven't found one yet.

A system tray applet that displays the remaining time and can launch the time editor (after a gksudo login) sounds like a great idea!

Translations is also a great idea - I am afraid I'm personally limited to English, so any help is appreciated!</description>
		<content:encoded><![CDATA[<p>Thanks for the ideas, wagnerpereirasp! I have just started to play with pygtk to see how easy a UI would be and have been thinking about moving the time and limits data to sqlite3.<br />
I  currently limit access to the data files by making them only editable but root or an sudoer - there should be a better way. The script has to run as root to force shutdown someone anyone&#8217;s session. I wish there was a cleaner way to shutdown gnome-session other than just killing it, but I haven&#8217;t found one yet.</p>
<p>A system tray applet that displays the remaining time and can launch the time editor (after a gksudo login) sounds like a great idea!</p>
<p>Translations is also a great idea - I am afraid I&#8217;m personally limited to English, so any help is appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Limit Daily Desktop Usage in Ubuntu by wagnerpereirasp</title>
		<link>http://www.91courtstreet.net/wordpress/2008/02/03/how-to-limit-daily-desktop-usage-in-ubuntu/#comment-16584</link>
		<dc:creator>wagnerpereirasp</dc:creator>
		<pubDate>Tue, 27 May 2008 21:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.91courtstreet.net/wordpress/2008/02/03/how-to-limit-daily-desktop-usage-in-ubuntu/#comment-16584</guid>
		<description>Hi Chris, I loved this script. I'll put it to use as is to do the same need you mentioned.

But I'll also try to upgrade it, here is a list of functionalities I believe we can improve:

Must Have
1) Different limitations per day of the week
2) Limit not only by seconds in use, also by specific times of the day, it would be like the user connects but has only 30 seconds to logout (or will be forced logout) if he is not inside a allowed window.
3) Hability to extend the allowed time for the current day if an administrator types in a password and how many time to extend (this would attend your need to give extra time as reward).

Good to Have
4) A graphical interface to administer these options
5) Prevent the user to manually change his control file to "obtain" extra time.
6) A better logout method, something that pushes a logout allowing to save data
7) Support for different languages, best if it is done by plug ins (will allow anyone to create a plug in)
8) Create a control window for the user, so he can check the remaining time at any time and giving him some options, could be the ability to use extra credit (off course reducing the credit from a pool)
9) Create a .deb package

I personally don't have much available time, but I also need to ensure proper usage for my teenagers (that is thought) so I will try, first thing first, I will translate the script to Brazilian-Portuguese as I am from Brazil and post it for anyone else to use.</description>
		<content:encoded><![CDATA[<p>Hi Chris, I loved this script. I&#8217;ll put it to use as is to do the same need you mentioned.</p>
<p>But I&#8217;ll also try to upgrade it, here is a list of functionalities I believe we can improve:</p>
<p>Must Have<br />
1) Different limitations per day of the week<br />
2) Limit not only by seconds in use, also by specific times of the day, it would be like the user connects but has only 30 seconds to logout (or will be forced logout) if he is not inside a allowed window.<br />
3) Hability to extend the allowed time for the current day if an administrator types in a password and how many time to extend (this would attend your need to give extra time as reward).</p>
<p>Good to Have<br />
4) A graphical interface to administer these options<br />
5) Prevent the user to manually change his control file to &#8220;obtain&#8221; extra time.<br />
6) A better logout method, something that pushes a logout allowing to save data<br />
7) Support for different languages, best if it is done by plug ins (will allow anyone to create a plug in)<br />
 <img src='http://www.91courtstreet.net/wordpress/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Create a control window for the user, so he can check the remaining time at any time and giving him some options, could be the ability to use extra credit (off course reducing the credit from a pool)<br />
9) Create a .deb package</p>
<p>I personally don&#8217;t have much available time, but I also need to ensure proper usage for my teenagers (that is thought) so I will try, first thing first, I will translate the script to Brazilian-Portuguese as I am from Brazil and post it for anyone else to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Limit Daily Desktop Usage in Ubuntu by Chris</title>
		<link>http://www.91courtstreet.net/wordpress/2008/02/03/how-to-limit-daily-desktop-usage-in-ubuntu/#comment-16583</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 12 May 2008 12:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.91courtstreet.net/wordpress/2008/02/03/how-to-limit-daily-desktop-usage-in-ubuntu/#comment-16583</guid>
		<description>I had tried timeoutd - one of the problems I found with it is that it doesn't seem to give any warnings to the desktop when it is about to kill your session. I does fit a real need, it can limit console and shell sessions as well, but it doesn't really fit my need/want as well.

My script is in active use at our house and has been effective in limiting my teens computer time - that being said, I really need to add a GUI so my wife can control their time allotments and I would like to add some kind of a reward system where Mom can give them extra time to use when they want when they have earned it.</description>
		<content:encoded><![CDATA[<p>I had tried timeoutd - one of the problems I found with it is that it doesn&#8217;t seem to give any warnings to the desktop when it is about to kill your session. I does fit a real need, it can limit console and shell sessions as well, but it doesn&#8217;t really fit my need/want as well.</p>
<p>My script is in active use at our house and has been effective in limiting my teens computer time - that being said, I really need to add a GUI so my wife can control their time allotments and I would like to add some kind of a reward system where Mom can give them extra time to use when they want when they have earned it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Limit Daily Desktop Usage in Ubuntu by aliencam</title>
		<link>http://www.91courtstreet.net/wordpress/2008/02/03/how-to-limit-daily-desktop-usage-in-ubuntu/#comment-16582</link>
		<dc:creator>aliencam</dc:creator>
		<pubDate>Sun, 11 May 2008 07:24:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.91courtstreet.net/wordpress/2008/02/03/how-to-limit-daily-desktop-usage-in-ubuntu/#comment-16582</guid>
		<description>Hi, I was looking for a program that does exactly this, and I found something called timeoutd in the repos as well.  I was wondering if you have seen this or if you have made any changes to your script since the last update.</description>
		<content:encoded><![CDATA[<p>Hi, I was looking for a program that does exactly this, and I found something called timeoutd in the repos as well.  I was wondering if you have seen this or if you have made any changes to your script since the last update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What I Learned using Linux over the last 10 years by Post-it Prayers</title>
		<link>http://www.91courtstreet.net/wordpress/2008/01/25/what-i-learned-using-linux-over-the-last-10-years/#comment-16581</link>
		<dc:creator>Post-it Prayers</dc:creator>
		<pubDate>Sun, 30 Mar 2008 04:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.91courtstreet.net/wordpress/2008/01/25/what-i-learned-using-linux-over-the-last-10-years/#comment-16581</guid>
		<description>[...] a recent blog entry for another blog I have, I posted a picture of my desk and, it you look carefully, you can see my little, yellow [...]</description>
		<content:encoded><![CDATA[<p>[...] a recent blog entry for another blog I have, I posted a picture of my desk and, it you look carefully, you can see my little, yellow [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 6 Tools for Keeping Kids Safe with Open Source by Chris Clark&#8217;s Perspective &#187; Blog Archive &#187; 6 Tools for Keeping Kids Safe with Open Source</title>
		<link>http://www.91courtstreet.net/wordpress/2008/01/31/6-tools-for-keeping-kids-safe-with-open-source/#comment-16580</link>
		<dc:creator>Chris Clark&#8217;s Perspective &#187; Blog Archive &#187; 6 Tools for Keeping Kids Safe with Open Source</dc:creator>
		<pubDate>Wed, 05 Mar 2008 14:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.91courtstreet.net/wordpress/2008/01/31/6-tools-for-keeping-kids-safe-with-open-source/#comment-16580</guid>
		<description>[...] Waggle Dance » Blog Archive » 6 Tools for Keeping Kids Safe with Open Source [...]</description>
		<content:encoded><![CDATA[<p>[...] Waggle Dance » Blog Archive » 6 Tools for Keeping Kids Safe with Open Source [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What I Learned using Linux over the last 10 years by &#187; What I Learned using Linux over the last 10 years JJMacey Dot Net: Linux + Open Source Applications - Run Free!</title>
		<link>http://www.91courtstreet.net/wordpress/2008/01/25/what-i-learned-using-linux-over-the-last-10-years/#comment-16574</link>
		<dc:creator>&#187; What I Learned using Linux over the last 10 years JJMacey Dot Net: Linux + Open Source Applications - Run Free!</dc:creator>
		<pubDate>Fri, 08 Feb 2008 11:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.91courtstreet.net/wordpress/2008/01/25/what-i-learned-using-linux-over-the-last-10-years/#comment-16574</guid>
		<description>[...] can find Chris&#8217;s original post here.    Bookmark It                                                      Hide [...]</description>
		<content:encoded><![CDATA[<p>[...] can find Chris&#8217;s original post here.    Bookmark It                                                      Hide [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What I Learned using Linux over the last 10 years by A Mirror of my thoughts &#171; Ifblog (ponderings 2.0)</title>
		<link>http://www.91courtstreet.net/wordpress/2008/01/25/what-i-learned-using-linux-over-the-last-10-years/#comment-16573</link>
		<dc:creator>A Mirror of my thoughts &#171; Ifblog (ponderings 2.0)</dc:creator>
		<pubDate>Wed, 30 Jan 2008 18:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.91courtstreet.net/wordpress/2008/01/25/what-i-learned-using-linux-over-the-last-10-years/#comment-16573</guid>
		<description>[...] What I Learned using Linux over the last 10 years [...]</description>
		<content:encoded><![CDATA[<p>[...] What I Learned using Linux over the last 10 years [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What I Learned using Linux over the last 10 years by Saif&#8217;s Everything &#38; Anything &#187; Blog Archive &#187; Windows vs Linux (yes I have to go into it)</title>
		<link>http://www.91courtstreet.net/wordpress/2008/01/25/what-i-learned-using-linux-over-the-last-10-years/#comment-16572</link>
		<dc:creator>Saif&#8217;s Everything &#38; Anything &#187; Blog Archive &#187; Windows vs Linux (yes I have to go into it)</dc:creator>
		<pubDate>Wed, 30 Jan 2008 14:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.91courtstreet.net/wordpress/2008/01/25/what-i-learned-using-linux-over-the-last-10-years/#comment-16572</guid>
		<description>[...] I found a post at 91courtstreet entitled &#8220;What I Learned using Linux over the last 10 years&#8221; that goes into a similar discussion, just better   Posted in Uncategorized &#124;     Leave a [...]</description>
		<content:encoded><![CDATA[<p>[...] I found a post at 91courtstreet entitled &#8220;What I Learned using Linux over the last 10 years&#8221; that goes into a similar discussion, just better   Posted in Uncategorized |     Leave a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Uhhh&#8230; the sea monkeys have my money&#8230; by Why your kids should read your blog&#8230; @ Waggle Dance</title>
		<link>http://www.91courtstreet.net/wordpress/2008/01/19/uhhh-the-sea-monkeys-have-my-money/#comment-16571</link>
		<dc:creator>Why your kids should read your blog&#8230; @ Waggle Dance</dc:creator>
		<pubDate>Tue, 22 Jan 2008 17:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.91courtstreet.net/wordpress/2008/01/19/uhhh-the-sea-monkeys-have-my-money/#comment-16571</guid>
		<description>[...] Uhhh&#8230; the sea monkeys have my money&#8230;  [...]</description>
		<content:encoded><![CDATA[<p>[...] Uhhh&#8230; the sea monkeys have my money&#8230;  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on If a blog falls in the woods and nobody backlinks it, does it make a sound? by Dave Hugh-Jones</title>
		<link>http://www.91courtstreet.net/wordpress/2004/08/25/if-a-blog-falls-in-the-woods-and-nobody-backlinks-it-does-it-make-a-sound/#comment-4</link>
		<dc:creator>Dave Hugh-Jones</dc:creator>
		<pubDate>Fri, 27 Aug 2004 09:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.91courtstreet.net/wordpress/?p=15#comment-4</guid>
		<description>I saw your fish. The little red f***er got away before I could catch him. (The blogfish networking code is still causing a wee bit trouble -
firewalled mode is not easy. But CVS version should be better.)</description>
		<content:encoded><![CDATA[<p>I saw your fish. The little red f***er got away before I could catch him. (The blogfish networking code is still causing a wee bit trouble -<br />
firewalled mode is not easy. But CVS version should be better.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Offending Geocodes by skeff</title>
		<link>http://www.91courtstreet.net/wordpress/2004/06/01/offending-geocodes/#comment-3</link>
		<dc:creator>skeff</dc:creator>
		<pubDate>Thu, 19 Aug 2004 18:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.91courtstreet.net/wordpress/?p=13#comment-3</guid>
		<description>Geez Chris, there's a bunch right in your back yard.  Perhaps I could interest you in some perv-savvy tools. ;-)  &lt;a href="http://www.gunsrus.net/catalog.asp"&gt;http://www.gunsrus.net/catalog.asp&lt;/a&gt;

j</description>
		<content:encoded><![CDATA[<p>Geez Chris, there&#8217;s a bunch right in your back yard.  Perhaps I could interest you in some perv-savvy tools. <img src='http://www.91courtstreet.net/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  <a href="http://www.gunsrus.net/catalog.asp">http://www.gunsrus.net/catalog.asp</a></p>
<p>j</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on onTheCase by Brian Trauger</title>
		<link>http://www.91courtstreet.net/wordpress/2004/05/26/onthecase/#comment-2</link>
		<dc:creator>Brian Trauger</dc:creator>
		<pubDate>Sun, 20 Jun 2004 02:57:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.91courtstreet.net/wordpress/?p=12#comment-2</guid>
		<description>I always heard that your 'camel case' was called 'polish notation'...</description>
		<content:encoded><![CDATA[<p>I always heard that your &#8216;camel case&#8217; was called &#8216;polish notation&#8217;&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
