• HobbitFoot @thelemmy.club
    link
    fedilink
    English
    arrow-up
    8
    ·
    1 year ago

    Not exactly. Lemmy has separated the developer role from the admin role.

    From a developer role, Lemmy is going to need to figure out a way to scale up development. Two full time developers isn’t going to be enough to get Lemmy to a position it can compete against Reddit or the next Reddit. Lemmy is rough around the edges and needs work; it needs to develop ways to incorporate code from others.

    From an admin role, the various servers are going to need to solve major issues, including how to fund server costs. We are also seeing the fraying of the federation model as different admins have different goals for their part of Lemmy and these goals clash with each other.

    There is going to be a ton of growing pains, and some of them are going to come from the fact that there isn’t a CEO of Lemmy to choose which way to resolve problems.

    • falconfetus8@lemmy.world
      link
      fedilink
      English
      arrow-up
      7
      ·
      1 year ago

      From a developer role, Lemmy is going to need to figure out a way to scale up development.

      No they don’t. The platform is open source, so the more users they have, the more of those users will become contributors.

      • daguito81@waveform.social
        link
        fedilink
        English
        arrow-up
        7
        ·
        1 year ago

        Yes they do. This is why some FOSS goes to places like Apache, why there’s a Python foundation, Spark has Databricks, Kafka Confluent and Trino Starburst.

        The good thing about open source is that it allows everyone to contribute code to the base. The bad thing about open source is thay it allows everyone to contribute code to the base.

        You need repo maintainers, developers that are constant contributor, code reviewers, people maintaining CI CD Pipelines, etc etc.

        Yes it’s less than having proprietary, but it’s nowhere near “0”.

      • HobbitFoot @thelemmy.club
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        But how is the organization going to handle and review all this additional code? You can’t just trust someone coded something correctly without reviewing the code.