Are you professor Nakayama?
I think the only TK-based tools I have ever uses are gitk
and git gui
. And even those I have mostly replaced with tig
and lazygit
Can we please not accuse everybody of being AI
Suspicious. /s
But rises again, harder and stronger.
I’ve heard of it, never played it. Sounds like the antithesis of Viscera Cleanup Detail.
[standing ovation]
My RX 6850 decided to die on me, just when I finally had the motivation to continue BG3 and/or The Outer Worlds. So I’ve been playing mostly Vampire Survivors on the Deck. Had some catching up to do on the new content anyway.
You’ll want to look into a category of programs called dotfiles managers. There’s a bunch of them. Most of them are based on some kind of version control system, usually git.
I personally use yadm
According to Podcast Addict:
There’s a committee that meets every 3 months and takes in suggestions from the public.
Sorry for the late reply.
I don’t know if ROC can do multicast on its own. I use the Pipewire source and sink. And I only do the one-to-one setup.
I did some tests in Pipewire:
Configuring multiple sinks is possible on a machine. They simply present as additional output devices. So if you want to switch audio to another source, that should be doable by switching to another output device.
Doing one-to-many: I don’t know if that is possible with ROC alone. You might be able to do something with Pipewire graphs
I’m currently using ROC on my laptop and desktop. Latency is low enough to not be noticeable when playing video on my laptop and streaming audio to the desktop. Audio can get a bit choppy if my laptop is on WiFi. But that is most probably because the signal between the repeater on the second floor and my DSL modem on the ground floor is pretty meh.
ZRAM/ZSWAP is a thing on Linux at least. But that doesn’t compress actively used RAM. That’s just compressed swap space in memory.
As a software developer I’m fine with this point of view.
I named my Jellyfin media server Cedric.
Also: mushrooms are genetically closer to animals than plants. If and how that impacts vegetarians and vegans, I’ll leave to you, the reader.
jdupes is my go-to solution for file deduplication. It should be able to remove duplicate files. I don’t know how much control it gives you over which duplicate to remove though.