• 0 Posts
  • 54 Comments
Joined 26 days ago
cake
Cake day: June 11th, 2024

help-circle

  • Fedora is Fedora and uBlue is uBlue, a separate project. Blaming Fedora for uBlue issues is like blaming Ubuntu for Mint issues.

    And on Silverblue issues on updated happen from time to time. On immutable distros such issues won’t break the system unrecoverable, this is the whole reason for immutables, but there are no promises for lacking of issues.

    And you are disappointed because you have encountered two different issues at once. But it is a purely random event, and I have not noticed any changes in frequency.

    But saying about Silverblue, I think probably it doesn’t get much attention from the Fedora project lately, because few recent releases didn’t have any improvements either.








  • Maybe they are new users who miss Windows, so they are trying to find reasoning to stay on Linux. I as an old user have no more any special emotions about Windows. I play with it form time to time. But the OS is quite conservative because of its market monopoly and I don’t find anything new and interesting in new releases. It is not special about Windows, all consumer OSes are kinda stabilized now, and corporations do not want to experimenting and build new things.

    So, I don’t hate Windows, I just don’t find it interesting for me. I use and will use it on a separate machine for some niche tasks, when they require windows-only software.




  • And other things about the project are also concerning me:

    • It uses Qt for UI, while modern browsers can draw UI with their own engines. A redundant dependency which also will harm modularity and embeddablity.
    • Modern browsers have complexity of operating systems. It’s just a waste of resources to build an independent browser from scratch, but not to make the engine reusable.

    This is a poor choice.

    The other things: It’s so independent (from google), but already got sponsorship and changed the landing page to a typical landing of a startup. This independence is populism. Just enough one for feeding their adepts with promises. I won’t be surprised of possible advertisement integrations made “for maintaining independence”.

    NGMI.



  • Btrfs snapshots are already used in openSUSE microOS which is branded as immutable. And AshOS generalizes it for any kind of distro: https://github.com/ashos/ashos . I think it is nice middle-ground for regular distros, which does them more reliable.

    But for me, immutables are more about separation between the base system and the apps, where the base is not only immutable, but image-based: ostree, A/B partitions, systemd-sysupdate. And the apps are distro-independent: flatpak, containers, and so on. So apps are upgraded independently from the system, and one doesn’t need to upgrade the system just to have apps updated or vice versa. Btrfs snapshots doesn’t solve anything here by itself.