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?

  • chebra@mstdn.io
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    @mormund It’s not about the privacy of the code, but the privacy of the users clicking on github and then reading some news. They aggregate behavioral data about you.

    > the only thing that can be lost are issues and pull request histories

    “Only”?? That’s a HUGE problem. That’s exactly one of the walls keeping people inside github. Git protocol could distribute that, but it doesn’t suit the commercial platform’s interests -> go to open platforms instead.

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

      Can you name an open platform that actually does distribute PRs and issues? I know there were a few that tried but I mean one that actually succeeded and is usable by people who just want to report a bug?

      Also, your issues and pull requests are much more likely to be lost in your self-hosted one project instance than on GitHub if anything happens to you.

      • toastal@lemmy.ml
        link
        fedilink
        arrow-up
        0
        ·
        2 months ago

        The pull request model is broken so why care about its replication? Send patches to a mailing list, ask for Gerrit, hopefully ForgeFed can be a thing sooner than later.

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

          Talking about PRs being broken and then bringing up email, just about the most broken technology still in wide-spread use, is sort of ironic.