• 0 Posts
  • 71 Comments
Joined 2 years ago
cake
Cake day: June 9th, 2023

help-circle












  • I don’t understand the answer though.

    The answer is if you’re depending on software that is closed and out of your control (aka. you have an Nvidia card) then you should have support expectations around that hardware and linux.

    There are no GTS ISOs because we don’t have a reliable way to make ISOs (the ones we have now are workarounds) but that should be finished soon.







  • How would you even measure how many are turning away?

    How would you recommend anyone measure this? So far the answer has been things like nvidia drivers and “anti-cheat doesn’t work”, which are things out of our control.

    unwilling to cater to those who aren’t

    If you don’t understand what something is, it may be that you are not the target audience!

    Your description as it is now targets tech experts, rather than laypeople

    Laypeople don’t install operating systems.

    You feel justified in being technically correct, while I place more value on accessible descriptions for less technical (prospective) users.

    Less technical users don’t care and go download the ISO, they don’t need to care about any of this.


  • I would say it is the methodology. To distill it a bit more in the context of bazzite and universal blue:

    • Focus on automation (we do this via gitops) - everything is driven by git
    • Declarative definitions: all the components of the base images (the kernel, base packages, etc. are all defined up front), and then the custom images (bazzite) do the same thing on top of that. That makes it easier for someone else to start with a small thing and “make my own bazzite” either from scratch, off of a base image, or if you want to just FROM bazzite you can start from there.
    • Iterate fast: basically be able to change anything in the OS and rebuild on the spot locally as fast as possible.
    • Everything is an OCI artifact