featured [he/him, comrade/them]

  • 0 Posts
  • 18 Comments
Joined 3 years ago
cake
Cake day: November 20th, 2021

help-circle

  • You’ll have just as good of an experience on either Intel or AMD. Framework is releasing a new generation of intel models in August so if you want the most cutting edge model and can wait those are a good bet. But personally I’m very happy with my current gen AMD model’s performance and efficiency so I’ll be waiting a while before another upgrade. There really aren’t any major downsides for any of the current options though, just personal preference.


  • I have a framework 13. Bought it with 12th gen intel mainboard, upgraded it to AMD when that came out. Also upgraded the battery, RAM, and soon the screen when the 120hz one ships. It’s super easy to get into, just five screws and then pop the trackpad/keyboard cable off. I honestly love it.

    Framework has fantastic support for windows and Linux. There used to be some minor fixes needed on certain models but they’ve since resolved them and my experience on Fedora and Arch have been plug and play. On windows they have a driver install script that installs everything in one go, that’s nice too. And yes Minecraft does run on Linux, at least the Java version does. Idk about bedrock though







  • Instead of installing packages through a package manager one at a time and configuring your system by digging into individual config files, NixOS has you write a single config file with all your settings and programs declared. This lets you more easily configure your system and have a completely reproducible system by just copying your nix files to another nixos machine and rebuilding.

    It’s also an immutable distribution, so the base system files are only modified when rebuilding the whole system from your config, but during runtime it’s read only for security and stability.