Operation
Feb 7, 2021, 7:16 AM
How often do you see someone use DispatchQueue? Now how often do you see Operation and OperationQueue? I feel like the Operation class is severely underused in most apps. Granted, DispatchQueue works fine, and Operation is just a wrapper...
Introducing Kagi
Jan 4, 2021, 1:42 AM
I’d like to introduce a new app I released today. I use the word “new” but technically, it is a fork of an older app that I used until it was deprecated last year. Kagi is a password management app based on the KeePass...
Speaking
Jan 1, 2021, 3:25 AM
Just a quick post to list my previous speaking appearances. 2020 2019 2018
Comments, Naming, and Readability
Jan 1, 2021, 2:31 AM
A lot of code is difficult to read, and a lot of programmers are doing their best to keep it that way. To me, this seems like a move that Wally (from Dilbert) would use to ensure he doesn’t get fired. But in reality, someone WILL look at...