22 posts tagged ‘Open Source’
HandBrake 1.7
HandBrake (Hacker News): Improved performance on arm64 / aarch64 / Apple Silicon architectures[…]Added support for drag and drop of multiple files at once[…]Added support for VideoToolbox H.265/HEVC, H.264/AVC, ProRes, and VP9 hardware decoders on macOS 13 and later[…]Added GPU accelerated Crop & Scale, Rotate, Pad, Yadif, Bwdif, Chroma Smooth, Unsharp, Lasharp, Grayscale filters[…]Improved SVT-AV1 encoding […]
Search Suggestion Menus in AppKit
John Brayton: Even though Safari, Mail, and Finder implement search suggestion menus, there is no standard AppKit mechanism for providing them in AppKit. Popping up an NSMenu does not work because the search field cannot receive keystrokes while the menu is displayed. Interestingly there is a good mechanism for providing search suggestion menus in SwiftUI, […]
Invidious and FreeTube
Invidious (Hacker News): Invidious is an open source alternative front-end to YouTube.[…]Invidious protects you from the prying eyes of Google. It won’t track you either![…]Invidious allows you to subscribe to channels and create playlists, without needing a YouTube account. FreeTube (Hacker News): FreeTube is an open source desktop YouTube player built with privacy in mind. […]
Mojo for Mac
Shashank Prasanna (Hacker News): Mojo is now available on Mac (Apple silicon) 🎉In this blog post, we’ll discuss how you can get started with the Mojo SDK on Mac. We’ll take a closer look at how to download and install the Mojo SDK on your Mac, and share popular community projects and resources to help […]
Unit Testing a SwiftUI Query
Helge Heß: I’ve been wondering whether I could unit test a SwiftData Query, i.e. the SwiftUI property wrapper coming w/ SwiftData (in beta6 it is actually a macro). Aka whether I could unit test a SwiftUI view. This requires setting up an execution environment for the view, but surprisingly that actually works 🙂 Here’s the […]
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 […]