25 Jun 2003 (updated 25 Jun 2003 at 11:42 UTC) »
I'm the release manager of Twisted these days; It's still what I consider my "main project".
I never did finish any of those game projects I started. One of these days.
I'll see if I can't scratch up some material for an article. Programming languages? Web apps? Stuffy academic design crap? We'll see.
16 Jan 2001 (updated 16 Jan 2001 at 02:48 UTC) »
you don't have photo ID. It was a little late for that.
It gets better. I lost the ticket that I'm supposed to
present at the test center for admission. Since I don't have
that, I can't reschedule the test for another date for even
a small fee.. I have to register all over again, paying the
full amount. Oh, and yes, there's even more. The deadline
for signing up for the next test on December 12 is passed,
and I have to pay a late fee to get in.
So, let's summarize: Didn't go to prep courses: slacker. No
photo ID: retard. No phsyical description: slacker (never
got around to getting one from school). Lost SAT ticket: retard.
I feel so good about myself right now.
29 Oct 2000 (updated 29 Oct 2000 at 06:56 UTC) »
FreeBSD
I installed FreeBSD last night, accidentally overwriting
my Debian /usr partition, but I'm not too disappointed,
because this is turning out to be quite nice. I've installed
bunches of applications with Ports, and I'm having a ball.
Although I have a few gripes. It took me quite a while to
figure out how to update the skeletons in ports, and I'm a
debian user, so I'm used to things like apt-get
update. After finding some 3rd party
documentation, and a little bit of tweaking around, I
figured out how to update the skeleton. Also, the Makefile
in /usr/ports really needs some work in the 'update' rule.
It doesn't check to see if $SUP or $SUPFLAGS are defined,
and it tries to run
$(SUP) $(SUPFLAGS)
$(PORTSSUPFILE).
This is obviously bad, because I
had no
idea that I needed to define $SUP and $SUPFLAGS from the
error messages I got (It was trying to execute
$PORTSSUPFILE). I think I may submit a patch that
helps out with the usability of this Makefile. Maybe check
for $SUP(FLAGS), and if they're not defined, use default
values, and if the 'cvsup' command isn't on the system,
recommend that the user install the cvsup-bin port.
I also had a few more ideas for contributions. A set of
update scripts that updated each different ports tree with a
different 'cvsup' command. This would require writing (or
generating on-the-fly) several different supfiles, one for
each ports category.
My other idea was to write a script that upgrades all
currently installed software if there is a new version in
the ports skeleton tree. I have to figure out the system a
little better before I tackle that one, though. Oh, and if
any of this stuff has been implemented already, please
someone let me (carmstro)
know. :)
Other than these few problems I've had so far, I must say I've been quite pleased with FreeBSD so far. It's a much more "integrated" system than most Linux distributions, even moreso than Debian, at least in my first impression. We'll see if that impression lasts long, though.
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
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!