Benton Edmondson
Benton Edmondson
This is coming down the pipeline. I have an x86_64 Mac to test on but would need someone to lend me a hand to try it out for me on...
I want to make the command more [pure in the functional sense](https://en.wikipedia.org/wiki/Pure_function). That is, I want it to be designed to take form stdin and write to stdout. This makes...
I went through the install a while ago, and I remember the most tedious part being building the kernel. It would be nice if it was packaged alongside the other...
My native `unshare` works: ``` $ unshare -U echo hi hi $ echo $? 0 ``` But the AppImage doesn't: ``` $ ./bundle util-linux /bin/unshare $ ./unshare-x86_64.AppImage -U echo hi...
My configuration is a flake. Can you add a flag or something to enable flakes in `configuration.nix` right away? You just need to add ```nix nix.package = nixUnstable; nix.extraOptions =...
Preopening file descriptors works well for directories with configuration/data because those directories are known for a given program. It also works fine for short-lived CLI programs because the directories they...