Be aware that Windows will snitch on you if you run it in a VM. I don’t know about Forkknife in particular, but if a game’s TOS prohibits it, or the anti-cheat is having a bad day, it might get you banned. There are ways to trick Windows into thinking it’s running on metal, but it’s always a risk.
Take a look at the Pioneer spacecrafts’ plaques. NASA scientists have broken down our abstract expression of distance to language-agnostic universal constants. I refuse to believe that a space-faring civilization with friendly intentions wouldn’t do everything in its power to find a common language, no matter how far removed from their spoken language.
“Our communication happens through references to well-documented historical events and figures, but still uses the same vocabulary and grammar as the federation and most of the galaxy’s civilizations. Maybe we should share a short summary with the captain, to assist in establishing relations.”
“No! I wanna wrassle the monster like Darmok and Jalad!”
If anything, it is the bicycle. No taxes, no license, no expensive vendor-locked repairs, all features perpetually unlocked, basically all-terrain, runs on breakfast and determination.
I had dual boot with Win10, which I used for almost everything, and Arch, for SSH-able stuff for work and university. One day Windows decided to nuke both the EFI partition and Arch, which made Windows itself unbootable, so I just wiped the entire disk and installed Manjaro. Now I’m a sysadmin and I don’t think I could do my job if I had to use Windows.
Fuck Winget. It’s a GUI-only person’s idea of what a CLI package manager should be. The only positive value I can think of is that it’s better than not having one at all.
I manage about 500 Windows machines in a university. When teachers started complaining that they are unfamiliar with the paid version of an IDE, and we’d have to install the free community edition, I was delighted to learn that it was available through Winget. But privilege escalation on Windows is a fucking joke, so trying to install it remotely through Ansible/WinRM just popped the UAC anyway. I had to VNC into every single machine to click the fucking button. As an additional middle finger, winget.exe was not even in PATH when I tried WinRMing as the local admin.
Winget is the absolute nadir of package managers, and it should be doused in acid, burned, chucked in the dumpster where it belongs, and forgotten. Choco and Scoop all the way.
If you open Emacs in daemon+client mode (run emacs --daemon once, then emacsclient to open the window), buffers that you open in one client will be available on all other clients, even concurrently. Judging from a quick test (on hyprland), it also seems to open the file in the client located on the focused screen, but does not automatically open a new client if there is one already running on any screen.