Skip to main content
"We automate things"

I chat with one guy online and discussing about life of a geek who can spend his life at the outside world and less time computing. We made hypothethical conclusion, which are:

1-He is a sysadmin, and he can spend much time outside because;
a) He did a very good script, and if his machine went wrong, the script will automate jobs

However, this hypothesis got a glitch which was;

1-If his job can being replaced by scripts, then why should we hire him any longer?

:-p

Comments

zamri said…
they hire him to make the script. :P When all went well, he has to monitor the script whether it is working or not and to make other things that script can't.

Popular posts from this blog

Gue dengan S2 gue. Sronok banget!
Beijing and image manipulation addict Salam, Image manipulation with command line is fun and time consuming too. Given my Digikam plugins unable to work, I start to figure out many wonderful features of other tool which offer almost the same quality. However I was stucked with ImageMagick,with many tutorial on the net: Here and Here for i in *jpg ;do convert -font helvetica -fill white -pointsize 18 -draw 'text 10,50 "ACM-ICPC Beijing 2005"' $i $i;done The pix above shows a heater to heat up guest room during ACM-ICPC competition. (outside building's temperature is almost 4 celcious).