Sure thing!
Chaser
I'm using Yōkai.
Pre-11 windows was at least less buggier than Mac OS. But I agree: It's a big pain too! Linux just works better for me.
I don't use Bazzite. But if you have any pro arguments for Brew, feel free to share them. Change my mind.
I feel you. Once I was forced to code on a mac too. It made me insane ☠️
May be a sign to install Linux 😏 brew sucks anyways
My internet provider offers up to 4 sim cards per account. They cost once 10€, without a monthly fee. However they have only 300mb of high speed traffic. But this should be just fine for a tracker, no? Just have a look in your customer portal. Maybe you'll find something there too
I like MakeMKV. It also works flawlessly with modern formats like (4k-)BluRays. Also it's super simple to use. Just throw your disk in, press the big shiny button and wait till it rips your disk. It even handles the decryption for you.
Oh, one more thing regarding the ssh wizardry (lol!): It's not that complicated. You can pass your command as last parameter. For example if you want to launch Dorfromantik (which you should btw), you could do it like this:
ssh me@mymachine "steam steam://rungameid/1455840"
That's the whole magic. Like this it won't start an interactive shell, but run the command and closes the connection once the command finishes.
A man, a word. This is my gamescope-session.sh
#!/bin/sh
export DXVK_HDR=1
/usr/bin/gamescope --hdr-enabled -e -- /usr/bin/steam-native -tenfoot
I've created a /usr/share/wayland-sessions/gamescope-session.desktop for it, so I can launch it from login screen (or auto start it in my case)
[Desktop Entry]
Name=Steam Big Picture Mode
Comment=Start Steam in Big Picture Mode
Exec=/home/chaser/bin/gamescope-session.sh
Type=Application
In theory this should run all games, that support hdr in hdr. At least Cyberpunk does.
If I remember correctly I had to give gamescope a flag to enable hdr at all. However there was an env too, to tell the windows games through proton, that the machine supports hdr. I'll check my scripts later for you
TLDR; The developer of tachiyomi got threads from the manga publisher's lawyers. So he archived his repo. Other devs forked it to keep the project alive.