You knew that you had your little quirks. A cupboard at home full of stuff you could not throw away, making Sunday breakfast in your pants, and that secret love of Barry Manilow ballads, but that was not for sharing or discussion on that first date. What you didn’t do was turn up ...
Here's neat trick that I use lately... It's quite painful to watch all those unused (and paid for!) MSO digital wires dangling around. I do not ever remember using more than 8 at the time for debugging. But I often miss at least one more analog channel. So it struck me I can ...
function doSomething() { // note: `APP.ready` is provided by our application if (!APP.ready) { // try again later return void setTimeout( doSomething, 100 ); } var result; // do some other stuff return result; } // were we able to do it right away? if (doSomething()) { ...