<?xml version="1.0"?>
<rss version="2.0.">
  <channel>
    <title>Advogato blog for dlc</title>
    <link>http://www.advogato.org/person/dlc/</link>
    <description>Advogato blog for dlc</description>
    <language>en-us</language>
    <generator>mod_virgule</generator>
    <pubDate>Fri, 25 Jul 2008 04:15:26 GMT</pubDate>
    <item>
      <pubDate>Tue, 21 Nov 2000 12:07:45 GMT</pubDate>
      <title>21 Nov 2000</title>
      <link>http://www.advogato.org/person/dlc/diary.html?start=4</link>
      <guid>http://www.advogato.org/person/dlc/diary.html?start=4</guid>
      <description>&lt;p&gt;&lt;strong&gt;bashlib, 0.2&lt;/strong&gt;
&lt;blockquote&gt;
I'm getting ready to release another version of &lt;a
href="/proj/bashlib"&gt;bashlib&lt;/a&gt; (finally). This one will
feature an actual API (no more messing with environment
variables), modeled (more or less) on the interface to
Perl's CGI module.
&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;Other projects: WebMail in Perl&lt;/strong&gt;
&lt;blockquote&gt;
I've had trouble finding a good, solid, &lt;em&gt;extensible&lt;/em&gt;
web-based
mail client, written in Perl, that I'm 100% happy with. Too
many are written in PHP -- I don't have a problem with
PHP, but I'm a Perl programmer. I think it's a little silly
to learn the ins and outs of a new language just for one
application (I have no real interest in PHP, for the most
part. I've found that everything PHP can do can be done in
&lt;a
href="http://www.template-toolkit.com/"&gt;Template Toolkit&lt;/a&gt;
under &lt;a href="http://perl.apache.org/" &gt;mod_perl&lt;/a&gt;, and
faster too.) My
employer is looking to possibly offer free web-based mail
soon, so it looks like there may be the possibility that I
will be writing one soon. It will probably be written with a
database backend, and completely templatized (via Template
Toolkit).
&lt;/blockquote&gt;
:wq</description>
    </item>
    <item>
      <pubDate>Thu, 21 Sep 2000 15:53:21 GMT</pubDate>
      <title>21 Sep 2000</title>
      <link>http://www.advogato.org/person/dlc/diary.html?start=3</link>
      <guid>http://www.advogato.org/person/dlc/diary.html?start=3</guid>
      <description>&lt;p&gt;&lt;strong&gt;slackware 7.1&lt;/strong&gt;
&lt;blockquote&gt;It was inevitable, I suppose -- I started with
&lt;a
href="http://www.slackware.org/"&gt;Slackware&lt;/a&gt; GNU/Linux
four years ago, and I've come back to it now. I must
installed Slackware 7.1 on my laptop (I clobbered Debian
2.2 to do it), and I'm pretty happy with it. Almost every
disctribution that I've tried has required that I install
additional packages to get things like VIM to build (I like
to embed Perl in my VIM, so I always need to rebuild it when
I setup a new machine), but with Slackware, it worked right
away, with the default install. Sweeet.&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;packaging systems, and reading code&lt;/strong&gt;
&lt;blockquote&gt;All the talk lately of packaging systems got me
thinking
about them, and, of the three that I have used (rpm, deb,
and slackware's tgz), I have to say that I prefer the
slackware style tarballs. This is mainly, I believe,
because I like to handle dependencies manually; I have a
terrible habit of trying to read through the code for
everything I install (or as much as is
reasonable). This is one of the reasons that binary
distributions of &lt;em&gt;anything&lt;/em&gt; annoy me; I think that
any packaging system "standard" should mandate the inclusion
of source code as part of the package. Binaries go into
&lt;tt&gt;/usr/bin&lt;/tt&gt;, man pages into &lt;tt&gt;/usr/man&lt;/tt&gt;, source
into
&lt;tt&gt;/usr/src&lt;/tt&gt;.&lt;/blockquote&gt;
&lt;p&gt;:wq</description>
    </item>
    <item>
      <pubDate>Wed, 20 Sep 2000 02:07:31 GMT</pubDate>
      <title>20 Sep 2000</title>
      <link>http://www.advogato.org/person/dlc/diary.html?start=2</link>
      <guid>http://www.advogato.org/person/dlc/diary.html?start=2</guid>
      <description>&lt;p&gt;&lt;strong&gt;ActiveState&lt;/strong&gt;&lt;blockquote&gt;I have to hand it
to ActiveState -- I think they've done a pretty 
good job 
packaging up Perl into ActivePerl. I just 
grabbed and installed the latest build for my wife's Win95
box, and I'm pretty impressed. I even went so far as to 
download the .deb of 5.6.0 for my Potato box, and I'm really
quite impressed. They've done a good job of 
packaging 
many of the groovier modules, like libnet and libwww, and
the XML::Parser stuff, and they've come a 
&lt;em&gt;long&lt;/em&gt; way since the 500 versions, which were the
last ActivePerls I used regularly.&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;Writing&lt;/strong&gt;&lt;blockquote&gt;I've been trying my
hand at writing lately; I just finished an article 
about &lt;a href="http://sevenroot.org/articles/How_To_Build_The_Apache_Of_Your_Dreams.html" &gt;compiling 
Apache&lt;/a&gt;, and the various 
standard modules. I am currently writing an article about
using Perl to do interesting things with the RSS files that 
everyone and their mother seems to be publishing nowadays
(have you seen &lt;a href="http://www.geekboys.com/" &gt;GeekBoys&lt;/a&gt;?). Here's a
hint -- it will involve Perl, XML::RSS, and 
DBI/DBD::mysql. I think it's coming along nicely. Hopefully
I'll be able to post a draft on Advogato, if I get certified 
as something other than an Observer soon. It is based on a
few modules and scripts that I use on my own box, 
but 
cleaned up and de-idiosyncratized (is that a word? Is that
even a concept?) so they will be readable and usable by 
someone other than me.&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;bashlib&lt;/strong&gt;&lt;blockquote&gt;I realized yesterday
that one of the key things &lt;a href="http://www.advogato.org/proj/bashlib/" &gt;bashlib&lt;/a&gt; is missing is a templating 
system. Well, other than a usable API, the main thing it's
missing is a tem-- oh yeah, it's also missing users. But 
of the three main things that bashlib is missing, a way to
implement a templating system occured to me last 
night. 
It mostly awk, and a little bit sed. I wonder, has anyone
else done anything like this, using common shell tools? I 
haven't to date been able to find anything on the web. Or
should I take that as a hint...?&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;bashdot&lt;/strong&gt;&lt;blockquote&gt;The idea for bashlib
arose out of a pissing contest at work (we 
take turns coming up with the most off the wall 
ideas we can, and then try to implement them); I won this
one, by declaring I was going to rewrite Slashdot in 
bash, and call it &lt;strong&gt;bashdot&lt;/strong&gt;. (This was right
after the first release version (0.9) of the &lt;a href="http://www.slashcode.com/" &gt;Slash code&lt;/a&gt;, and, since
we are all Perl programmers, we were a little (!) 
disgusted with it.) Any large scale project needs libraries,
of course, and so bashlib was born. In time, bashlib 
may 
evolve into bashdot, but I, for one, and not holding my
breath.&lt;/blockquote&gt;
&lt;p&gt;&lt;strong&gt;Happy Birthday, Casey!&lt;/strong&gt;&lt;blockquote&gt;On a
personal note, my son turns 1 year old 
today (Wednesday). Happy birthday, Casey! Daddy loves
you!&lt;/blockquote&gt;</description>
    </item>
    <item>
      <pubDate>Tue, 19 Sep 2000 13:23:53 GMT</pubDate>
      <title>19 Sep 2000</title>
      <link>http://www.advogato.org/person/dlc/diary.html?start=1</link>
      <guid>http://www.advogato.org/person/dlc/diary.html?start=1</guid>
      <description>&lt;p&gt;I noticed that a slew of debian developers joined
recently. I wonder what happened that they all took notice
of Advogato at once?</description>
    </item>
    <item>
      <pubDate>Tue, 19 Sep 2000 02:50:10 GMT</pubDate>
      <title>19 Sep 2000</title>
      <link>http://www.advogato.org/person/dlc/diary.html?start=0</link>
      <guid>http://www.advogato.org/person/dlc/diary.html?start=0</guid>
      <description>&lt;p&gt;First diary entry; I don't know what to say. I guess I'll just talk about what I've been doing at work, and use 
that as an introduction.
&lt;p&gt;I spent a few weeks writing a Perl module to do threaded discussions, which runs as a subrequest under 
Apache/mod_perl with a mysql backend. It came together very well, under 1000 lines of code, including the 
web-based administration interface, all the templates (Template Toolkit), and more documentation that the code 
warrants. 
But 
the higher-ups decided against 
using it -- we're going to go with a separate product, made by &lt;a href="http://www.abuzz.com/" &gt;another 
company&lt;/a&gt; that we happen to own, so now I 
have all this code, just waiting to be used. I am waiting for the go ahead to Open Source it; it's already been 
discussed, in passing, and is probably going to happen soon. Now all I need is a name for it...
&lt;p&gt;I installed &lt;a href="http://www.openbsd.org/" &gt;OpenBSD&lt;/a&gt; 2.7 for the first time the other day, on a Sparc 4. 
It went surprisingly well; I was expecting 
some difficulties, and had none. The problems arose after the install was completed, and the machine was up and 
running -- there are many fewer ports available for OpenBSD on sparc than there are for OpenBSD on other 
architecures. It ran quite well, despite its older processor. It does have 128 Megs of RAM, which I'm sure helped 
quite a bit. The only thing that was slow enough to worry me was the key generation on the initial boot.
&lt;p&gt;Normally a lack of prepackaged applications wouldn't be a problem for me (I'm not afraid of my compiler), but 
the packages I wanted to install (vim 5.7, specifically) was giving me many problems (they looked like problems 
with the curses library, but I haven't followed up on them yet). I have yet to begin looking for the answer; with 
any luck, its a well-known one. Once I get it to compile, I'll see about contributing the port back to OpenBSD.
&lt;p&gt;I've been neglecting my other projects, especially &lt;a href="http://www.advogato.org/proj/bashlib/" &gt;bashlib&lt;/a&gt; (a cgi 
library written in bash). My plans for the immediate future include doing an update to the bashlib code -- I want to 
add an API, rather than just make the user play with raw environment variables. Perhaps some HTML generation 
routines, in a separate source file.</description>
    </item>
  </channel>
</rss>
