As you can easily notice, today many open source projects are using some services, that are… sus.

For example, Github is the most popular place to store your project code and we all know, who owns it. And not to forget that sketchy AI training on every line of your code. Don’t we have alternatives? Oh, yes we have. Gitlab, Codeberg, Notabug, etc. You can even host your own Gitea or Forgejo instance if you want.

Also, Crowdin is very popular in terms of software (and docs) translation. Even Privacy Guides and The New Oil use Crowdin, even though we have FLOSS Weblate, that you can easily self-host or use public instances.

So, my question is: if you are building a FLOSS / privacy related project, why using proprietary and privacy invasive tools?

  • taladar@sh.itjust.works
    link
    fedilink
    arrow-up
    10
    arrow-down
    1
    ·
    2 months ago

    Federation doesn’t really solve the issue that self-hosting takes effort away from working on the actual project.

    • Max-P@lemmy.max-p.me
      link
      fedilink
      arrow-up
      20
      ·
      2 months ago

      No but it does solve people not wanting to bother making an account for your effectively single-user self-hosted instance just to open a PR. I could be up and running in like 10 minutes to install Forgejo or Gitea, but who wants to make an account on my server. But GitHub, practically everyone has an account.

      • Dessalines@lemmy.ml
        link
        fedilink
        arrow-up
        7
        ·
        2 months ago

        This is the main reason why we haven’t moved lemmy’s repo there (yet). Most of the devs are on board with leaving github tho at some point.

      • taladar@sh.itjust.works
        link
        fedilink
        arrow-up
        4
        ·
        2 months ago

        I could be up and running in like 10 minutes to install Forgejo or Gitea

        You could maybe do that but only because you already know how unlike most developers and you completely dismiss any active maintenance like updates, moderation, debugging performance issues, resizing storage,…

        • Max-P@lemmy.max-p.me
          link
          fedilink
          arrow-up
          3
          ·
          2 months ago

          The whole point is you can take the setup and maintenance time out of the equation, it’s still not very appealing for the reasons outlined.

      • toastal@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        1 month ago

        ForgeFed solves a storage issue with Forgejo too… no Git object dedup means that the storage starts to balloon if you require all patches be in the form of pull requests on your server.