App design tip: Xcode 10 includes image data when copying XIB controls to the clipboard. This means you can easily copy/paste pixel-perfect UI into your UX mockups.
@davedelong By chance do you have any new insights into this old SO answer? I assumed macOS would have a public AX / assistive-typing API, but poking around in a modern snippet app with Hopper so far I see it doing this same thing (simulating Cmd-V) stackoverflow.com/questions/1975…
Experiment in minimalist Swift, simple 3D world written in ~200 LOC, no 3D/gfx libraries, just some floats + cos/sin. Clearly feeling nostalgic for Spectre game that shipped on my '93 Performa. GitHub: github.com/matthewreagan/…
If you just Airdropped a bunch of photos from iOS to your Mac and need to quickly convert them, you can use `sips` (which supports HEIC). Ex. one-liner (converts HEIC -> JPEG):