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?

  • Max-P
    link
    fedilink
    202 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
      link
      fedilink
      71 month 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
      42 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
        link
        fedilink
        32 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
      11 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.