They slowly started locking down the platform for people without accounts and it has been really annoying to use the website since. First it was not possible to search for code, then even searching for issues got more and more difficult with it randomly failing, and now it’s gotten to the point where I can’t search for a fucking project anymore!

Github’s search is becoming as bad as reddit’s, where if you want to find anything, a secondary service like SourceGraph, GrepApp, or even a dumb search engine is better. Sometimes those haven’t indexed what I need (especially code search), so I have to download the bloody tarball and rg for whatever the fuck it is I was looking for. Sometimes it will also block the VPN I’m using, so I have to proxy to a non-VPNed machine. The world could do without these unnecessary roadblocks.

What also grinds my gears is requiring an account to contribute. There is no way to send in a patch, raise an issue, or anything without an account there, so by if a project being on github, you have no choice but to give Microsoft your data to participate in opensource. Don’t get me wrong, mailing-lists are filth, but and I’d rather claw my eyes out than participate in any project demanding their use, but Microsoft being the “lesser evil” is not a good look.

Please, for the love of opensource, get your project off of github, please. It’s a monopoly at this point and doing microsoft things. This isn’t the end and they’ll probably do more stuff to see how far they can push it. We’ll all be the boiled frogs.

Yes, I know they have a CI and some other features, but if all you’re doing is hosting your code, please consider an alternative.

Possible alternatives in alphabetic order:

  • Codeberg (could have federation in the future)
  • Gitlab (has CI)
  • OneDev (no git SSH clone but feature-rich) not an instance for the public
  • Radicle (no CI, but federated)
  • Sourcehut (minimalist, but fast as fuck)

or maybe others will suggest more.

      • Sickday@kbin.earth
        link
        fedilink
        arrow-up
        2
        ·
        3 hours ago

        First result of a search:

        Gitorious was a free and open source web application for hosting collaborative free and open-source software development projects using Git revision control. Although it was freely available to be downloaded and installed, it was written primarily as the basis for the Gitorious shared web hosting service at gitorious.org, until it was acquired by GitLab in 2015.

  • blind3rdeye@lemm.ee
    link
    fedilink
    arrow-up
    12
    ·
    12 hours ago

    I’ve stopped using github because I hate advertising and nags. Probably most people don’t care much about it, but for me github nagging and ‘reminding’ me about copilot is just so off-putting that I immediately want to leave the site. I don’t want my attention stolen like that.

  • Phoenix3875@lemmy.world
    link
    fedilink
    arrow-up
    24
    ·
    17 hours ago

    Specifically for the rate limit issue, a lot of nix’s derivations are hosted on GitHub and now and then the rate limit problem comes up when I rebuilds a dev environment.

    Nixos.org is kind enough to host gigabytes of cache, but to get a ~40MiB tarball, we need to beg at the door of M$. Path dependency is really a trap.

    • onlinepersona@programming.devOP
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      edit-2
      5 hours ago

      Yeah, nix is utterly dependent on github and there have been many discussions about it. The majority of the community is very against migrating and refuses investing in anything else.

      I remember a project abused github as their CDN, and github shut that down. Can’t remember the name but it was something plant-related (the name). Pods or something. If nix ever scales up massively, github just might rate limit the repo.

      Anti Commercial-AI license

    • flubba86@lemmy.world
      link
      fedilink
      arrow-up
      21
      ·
      17 hours ago

      I use Codeberg and even paid to be a member, because it goes directly to support the development of forgejo.

  • fxomt@lemm.ee
    link
    fedilink
    English
    arrow-up
    126
    ·
    1 day ago

    Codeberg is criminally underrated. The UI is great, it’s 100% open source, it has CI, and it will have federation in the future. It’s a shame more people don’t use it. Piefed/river and a bunch of cool niche projects are on it though :D

    The lemmy developers should seriously think of moving lemmy to codeberg, it’d be in line with lemmy’s anti-corporate stance.

    • kabi@lemm.ee
      link
      fedilink
      arrow-up
      56
      arrow-down
      2
      ·
      1 day ago

      The choice every developer has to make is between having a potentially successful project, with contributors and community engagement, or hosting their stuff on an open platform. PeerTube even has a GitLab of their own, and yet they host their main software on GitHub, because they simply have to.

      • fxomt@lemm.ee
        link
        fedilink
        English
        arrow-up
        39
        ·
        edit-2
        1 day ago

        Yep, codeberg is great for personal/hobby or small projects, but beyond that it’s not ideal. The worst part is git is a decentralized protocol; yet github has centralized it, basically forcing developers to use it if they want their projects to live, or get a job. It’s a vicious cycle.

        But i still think developers should migrate to codeberg, if all of us just wait for codeberg to get big to use it, there’d be no users in the first place. Even if you put your project as a mirror, it’s still a step, or even better: vice versa, see river.

      • JustEnoughDucks@feddit.nl
        link
        fedilink
        arrow-up
        7
        arrow-down
        1
        ·
        19 hours ago

        I really don’t understand it.

        It is 5 minutes to create an account and you can even use the same SSH key everywhere technically.

        Then just put a bit config per website and it literally requires nearly 0 additional work ever. You can commit to all the different places practically simultaneously.

        I guess you have to go to different websites for issues and I don’t know if codeberg specifically has CI/CD tools, but I don’t get why devs refuse to work on things outside github.

        • ReversalHatchery@beehaw.org
          link
          fedilink
          English
          arrow-up
          3
          ·
          6 hours ago

          the actual problem is not that you need an additional account, but as OP said, the terms. with an account they can tie all your searches, what repos have you visited and how often, and other non-public activities to you. basically the same data mining that youtube, facebook and others do, just in an earlier stage

        • 0x0@programming.dev
          link
          fedilink
          arrow-up
          1
          ·
          5 hours ago

          I don’t get why devs refuse to work on things outside github.

          Herd mentality, it affects devs too.

        • Kissaki@programming.dev
          link
          fedilink
          English
          arrow-up
          1
          ·
          8 hours ago

          Pushing commits is just one of many concerns.

          Do you want to suggest synchronizing issue tickets as well?

          • JustEnoughDucks@feddit.nl
            link
            fedilink
            arrow-up
            1
            ·
            edit-2
            5 hours ago

            I am not talking about federated git repos. You are right, that is a huge undertaking with many issues to overcome.

            I am simply talking about dev’s willingness to work only within X Y or Z website’s ecosystem even if another project they want to contribute to exists on another ecosystem (for example KiCAD which exists on their own gitlab instance and needs a separate account or gadgetbridge on Codeberg). It is enough to stop many people from contributing.

      • 0x0@programming.dev
        link
        fedilink
        arrow-up
        28
        arrow-down
        10
        ·
        1 day ago

        That’s BS, if the software’s good people (i.e. devs) will find the source, unless all they do is spent their day on the github website.
        Most fine software i find is through social media and websites, i then proceed to checkout the code.

        • Kissaki@programming.dev
          link
          fedilink
          English
          arrow-up
          2
          ·
          8 hours ago

          You picked one concern of multiple: Code discoverability of an already known project.

          Multiple times I have found project sources on their own platforms, and when I would have contributed tickets or code, I did not because of requiring yet another account on yet another platform, with whatever yet unknown signup workflow.

          And there is man other concerns, some of which the comment you are replied to mentioned.

          • 0x0@programming.dev
            link
            fedilink
            arrow-up
            2
            arrow-down
            1
            ·
            5 hours ago

            For yet another account i use a password manager and an email address i only use for crap. It’s a one time process.
            If that’s too much for you then perhaps you’re not that interested in contributing to <project>?

        • mesamune@lemmy.world
          link
          fedilink
          English
          arrow-up
          12
          ·
          22 hours ago

          I am seeing a LOT of the emulation crowd over at codeberg and other type of sites. Its gaining some popularity which is nice.

        • kabi@lemm.ee
          link
          fedilink
          arrow-up
          14
          ·
          1 day ago

          I get that, and I even made an account on PeerTube’s GitLab just to submit a tiny fix on a secondary project of theirs, but do you think an average issue submitter would bother? I do not. And it’s not as simple as this process separating the wheat from the chaff, either.

      • mox@lemmy.sdf.org
        link
        fedilink
        arrow-up
        7
        arrow-down
        4
        ·
        17 hours ago

        Only if they measure their success in terms of traffic on a Microsoft web site.

        Successful projects predate GitHub.

      • fxomt@lemm.ee
        link
        fedilink
        English
        arrow-up
        10
        ·
        1 day ago

        I didn’t know, thanks. But last commit was 8 months ago :(

    • Valmond@lemmy.world
      link
      fedilink
      arrow-up
      10
      ·
      1 day ago

      I never sat foot on github, but moved from some shady place to Codeberg and it’s just fantastic. It just works.

      Only thing missing is some 5/10€ monthly plan where you get a golden leaf or something :-p

      On a more serious note, gotta check out how to support them in some meaningful way.

        • Valmond@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          7 hours ago

          Yeah, figuring to go member, it’s only 24€ a year (FYI 12€ if you can’t shell out that sum) and this is one of the first projects that I’d really like to see take off.

      • MajorHavoc@programming.dev
        link
        fedilink
        arrow-up
        3
        ·
        20 hours ago

        Yeah. I know in my heart that I will get off my ass and move some projects over to Codeberg after federation arrives.

  • communism@lemmy.ml
    link
    fedilink
    arrow-up
    61
    arrow-down
    1
    ·
    edit-2
    24 hours ago

    I support moving off GH but

    There is no way to send in a patch, raise an issue, or anything without an account there

    Currently this is the case everywhere? With the exception of projects that take email patches, currently all the options are centralised/not federated, and even if e.g. Forgejo finished adding ActivityPub integration you’d still need an account on some Forgejo instance to contribute. Same for email patches; they still require having an email address. If it’s specifically about giving MS your data, sure, although iirc the only data they actually require is an email address. You can use duckduckgo’s duck addresses to get one that’s relatively anonymous (i.e. can be deanonymised by duckduckgo but I doubt anyone’s conspiring that hard to deanonymise a random github user).

    • mac@lemm.ee
      link
      fedilink
      arrow-up
      2
      ·
      13 hours ago

      Pretty sure gitlab requires you to enter a CC to make an account as well, which turned me off from submitting a bug report a few weeks or so back

    • kautau@lemmy.world
      link
      fedilink
      arrow-up
      21
      ·
      21 hours ago

      Yeah and that makes sense. There’s plenty of examples of open source projects that have had their issue trackers flooded with politics rather than real issues and they have to then spend all their time policing and cleaning that up and that’s using GitHub’s user reg system and basic protections against spam accounts. Without requiring any sort of auth or user reg that would be impossible

    • Deckweiss@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      19 hours ago

      If you look at a project on sourcehut while not logged in, you will see instructions on the side how to create a patchset and mail it directly to the maintainer, no account needed.

  • Modern_medicine_isnt@lemmy.world
    link
    fedilink
    arrow-up
    65
    ·
    1 day ago

    While I agree about most of your gripes. I don’t think requiring an account to contribute is unreasonable. I can underdtand not wanting to create an account and give them personal info and such. But if that is your stance, stop using them entirely. Giving them code is even worse.

  • Thorry84@feddit.nl
    link
    fedilink
    arrow-up
    17
    ·
    21 hours ago

    I see projects move over to Gitlab a lot lately, but without porting over the issues. That means a huge amount of history and discussions are lost. If you want to find out why something is the way it is, old issues would be a goldmine. Sometimes they are still up on archived GitHub, but not always.

    • StrikeForceZero@programming.dev
      link
      fedilink
      arrow-up
      7
      ·
      14 hours ago

      It’s a shame because how gitlab is basically begging to be bought out and hides a lot of useful features behind subscriptions… I remember when it was originally just a GitHub clone way back when.

    • onlinepersona@programming.devOP
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      4 hours ago

      I don’t know if they need more funding or contributors or something, but that has been on the roadmap for years now. I think all they can federate now are stars.

      But I do hope that it’ll arrive soon. Github needs a federated alternative and gitlab isn’t going to give it to us. Radicle already has federation, but only within its network, so not exactly optimal.

      Anti Commercial-AI license

  • HubertManne@moist.catsweat.com
    link
    fedilink
    arrow-up
    9
    ·
    20 hours ago

    whats funny is I was working in an azure shop and we got rate limited on api calls that caused all sorts of issues and for modern times it really was not a lot of calls. Much less internal calls from a customer on one of the big three cloud computing providers. Seriously!!! Oh and their support was like. Yeah it will do that.

    • csm10495@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      7
      ·
      20 hours ago

      Can confirm this type of thing. Under the Microsoft umbrella stuff doesn’t get special treatment or exemptions from rate limits.

      Instead we make multiple accounts and randomly pick ones to use for various api calls. We waste time fighting with secondary rate limits for them as well as guess how to avoid them.

      • CoopaLoopa@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        2
        ·
        15 hours ago

        This has been the agreed-upon way to do things within the MS umbrella for a while. Not sure why they won’t just allow for setting a higher rate limit.

        Each app registration in a tenant gets their own limits. Most backup platforms for an MS tenant have you register 4-10 apps so it can parallelize the backup load without getting rate limited.

      • HubertManne@moist.catsweat.com
        link
        fedilink
        arrow-up
        4
        ·
        18 hours ago

        Ooof its been awhile and honestly just going back and getting details on the issue is something Im generally paid to do but I can say we got the account from our infrastructure folks and it was seperate from what they were using but it actually impacted them moving vms in a batch script. we were just grabbing metric and metadata.

  • calcopiritus@lemmy.world
    link
    fedilink
    arrow-up
    9
    ·
    20 hours ago

    If I have to search something in a repo, I just clone it and use my IDE. GitHub search sucks, but I don’t think it’s possible to have a web experience that is on par with an actual environment an IDE.

    • onlinepersona@programming.devOP
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      5 hours ago

      I literally just need dumb search. No regex, no nothing, but just for that you now need an account. Especially on mobile, I’m not going to clone every repo I come across. It’s a hassle already.

      If I really do care and dependent on the repo, I’ll clone it. Otherwise I just drop it most of the time or use a third party service. But ever since Microsoft bought github, it’s been really annoying.

      Anti Commercial-AI license