How did you open this? Maybe something overrode your default text editor application (look in settings for Default Applications).
Also maybe check your EDITOR env variable (echo $EDITOR), though that is only used when a different CLI program wants to open an editor for you (in CLI)
Love this bit, I usually don't understand half of what's happening and many references fly over my head but it's hard to resist their explosions of laughter.
Sadly, it seems todays law allows them to force you to unlock it, otherwise they straight up treat you as a terrorist. At least in UK it seems (source: Britannica youtuber getting detained when returning home to UK)
Hunt Showdown, it's literally a slow shooter - old, single shot weapons and similar.
Have a few thousand hours between me and my friends, its decent but someone high up in Crytek seems to be pushing for "popularization" - it's not as fun and slow-ish as it used to be.
There is a different game coming up with possibly slow game play too, HUNGER, not much known yet though.
You are replacing partitions with subvolumes, as such you have to make these operations on the btrfs filesystem (so as others have already written, deleting the subvolume instead of re-formatting the partition).
Usually, when games and programs natively support 3rd party mods/plugins its done so through a defined API - a modding API - just a bunch of functions made by the devs that allow you to register new stuff, change/override what already exists, react to events, ... Example https://lua-api.factorio.com/latest/
Lua is often used as the language for the mods because it's really easy to embed into a program (most games are done in compiled languages) and so creates a "sandbox" - you can only really call what the devs make available for the lua scripts.
It could be as "easy" as calling the endpoints yourself and saving the sensor states in any kind of storage grafana supports, then making a dashboard on top of that data.
No.
Any coding LLM could probably help you piece together the kernel configs, makefiles and so on but you can't just tell it "build me a linux distro called Mannah Hontana".
Edit: not to mention that distro is more then just the kernel, there is also the choice of init system (what will start and manage "background" services), package manger (so also the package format), desktop environment (kde, gnome, ...none) and so on
Considering this thread, guess I should look into why zigbee with mqtt is better then just the default zigbee HA gives.