17 Mar 2001 jbowman   » (Journeyer)

*yawn* A nice, lazy weekend is truly something that is underappreciated, I think. Lots of progress on getting spinwebd up and running at work this week. I need to spend some time holed up with the documentation for Perl modules and Exporter at some point so I can do things a bit more 'properly'. Otherwise, we're looking at putting spinwebd into official production here this week (hopefully) or at the latest next week. Once that happens, I'll go over my code a few more times to make sure the darn thing is easy to configure and isn't using the insane settings we need to use at work due to the arrangement of our web architecture. suso did a nice job putting it together, but trying to span multiple servers of users with a single utility has all sorts of nifty little implications... :)

voltron's been busily hacking away at ithought, which seems a bit cleaner now. Unfortunately, it requires libxml2, which is surprisingly difficult to come by RPM-wise. RedHat's still floating around at 1.8.10, the "official" RPMs linked to off the libxml homepage don't exist, and the only reference ot them on rpmfind is to the Caldera Technology Preview from a year ago, and the source RPMs are b0rked. Looks like I may have to whip out those l33t rpm-building skillz I've been working on... *laugh*

Speaking of RPM, ahosey and I were discussing some problems he was having with a broken source RPM this week, and he asked how in the world getting a completely thrashed source RPM was possible (in this case, the Makefile was broken so that files were being installed in horribly incorrect locations and not in the temporary directory RPM uses for building the RPM). I pointed out the "-bs" flag, which is used to build _only_ the source RPM and does none of the actual processing the man page for RPM says it does. All -bs does is take a specfile, a tarball, and whatever patches you've specified and throws them together into a source RPM without bothering to do any processing or checking first. So, you could theoretically build a source RPM of the kernel with a 0-byte kernel source tarball in place of what's supposed to be there. Some interesting discussion ensued therein, with many cries of "That's _wrong_!" to be heard, with the general conclusion being that the "-bs" flag is, well, exactly it's namesake. :)

Caugh Denis Leary's new series (on ABC I think...) called "The Job". As a big Denis Leary fan, I was _really_ looking forward to seeing this, as it appeared to be tailor-made for him from the commercials. I was definitely not disappointed, as I spent almost the entire show laughing my ass off. Now I'm left hoping that it'll be a hit with more, hmm..., "normal" people than I so that it'll stay on TV for a nice long time.

[ "They've got a pitch and a proposal
The run-around might be a better term for it."
]

Latest blog entries     Older blog 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!