Hacker News with Generative AI: SwiftUI

I started a devblog about mixing SwiftUI and C++ to make a Twitch app (kulve.org)
I figure the tech stack of Kulve is unique enough to be interesting, so seems like a good place to start for my first blog post. Kulve is a SwiftUI application that heavily leverages the Swift/C++ interop that got introducted with Swift 5.9. While it's not perfect, it offers just enough to be able to reliably blend the two languages together.
SwiftUI Defaults Considered Harmful (tonsky.me)
A few notes on SwiftUI and why UI frameworks should not try to be “smart”.
Apple's use of Swift and SwiftUI in iOS 18 (timac.org)
As with previous iOS versions, let’s analyze the built-in apps of iOS 18 to answer a few questions: How many binaries does iOS 18 contain? Which programming languages were used to develop these apps? How many apps are written in Swift? What percentage of apps use SwiftUI versus UIKit?
SwiftUI Apps at Scale (jacobbartlett.substack.com)
SwiftUI for Mac 2024 (troz.net)
Ask HN: Performance regressions in SwiftUI apps on macOS Sequoia (ycombinator.com)