r/linux
· u/AshR75
· 3w ago
Zero dependency, pure C++ speech-to-text binary for Linux, done the UNIX way (daemonless, no bloat, no slop, no GUIs, no venv, nothing)
This is just a very simple, 100% local STT toggle/CLI tool (open source & Apache-2 licensed) that adheres to the UNIX philosophy, does one job and one job only. Tap once, speak for as long as you want, tap again, transcr…
r/docker
· u/wordbit12
· May 1, 2026
What does "standard unit of software" mean?
I've started to learn Docker recently, I'm really enjoying it, it's such a powerful tool! I've managed to create a mental model of docker. We package software and dependencies into something called an image, which is jus…