Thank you, Simon Peyton Jones.
demesisx
This is ABSOLUTELY the case in Boston.
Looks like we won’t be getting fired for using Nix very soon.
Says the Zionist piece of shit, cheering on a genocide.
Loving this bot. It allows me to not have to be alert constantly about new videos on this subject.
They usually prefer girl bosses that aren’t publicly proud of being steaming piles of racist and sexist dogshit.
She chose the wrong crowd to pander to. You see, the poor (of every race) are the only minority that Disney Co truly loathes.
Thanks for setting me straight. I’ll still be pushing the idea of RISC-V.
Look it up. The latest generation of Intel chips have incredibly egregious issues.
If you think you’re owning the Chinese by supporting Intel, you’re very misguided. Instead, you should be hoping for RISC-V to catch on because closed architectures are vastly more vulnerable to exploitation. They represent an unknown tech stack which is a no-no for anyone who actually values freedom, privacy, and liberty. They also cost tens of millions to create while RISC-V costs significantly less since it doesn’t require a company to buy a million dollar license to build on a closed architecture.
Hopefully this sticks. IMO, movie studios need to keep attracting customers or the whole film industry will stay dead.
Don’t be conflicted. RISC-V or GTFO.
Sounds like a politician that yearns to profit from pharmaceutical companies like his big brothers in the corrupt United States.
I do this on NixOS. I have a NAS at home where I store most of the files I work on. My computers are internally immutable and almost all the files that change reside solely on the NAS as NFS shares. All of my computers are configured to auto-mount one of its folders at boot. NixOS sees that as an internal drive.
Then, simply navigate to the project folder where I have a flake and a .envrc file containing the command
use flake .
which will make direnv use Nix to provision the dependencies automatically. Whenever I save, those changes are reflected on all computers.I like to also version control everything using git and this method allows that transparently.
The only part that I am missing is getting the permissions to align between all computers accessing that same folder. Sometimes I have to create a temp folder that uses rsync to keep up with any changes. If anyone has any pointers, I’m all ears. It rarely gets in my way but does rear its head sometimes. Otherwise, this setup is perfect when I’m at home.