|
|
|
|
|
by miklosme
1903 days ago
|
|
> find a position that seems to involve a TON of manual work - automate all of it - and DO NOT TELL anyone This reminds me the article "Now That's What I Call a Hacker" [1], where a guy left behind his automation scripts when switched companies, which revealed some extreme scripts, like: > hangover.sh - another cron-job that is set to specific dates. Sends automated emails like "not feeling well/gonna work from home" etc. Adds a random "reason" from another predefined array of strings. Fires if there are no interactive sessions on the server at 8:45am. I'm putting this article and what you just said together. Now I think it's reasonable to believe there are a lot of IT professionals doing this, they are just hidden, because there is no reason to share this kind of works experience, as it makes sense in the competitive side of the industry. [1] https://www.jitbit.com/alexblog/249-now-thats-what-i-call-a-... |
|
I almost created this myself some time ago, although not specifically for hangovers. I was envisioning a sort of dead man's switch, where if I didn't check in before a certain time it would send an SMS to my manager calling in sick.
The main reason I didn't, was that I figured I was more likely to forget to check in (and be forced to use a sick day when I didn't "need" one) than be incapable of waking up, making the call on if I was in a workable state, and sending the SMS by myself.