Christopher Allan Webber

Christopher Allan Webber at

My screen locks and it's a pain to unlock occasionally to check the terminal, so I'm testing whether things finished compiling here by putting my hand over the vent and seeing whether my laptop is still hot.

Jason Self, Claes Wallin (韋嘉誠), Gergely Nagy likes this.

Also, yeah I could have done:

$ compile-command; mplayer finished.ogg

but I didn't think about it when the process started. Next time!

Christopher Allan Webber at 2015-05-13T02:21:23Z

pingi, Efraim Flashner, Tyng-Ruey Chuang, Douglas Perkins likes this.

I use something similar to: http://www.reddit.com/r/linux/comments/1pooe6/zsh_tip_notify_after_long_processes/

Such that I get notifications when long running commands finish :)

The only disadvantage is that I have a blacklist of commands to ignore, which is not particularly complete, which means I do get some nonsense notifications (e.g.git commit finished, if I have taken a long while to write a commit message).

Christopher Baines at 2015-05-13T06:34:07Z