Fix Web Background Videos That Do Not Auto-play in Safari on iOS

I recently encountered a situation where Safari would not play background videos in web pages! I initially assumed the page was broken… until I realized mine was the only iPhone with this behaviour, yet I am on the latest iPhone and iOS version. I finally figured what was different with my setup, and how to solve this issue. ...

10 Sep 2023

SDXL 1.0 with SDXL-ControlNet: OpenPose (v2)

As promised in my last post, today I am testing out Thibaud Zamora’s SDXL-controlnet: OpenPose (v2) model using ComfyUI. I keep saying I’ll keep my posts short but never do… ...

18 Aug 2023

Fooocus KSampler Custom Node for ComfyUI SDXL

Recently I tried Fooocus by Lyumin Zhang (Illyasviel) which fulfills its promise to allow one to “Focus on prompting and generating” - it is certainly easy to use! But shortly after its release, someone has “ported” the code to ComfyUI as a Custom Node! So of course it’s time to test it out… ...

17 Aug 2023

Configure a mouse for macOS trackpad-like gestures

A short post about setting up a mouse on macOS to mimic trackpad gestures. ...

16 Jul 2023

Running Steam in Game Porting Toolkit

In my previous post, I managed to get Whisky, with Apple’s Game Porting Toolkit, working on macOS Ventura without Homebrew. Here I manage to get Steam running after jumping through hoops. ...

14 Jun 2023

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

Running x86 docker images in Multipass on an ARM M1 mac

Did you know it is possible to run x86_64 Docker containers on an ARM-based M1 mac? It’s quite staightforward with Multipass and Docker (if you are new to Multipass, check out my Multipass for Docker containers on macOS post from a few months ago). ...

29 Jul 2022

Script to re-map MacBook Pro function keys

In my last post, “Re-mapping physical function keys on MacBook Pros” I used the hidutil tool to re-map the function keys on a Mac without a touchbar. I’ve since created a script to more easily apply changes. ...

19 Jun 2022

Re-mapping physical function keys on MacBook Pros

One common ask from M1 (Apple Silicon / ARM) MacBook Pro users is to be able to re-define what the top row of physical function keys do, for example, to change the Dictation (F5) key to decrease the keyboard backlight brightness and DND (F6) to increase it, similar to other Macs. Here’s how to do that… and more! ...

15 Jun 2022

Modifying the Grav Feeds Plugin Output

There are a couple of things I don’t like with the feeds produced by the standard Grav Syndication Feed Plugin. Fortunately, the feeds are generated via Twig templates that can easily be customized! ...

5 Feb 2022