Hello, world.

Or how I learned to stop procrastinating and write something down.

After several failed attempts at this I finally decided to let somebody else deal with the infrastructure, and I’ll focus on the writing instead (more on that in a later post).

In retrospect, this may very well turn out to be a bad idea — if there’s anything the Internet needs it surely isn’t yet another person yelling into the wind. Maybe I should have asked Ryan to setup my blog.

 
5
Kudos
 
5
Kudos

Now read this

macOS and the Responder Chain

I was working on an app in SwiftUI today, and one of the problems I ran into was how to add a button to toggle the sidebar. You can add SidebarCommands to your scene (via the .commands modifier) which will add a “Toggle Sidebar” item to... Continue →