92 posts tagged ‘macOS 15 Sequoia’
Two Foreground Windows
Pierre Igot: 1) In the Finder, select an item and make its name editable.2) WHILE THE NAME IS EDITABLE, click on the window of ANY ANOTHER APP to leave the Finder in the background.3) Click on ANOTHER Finder window to bring the Finder back to the foreground.Result: TWO FOREGROUND WINDOWS! This is a really old […]
Retiring Script Debugger
Mark Alldritt and Shane Stanley: January 2025 marks Script Debugger’s 30th anniversary. It’s been a very long run for a two-person effort. Script Debugger began as a Classic MacOS product, survived Apple’s near-death experience, transitioned to macOS X and migrated across 4 CPU processor types. We are so grateful for the support we’ve received over […]
Privacy of Photos.app’s Enhanced Visual Search
Jeff Johnson (Mastodon, Hacker News, Reddit, 2, The Verge, Yahoo): This morning while perusing the settings of a bunch of apps on my iPhone, I discovered a new setting for Photos that was enabled by default: Enhanced Visual Search. […] There appear to be only two relevant documents on Apple's website, the first of which […]
Honey Extension Scam
David Nield: Honey, which is owned by PayPal, is a popular browser extension—with 19 million users on Chrome alone—but the shopping tool is being accused of some seriously shady practices, including keeping users away from the lowest online prices and blocking creator affiliate links to deprive them of revenue. The scandal surfaced through a comprehensive […]
Vlad Prelovac on Kagi Search and Orion
The Talk Show (transcript): Kagi founder and CEO Vlad Prelovac joins the show to talk about the business of web search, the thinking behind Kagi’s own amazing search engine, and their upstart WebKit-based browser Orion. Here are some highlights from what I thought was a very interesting conversation: Microsoft tried that with Bing and they […]
Adobe Raises Monthly Photography Plan Prices
Adobe (Reddit, 2): For more than a decade, we’ve brought photographers hundreds of innovative features in Lightroom and Photoshop without changing the price of our photography plans. Today we’re announcing an update to these plans to better reflect the value that the apps deliver. These plan updates come into effect for new subscribers on January […]
Deleting Unused Photos From Apple Photos
I’ve been trying to reduce the storage that the Photos app uses, both on my Mac and in iCloud. I use Lightroom for my photo library, so I would like to delete all the photos that are not referenced by projects (calendars and photo books). Unfortunately, Photos is unable to display any of my projects […]
Swift Concurrency in Real Apps
Bryan Jones: Consider this code, wherein we create a custom NSTableColumn that uses an image instead of a String as its header. Holly Borla posted a fix that special-cases NSObject.init(): Now, overriding NSObject.init() within a @MainActor-isolated type is difficult-to-impossible, especially if you need to call an initializer from an intermediate superclass that is also @MainActor-isolated. […]