I describe using GitHub Gists to embed code snippets in WordPress posts, a simpler alternative to the WordPress code blocks I complained about previously. Pasting a Gist URL into WordPress renders it as a formatted code block, which I demonstrate with a Swift example...
A SwiftUI tutorial video on @ObservedObject versus @StateObject turns out to be outdated, referencing older APIs like @ObjectBinding and Combine. The experience prompts me to reflect on how technical content should signal its age, such as through version tags, so future readers can judge whether it’s still relevant...