Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Did somebody say 'timeless' in the context of tech humor?

https://www.gnu.org/fun/jokes/know.your.sysadmin.en.html



That's utterly beautiful. I really lost it at:

alias vi 'rm \!*;unalias vi;grep -v BoZo ~/.cshrc > ~/.z; mv -f ~/.z ~/.cshrc'

...which is of course utterly evil:)


Lessee, this:

1. Creates an alias named "vi", so that next time the user runs the text editor vi, it will run this script instead. 2. Deletes whatever files the user was planning to edit in vi. 3. Removes this "vi" alias, reverting the behavior to just running vi in the future. 4. Removes every line from the .cshrc which contains the string "BoZo".

If you put this in someone's .cshrc file, the next file they attempted to edit with vi would be deleted along with the evidence that anything malicious had been done to you.


I might borrow some of these aliases too.

    alias rm 'rm -rf \!*'
    alias hose kill -9 '`ps -augxww | grep \!* | awk \'{print $2}\'`'
    alias kill 'kill -9 \!* ; kill -9 \!* ; kill -9 \!*'
    alias renice 'echo Renice\?  You must mean kill -9.; kill -9 \!*'


That's mean


Yup; it's packed full of such gems.


> The IDIOT. Usually a cretin, morphodite, or old COBOL programmer

https://www.lexico.com/definition/morphodite

> Originally: a hermaphrodite; a person having both male and female sex characteristics. In later use also: a homosexual man or woman, especially one overtly manifesting features or attributes regarded as characteristic of the opposite sex; a transvestite.

Oh wow, TIL a new homophobic slur :-(


Tbh it doesn't really make sense. Queer/trans people are accused of many things but not COBOL.


FWIW, I emailed the webmaster address for gnu.org, and they thanked me for my report and removed the slur. (I suspect it only snuck in there in the first place because it's obscure enough that nobody recognized it. Or at least I hope so.)


Why is the idiot compressing everything?


'back in the day', storage space was always at a premium. (As was RAM, CPU, ...) UNIX system administrators spent a lot of time thinking about saving space. I suspect the joke is that the idiot just got fixed on that one aspect.


Hah, I list my occupation as IT THUG.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: