Older blog entries for dmerrill (starting at number 112)

31 Oct 2002 (updated 31 Oct 2002 at 22:42 UTC) »
jfleck:

"david merrill is capable of churning out the yardage"

and

"linux documentation project is the place you should go when you someone tells you to rtfm"

but unfortunately,

"lampadas is a bloody mess".

Of course, you know that.

http://www.googlism.com/index.htm?ism=david+merrill&type=1
http://www.googlism.com/index.htm?ism=linux+documentation+project&type=2
http://www.googlism.com/index.htm?ism=lampadas&type=2

Lampadas
As always, lots of time spent working on Lampadas. The last couple of weeks I've been doing some pretty sizable rearchitecture, implementing a much more OO approach. I didn't realize when I first started this project how nice Python's object support is.

It wasn't a good time to rearchitect. I was trying to finalize a release for the Gnome Documentation Project. However, the weight of cruft had accumulated to the point that it was taking forever to fix each bug or add each feature, so I was approaching a GDP release asymptotically. Something had to change.

Lampadas
Making great progress in Lampadas development. My refactoring project is paying off.

Terrorism
I don't remember where I found the link originally, but I read through A Real War on Terrorism by Robert Wright yesterday and today. Much of it makes sense, unlike mglazer and his knee-jerk responses, based on what seems to be an inability to see shades of gray. mglazer will, of course, misread this and call me a traitor or something. Whatever.

Faggots
Speaking of calling me things, somebody made a comment about "faggots" to me yesterday, not knowing I'm gay. That was worth a good laugh. I've never seen quite that exact shade of red before.

15 Sep 2002 (updated 15 Sep 2002 at 20:40 UTC) »

I've been doing a lot of code cleanup lately in Lampadas. The feature set is pretty complete as far as the meta-data management stuff, but have just a bit to finish.

Unfortunately, I have turned my attention to reworking several parts of the system, because they need to be more flexible. Make one to throw away and all that -- seems to apply in this case.

I've been rather driven by trying to get a beta out. Now that we are actually there, I don't feel as much time pressure, which means I also enjoy the work more. I can focus on the lower level system more and less on the UI and specific features.

Lampadas
The first real live Lampadas sites are up or going up. The home page, www.lampadas.org is running all the LDP documents as well as all Gnome documents in a database. The Gnome project is working on their own Lampadas database. The many hours of work on Lampadas are about to bear fruit.

We're finding lots of things that need tweaking, but that's not surprising during the first test rollout of a new system, especially a system as complex as Lampadas. Overall, it is shaping up very well. I'm happy. Life is good.

Lampadas
Installed and configured a Lampadas database (a temporary URL) to replace the LDPDB. Lampadas is not yet "finished" (not that it ever will be), but the meta-data capabilities are much better than the LDPDB ever was, and that's the immediate need at the LDP. The other stuff can be rolled out as it is completed, and it will be more solid for having been dog food.

And That's Not All! The Gnome Documentation Project is also ready to begin rolling out Lampadas on the same basis. Their DocTable has been b0rken for some time, so they really need something to help them coordinate their work.

It will be interesting to see what shortcomings of Lampadas are uncovered once these folks start actually using it for daily work.

The Joy of Certs
Certifying Bram boosted him up to Master certification. I don't know Bram personally, but he obviously knows his stuff and has more than earned a cert. So, bumping him up felt good.

Ill Health
Got very sick today. Very sick. Home from work waiting on a doctor to call me back right now, in fact.

Lampadas
My big project that I've been working on at various intensities for the past year (and based on what I did the year before that) is maturing into a beta candidate.

There's a test server running. Be aware that it is live code (not even committed to CVS!!!) that changes as I work and test my work. It goes up and down, especially when I'm working on a new feature or refactoring code. Stil, it almost always works. Only if you get the same error at a one hour interval should you consider it a real bug that I don't know about.

The test server has more information about the system, especially on the About Lampadas page.

Late night hacking run last night. I have to steal hours for Lampadas now that I'm gainfully employed again.

I rewrote the way Lampadas manages Makefiles, used when building the document output formats (text, html, omf from the sources (texinfo, wikitext, sgml, xml, text). I wound up writing a generic Makefile class, which simulates the behavior of `make` actually running a Makefile. I looked on python.org for a similar module, thinking surely someone had thought of this before, but nothing was to be found.

The benefit of this approach is that the user of the Python Makefile.py module can monitor what's going on and report success or failure and other pertinent data about the make process and each target in it.

Working out some kinks right now, but I made a lot of good progress so far. Hopefully I will wrap it up today, and Lampadas will have taken a big step forward.

I'm adding an asset management system to Request Tracker for my paid job. It's great getting paid to code FSS!

In my copious free time, I'm recoding the topic (or category) hierarchy for Lampadas. I had a hard-coded two-level system, which wound up falling short of the Gnome requirements. I'm recoding it to support arbitrary depth.

Now we really need to adjust ScrollKeeper categories so they will support both Gnome and the LDP, and other projects. Right now, ScrollKeeper's enforced topic hierarchy is heavily slanted towards Gnome. It's understandable, since it started as a Gnome project, but it will limit its usefulness if we cannot come up with a set of categories that handles documents from other sources equally well.

It seems there are several of us inked and/or pierced. I have a full back piece (about 11 hours in the chair for that one), and smaller pieces on both arms, plus a 0 gauge P.A. and a few other odd bits.

But I clean up real well for interviews. :-)

103 older entries...

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!