Some funny oops on slashdot...
Posted: Wed Oct 27, 2004 7:17 am
Check out this poll... http://slashdot.org/pollBooth.pl?qid=11 ... page&aid=5
and then these replies...
we all know this one:
and then these replies...
http://slashdot.org/comments.pl?sid=127171&cid=10631259FYI, in australia to "have a root" means to "have sex".
so to translate from american slang to australian
%s/lay/root/g
It makes calculus and algebra lectures more interesting, when the professor is searching for easy roots.
likewise in first year CS, when the professor is talking about "root access".
we all know this one:
http://slashdot.org/comments.pl?sid=127171&cid=10631259unzip ; strip ; touch ; finger ; mount ; fsck ; more; yes ; umount ; sleep
http://slashdot.org/comments.pl?sid=127171&cid=10638025NO NO NO!!!
If you do that, you will get in SERIOUS trouble.
Didn't your programming professor tell you to check return values?
that should be:
unzip && strip && touch && finger && mount && fsck && more && yes && umount && sleep
otherwise, you will continue even if the previous action fails, and that would be sexual assault.