Recent Posts

Command line path copy to clipboard

less than 1 minute read

Two functions to be included in your .zshrc to copy the current path to the clipboard. These use xlcip, I’m sure there are alternatives or other tools for yo...

One imagePullBackoff reason amongst many

less than 1 minute read

I stumbled across a new to me reason for the irritating imagePullBackoff error in Kubernetes. Amongst the many well documented reasons this can happen, bad c...

vim - Remove carriage returns on save

less than 1 minute read

I’ve been copying and pasting a lot from Windows sessions into vim recently, and often I get carriage returns copied with the text. I save all my files in vi...