Universal Control on macOS and iPadOS

I’ve been using Universal Control since yesterday afternoon and I really love it. It’s seamless and I especially appreciate being able to isolate certain things to the iPad. This is particularly useful because I often pair program at work and it makes it so that I can talk to my wife or …

How to make BBEdit show hidden files

I use BBEdit to write code and often have hidden files (files starting with a period) that I want to be able to see. This is a way for me to remember this in the future. Click on the magnifying glass in the bottom left Select Everything under Show Profit

Wow, Alexa. Suggesting electrocution as a challege for a child. onefoottsunami.com

More places you can debug with a REPL

Debugging by starting a REPL at a breakpoint is fun This was a really interesting read about debugging using REPLs. Two more to add to the list are: .NET using visual studio’s immediate mode (I think that’s what it’s called) LLDB in Xcode (and probably outside of Xcode too). I am a huge proponent …