she/her
Yeah I agree. Although recently I’ve become partial to toml… In the end I’ll use what’s common in the ecosystem I’m developing in
Nothing too major about how it’s usually used, but the yaml spec does allow arbitrary code execution when parsing a file and relies on the parser to have that feature disabled: https://en.m.wikipedia.org/wiki/YAML#Security
That’s why for python, yaml.save_load()
is a thing. That’s fine for your local config files and may even be a feature for you, but it shouldn’t be used to exchange information between services.
It’s one of my favorite anime, but the characters can be really annoying sometimes. Still, I found it to be less annoying later on, as the stakes got raised and things start to go to shit
I don’t buy it
a good approach to Ubisoft games
I’m gonna second French and Arabic for sheer amount of speakers (native or as secondary language), as well as geographic variety.
Other than that, I would’ve said that Russian would serve you well in the post-soviet sphere of influence, but that changed recently for obvious reasons. You very likely don’t want to travel to Russia, and her neighbors don’t look to kindly on Russian either, now. Will still do in a pinch
okay, and one joke answer: Japanese, you’ll find weebs to talk to in every country
Pushing that civil war narrative again, when Russian troops were involved from day one? Nice
Stay classy, .ml
Straight up Russian propaganda at this point
“lol”, said the scorpion. “lmao”
of course they’re not a drop-in replacement, as the cli is getting a major redesign, but as per your source
nix shell and nix develop are still experimental, so nix-shell is sticking around despite doing the same thing
it seems like they are made to fulfill the same purpose
Interesting, didn’t know the history of the command. But that post confirms my understanding, that nix shell/develop are the new replacements for nix-shell, with nix shell for temporary package installs and nix develop for debugging and developing
Source on the second statement? My understanding was that nix-shell is legacy for systems without flakes and nix-command enabled, and are being replaced by nix shell/run/develop
Careful, there’s three different terms in the mix here:
NixOS: an entire operating system, you don’t need this.
nix: the nix package manager. This is what you’ll need to install. look for single user install in the instructions.
home-manager: a module for nix. It’s aim is to allow declarative configuration of a users’ home configuration (and allow easier per-user install of packages on a global nix install).
If you want to go down the nix route, which I would recommend if you enjoy tinkering and having fine control over your system, you should start with installing nix. With that, you can already setup a shell that has the newest version of python available.
Going beyond that, I can link you some more resources, if you want c:
Forgejo is a free/open source code hosting site like GitHub or Gitlab. It’s a fork of Gitea, over concerns with management and commercialization. You might know it from Codeberg, which is one of the largest managed instances, but it’s really easy to host your own.
I’d assume that’s already a bigger problem for satellites in geostationary orbit then?
“good news honey, they heard your complaint and renamed it”
Which you will, some very important character and story stuff is hidden behind those events
For reproducibility, nothing really beats NixOS. That’s not really what you’re asking for, as that would not involve Clonezilla.
If you’re frequently switching hardware, and want to have everything up and running, configured to your liking, in minutes, you’re gonna have fun with NixOS in the long term. But I’m not gonna sugarcoat it, it has a steep learning curve and does require you to enjoy some tinkering. Worth it, imo
Otherwise, just pick a distro that you enjoy and create a separate home partition, when it’s time to switch you do a fresh install and clone only the home partition. That’ll get you 90% of the way to have your old setup on the new device
NixOS for most things, Debian on some servers as a docker host