254 posts tagged ‘Mac’
Xcode 15 Duplicate Library Linker Warnings
Daniel Jalkut: Even though I’ve been seeing them all summer, and have been annoyed by them, I made the same mistake I often make: assuming that the problem was too obvious not to be fixed before Xcode 15 went public. Alas. […] Something about the way Xcode infers library linkage dependencies has, for several years […]
Brave Layoffs
Ivan Mehta (Hacker News): Brave Software, the maker of Brave Browser and Search, confirmed that it has laid off 9% of its staff across departments. The company didn’t specify how many people were affected, but it corroborated the development and said the decision was driven by the tough economic climate. Previously: Mozilla Layoffs
macOS Containers 0.0.1
macOS Containers (via Hacker News): Containers have fundamentally changed the way that modern software is developed and deployed. Containers are supported by a wide range of operating systems including FreeBSD, Solaris, Linux and even Windows, but are not natively supported by macOS. Until now.We’re announcing initial 0.0.1 release of macOS native containers. Yes, you can […]
Unlimited Kagi Searches
Kagi (Hacker News): We’re thrilled to announce that unlimited search is now included in our $10/month Professional plan and our Ultimate, Family, and Duo plans. […] With new search sources proving more cost-efficient, the improved efficiency of our infrastructure, and the broader market embracing Kagi, we can again offer an unlimited experience to a broader […]
Thinking in SwiftUI (2023)
Chris Eidhof and Florian Kugler: In this short book, we will help you build a mental model of how SwiftUI works. We explain the most important concepts in detail and help you build a solid foundation for understanding SwiftUI. Since SwiftUI is a large framework, the book focuses on the concepts behind the framework that […]
Control Center in macOS Always Using CPU
Frank A. Krueger (Hacker News): The Control Center icon in the Mac [menu bar] is always running and always using 1% CPU. Not a big deal, but I finally had to know wtf it was doing…Turns out it is constantly re-rendering its SwiftUI (running layout) even though there is no UI visible. 🤣 Yay for […]