• GolfNovemberUniform@lemmy.ml
    link
    fedilink
    arrow-up
    8
    arrow-down
    65
    ·
    2 months ago

    More closed and non-customizable systems are much more stable. I guess that’s what GNOME devs are trying to achieve and I don’t really mind it. We have other options for those who need customization. The most used and mainstream one really should be focused on stability. Though I don’t think anyone tried breaking icons before. It’s a bit too much. The app devs will need to make multiple icons for different DEs which is a good thing but shouldn’t be forced like that

    • 56!@lemmy.ml
      link
      fedilink
      arrow-up
      77
      arrow-down
      3
      ·
      2 months ago

      If stability was their aim, they wouldn’t be breaking stuff all the time…

      • ijhoo@lemmy.ml
        link
        fedilink
        arrow-up
        6
        arrow-down
        16
        ·
        2 months ago

        I would argue that gnome is pretty stable in recent years. Don’t remember when was the last time something crashed.

        This might would probably be true for Extensions.

        KDE has been unstable for me on Wayland in the past.

        • acockworkorange@mander.xyz
          link
          fedilink
          arrow-up
          19
          ·
          2 months ago

          You’re talking about two different kinds of stability. They are talking about development stability. You are talking about runtime stability.

          One thing is to not break applications that use your library because of changes you introduce to it. Specifically changes that go against the standard you’re supposed to be following.

          Another thing altogether is to not go outside the memory limits of the application so it doesn’t get yeeted by the kernel.

        • Nisaea@lemmy.sdf.org
          link
          fedilink
          arrow-up
          1
          ·
          2 months ago

          I’ve had growing pains for KDE on Wayland in the past but it’s been chill in recent times too, I can’t remember having any issue related to that for a long time

    • Björn Tantau@swg-empire.de
      link
      fedilink
      arrow-up
      56
      ·
      2 months ago

      The standards are supposed to be the stable thing. If some part of GNOME advertises itself as following a specific standard then it should remain stable in following that standard.

      • GolfNovemberUniform@lemmy.ml
        link
        fedilink
        arrow-up
        4
        arrow-down
        41
        ·
        edit-2
        2 months ago

        That is a misconception that 99% of the devs don’t understand. Sometimes you do need major changes that break stuff to upgrade the base. GNOME started doing it recently. Keeping old bases for a very long time makes them bloated, hacky, slow and unstable

        • LeFantome@programming.dev
          link
          fedilink
          arrow-up
          18
          ·
          2 months ago

          Linus Torvalds is author and maintainer of one of the most successful pieces of software ever written ( software that is decades old and still growing in popularity ).

          What does Linus says about your philosophy that “Sometimes you do need major changes that break stuff to upgrade the base”? I think his first sentence explains where he stands but he expands on his initial point.

          https://lkml.org/lkml/2012/12/23/75

        • LeFantome@programming.dev
          link
          fedilink
          arrow-up
          8
          ·
          2 months ago

          Implementing old standards does not magically result in unstable software. I can create software today that implements decades old standards using whatever whiz-bang tech is in vogue.

          I do lot accept that “old bases” have to succumb to any of the things you suggest either. Refactoring is a thing. You can remove dead code, you can adopt new patterns, you make code modular, you can even extend using new tech if you want.

          Linux is 30 years old ( the basic design is decades older ). Should we throw it out? I vote no but allowing Rust into the kernel seems like a good idea. How old is GCC? How old is Microsoft Office? How old is Firefox? This is software you may use every day. Trust me, your life relies on software that is much, much older. How often do you think they rewrite air traffic control systems or core financial software to to make it more “stable” as you suggest?

          I mostly hear your argument when devs want to try new tech and cannot justify it any other way. Most often the result is something that is far buggier and missing many features. By the time the features return, the new code is at least as bloated as the original. Around then, somebody usually suggests a total rewrite.

          Old architectures are a different story. Sometimes things are not worth fixing in place. In my experience though, this is fairly rare. Even then, in-place migration to something else often makes more sense.

          In my view, if you cannot modernize an old code base, it is a skills issue.

    • john89@lemmy.ca
      link
      fedilink
      arrow-up
      12
      arrow-down
      3
      ·
      2 months ago

      Ahh, the old “it’s too difficult for us.”

      If the gnome devs are so incompetent, why don’t they just get another job?

    • MonkderDritte@feddit.de
      link
      fedilink
      arrow-up
      4
      arrow-down
      1
      ·
      2 months ago

      I guess that’s what GNOME devs are trying to achieve

      They should strive for something like FLTK then, it has much smaller codebase.