<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>Advogato blog for mochel</title>
    <link>http://www.advogato.org/person/mochel/</link>
    <description>Advogato blog for mochel</description>
    <language>en-us</language>
    <generator>mod_virgule</generator>
    <pubDate>Tue, 7 Oct 2008 06:16:35 GMT</pubDate>
    <item>
      <pubDate>Tue, 14 Jan 2003 01:34:37 GMT</pubDate>
      <title>14 Jan 2003</title>
      <link>http://www.advogato.org/person/mochel/diary.html?start=1</link>
      <guid>http://www.advogato.org/person/mochel/diary.html?start=1</guid>
      <description>Well, a month later, and I decided to write to myself again. Once a month ain't bad. People shouldn't think that I'm that crazy for writing to myself once a month.&lt;br&gt;

&lt;p&gt; I'm not really sure what I have to say today. My life is currently all about the 2.6 kernel and managing deadlines for various conferences. &lt;br&gt; 

&lt;p&gt; The code freeze for 2.5 is looming. I don't really care. I have all necessary changes in. At least, I think I do. I suppose something could come up, but I'll deal with that if/when it happens. The last fews cleared up the last of my pending changes: I finally shrank the sysfs methods so that attributes may look like 
&lt;pre&gt;
struct device_attribute {
        struct attribute        attr;
        ssize_t (*show)(struct device * dev, char * buf);
        ssize_t (*store)(struct device * dev, const char * buf, size_t count);
};
&lt;/pre&gt;

&lt;p&gt; &lt;br&gt;
It was somewhat of a PITA, as I initially removed the 'size_t count' parameter from the store() methods, and Linus pulled while telling me it was bad interface. 'Well duh, of course it is,' I thought. So, I had to re-fixup all the implementors. Ugh. &lt;br&gt;

&lt;p&gt; I leave for sunny Australia in three days. I can't wait to be someplace above freezing. &lt;br&gt;

&lt;p&gt; Speaking of freezing my cute little buns off, I found this &lt;a href="http://www.ag.uiuc.edu/~disaster/winter/ws_chill.html" &gt; chart of wind chill&lt;/a&gt; the other day. &lt;br&gt;

&lt;p&gt; The deadline for OLS paper proposals is coming soon (in two days). I need to figure out something to talk about. Or, decide to talk with Greg. Blah. &lt;br&gt;

</description>
    </item>
    <item>
      <pubDate>Tue, 10 Dec 2002 20:51:21 GMT</pubDate>
      <title>10 Dec 2002</title>
      <link>http://www.advogato.org/person/mochel/diary.html?start=0</link>
      <guid>http://www.advogato.org/person/mochel/diary.html?start=0</guid>
      <description>After several years of having this account and never doing anything with it, I decided that today was a fine day to start using it. &lt;br&gt;

&lt;p&gt; I'm not a big fan of diaries, as I feel like I'm wrting to myself. I talk to myself enough as it is, writing it just seems weird..&lt;br&gt;

&lt;p&gt; Today is another cold, sunny day in Springfield, IL. It is warming up, and should only get down to 27 tonight.&lt;br&gt;

&lt;p&gt; I'm working on a paper for the &lt;a href="http://linux.conf.au" &gt; Australian Linux Conference&lt;/a&gt; on the Linux Kernel driver model work that has taken over my life, er I mean, that I've been working on for the last 1.5 years. So far, it's a 36 page Masterpiece, with 4 days to review, revise, rewrite and submit it. The current draft can be found on 
&lt;a href="http://kernel.org/pub/linux/kernel/people/mochel/doc/lca-draft.sxw" &gt;
kernel.org.&lt;/a&gt; It's in Star Office format. &lt;br&gt;

</description>
    </item>
  </channel>
</rss>
