A simple question: how do I execute a command every minute?
This sounds like a trivial question, using a Timer of course. However, here is a caveat: whenever the timer starts, we want the command to happen exactly at the beginning of a new minute. This ...