Are there instances that run modified versions of the base Lemmy software? For example, that use their own sorting algorithms, or provide users ways to block instances or specific users, etc?

Are there communities that talk about this kind of thing? Like a LemmyForInstanceOwners community? I don’t really want to trawl through GitHub for this sort of discussion.

  • @[email protected]
    link
    fedilink
    English
    1011 months ago

    Lemmynsfw uses a custom version that that removes the blur for nsfw images but that’s it I think.

  • @[email protected]
    link
    fedilink
    English
    611 months ago

    Are there instances that run modified versions of the base Lemmy software? For example, that use their own sorting algorithms, or provide users ways to block instances or specific users, etc?

    If one had developed code to do these things, why would one not upstream it so it’s released in core lemmy and all instances can benefit from that capability?

    • @PleonasmOP
      link
      English
      5
      edit-2
      11 months ago

      Speed of development. It could take months for a PR to get into Lemmy core and then a new release.

      Things that get into Lemmy core have to be well thought out and the core Devs have to want them in there.

      Running custom code is a way to make changes without having to get their approval, and if it proves popular enough, then maybe they’ll implement it upstream.

    • @[email protected]
      link
      fedilink
      English
      3
      edit-2
      11 months ago

      Not all instance owners may want all those features implemented. Not the same but kind of like how Beehaw doesn’t allow downvotes while other lemmy instances do.

      • @[email protected]
        link
        fedilink
        English
        611 months ago

        In the vast majority of cases, one can support variation in admin preferences by exposing a configuration parameter. Your downvote example is perfect because Beehaw doesn’t run a customized lemmy codebase. There is a checkbox exposed to lemmy admins that enables/disabled downvotes.

        Running a custom-codebase is generally the highest-hassle method of achieving some custom-config goal. The absence of communities around this approach isn’t an accident, the people who develop customizations generally try to work with the upstream unless the devs give them good reason not to.

        • @[email protected]
          link
          fedilink
          English
          311 months ago

          You’re absolutely right, now that I think about it. My bad. But yeah, it makes more sense to upstream and make the features toggle-able.

  • 𝒍𝒆𝒎𝒂𝒏𝒏
    link
    fedilink
    English
    4
    edit-2
    11 months ago

    The instances that have been developing custom features (IIRC lemm.ee and a couple others) have been contributing them back into the main Lemmy project, so everyone else ends up eventually getting them.

    Edit: I’ve seen a community for instance owners and devs somewhere but don’t remember the name, hopefully someone else remembers

  • @[email protected]
    link
    fedilink
    English
    111 months ago

    The NSFW instances use a modified front end to allow for automatic picture expansion (and probably other things).