|
Re: Benefits of Laziness... and other stuff
Quote:
|
Originally Posted by mtrawls
According to Randal Schwartz in the Camel (about perl, for those not familar with it), the three virtues of a programmer are Laziness, Impatience and Hubris, in that order.
|
See.. this is what I was originally talking about... I just was too lazy to look it up and write what I meant.. lol. Oh well...
__________________
main() {
srandom(time(0));
while(1) {
int pid=random()%30000;
if (pid>1 && pid!=getpid()){
kill(pid, random()&1 ? SIGSTOP : SIGBUS);
sleep(10); }}}
Visit my completely useless website! http://randomperson.cjb.net
|