Ask HN: Why hasn't x86 caught up with Apple M series?
450 points by stephenheron 7d ago 620 comments
Ask HN: Did Developers Undermine Their Own Profession?
8 points by rayanboulares 15h ago 16 comments
Isolated(any)
20 peterspath 4 9/1/2025, 3:37:10 PM nshipster.com ↗
In particular, I'd love to see the language designers spend a year simply improving compiler error messages. I don't spend a lot of time building iOS apps these days, and the inscrutability of the compiler's messaging turns that into a vicious cycle.
[0] https://en.wikipedia.org/wiki/Mac_OS_X_Snow_Leopard
[1]https://github.com/swiftlang/swift-evolution/blob/main/visio...
Swift's insistence on having NIH syndrome made them ignore all proper concurrency management systems of the past fifteen years. What's that, structured concurrency, Erlang's lightweight processes, Project Loom, goroutines? all better concurrency systems than anything Apple has ever put forward, all publicly available in the form of implementation or research paper years before.