99 posts tagged ‘Programming’
Is Objective-C BOOL a Boolean Type?
Juan Cruz Viotti: While BOOL might look trivial, its definition is rather complex. It depends on which Apple platform and architecture you are targeting, which can result in unexpected behavior. […] Recently, I stumbled into a case where for the same code, macOS Intel and macOS Apple Silicon invoked different overloads. […] As we can […]
Xcode 15.2
Apple (downloads): Xcode 15.2 includes SDKs for iOS 17.2, iPadOS 17.2, tvOS 17.2, watchOS 10.2, macOS Sonoma 14.2, and visionOS. The Xcode 15.2 release supports on-device debugging in iOS 12 and later, tvOS 12 and later, and watchOS 4 and later. Xcode 15.2 requires a Mac running macOS Ventura 13.5 or later. […] Developing for […]
Automatic Grammar Agreement
WWDC 2021: Discover how the latest updates to Foundation can help you improve your app's localization and internationalization support. Find out about the new AttributedString, designed specifically for Swift, and learn how you can use Markdown to apply style to your localized strings. Explore the grammar agreement engine, which automatically fixes up localized strings so […]
Niklaus Wirth, RIP
Bertrand Meyer (Hacker News, Slashdot, Reddit): We lost a titan of programming languages, programming methodology, software engineering and hardware design. Niklaus Wirth passed away on the first of January. We mourn a pioneer, colleague, mentor and friend. David M Williams: Wirth is well-remembered for his pioneering work in programming languages and algorithms. For these achievements, […]
Doom at 30
Wouter Groeneveld: On 10 December 1993, John Carmack, John Romero, Sandy Petersen, and the rest of the id Software crew completely changed the world by releasing the most violent and satisfying DOS shooter ever created. Hundreds of so-called “DOOM clones” followed, frantically trying to join in on the cash grabbing fun. Several controversial lawsuits and […]
Gitea Cloud
Gitea (Hacker News): With just a few clicks, you can easily deploy your own Gitea instance on Gitea Cloud. Our team will handle all the maintenance, including backups, upgrades, and more. This allows you to focus on business development without worrying about operational issues. […] By using dedicated infrastructure, you don't have to worry about […]
Taligent’s Guide to Designing Programs
David Goldsmith (1994, PDF, via Hacker News): If you browse the computer section of any technical bookstore, you’ll find many good books offering advice on how to do object-oriented design—books dealing both with general design principles and with design principles specific to C++. Why then does the industry need another book, one targeted not only […]
Apple’s Ferret MLLM
Mike Wheatley (Hacker News, Reddit): Artificial intelligence researchers from Apple Inc. and Cornell University quietly unveiled an open-source and multimodal large language model last October known as Ferret, which is said to use parts of images as queries.According to VentureBeat, the release of Ferret on GitHub in October went completely under the radar, with no […]