<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>Judebert.com (Entries tagged as linux)</title>
    <link>http://judebert.com/progress/</link>
    <description>Progress Report</description>
    <dc:language>en</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:judebert@judebert.com" />
    <generator>Serendipity 1.6.2 - http://www.s9y.org/</generator>
    <managingEditor>judebert@judebert.com</managingEditor>

    <image>
        <url>http://www.judebert.com/progress/judebert.gif</url>
        <title>RSS: Judebert.com - Progress Report</title>
        <link>http://judebert.com/progress/</link>
        <width>100</width>
        <height>100</height>
    </image>

<item>
    <title>Neat RTS: Quantum</title>
    <link>http://judebert.com/progress/archives/346-Neat-RTS-Quantum.html</link>
            <category>Web Activities</category>
    
    <comments>http://judebert.com/progress/archives/346-Neat-RTS-Quantum.html#comments</comments>
    <wfw:comment>http://judebert.com/progress/wfwcomment.php?cid=346</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://judebert.com/progress/rss.php?version=2.0&amp;type=comments&amp;cid=346</wfw:commentRss>
    

    <author>judebert@judebert.com (Judebert)</author>
    <content:encoded>
    &lt;p&gt;
&lt;a href=&quot;http://apistudios.com/hosted/marzec/quantum&quot;&gt;Quantum is a really neat RTS game&lt;/a&gt; that I found while perusing &lt;a href=&quot;http://www.happypenguin.org/&quot;&gt;The Linux Game Tome&lt;/a&gt;.  Don&#039;t be put off by the name of the repository: the game runs equally well on Linux, Mac, and Windows, because it&#039;s programmed in Java.  Don&#039;t be put off by the programming language, either: it starts and runs quite quickly.
&lt;/p&gt;&lt;p&gt;
I recommend using the &lt;a href=&quot;http://apiservers.com/hosted/marzec/quantum/quantum-webstart.php&quot;&gt;Quantum webstart link&lt;/a&gt;, since you&#039;ll not only get the up-to-date version, but libraries that are appropriate for your system, too.  (This is practically necessary if you run on a 64-bit Linux machine.)
&lt;/p&gt;&lt;p&gt;
There&#039;s no documentation, so I&#039;m writing my own.  Read on for my Quantum strategy guide.
&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://judebert.com/progress/archives/346-Neat-RTS-Quantum.html#extended&quot;&gt;Continue reading &quot;Neat RTS: Quantum&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Mon, 27 Apr 2009 17:39:00 -0400</pubDate>
    <guid isPermaLink="false">http://judebert.com/progress/archives/346-guid.html</guid>
    <category>games</category>
<category>linux</category>
<category>rts</category>

</item>
<item>
    <title>Alpha Geek Learns Python for Star Wars XScreenSaver</title>
    <link>http://judebert.com/progress/archives/279-Alpha-Geek-Learns-Python-for-Star-Wars-XScreenSaver.html</link>
            <category>Web Activities</category>
    
    <comments>http://judebert.com/progress/archives/279-Alpha-Geek-Learns-Python-for-Star-Wars-XScreenSaver.html#comments</comments>
    <wfw:comment>http://judebert.com/progress/wfwcomment.php?cid=279</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://judebert.com/progress/rss.php?version=2.0&amp;type=comments&amp;cid=279</wfw:commentRss>
    

    <author>judebert@judebert.com (Judebert)</author>
    <content:encoded>
    &lt;p&gt;My work computer is pretty restricted.  I don&#039;t get &lt;b&gt;any&lt;/b&gt; admin privileges at all.  This is occasionally a real problem, like when I need something for development.  But usually it&#039;s only a pain; although my browser&#039;s Java plugin only supports 1.4, I can&#039;t imagine a business case when I need a better one; after all, we&#039;re developing a real application, not an applet.
&lt;/p&gt;&lt;p&gt;
One such pain is the text in XScreenSaver.  It&#039;s using &lt;code&gt;uptime&lt;/code&gt; to provide text for the Star Wars screensaver and similar text-based modules, which is just boring.  I&#039;m allowed to specify a command that will produce text output, like &lt;code&gt;fortune&lt;/code&gt;, but I&#039;d like to get an RSS feed.  And since xscreensaver-text isn&#039;t installed, all I can use is elinks, which puts raw HTML in the output.
&lt;/p&gt;&lt;p&gt;
So, being the Alpha Geek, I learned enough Python to read a feed.  It&#039;s installed by default, but the &lt;a href=&quot;http://www.feedparser.org/&quot;&gt;Universal Feed Parser&lt;/a&gt; isn&#039;t.  I had to figure out how to manipulate the module search path, read the arguments, and traverse and combine lists and dictionaries.  No biggie.  The source to my python &quot;screenfeed&quot; script is available if you read more.
&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://judebert.com/progress/archives/279-Alpha-Geek-Learns-Python-for-Star-Wars-XScreenSaver.html#extended&quot;&gt;Continue reading &quot;Alpha Geek Learns Python for Star Wars XScreenSaver&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Wed, 17 Sep 2008 10:06:38 -0400</pubDate>
    <guid isPermaLink="false">http://judebert.com/progress/archives/279-guid.html</guid>
    <category>linux</category>
<category>python</category>
<category>scripting</category>

</item>
<item>
    <title>Better Passwords for My Kids</title>
    <link>http://judebert.com/progress/archives/142-Better-Passwords-for-My-Kids.html</link>
            <category>Family</category>
    
    <comments>http://judebert.com/progress/archives/142-Better-Passwords-for-My-Kids.html#comments</comments>
    <wfw:comment>http://judebert.com/progress/wfwcomment.php?cid=142</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://judebert.com/progress/rss.php?version=2.0&amp;type=comments&amp;cid=142</wfw:commentRss>
    

    <author>judebert@judebert.com (Judebert)</author>
    <content:encoded>
    &lt;P&gt;Melissa asked me for her own account on my computer a few days ago.  This is significant to a geek such as myself, because I run an almost-exclusively Linux box.  I asked her why, and she said she likes some of the programs on my computer, and she wants her own account.
&lt;/P&gt;&lt;P&gt;
When I asked why the family-access account wasn&#039;t good enough, she said that Tatiana has her own account, and she&#039;d like to be able to have her own stuff, just like Tatiana.  I interpreted this to mean not just desktop preferences, but also private content.  This led to a discussion of computer privacy, and therefore directly to passwords.
&lt;/P&gt; &lt;br /&gt;&lt;a href=&quot;http://judebert.com/progress/archives/142-Better-Passwords-for-My-Kids.html#extended&quot;&gt;Continue reading &quot;Better Passwords for My Kids&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 29 May 2007 14:36:03 -0400</pubDate>
    <guid isPermaLink="false">http://judebert.com/progress/archives/142-guid.html</guid>
    <category>linux</category>

</item>

</channel>
</rss>