Older blog entries for lynx (starting at number 2)

SQL Suckz!!!
>:\

11 Feb 2004 (updated 11 Feb 2004 at 19:33 UTC) »

Doh!, playing with my desktop I found the follow C program to make an autologin:

#include <unistd.h>
main() {
 execlp( "login", "login", "-f", "username", 0);
}

Where: ``username'' is your system username
yeah, it works, maybe you will need to add it to /etc/rc.local.

This could help you if you need to login automatically
oh... certain! I have an OpenBSD based project in mind! (;

11 Feb 2004 (updated 11 Feb 2004 at 19:23 UTC) »

yeah, I'm alive,
I have been working last in the Gerardo Santana OpenBSD binpatches project; currently I create the binpatches for the sparc64 platform ;)

OpenBSD 3.4 sparc64 binpatches
OpenBSD 3.3 sparc64 binpatches

oh, maybe a day we have: binpatch_add(1)... >;)
I'm sorry friends, but the work eat long time...

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!