99 posts tagged ‘Programming’
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 […]
The Absolute Minimum Every Software Developer Must Know About Unicode in 2023
Nikita Prokopov (Hacker News): The problem is, you don’t want to operate on code points. A code point is not a unit of writing; one code point is not always a single character. What you should be iterating on is called “extended grapheme clusters”, or graphemes for short.[…]Even in the widest encoding, UTF-32, 👨🏭 will […]
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 […]