<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>Advogato blog for Adrian</title>
    <link>http://www.advogato.org/person/Adrian/</link>
    <description>Advogato blog for Adrian</description>
    <language>en-us</language>
    <generator>mod_virgule</generator>
    <pubDate>Sun, 7 Sep 2008 15:17:08 GMT</pubDate>
    <item>
      <pubDate>Wed, 5 Feb 2003 19:47:19 GMT</pubDate>
      <title>5 Feb 2003</title>
      <link>http://www.advogato.org/person/Adrian/diary.html?start=35</link>
      <guid>http://www.advogato.org/person/Adrian/diary.html?start=35</guid>
      <description>&lt;a href="http://www.advogato.org/person/follower/" &gt;follower&lt;/a&gt;: 
&lt;ul&gt;
Now thats an interesting idea...

&lt;p&gt; First thought would be to add the version of the
software into the hash as well. I keep meaning to
write a catchall uncaught exception handler that
displays the package then reraise the traceback
(so I don't have to ask people what version when
I get a random traceback).
&lt;p&gt;
Being able to do that, and also stamp the traceback
with an id could be very handy. Especially with
some bug-buddy/bugzilla/etc tweaking. 
&lt;p&gt;
Of course, double fun would be way to go from the
id to at least a rudimentary stack trace, but that
would probabaly cause a large id. &lt;p&gt;

&lt;p&gt; But I suspect you could do something like enumerating
all the methods, then just using that as the id, so
you could get something like 1.0.0-1:1-23-37-111
indicating a stack of method 1, method 23, etc...
&lt;p&gt;
Keep around a list of the enumerated methods, and
you could get a relatively useful idea where the
error is. The method name-&amp;gt; number list could be
autogenerated fairly easy I suspect.
&lt;p&gt;
Not sure how to handle anonymous methods and lambda's
and friends though... Could probabaly just enumerate
all the lambdas as well. Not perfect, but close enough.
&lt;p&gt;


&lt;p&gt; &lt;/ul&gt;</description>
    </item>
    <item>
      <pubDate>Thu, 23 Jan 2003 22:09:32 GMT</pubDate>
      <title>23 Jan 2003</title>
      <link>http://www.advogato.org/person/Adrian/diary.html?start=34</link>
      <guid>http://www.advogato.org/person/Adrian/diary.html?start=34</guid>
      <description>Haven't posted here in a long time. Don't do much
Open Source development outside of work anymore. 
Plenty of ideas for things, just lack of time. 

&lt;p&gt; Been spending alot of my limited free time recently
drawing lots of &lt;a href="http://adrian.gimp.org/doodle/gallery/" &gt;doodles&lt;/a&gt;.
Stare into them, and the secrets of life will be revealed.
If you look close, you can see a sailboat.
&lt;p&gt;
Red Hat Network stuff goes well. Though living in
two worlds (distro release schedule, and the web/server
side schedule) makes my brain hurt sometimes. Or it
could just be staring at RPM too much. &lt;p&gt;

&lt;p&gt; One day I'll get around to actually adding content
to &lt;a href="http://www.bluesoundofdeath.com" &gt;bluesoundofdeath.com&lt;/a&gt;.
Goal is a home for recordings of my random experiments in
making as much noise as possible. &lt;p&gt;

</description>
    </item>
    <item>
      <pubDate>Sat, 23 Mar 2002 04:07:00 GMT</pubDate>
      <title>23 Mar 2002</title>
      <link>http://www.advogato.org/person/Adrian/diary.html?start=33</link>
      <guid>http://www.advogato.org/person/Adrian/diary.html?start=33</guid>
      <description>xml-rpc interface: Very Nice.&lt;p&gt;&lt;b&gt;mwh:&lt;/b&gt; ooh, proxy support for xmlrpclib! Finally! Getting up2date to work properly with all the various proxies out there was quite an adventure, good to see it baked into 2.2.&lt;p&gt; Editing in place seems to work to some degree. Handy.&lt;p&gt;Doh. Spoke too soon, looks like ServerProxy isnt support for web proxies. How silly of me to think so. Guess I have to wait till Greg Stein's proxy and ssl mixins for httplib make it in.</description>
    </item>
    <item>
      <pubDate>Sat, 5 Jan 2002 21:14:33 GMT</pubDate>
      <title>5 Jan 2002</title>
      <link>http://www.advogato.org/person/Adrian/diary.html?start=32</link>
      <guid>http://www.advogato.org/person/Adrian/diary.html?start=32</guid>
      <description>&lt;a
href="http://www.foodtv.com/foodtv/episode/0,6283,EA1E12,00.html"&gt;Scrap
Iron Chef&lt;/a&gt;&lt;p&gt;

&lt;p&gt; Let the tivo'ing commence.&lt;p&gt;</description>
    </item>
    <item>
      <pubDate>Fri, 19 Oct 2001 23:20:39 GMT</pubDate>
      <title>19 Oct 2001</title>
      <link>http://www.advogato.org/person/Adrian/diary.html?start=31</link>
      <guid>http://www.advogato.org/person/Adrian/diary.html?start=31</guid>
      <description>You know what I love about weblogs? People can
say whatever random things they like and pretend
that they are correct. And maybe even that people
listen. You can even just make stuff up.
&lt;p&gt;

&lt;p&gt; In some ways, it's a lot like writing for Wired.
&lt;p&gt;


&lt;p&gt; More new stuff on the &lt;a
href="http://people.redhat.com/alikins/system_tuning.html"&gt;system
tuning&lt;/a&gt; page. apache mod_proxy useage, some tcp
tuning stuff, listenBacklog. But more importantly, I've
started trying to merge the info there to &lt;a href="http://
linuxperf.nl.linux.org" &gt;linuxperf.nl.linux.org&lt;/a&gt;. </description>
    </item>
    <item>
      <pubDate>Thu, 20 Sep 2001 00:16:30 GMT</pubDate>
      <title>20 Sep 2001</title>
      <link>http://www.advogato.org/person/Adrian/diary.html?start=30</link>
      <guid>http://www.advogato.org/person/Adrian/diary.html?start=30</guid>
      <description>Slowly getting back into the mood for coding again. Coming
off some deadlines, and then last week, kind of threw me
for a loop.&lt;p&gt;

&lt;p&gt; In the meantime, been updating my &lt;a
href="http://people.redhat.com/alikins/system_tuning.html"&gt;system
tuning&lt;/a&gt; page again. Added some info about NFS tuning,
disk io elevators, pty/ttys, and misc network settings.&lt;p&gt;

</description>
    </item>
    <item>
      <pubDate>Tue, 7 Aug 2001 18:38:18 GMT</pubDate>
      <title>7 Aug 2001</title>
      <link>http://www.advogato.org/person/Adrian/diary.html?start=29</link>
      <guid>http://www.advogato.org/person/Adrian/diary.html?start=29</guid>
      <description>Ever get in the mood for a pointless long diary update? I do.&lt;p&gt;

&lt;p&gt; &lt;a href="http://www.advogato.com/person/klevin/" &gt;klevin&lt;/a&gt;&lt;p&gt;
&lt;ul&gt;
fwiw, the sendmail change is documented in the RELEASE-NOTES
as:&lt;p&gt;
&lt;ul&gt;
Sendmail -- By default, sendmail does not accept network
connections
from any host other than the local computer.  If you want to
configure sendmail as a server for other clients, please edit
/etc/mail/sendmail.mc and change DAEMON_OPTIONS to also
listen on
network devices, or comment out this option all together. 
You will need to regenerate /etc/sendmail.cf by running:
&lt;p&gt;
&lt;ul&gt;
            m4 /etc/mail/sendmail.mc &amp;gt; /etc/sendmail.cf
&lt;/ul&gt;
      Note that you must have the sendmail-cf package
installed for this to
      work.
&lt;/ul&gt;
&lt;/ul&gt;

&lt;p&gt; &lt;p&gt;
&lt;b&gt;work&lt;/b&gt;
&lt;ul&gt; about the same I suppose. About to rename a handful
of machines in our qa and devel enviroments. Should be
interesting to see what all that breaks.&lt;/ul&gt;
&lt;p&gt;
&lt;b&gt;Life&lt;/b&gt;
&lt;ul&gt;
A couple of good friends of mine are all playing in bands
now, so I went to see them play again sunday night. They
somehow managed to have a barbeque and live music in a
public parking deck without anyone complaining. Weird. 
The fact they are in an excellent band doesnt hurt any
either. Slowly working on a website for them at
&lt;a href="http://www.japanairband.com" &gt;japanairband.com&lt;/a&gt;. 
So far using it as an excuse to try doing web content in
python ;-&amp;gt; Should probabaly start using 
&lt;a href="http://webware.sourceforge.net/" &gt;Webware&lt;/a&gt; at
some point.
&lt;p&gt;
It is way too hot outside&lt;p&gt;
&lt;/ul&gt;
&lt;b&gt;music&lt;/b&gt;
&lt;ul&gt;
Recent cd purchases:
&lt;ul&gt;
Nancy Griffith: Clock Without Hands&lt;br&gt;
Buckethead: Some where over the slaughterhouse&lt;br&gt;
Ministry: The Mind is a Terrible Thing to Taste&lt;br&gt;
Tony Levin: Waters of Eden&lt;br&gt;
&lt;/ul&gt;
&lt;p&gt;
All excellent
&lt;p&gt;
&lt;/ul&gt;
I warned you it was pointless.&lt;p&gt;
&lt;p&gt;


</description>
    </item>
    <item>
      <pubDate>Mon, 16 Jul 2001 21:32:06 GMT</pubDate>
      <title>16 Jul 2001</title>
      <link>http://www.advogato.org/person/Adrian/diary.html?start=28</link>
      <guid>http://www.advogato.org/person/Adrian/diary.html?start=28</guid>
      <description>Looks like some coworkers (
&lt;a href="http://www.advogato.com/person/taw" &gt;taw&lt;/a&gt;, 
&lt;a href="http://www.advogato.com/person/misa" &gt;misa&lt;/a&gt;),
have joined advogato. Of course &lt;a
href="http://www.advogato.com/person/cturner"&gt;cturner&lt;/a&gt;,
&lt;a href="http://www.advogato.com/person/DV" &gt;DV&lt;/a&gt;,
and &lt;a href="http://www.advogato.com/person/jbj" &gt;jbj&lt;/a&gt;
were already here.
&lt;p&gt;

&lt;p&gt; Work proceeds as normal. Lots of deadlines. Lots of
python coding. More and more SQL. More and more
pygtk/glade. &lt;p&gt;

&lt;p&gt; Progress continues on up2date. Spent most of last week
fixing a few dozen bugs in it, mostly minor thankfully.&lt;p&gt;

&lt;p&gt; Btw, if your writing python code and not using 
&lt;a href="http://pychecker.sourceforge.net" &gt;pychecker&lt;/a&gt;.
Run now and install it and run it on your code. Very handy.
I've taken to adding pychecker targets to our makefiles that
build python code. &lt;p&gt;

&lt;p&gt; Looks like the eternal package format wars continue. 
Software packageing is hard, lets go shopping.

&lt;p&gt; Went and saw &lt;a href="http://www.laketrout.com" &gt;Lake
Trout&lt;/a&gt; a few days ago. Highly recomended. Odd
crowd though. Apparently they were sort of a jazzy hippy
jam band at one point, but then got sort of electronic,
and then lots heavier. Seeing a crowd of about half
"hippies" doing that spinny dance thing to the encore of
"War Pigs" was interesting, to say the least. Great
show, made even better by the fact that my friends' band
"Japan Air" opened up and played well. &lt;p&gt;

&lt;p&gt; Also saw the movie "The Score". Not bad. A little
predictable, but okay. The "hacker" in the movie included
a stuffed penguin on his desk, and at some point was shown
typing away at a bash prompt after logging into a "linux
2.0.30" box. 2.0.30? Did they find a copy of 4.2 in a
timecapsule or something?

</description>
    </item>
    <item>
      <pubDate>Wed, 16 May 2001 22:35:38 GMT</pubDate>
      <title>16 May 2001</title>
      <link>http://www.advogato.org/person/Adrian/diary.html?start=27</link>
      <guid>http://www.advogato.org/person/Adrian/diary.html?start=27</guid>
      <description>A coworker brought in a five pound block of &lt;a
href="http://www.sillyputty.com"&gt;silly putty&lt;/a&gt;
&lt;p&gt;

&lt;p&gt; If you have ever been curious what five pounds of
silly putty looks like: &lt;a
href="http://adrian.gimp.org/sillyputty1.jpg"&gt;pic1&lt;/a&gt;,
&lt;a href="http://adrian.gimp.org/sillyputty2.jpg" &gt;pic2&lt;/a&gt;&lt;p&gt;

&lt;p&gt; I'm not if it was the cold I currently have, or the
silly putty that caused today to be mostly unproductive.&lt;p&gt;
</description>
    </item>
    <item>
      <pubDate>Mon, 23 Apr 2001 04:59:33 GMT</pubDate>
      <title>23 Apr 2001</title>
      <link>http://www.advogato.org/person/Adrian/diary.html?start=26</link>
      <guid>http://www.advogato.org/person/Adrian/diary.html?start=26</guid>
      <description>Slowly getting used to playing the &lt;a
href="http://www.stick.com"&gt;Chapman Stick&lt;/a&gt;.
It's both easier and harder to play than I expected.
Of course, being pretty much tone deaf doesnt help
any.&lt;p&gt;

&lt;p&gt; Speaking of being tone deaf, hacked around a bit
on &lt;a href="http://solfege.sourceforge.net/" &gt;GNU
Solfege&lt;/a&gt;. Mainly just to add support for Chapman
Stick in addition to the already existing
piano/guitar/base/accordian support. Need to submit
the patch here shortly.&lt;p&gt;

&lt;p&gt; Found a &lt;a
href="http://www.geocities.com/Heartland/2511/picard_levin.jpg"&gt;picture&lt;/a&gt;
of Patrick Stewart playing a modified
Chapman Stick in &lt;a
href="http://www.its.caltech.edu/~erich/baliset_scene.html"&gt;
Dune&lt;/a&gt;. Thats too many geek themes in one picture for
my poor little mind to handle.&lt;p&gt;


&lt;p&gt; &lt;a href="http://www.redhat.com/network" &gt;RHN&lt;/a&gt; is 
keeping me busy. Nice to see people actually using it.
I've actually used up2date to update a 6.2 box to
a 7.1 box just for kicks, and a couple 7.0-&amp;gt;7.1 upgrades.
Kind of nifty. Not really "supported" at the moment,
but interesting none the less.&lt;p&gt;

&lt;p&gt; Made the mistake of blindly buying a new "Sound Blaster 16"
sound card without reading the box with a cynical view. I
wanted a card with some degree of hardware midi support,
even if it did suck. Turns out the new "Sound Blaster 16" is
just
yet another relabled ess1371 card. Great. I'll add it to
the pile. Borrowed a SB awe32 for the time being. &lt;p&gt;



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