Introducing record
record is a macOS CLI that captures audio, screen, or camera output with automation-friendly output for scripts and tooling.
record is a macOS CLI that captures audio, screen, or camera output with automation-friendly output for scripts and tooling.
translate is an open-source CLI for Linux and macOS that translates text and files with configurable providers, presets, and TOML-based settings.
A reproducible release pipeline for Swift CLIs — prebuilt binaries for macOS and Linux, GitHub Releases, and Homebrew formula updates from a single script.
SwiftUI previews fail to compile when using OSLog Logger with plain string literals. Here's why Xcode's __designTimeString injection breaks OSLog, and the one-line fix.
How to build and run a SwiftUI macOS app using only Swift Package Manager and a thin shell script, with no Xcode project required.
A practical guide to detecting secrets in your codebase using Gitleaks and Trufflehog, with pre-commit hooks and CI/CD integration.
A practical reference for Swift Argument Parser covering @Option, @Argument, AsyncParsableCommand, and custom argument parsing types.
A comprehensive guide to wrapping JavaScript libraries in Swift packages using JavaScriptCore, covering setup, type conversion, error handling, and thread safety.
How to compile fully static Linux binaries for both amd64 and arm64 from your macOS machine using Docker and Swift's Static Linux SDK.
Long build times during active development are a significant drain on developer productivity. Let us delve into optimizations across three key areas: code-level practices, Xcode project settings, and Swift Package Manager (SPM) configurations
A look at the current state of dictation technology and whether it still unusable to replace your keyboard or has improved over time.
The revolutionary macOS app that lets you type with your voice, using Whisper and the other top speech-to-text models. The transcription is automatically inserted into your current document after going through the app's powerful text replacement and LLM transformation process.
Learn how to effectively deal with [BLANK_AUDIO] and other annotations when using the Whisper speech-to-text model in your transcription workflow.
Learn how to leverage text replacements in dictop to streamline your dictation workflow and improve transcription accuracy.