6 Nov 2000 Iain   » (Master)

WHER I END ND YU BEGIN

In a strange mood I signed up for a GBYE! mailing list. Maybe, just maybe it won't end up like the Radiohead one with me screaming at stupid Americans who just refused to even go anywhere near the point of what anyone else said. And maybe there won't be 100teenyboppers who decided to be "different" and support an "indie" band, and then proceeded to claim they wanted Thom's babies.

Libwvdial.so works! I am currently connected using my amazing 4 line C program.

int main (int argc, char **argv) {
WVDial *dial = wv_dial_new ("/etc/wvdial.conf", 0600, FALSE);
wv_dial_dial (dial);
while (1){ wv_dial_select (dial, 100, -1, -1, -1);
wv_dial_execute (dial);	}
}

Kick ass! Maybe I'll get round to wrapping other things, so that it can do the proper logging and stuff. (But I'll do that when I come up against things that need it. Muhahahaha global takeover here I come!)

Tomorrow is Monday, means everything starts all over again.

I've got a free house Wednesday (I had to correct how I spelled that. . .), Thursday, Friday and Saturday afternoon, so if anyone wants to come round, you're welcome. Although I'll be out Wednesday (Got it first time this time. . .) night, and Thursday night.

Have decided that I'm not going to buy anymore CDs till at least December.

Eep. Typing in mozilla makes the scrolling title on my xmms all jerky. Something wrong with that surely.

Leg thing is still driving me crazy.

W . A . S . T . E .

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!