Day 736
Deutsch
das wasserzeichen - Watermark! (Heard at work) die dringlichkeit - urgency. “Besondere Dringlichkeit”. Verschiedene Dringlichkeiten. (heard at work)
Bluetooth / Linux
blueman
is a nice semi-gui suite for everything. bluetoothctl
is an interactive cli.
Linux - remove noise from microphone with Noisetorch
lawl/NoiseTorch: Real-time microphone noise suppression on Linux. - creates virtual devices that are the same as inpucts, but filter the noise. Works really well for me! (Single binary). Works also for filtering voice in outputs! Listening to songs through it is weird.
taskwarrior zsh sprint env variable
Changed date
format from %+V
to just %V
, which gives a sprint like 01 instead of 1 (which in turn removes the need for sprint.is:1
filtering in taskwarrior, now sprint:01
is a unique identifier)
~/.zshrc
:
export SPRINT=$(date +%V)