File Date Created = Photo / video metadata

When I export photos or videos from Photos.app, I want the file’s Created Date (Created Date in Finder) to be the time the photo or video was taken. Alas, this is not the way Photos works, and setting the date turned out to be more challenging than expected. ...

4 Jun 2023

Bluetooth keyboard and trackpad battery level

Want to check your connected bluetooth device battery level on a mac? Here is one way: using xbar (I am aware there are a bunch of other xbar plugins to do something similar, but I’ve been using my own script before I ever used xbar). ...

30 Apr 2023

Enabling the macOS Metal Performance HUD

Did you know that macOS has a built-in game performance HUD with a frames per second (FPS) counter, similar using RivaTuner Statistics Server (RTSS) to display a GPU performance overlay in Windows? Here’s how to enable the Metal Performance HUD. ...

28 Apr 2023

skhd RunAtLoad launch agent

Some time ago, I explained how I setup “Global hotkeys for macOS with skhd”. I mentioned running it automatically upon login via the macOS Launch Daemon but did not detail the steps. So here they are… ...

18 Mar 2023

Using Rosetta in a UTM Linux VM with Docker on Apple Silicon

I have been using UTM on M1/M2 macs for all my virtualization needs for a while, but never posted much because it practically works out of the box. Since around October 2022, UTM v4.0.9 on macOS Ventura allows Apple Hypervisor Virtualization Virtual Machines to use Rosetta 2. ...

12 Mar 2023

Fast external storage for M1/M2 Macs

I was recently researching external storage for my Mac, looking for the “fastest” and most “reliable”. There are so many options, and of course, so many different price points! It’s all very confusing: NGFF M.2? NVMe M.2? USB 3.1 Gen 1 (5 Mbps)? USB 3.1 Gen 2 (10 Gbps)? USB 3.1 Gen 2x2 (20 Gbps)? Thunderbolt 3? Thunderbolt 4? USB 4.0? ...

5 Mar 2023

myByways Simple-SD v1.1 Python script using Safetensors

Epic Diffusion recently came to my attention, a high-quality merge of various models by John Slegers: “Epîc Diffusion is a general purpose model based on Stable Diffusion 1.x intended to replace the official SD releases as your default model. It is focused on providing high quality output in a wide range of different styles…” Figured I’d give it a spin. ...

24 Jan 2023

Lite XL text editor on MacOS

I recently tried Lite XL v2.1.0, a forked and updated version of the original rxi/lite, “A lightweight text editor written in Lua”, on MacOS ARM. Here are some findings. ...

31 Dec 2022

Fast Stable Diffusion using Core ML on M1

Recently (around 14 December 2022), Apple’s Machine Learning Research team published “Stable Diffusion with Core ML on Apple Silicon” with Python and Swift source code optimized for Apple Silicon (M1/M2) on Github apple/ml-stable-diffusion. Here I’m trying it out on a MacBook (though the code also works on iPhones and iPads)… ...

18 Dec 2022

Disabling macOS Print Job History Files

Did you know the macOS Printer service (Common UNIX Printing System, or CUPS) keeps a copy of every single print job ever? Here’s how to change this default behaviour. ...

11 Nov 2022