New Taskfile entry to compress a directory using xz and delete it:
xd() {
(tar -cf - $1/ | xz -9e --threads=8 -c - > $1.tar.xz && trash $1) &
}
New Taskfile entry to compress a directory using xz and delete it:
xd() {
(tar -cf - $1/ | xz -9e --threads=8 -c - > $1.tar.xz && trash $1) &
}
When you keep muting / unmuting on video calls and realise it’s your belly is pressing the space bar 😬
Hello again, world.
Search Firefox bookmark contents, with this commandline client. Fafi extracts the content of the bookmarks and stores them into a searchable SQLite database
Trump has always been about exploiting the social share. To play both sides so people can share their validated view out of context, ultimately causing extremism. Social Media needs to take responsibility.
Beatport Pro I think is still being retired on November 16. If a usable API is available I might have to build an alternative interface. I need preview history and BPM sorting.
Turns out the ASUS router firmware update check does not update to the most recent firmware!
Resolve composer.lock conflicts with composer update --lock
To replace a non-breaking space with a regular one (cause of non-functional Markdown headers), create a new BetterTouchTool trigger in the Keyboard Shortcut section and replace alt-space with space.
Cuttlefish 0.5, my hackable blogging system, has been released – https://github.com/svandragt/cuttlefish/releases/tag/0.5