Okay, so, Mastodon. Yay, there’s a web interface! Great, but…do you know anyone who wants to interact with, say, Twitter, via the web interface and not some app that makes it easier to deal with? Right. Enter Mastonaut, except it got started before SwiftUI was really a thing for macOS, so it’s all AppKit andContinue reading “Oh, Xcode”
Tag Archives: xcode
How to Make a Library with Xcode
A few months ago, I asked a question on Hacking with Swift about how to extract code from an existing project into a library. This is a thing that, over the course of many years of developing Java applications, I find myself doing often. I solve a problem for one project, then get to anotherContinue reading “How to Make a Library with Xcode”
Why I Don’t Write Native Apps
Xcode sucks. That’s why. Seriously. This evening I thought, “Hmm, maybe for my next project I’ll see about writing an iOS client for my turn based game server.” So I started looking at a Swift tutorial (the language irritates me so far, but that’s just because so far all the syntactic sugar is solving problemsContinue reading “Why I Don’t Write Native Apps”