• 0 Posts
  • 26 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle
  • I’ve also recently built my own NAS and I’ve gone through similar considerations. One of my mayor decisions was not to use btrfs because it’s not recommended for Raid Z1/Raid 5. With that, I landed on ZFS and TrueNAS Scale. Note that RAID expansion should be landing in both very soon.

    Things with TrueNAS were pretty easy, very quick, and everything worked nicely. However, I noticed that it was constantly accessing the disks and preventing them from spinning down. I really wanted to keep the power consumption low (<20 W idle), so I eventually decided to just go with Vanilla Debian + ZFS. I can recommend that if you want to tinker with things yourself. Otherwise, I’d recommend TrueNAS Scale.

    As for migration, you might be able to create a degraded pool initially, copy over the data, and add the parity disk last. Raid expansion would ofc also help there…



  • Edit: adding some context. I am planning to setup a dev machine that I will connect to remotely and would like to babysit very little while having stable and fresh packages. In the Ubuntu world we would go to an LTS release but on the RPM/Dnf world is there any other distro apart from CentOS Stream? And also is CentOS Stream comparable to an LTS release at all considering that they do not have release number?

    Wanting both stable and fresh packages is unfortunately somewhat difficult in my experience. I think the primary choice within the Fedora ecosystem is if you want to have fresh packages (Fedora) or if you prefer a slower update cycle and more stable packages (RHEL/Alma/Rocky). In the second case you can also choose if you wish to pay Red Hat for support (RHEL) or not (Alma or Rocky).

    One thing that’s quite different in RHEL vs Ubuntu/Debian ist that it gets minor releases that include substantial new features. For example you’ll get new compilers, python versions, drivers, … CentOS Stream gets those slightly ahead of RHEL/Alma/Rocky (a cynical person might say that CentOS Stream is a rolling beta for RHEL). But, IMHO that’s not really a strong reason to use CentOS Stream.

    If you’d go with an Ubuntu LTS release, then I’d look into RHEL/Alma/Rocky.












  • I understood Matthew’s position as “this should be discussed in the Workstation WG first”, not as a “no”:

    in favor of the process outlined above (tl;dr: talk to the Workstation WG, and if that does not come to a satisfying outcome, file a Council ticket for next possibilities).

    Post

    It also seemed more likely that they would promote KDE without demoting Gnome.

    But was there a follow-up on that (e.g. in the Workstation WG)?





  • Would you mind explaining how introducing ranked choice voting would substantially help smaller/additional political parties? I always find it confusing how much Americans focus on the presidency and ranked choice voting when it comes to breaking the party duopoly. At the end of the day, there is only a single president and he/she will probably always come from one of the largest parties. The presidency somewhat inherently limits the influence of smaller parties.

    What I would focus on, if I wanted to increase the number of political parties in the US, is the House of Representatives. If proportional representation (e.g. biproportional appointment, party lists, MMP, …) was introduced there, it would allow smaller parties to hold real power. (With biproportional appointment, the seats are distributed according to party voter share while also ensuring regional representation). Do you know why this hardly ever comes up in the context of the US?



  • The GPL (and AGPL) do place some restrictions on how you can integrate it into another application but this doesn’t have anything to do with commercial use.

    Basically, if you create a derivative work and publish/sell it, you also need to license it under the AGPL. In case of the AGPL it also applied if you use it to offer a service. But if you only use the unmodified version (same source code) and the intended application interfaces, this does not apply.

    Running the application on Windows is clearly allowed. The second case also sounds ok (allowing this is kinda the point of FOSS). However, if you create an improved version of PDFCreater, then you’ll need to publish it under the same AGPL license.