Mark Russinovich is a well known low-level systems engineer, who wrote a set of essential process utilities for Windows in the 1990s, he was later hired by Microsoft and continues to work very much as an engineer[1]. For more technical Windows users, his Sysinternals tools are essential.
One cool tool he made was ZoomIt which allowed you to zoom in on parts of the screen and draw/annotate, great for presentations and teaching etc. As he is a Windows person he never ported this to macOS, it just wasn’t feasible. He recently decided to see if VS Code and copilot could port this tool to macOS. So he vibe coded his first macOS app; it is great to see his wonder and surprise as he explains how he quickly developed the macOS port in a few hours of a Saturday morning (later features were done in later sessions):
Software development has undoubtably changed, but note the role of the developer is still essential to this process. This was possible because of the solid code foundation of the original tool, and an experienced engineer who knew what they wanted; with the agent dealing with the tedious details. I’m sure a dedicated macOS expert could make it “better”, but note this is 100% written in swift, not some electron port etc. and what is a complex tool with GUI is only 1.4MB download!!! The UI is a bit clunky, but the features already are a clear improvement on the built-in zoom from macOS accessibility I previously used in presentations. Things that were not feasible even a couple of years ago now become trivial.
Open source on github, install easily with homebrew (the latest brew V6+ now asks that you explicitly authorise external taps):
brew tap Microsoft/sysinternalstap
brew trust microsoft/sysinternalstap
brew install zoomit
While we may yet drown in slop, at least in the hands of experts, some slop can still be useful… ![]()
I remember very much enjoying his article on memory optimization as a hoax, it remains relelvant to this day: https://www.tweakhound.com/BadTweaks_pdfback/The%20Memory-Optimization%20Hoax%20_%20IT%20Pro.pdf ↩︎