Here's what I'd like to do: take a directory full of grayscale images, switch them to RGB in the Gimp, add a layer of a certain color, change the layer to screen instead of normal, flatten the image, ...
A recent post about debugging constructs surprised me. There were quite a few comments about how you didn’t need a debugger, as long as you had printf. For that matter, we’ve all debugged systems ...