Just checked my web server and found that I've had a year of uptime:
$ hostname www.unixwiz.net $ uptime 7:28am up 369 days, 18:38, 2 users, load average: 0.00, 0.00, 0.00
Not that it's such a busy server: since Kasia moved on it's been pretty quiet :-)
In the August 2003 issue of Linux Magazine you'll find my Compile Time column on compiler warnings. I've long been pretty damn anal about getting rid of compiler warnings, because even benign warnings can hide the *real* ones: if you're used to 27 "unimportant" warnings every time you build your software, when that 28th important one pops up, will you even notice?
Run right out to your favorite newstand and pick up the latest -- or (better) just subscribe.
I'm worth it :-)
Testing trackback and ping for Sharon to her search items posting.
The top couple of entries that bring people to my site are:
1 56 2.03% aim passwords 2 49 1.78% __attribute__ 3 49 1.78% password decoder 4 47 1.70% aim password decoder
Sadly, only the one for Using GNU C __attribute__ is anything I actually am happy about.
Some idiot punk teenager decided to get into a pissing contest with Kasia over email, but he quickly found himself outmatched. I guess this moron has such a high opinion of himself that he thought being abusive and profane would get his way - as if...
What the hell kind of loser parents does this kid have?
For a couple of weeks I've been struggling to install sound cards in a pair of customer computers running Windows XP, and it's been maddening. Installed some no-name sound cards, they install and configure OK, sound great... until the next reboot. After reboot, the hardware shows as present and working correctly, but the Sounds control panel says "No Audio Hardware". WTF?
Moved the cards around, reinstalled: same thing, every time.
Picked up a couple of name-brand Creative sound cards: same thing, every time.
Googled for hours: nothing.
This customer is a 30-minute drive for me, and no way I can bill them for all of this time I'm burning.
Finally figured it out: many moons ago, I'd gone through these machines and disabled a bunch of Services in the Control Panel for things that we didn't use, and this included the "Windows Audio" service which I had set to "Manual".
Apparently, installing the driver starts the service, but it doesn't notice that it's not set for Automatic Start, so upon reboot the device just disappears. Every time. Simply setting this service to start automatically fixed the problem.
How come it took five tries to get right? :-)#! /bin/sh # # @(#)true.sh 1.5 88/02/07 SMI; from UCB # exit 0
Virtually all the approaches against spam have been either against the spammers directly (blacklists or legislation), or on filtering (SpamAssassin), but I wonder if it might be better to approach this from the demand side.
Spammers only spam because it works - sell products, get downline for MLM, etc - but what if ISPs put "You may not respond to spam" as part of their terms and conditions, and those found doing so get their internet accounts suspended/terminated. If you find out that your friends bought something via spam, shun them. It's already socially unacceptable to send spam: why not expand the circle?
I really have no idea how this could be implemented (without intrusive monitoring, at least), but it seems to me that if the demand dried up, so would the supply.
My guess this is a hopeless approach, but it's much easier for me to understand the mentality of a spammer (self interest) than of the moron who responds to it.