Obviously we all want to avoid enshittified (aggressively monetized) software or at least get our money’s worth. I’m looking at self-hosting software right now and one I’m looking has a pricing page but only for cloud (no other paywalled features) and is open source. I tried looking up future plans and didn’t find much, so it doesn’t seem like it will enshittify. (not related) I had thought about switching to Omnivore for a long time but then they merged with ElevenLabs and the rest is history.

  • Ephera@lemmy.ml
    link
    fedilink
    English
    arrow-up
    20
    arrow-down
    1
    ·
    1 day ago

    Android, Chromium.

    The problem is that:

    1. Google puts in more development power than anyone else. Any forks we’ve seen so far are only really soft forks, as in they only apply a few patches on top of what Google puts out, rather than taking the project in a new direction, because you’d be behind pretty quickly.
    2. These projects establish platforms that have shitty decisions baked in. For example, the Android dev tooling has Google ads/tracking as one of the built-in UI components, which is why even if you patch the OS, the apps will still be shitty. To actually change this stuff, you’d need a majority of users to switch to your fork and stay there for a few years.
    3. Partially, it’s only financially viable for Google to develop these projects, because they have those Android ads or benefit from a web with less tracking protection. This makes it extremely unlikely for any other organization to be able to splurge a similar amount of money, which brings us back to a fork just being unlikely.

    And so long as a fork is unlikely, Google can do shitfuckery quite similar to proprietary projects.

    • tabular@lemmy.world
      link
      fedilink
      English
      arrow-up
      9
      ·
      edit-2
      1 day ago

      Small teams are unable to take web browsers far in another direction as browsers have recklessly grown to one of the largest and most complicated software. Browsers do not follow the “do one thing well” philosophy, to the extreme.

      Most functional parts of a browser (text reader, video player) are thankfully resistant to enshitification. That is if they are free (libre), permitting a fork.

    • maplebar@lemmy.world
      link
      fedilink
      arrow-up
      2
      arrow-down
      2
      ·
      edit-2
      19 hours ago

      Google puts in more development power than anyone else. Any forks we’ve seen so far are only really soft forks, as in they only apply a few patches on top of what Google puts out, rather than taking the project in a new direction, because you’d be behind pretty quickly.

      Ok, but what’s stopping them other than a lack of desire?

      FOSS programs can always be forked and developed independently of the original authors. That’s the “freedom” that makes them FOSS in the first place. I have no desire to make my own fork of Android and its tooling, but if someone out there really wanted to do so, I don’t see what is stopping them. (Other than things like locked down smart phone bootloaders, but that’s got nothing to do with the FOSS part of this discussion.)

      Partially, it’s only financially viable for Google to develop these projects, because they have those Android ads or benefit from a web with less tracking protection. This makes it extremely unlikely for any other organization to be able to splurge a similar amount of money, which brings us back to a fork just being unlikely.

      I’m kind of skeptical of this idea. FOSS has almost always been able to succeed in the long term despite having a small fraction of the development budget of proprietary software, often due to the passion of weekend devs essentially donating their time to the cause. Whether it’s Linux, Blender, Gitlab, Godot, Krita, etc., I can’t think of a single FOSS project that has funding anywhere near the same level as their corporate rivals.

      • Baldur Nil@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        1 hour ago

        What you’re saying is right about the possibility, but when you’re assessing some software for yourself, you have to consider things in the bigger perspective.

        Some protects are very complex and require multiple teams of developers to maintain. That’s different than a small project that one person can maintain and curate external contributions.

        So something like Chromium or Flutter isn’t the type of software that a community will self organize and maintain, they need some sort of organization behind them. This organization will probably need some sort of funding, ex: donations. Otherwise the projects will either fall into chaos and die or they’ll look for other ways to support themselves (ex: Qt with their commercial license and paywalled features).

        In practice everything needs resources and without these resources any project simply dies.