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?

  • @mormund
    link
    fedilink
    61 month ago

    Maybe an unpopular opinion but why would you care about how privacy invasive GitHub is? Your code is open-source anyways so MSFT can steal it wherever you host it. And if they haven’t changed it you’re able to sign up with just an email and a pseudonym. It’s not a social network where you have to post private information for it to be useful you can and most people do use it pretty anonymously.

    So I never understand the outrage about GitHub and MSFT. Git is distributed anyway, the only thing that can be lost are issues and pull request histories. If they fuck up, everyone can just move. Now GitHub Actions, that is a clever thing for binding users…

    • chebra
      link
      fedilink
      131 month 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
        51 month 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.

          • @taladar@sh.itjust.works
            link
            fedilink
            31 month ago

            Forgefed seems to be ActivityPub based which, judging by Lemmy, doesn’t solve the redundancy issue at all, it just allows you to interact with the content hosted in a single place from your own single place, giving you two single points of failure and two points where you can be tracked instead of one. This is not really the same kind of distributed as git repositories.

              • @taladar@sh.itjust.works
                link
                fedilink
                41 month ago

                The term “single point of failure” means that only that point has to fail for the entire system to become unusable. You can easily have more than one of those in a system though.

        • @toastal@lemmy.ml
          cake
          link
          fedilink
          01 month 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
            01 month 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.

            • @toastal@lemmy.ml
              cake
              link
              fedilink
              01 month ago

              It’s as broken as you make it—but if the Google started top posting for everyhing & everything is done thru the web, of course the UX is going to be even worse than it already. I have accepted patches by mail, & honestly it was easier (small changes, with no feedback required).

              But your comment ignored Gerrit, ForgeFed… you could use a decentralized sync system like Radicle.

    • PropaGandalf
      link
      fedilink
      41 month ago

      they can take your whole project down if they want so. or if they are forced to do so.

          • @tyler@programming.dev
            link
            fedilink
            21 month ago

            Because the downsides completely outweigh the upsides by a massive amount. Risk of GitHub removing any of my projects is practically 0, while the upsides of hosting elsewhere is also almost 0.

            • PropaGandalf
              link
              fedilink
              21 month ago

              but does it really matter where your personal project with maybe 10 stars resides? if not why not choose something like codeberg?

              • @tyler@programming.dev
                link
                fedilink
                11 month ago

                Yes because every company I work at uses GitHub, I use GitHub actions at work, and the majority of programmers on the planet use GitHub. So I’d not only need to maintain another account, use a different build system, and spread my project in some other manner, but I’d be losing the majority of my contributors (my most starred project has 100 stars, second most is 50). If that’s on a platform with the _most _ contributors then I literally wouldn’t have any on a different platform. I have 40+ FOSS projects (source, not forks) and I’m not going to maintain all of those somewhere where they won’t get viewers.

    • @taladar@sh.itjust.works
      link
      fedilink
      41 month ago

      I can understand the argument against GitHub in two contexts, one is when people build features into their software that assume GitHub, e.g. when a programming language assumes it can just prepend github.com/ to your repo to find it and the other is the argument that losing GitHub would be a huge blow because so many projects are there and only there so a lot of things would have to be done at once if that ever happened.