📐Announcing Swift System Metrics 1.0! 🎉 A stable API for process-level monitoring on Linux and macOS. Add it to your service in a few lines, plug into Prometheus or OTel, and start visualizing in Grafana. Contributions welcome! https://www.swift.org/blog/swift-system-metrics-1.0-released/
Two new speech-to-text models (similar to Whisper) from Mistral today - one of them is API-only, the other is a 8.9GB Apache-2.0 licensed open weights model for "realtime" transcription. They're both very good! https://simonwillison.net/2026/Feb/4/voxtral-2/
Voxtral transcribes at the speed of sound
Mistral just released Voxtral Transcribe 2 - a family of two new models, one open weights, for transcribing audio to text. This is the latest in their Whisper-like model family, …
Mac tip: If you can’t remember where a command is in the menu bar: ❶ Use Shift+⌘+/ (question mark) to get the Help menu. ❷ Type a few letters until you see the command you want. ❸ Arrow down to it and trigger with Return. ➜ You also get to see where the command is located for the next time. #macOS
⚙️ Swift Configuration 1.0 is here! 🎉 No more juggling environment variables, config files, and command-line flags separately. One unified, type-safe API to read configuration from any source, and swap providers without refactoring your code. More here... https://www.swift.org/blog/swift-configuration-1.0-released/