

NixOS user here; please do not recommend NixOS.


NixOS user here; please do not recommend NixOS.
!! is pure textual substitution, so it’d be sudo rm a.txt && rm b.txt. You could do something like sudo sh -c "!!" though.
XcQ, link stays blue.
is certainly Uiua, File Read as String
(Kotlin does support that, with the same fun do_thing(arg: Int = 2) syntax.)


Interesting — how easy are they to install compared to Mint, and would there be a way for Mint friends (I have a NixOS config for my fleet, and run our shared services) to easily migrate?


Perhaps it would be useful to list some alternatives?
{ "ok": "false" }


Sending a dump of entire system memory seems incredibly unsafe, to say the least.


Don’t run sha256sum -c on your suspect file — it expects to be passed a file containing hashes and other filenames. sha256sum the iso itself instead and check by eye, or make such a hash file.


(?=) for positive lookahead and (?!) for negative lookahead. Stick a < in the middle for lookbehind.


wtf gives the summary, and works for acronyms too.
nix run nixpkgs#virtualenv ~/.venv . ~/.venv/bin/activate pip install foo # ...