<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for arungoodboy's twisted circle</title>
	<atom:link href="http://arungoodboy.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://arungoodboy.wordpress.com</link>
	<description>I love science and nature. And reading. Avowed atheist/sceptic. That's it.</description>
	<lastBuildDate>Sun, 12 Jul 2009 23:33:56 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Quick shell script to randomly change wallpapers by davcs86</title>
		<link>http://arungoodboy.wordpress.com/2006/12/27/quick-shell-script-to-randomly-change-wallpapers/#comment-1867</link>
		<dc:creator>davcs86</dc:creator>
		<pubDate>Sun, 12 Jul 2009 23:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://arungoodboy.wordpress.com/2006/12/27/quick-shell-script-to-randomly-change-wallpapers/#comment-1867</guid>
		<description>Here&#039;s an alternative code, enjoy :)

#!/bin/bash
# script: background_updater.sh - bash version
# version 2009.7.12
# description: randomly replace gnome background with one from a directory
# credits: David Castillo Sanchez [mailto:davcs86@gmail.com]
# Notes: Compatible with Ubuntu Jaunty Jackalope, Linux 2.6.28-13 generic

bg_path=/home/desktopimages
extensions=&quot;jpg png gif jpeg&quot;
temp_bg_list=/tmp/bg_to_changelist

rm -f $temp_bg_list

for extension in $extensions
do
	find $bg_path -iregex &quot;.*.$extension&quot; &gt;&gt; &quot;$temp_bg_list&quot;
done


cnt=`wc -l &quot;$temp_bg_list&quot; &#124; cut -f1 -d&quot; &quot;`
con=`date +%s`
all_bgs=$((con % cnt));
selected_bg=`head -n$all_bgs &quot;$temp_bg_list&quot; &#124; tail -n1`

logger &quot;Changed desktop to: $selected_bg&quot;

gconftool-2 -t string -s /desktop/gnome/background/picture_filename &quot;$selected_bg&quot;
exit 0</description>
		<content:encoded><![CDATA[<p>Here&#8217;s an alternative code, enjoy <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>#!/bin/bash<br />
# script: background_updater.sh &#8211; bash version<br />
# version 2009.7.12<br />
# description: randomly replace gnome background with one from a directory<br />
# credits: David Castillo Sanchez [mailto:davcs86@gmail.com]<br />
# Notes: Compatible with Ubuntu Jaunty Jackalope, Linux 2.6.28-13 generic</p>
<p>bg_path=/home/desktopimages<br />
extensions=&#8221;jpg png gif jpeg&#8221;<br />
temp_bg_list=/tmp/bg_to_changelist</p>
<p>rm -f $temp_bg_list</p>
<p>for extension in $extensions<br />
do<br />
	find $bg_path -iregex &#8220;.*.$extension&#8221; &gt;&gt; &#8220;$temp_bg_list&#8221;<br />
done</p>
<p>cnt=`wc -l &#8220;$temp_bg_list&#8221; | cut -f1 -d&#8221; &#8220;`<br />
con=`date +%s`<br />
all_bgs=$((con % cnt));<br />
selected_bg=`head -n$all_bgs &#8220;$temp_bg_list&#8221; | tail -n1`</p>
<p>logger &#8220;Changed desktop to: $selected_bg&#8221;</p>
<p>gconftool-2 -t string -s /desktop/gnome/background/picture_filename &#8220;$selected_bg&#8221;<br />
exit 0</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My current favourite windowmanager: Ion3 by Phrenetical</title>
		<link>http://arungoodboy.wordpress.com/2007/04/04/my-current-favourite-windowmanager-ion3/#comment-1863</link>
		<dc:creator>Phrenetical</dc:creator>
		<pubDate>Thu, 19 Jun 2008 12:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://arungoodboy.wordpress.com/2007/04/04/my-current-favourite-windowmanager-ion3/#comment-1863</guid>
		<description>Somehow i missed the point. Probably lost in translation :) Anyway ... nice blog to visit.

cheers, Phrenetical!!</description>
		<content:encoded><![CDATA[<p>Somehow i missed the point. Probably lost in translation <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Anyway &#8230; nice blog to visit.</p>
<p>cheers, Phrenetical!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My current favourite windowmanager: Ion3 by Joshu</title>
		<link>http://arungoodboy.wordpress.com/2007/04/04/my-current-favourite-windowmanager-ion3/#comment-1799</link>
		<dc:creator>Joshu</dc:creator>
		<pubDate>Wed, 17 Oct 2007 17:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://arungoodboy.wordpress.com/2007/04/04/my-current-favourite-windowmanager-ion3/#comment-1799</guid>
		<description>Ion is, for sure, my favourite WM. Its really fast, and its way more flexible then DWM, its less buggy and generally smarter then WMII, and more attractive then Ratpoison. /love</description>
		<content:encoded><![CDATA[<p>Ion is, for sure, my favourite WM. Its really fast, and its way more flexible then DWM, its less buggy and generally smarter then WMII, and more attractive then Ratpoison. /love</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Managing my mess of bookmarks (Part II) by arungoodboy</title>
		<link>http://arungoodboy.wordpress.com/2007/01/02/managing-my-mess-of-bookmarks-part-ii/#comment-1338</link>
		<dc:creator>arungoodboy</dc:creator>
		<pubDate>Thu, 14 Jun 2007 14:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://arungoodboy.wordpress.com/2007/01/02/managing-my-mess-of-bookmarks-part-ii/#comment-1338</guid>
		<description>yes, furl is pretty neat, but I just seemed to find myself using blinklist more and more over time :)
Across non-firefox browsers, I think the best bet is one of the online bookmarking sites. You have a personal website don&#039;t you? Maybe you could try maintaining a bookmarks.html there, and possibly doing a diff at regular intervals with the local copies, and sync&#039;ing them up whenever a change is noticed..? (something like that, this is just off the top of my head)</description>
		<content:encoded><![CDATA[<p>yes, furl is pretty neat, but I just seemed to find myself using blinklist more and more over time <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Across non-firefox browsers, I think the best bet is one of the online bookmarking sites. You have a personal website don&#8217;t you? Maybe you could try maintaining a bookmarks.html there, and possibly doing a diff at regular intervals with the local copies, and sync&#8217;ing them up whenever a change is noticed..? (something like that, this is just off the top of my head)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Managing my mess of bookmarks (Part II) by natasha</title>
		<link>http://arungoodboy.wordpress.com/2007/01/02/managing-my-mess-of-bookmarks-part-ii/#comment-1337</link>
		<dc:creator>natasha</dc:creator>
		<pubDate>Thu, 14 Jun 2007 13:22:05 +0000</pubDate>
		<guid isPermaLink="false">http://arungoodboy.wordpress.com/2007/01/02/managing-my-mess-of-bookmarks-part-ii/#comment-1337</guid>
		<description>oh, and im on gnome, so I tried epiphany before konquerer...</description>
		<content:encoded><![CDATA[<p>oh, and im on gnome, so I tried epiphany before konquerer&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
