• 13 Posts
  • 479 Comments
Joined 2 years ago
cake
Cake day: December 27th, 2022

help-circle




  • thejevans@lemmy.mltoSolarpunk@slrpnk.netDo We Love Our Children
    link
    fedilink
    arrow-up
    8
    arrow-down
    1
    ·
    6 days ago

    on top of that, this whole plea to the rich fucks in the audience is just gonna make them think “you’re right, I do need to think about my children. I better amass as much wealth as possible, so that no matter how fucked the world gets, my children in particular can buy their way to the best life.”


  • thejevans@lemmy.mltoOpen Source@lemmy.mlOpen Source Housing
    link
    fedilink
    arrow-up
    20
    arrow-down
    2
    ·
    7 days ago

    Architectural blueprints have been explicitly covered by copyright in the US since 1990, but were likely implicitly covered before then.

    He could always provide an open-source license before claiming that he is “open sourcing” his designs. You could always check for a license before claiming that something is open-source. Putting the onus on people after the fact to make those previous claims true doesn’t make any sense.





  • Now that I’m deep in it with flakes + home manager + impermanence + disko/nixos-anywhere, it’s fantastic having this much control and stability on all my systems, and I’m excited to start switching as much of my homelab as I can over to NixOS like my workstations.

    But I totally agree, I would not recommend this to anyone who is not super interested in it.




  • For me the reasons were:

    1. I have a desktop gaming PC, a framework laptop, and a 2014 macbook air. Having one config that I can share between them makes maintaining all the systems that much easier.

    2. Using Arch I would either be in two states, and NixOS works great for both:

    • I’m not using any specific computer very often and I just want it to work when I turn it on, and I need to not worry that if I go too long without updates I’ll break something.

    • I’m playing around with some brand new software which usually means installing unstable dependencies from the AUR, and rolling back or containing those changes is difficult, so I end up breaking something, and then updates become a huge pain until I need to just wipe everything and reinstall

    1. I never really liked GNU Stow or other dotfile management systems, and having NixOS + home-manager solves that, too. You can run Nix and home-manager in whatever OS, but having EVERYTHING in one repository is much more convenient to me.



  • To make life easier for yourself, I’d highly recommend running Linux on a separate drive. The Linux distribution installers I’ve used will install the bootloader on whatever drive you choose to install on, but the windows installer will use the storage controller’s port ordering to choose which drive to install on.

    Your best bet is to simply disconnect the Windows drive when installing Linux and to disconnect the Linux drive when installing Windows, then just use the BIOS boot selection screen to choose which OS to boot into.

    You can add your Windows drive to Grub and you might be able to add your Linux distro to your Windows bootloader, but keeping them entirely separate is probably best.