

2·
3 days agolook into NixOS! there might already be a package for it. and NixOS can be very good about not duplicating dependencies.
look into NixOS! there might already be a package for it. and NixOS can be very good about not duplicating dependencies.
fun fact: Windows uses 9p for bridging the Windows and Linux filesystems with WSL2. the devs had excellent taste in protocols.
My passport got “corrected” to M after being stuck in weeks of bureaucratic limbo and waiting hours at the passport agency. One of the agents even told me I should just accept it so that way I’d be able to leave the country.
Yeah, I dreamed of EZIC.
the Ides is a big Tumblr holiday. I wouldn’t be surprised if more people learned about it from Tumblr than from history class.
nix collect-garbage
, comrade! there’s also another command to clean up older generations. if you’re using git to version your nix config, you only really need to keep two generations: the current, and your last successful boot, since you can recover by git checkout.