<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:wfw="http://wellformedweb.org/CommentAPI/"
     >
  <channel>
    <title>byronc bits</title>
    <link>http://byron.theclarkfamily.name/blog</link>
    <description>breaking old technology, one bit at a time</description>
    <pubDate>Fri, 04 Jun 2010 03:12:24 GMT</pubDate>
    <generator>Blogofile</generator>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <item>
      <title>gnome-screensaver and alternative window managers</title>
      <link>http://byron.theclarkfamily.name/blog/2009/06/30/gnome-screensaver-and-alternative-window-managers</link>
      <pubDate>Tue, 30 Jun 2009 22:15:18 MDT</pubDate>
      <category><![CDATA[psa]]></category>
      <guid isPermaLink="true">http://byron.theclarkfamily.name/blog/2009/06/30/gnome-screensaver-and-alternative-window-managers</guid>
      <description>gnome-screensaver and alternative window managers</description>
      <content:encoded><![CDATA[<p>I've been using gnome-screensaver with <a href="http://awesome.naquadah.org/">awesome</a>
   for a while without any problems.  Unfortunately that all came to an end when
   GNOME 2.26 hit Debian Sid last week.  Just so that no-one else has to dig for
   this, gnome-screensaver now uses gnome-session to determine idle time.
   gnome-screensaver will run without gnome-session, but the screensaver and
   locking mechanism will never kick in.  Fortunately, there is an easy fix.  I changed
   my
</p>
<pre><code>gnome-power-manager &amp;
</code></pre><p>line to
</p>
<pre><code>gnome-session &amp;
</code></pre><p>in <code>~/.xsession</code> and everything works now.
</p>]]></content:encoded>
    </item>
    <item>
      <title>pcapy</title>
      <link>http://byron.theclarkfamily.name/blog/2009/05/21/pcapy</link>
      <pubDate>Thu, 21 May 2009 09:21:35 MDT</pubDate>
      <category><![CDATA[python]]></category>
      <category><![CDATA[psa]]></category>
      <guid isPermaLink="true">http://byron.theclarkfamily.name/blog/2009/05/21/pcapy</guid>
      <description>pcapy</description>
      <content:encoded><![CDATA[<p>So, <a href="http://oss.coresecurity.com/projects/pcapy.html">pcapy</a> is a great, simple
   library to interface with libpcap.  It works well for reading live packets and
   dump files.  There's only one problem: there is no way to modify or create a
   <code>struct pcap_header</code> from Python code.  So there's really no way to add data to
   the packets and add them to a dump file.
</p>]]></content:encoded>
    </item>
  </channel>
</rss>
