I come back to a specific problem every once in a while: Changing a program’s file descriptor while the same program is running.
We do stupid things
From time to time, we do stupid things, like running a very important shell command, and adding debug output to see that it works, then realizing that it will take hours to finish, and spitting gigabytes of debug to an xterm through SSH does not help. The dream is of course to ... [continue reading]