I like this idea a lot; however, I don't like beeps. Ubuntu (and possibly other linux distros) now supports desktop notifications via Notify OSD. So instead of having the other machine ssh to me and beep, instead I use a utility called "notify-send" to create a desktop notification pop-up. You can install notify-send on ubuntu using:
sudo apt-get install libnotify-bin
Then call notify-send like so:
notify-send "Back to work."
The text can be anything you want, and you can also supply a summary, an icon, etc.
I want a neural interface to "feel" that my important processes are up and running. In every given moment I want to feel the functions getting called, smell the call frames, and the rounded corners of the system calls returning values different than -1.
9 comments
[ 3.3 ms ] story [ 39.0 ms ] threadsudo apt-get install libnotify-bin
Then call notify-send like so:
notify-send "Back to work."
The text can be anything you want, and you can also supply a summary, an icon, etc.
http://growl.info/extras.php
# dosomething;mail -s "Job is done" XXXXXXXXXX@mobile.att.net
That way I can be anywhere and just wait for a text message on my iPhone to let me know the job is complete!
Isn't *nix great?
Love *nix :)