If your IP (and possible your browser) looks “suspicious” or has been used by other users before, you need to add additional information for registration on gitlab.com, which includes your mobile phone number and possibly credit card information. Since it is not possible to contribute or even report issues on open source projects without doing so, I do not think any open source project should use this service until they change that.

Screenshot: https://i.ibb.co/XsfcfHf/gitlab.png

  • f00f/erisEnglish
    arrow-up
    168
    arrow-down
    1
    ·
    8 months ago
    link
    fedilink

    I remember when gitlab.com was the most accessible alternative to GitHub out there, but it seems they’re only interested in internal enterprise usage now. Their main page was already completely unreadable to someone not versed in enterprise tech marketing lingo, and now this.

    Thankfully Gitea and Forgejo have gotten better in the meantime, with Codeberg as a flagship instance of the latter.

    • AdmiralShatEnglish
      arrow-up
      69
      arrow-down
      1
      ·
      8 months ago
      link
      fedilink

      On a tangent, why are all of these companies pushing AI programming? This shit isn’t nearly as functional as they make it seem and all the beginners who try it are constantly asking questions about why their generated code doesn’t work

      • agent_flounderEnglish
        arrow-up
        65
        arrow-down
        1
        ·
        8 months ago
        link
        fedilink

        We are in the hype cycle so everyone is going bananas and there’s money to be made prior to the trough of disillusionment.

        • Goku
          arrow-up
          5
          arrow-down
          0
          ·
          8 months ago
          edit-2
          8 months ago
          link
          fedilink

          Haha so true.

          I tried to use chatgpt to convert a monstrosity of a SQL query to a sqlalchemy query and it failed horribly.

      • lemmyvoreEnglish
        arrow-up
        43
        arrow-down
        1
        ·
        8 months ago
        edit-2
        8 months ago
        link
        fedilink

        It’s their wet dream. Making software without programmers.

        Execs have never cared about the technology or the engineering side of it. If you could make software by banging on a pot while dancing naked around the fire, they’d have been ok with that.

        And now that AI has come along that’s basically what it looks like to them.

      • Dr. JenkemEnglish
        arrow-up
        28
        arrow-down
        1
        ·
        8 months ago
        link
        fedilink

        VC’s and companies like OpenAI have done a really good job of propagandizing AI (LLMs). People think it’s magical and the future, so there’s money in saying you have it.

      • TimeSquirrel
        arrow-up
        17
        arrow-down
        0
        ·
        8 months ago
        edit-2
        8 months ago
        link
        fedilink

        the beginners who try it are constantly asking questions about why their generated code doesn’t work

        Because it ain’t here to generate all their code for them. It’s a glorified autocomplete and suggestion engine. When are people gonna get this? (not you, just in general)

        I use CoPilot myself, but if you have absolutely no idea what you’re doing yourself, you and CoPilot will both quickly hit a dead end together. It doesn’t actually understand what you want the code to do. Only what is similar to what you have already written or prompted for, which may be some garbage picked up from a noob on the web somewhere. Books and research using your meatbrain are still very much needed.

        • devfuuu
          arrow-up
          7
          arrow-down
          0
          ·
          8 months ago
          link
          fedilink

          It’s not in the interest of all the techbros to sell the new age AIshit as something less that can only do such small thing. They need to hype the shit out of it to get all the crazy investors money that understand nothing about it but only see AI buzzwords everywhere and need to go for it now because of FOMO.

          It’s only gonna get much worse before it is toned down to appropriate usage.

        • DrQuintEnglish
          arrow-up
          2
          arrow-down
          0
          ·
          8 months ago
          edit-2
          8 months ago
          link
          fedilink

          Don’t even need to make it about code. I once asked what a term meant in a page full of a certain well known FOSS application’s benchmarks page. It gave me a lot of garbage that was unrelated because it made an assumption about the term, exactly the assumption I was trying to avoid. I try to deviate it away from that, and it fails to say anything coherent and then loops back and gives that initial attempt as the answer again. I was stuck unable from stopping it from hallucinating.

          How? Why?

          Basically, it was information you could only find by looking at the github code, and it was pretty straightforward - but the LLM sees “benchmark” and it must therefore make a bajillion assumptions.

          Even if asked not to.

          I have a conclusion to make. It does do the code thing too, and it is directly related. Once asked about a library, and it found a post where someone was ASKING if XYZ was what a piece of code was for - and it gave it out as if it was the answer. It wasn’t. And this is the root of the problem:

          AI’s never say “I don’t know”.

          It must ALWAYS know. It must ALWAYS assume something, anything, because not knowing is a crime and it won’t commit it.

          And that makes them shit.

      • Badabinski
        arrow-up
        14
        arrow-down
        1
        ·
        8 months ago
        edit-2
        8 months ago
        link
        fedilink

        Because greedy investors are gullible and want to make money from the jobs they think AI will displace. They don’t know that this shit doesn’t work like they’ve been promised. The C-levels at Gitlab want their money (gotta love publicly traded companies), and nobody is listening to the devs who are shouting that AI is great at writing security vulnerabilities or just like, totally nonfunctioning code.

      • fruitycoder
        arrow-up
        2
        arrow-down
        1
        ·
        8 months ago
        link
        fedilink

        I’m hyped about AI assisted programming and even agent driven projects (writing their own code, submitting pull requests etc) but I also agree that it seems just too early to actually put money behind it.

        Its just so marginal so far, the UI/HMI has too much friction still and the output without skilled programming assistance is too limited.

    • Anarch157a
      arrow-up
      12
      arrow-down
      0
      ·
      8 months ago
      link
      fedilink

      For my private repos, hosted on my home server, I moved from Gitlab to Forgejo (Git, artifacts and containers images) and Woodpecker for CI builds. Woodpecker is not as powerful and feature complete as Gitlab, but for simpler needs it gets the job done.

  • CalcProgrammer1
    arrow-up
    67
    arrow-down
    0
    ·
    8 months ago
    link
    fedilink

    GitLab used to be awesome when it was the place to go after MS bought out GitHub. They had premium access for all public projects under a FOSS license and top-tier CI. Then as time went on, they began pulling support for various functions in a very Microsoftian EEE sort of way. First requiring credit cards fir new users to access the CI, then taking away the CI almost entirely except for a practically useless monthly allotment, then taking away the premium access for public FOSS licensed projects. If I were migrating today I would not have chosen GitLab, but it is where I settled after leaving GitHub and my projects have grown to depend on GitLab CI even if I’m now forced to run my own runners due to the extreme nerfs they’ve done to the hosted CI. I mirrored OpenRGB to Codeberg, but since the CI pipelines depend on GitLab I don’t see Codeberg becoming the main hub anytime soon unless they can execute GL CI configs. Sad to see how far GitLab has fallen though, it is unrecognizable from what it used to be as far as support for FOSS prohects goes, especially given how GitLab itself started as a FOSS project.

    • Daniel QuinnEnglish
      arrow-up
      16
      arrow-down
      0
      ·
      8 months ago
      link
      fedilink

      Enshittification, also known as platform decay, is the pattern of decreasing quality of online platforms that act as two-sided markets. - Wikipedia

    • corsicanguppy
      arrow-up
      10
      arrow-down
      0
      ·
      8 months ago
      link
      fedilink

      Maybe it’s time to start listing the enshittification phase of a project on Wikipedia or something.

  • TxzK
    arrow-up
    54
    arrow-down
    1
    ·
    8 months ago
    link
    fedilink

    Fuck GitLab. I used to use it until recently moved all my projects to codeberg. Way better. GitLab is becoming more and more like GitHub.

    • BOFH666
      arrow-up
      28
      arrow-down
      0
      ·
      8 months ago
      link
      fedilink

      Forgejo ftw!

      Self hosting here, also with runners to create a complete ci/cd line.

    • woelkchen
      arrow-up
      15
      arrow-down
      1
      ·
      8 months ago
      link
      fedilink

      GitLab is becoming more and more like GitHub.

      Well, duh. That’s the sales pitch: “Like GitHub, but cheaper.

      • Max-P
        arrow-up
        9
        arrow-down
        0
        ·
        8 months ago
        link
        fedilink

        Except it’s way more expensive than GitHub. They jacked up the prices pretty hard. Now it’s like $15/contributor for private orgs, and it’s like $5 on GitHub for the same and more features.

        • woelkchen
          arrow-up
          3
          arrow-down
          0
          ·
          8 months ago
          link
          fedilink

          Except it’s way more expensive than GitHub. They jacked up the prices pretty hard. Now it’s like $15/contributor for private orgs, and it’s like $5 on GitHub for the same and more features.

          Free for self-hosting, though.

        • fruitycoder
          arrow-up
          3
          arrow-down
          0
          ·
          8 months ago
          link
          fedilink

          Yeah I’m not gonna lie GitHub has clearly been trying to keep up with gitlabs feature set not the other way around for years

    • lionkoy5555
      arrow-up
      1
      arrow-down
      0
      ·
      8 months ago
      link
      fedilink

      For some people with less tech knowledge with git hosting, what’s the (remaining if any) advantage of Gitlab if alternatives like codeberg exists?

  • adONis
    arrow-up
    55
    arrow-down
    3
    ·
    8 months ago
    link
    fedilink

    Maybe it’s just me, but I never liked GitLab in the first place. The UI is just awful to me. Searching through issues, before posting a new one, is just a pita.

    • jimbolauski
      arrow-up
      13
      arrow-down
      1
      ·
      8 months ago
      link
      fedilink

      The best part of the Gitlab UI is when it gets upgraded and you have to relearn how to find everything.

      • linearchaosEnglish
        arrow-up
        3
        arrow-down
        0
        ·
        8 months ago
        link
        fedilink

        What, did they source their developers from blender?

        • FedFer
          arrow-up
          4
          arrow-down
          0
          ·
          8 months ago
          link
          fedilink

          Blender actually improved its UI though

        • adONis
          arrow-up
          1
          arrow-down
          0
          ·
          8 months ago
          edit-2
          8 months ago
          link
          fedilink

          You mean GIMP, right?!

          Imho, Blender really deserves to be treated with more respect. They’re one of the few ones offering a great product for free. Sure, it might seem a bit overwhelming, but so are most of these 3D programs. It’s just a matter of getting used to but GIMP, booy oh boy

          • linearchaosEnglish
            arrow-up
            1
            arrow-down
            0
            ·
            8 months ago
            link
            fedilink

            About 10 years ago I decided I was going to pick up blender and learn it. No big deal, I used to be really good in radiant so I should be able to catch up. this shouldn’t be that strange. I’ll just pick up a YouTube video how to get started. Just click here click there go to this menu and select that.

            Huh, the menu’s not even there. I go start digging around oh they moved at this point revision. Okay fine. Now everything I look up needs to have that exact point revision. It started out fine I was able to find tutorials starting in the exact version that I needed, but then I started needing more specific tutorials working with non-manifold objects crap like that. Well lo and behold somebody hasn’t covered every point revision in blender for every problem I encountered. Trying to find a video on how to do a certain action or even what the action is called now is potluck.

            I couldn’t even buy a book or download a tutorial series from a previous version because even point releases at that time were night and day apart.

            On The other hand I won’t try to tell you that gimp isn’t a hot mess but it’s got maybe a hundred options 25 of which are the ones I really need to use on a regular basis, and although their locations change and the shapes of the icons the names of them in the menus they’re in don’t move around that much. Blender on the other hand, there’s just s*** all over the place.

            I appreciate that it might have gotten better at this point I don’t have the time anymore.

    • tehbilly
      arrow-up
      2
      arrow-down
      0
      ·
      8 months ago
      link
      fedilink

      I last used it seriously like 7 or 8 years ago and it was fine. I put it on par with GitHub at the time. The ability to self host for free without too much trouble also really affected my position on it.

      I haven’t really enjoyed the few times I’ve had to use it in the last couple of years, though.

  • jetster735180
    arrow-up
    36
    arrow-down
    2
    ·
    8 months ago
    link
    fedilink

    They been doing this for years. Here is a GitLab forum post about it.

    As a gitlab user myself, I prefer gitlab over anything else because of their CI/CD. The free compute units run instantly now, no more queues orwaiting. A couple years ago, my pipelines would timeout after 3 hours.

    • viviOP
      arrow-up
      17
      arrow-down
      2
      ·
      8 months ago
      link
      fedilink

      That post is only in regards to the CI feature. But today, even basic registration requires personal identification. You cannot even report bugs on open source projects without

  • casual_turtle_stew_enjoyer
    arrow-up
    37
    arrow-down
    3
    ·
    8 months ago
    edit-2
    8 months ago
    link
    fedilink

    I created a GitLab account long before they implemented this, but never used it. Went to post an issue related to self-hosted GitLab on their issue tracker, and it told me my account was banned. I wrote an email to support and they essentially said “an automated system identified your account as a bot and banned you during an account clean up some years ago to cut back on malicious users”. I informed them that this was not at all reasonable, as I’ve never even posted anything on any GitLab account, and that I would be advising my organization to never pay for any GitLab product or service unless legal writes up the contract terms, because I have no faith in them as a vendor.

    Seriously, fuck GitLab. And if anyone from that org wants to discuss this with me, they can pipe their email to /dev/null

    • progandy
      arrow-up
      1
      arrow-down
      0
      ·
      8 months ago
      edit-2
      8 months ago
      link
      fedilink

      That is regrettably not too unusual. Many platforms deactivate / ban empty accounts that were inactive for a long time. I guess “aging” accounts before use is something not too uncommon for bots.

  • Pantherina
    arrow-up
    32
    arrow-down
    0
    ·
    8 months ago
    link
    fedilink

    Discourse, Git* and more really need federated search.

    It is already hard getting Contributors for projects, even more if you are on some random selfhosted server that nobody finds and everyone needs to create a new account for.

  • Daniel QuinnEnglish
    arrow-up
    30
    arrow-down
    0
    ·
    8 months ago
    link
    fedilink

    Can anyone else confirm this? As a long time user and champion of Gitlab, this is a deal-breaker for me.

  • liliumstarEnglish
    arrow-up
    29
    arrow-down
    0
    ·
    8 months ago
    link
    fedilink

    Like others, I had an account before this was implemented. I have a couple projects on there, also mirrored to self hosted gitea. Have had people refuse/unable to contribute to the gitlab project due to the kyc requirement, so I’m thinking I will migrate to codeberg soon.

  • viviOP
    arrow-up
    25
    arrow-down
    0
    ·
    8 months ago
    link
    fedilink

    To add a few more details: After trying several times with different IPs and different browsers, I was able to register by providing only a mobile phone number once. Since that still requires personal information, this is still a very questionable process. (not to mention it took me a day to not be asked for a cred card)

      • thejevans
        arrow-up
        12
        arrow-down
        0
        ·
        8 months ago
        link
        fedilink

        I would LOVE to switch to codeberg for work, but my work requires that all data be hosted in the US, so I recently pitched GitLab as an alternative to GitHub, even though it’s not perfect.

        • zygo_histo_morpheus
          arrow-up
          10
          arrow-down
          0
          ·
          8 months ago
          link
          fedilink

          For work gitlab is fine, I’m sure your company can get the accounts verified for example. At least it’s not microsoft

        • ReakDuck
          arrow-up
          13
          arrow-down
          4
          ·
          8 months ago
          link
          fedilink

          Wait. Wtf does it need to be US specifically? So the goverment has full access to the data or what?

          • AndrenikousEnglish
            arrow-up
            8
            arrow-down
            0
            ·
            8 months ago
            link
            fedilink

            Probably so other governments don’t have full access.

            • ReakDuck
              arrow-up
              1
              arrow-down
              1
              ·
              8 months ago
              link
              fedilink

              Well, EU or some countries like Switzerland dont allow themselves access to the service.

          • peasntanks
            arrow-up
            2
            arrow-down
            0
            ·
            8 months ago
            link
            fedilink

            Export controls or legal compliance, most likely. Export controls because the code may be a protected technology, or compliance because the company doesn’t have gdpr or some other legal framework.

        • wewbullEnglish
          arrow-up
          6
          arrow-down
          0
          ·
          8 months ago
          link
          fedilink

          In which case, get your code off the net and use Forgejo to get your own instance, same as codeberg. If hosting location is a real issue, bring it home.

          • thejevans
            arrow-up
            4
            arrow-down
            0
            ·
            8 months ago
            link
            fedilink

            That’s eventually the plan, but I expect that process to take on the order of a year, unfortunately.

        • uis
          arrow-up
          1
          arrow-down
          1
          ·
          8 months ago
          link
          fedilink

          git clone and say that code is on your computer

      • pastermil
        arrow-up
        3
        arrow-down
        0
        ·
        8 months ago
        link
        fedilink

        What’s your experience like with this? I’m seriously considering Gitlab & Github alternative.

        • marty_relaxes
          arrow-up
          7
          arrow-down
          0
          ·
          8 months ago
          edit-2
          8 months ago
          link
          fedilink

          Codeberg the community is very nice with strong focus on the right to privacy and free software, which I feel reflects itself especially in a lot of copylefted projects on the service.

          Codeberg the collaboration platform is in my epxerience by the simple fact of critical mass quite a bit less ‘collaborative’ for many projects. There’s a couple projects with tight communities, and a lot of single dev projects with maybe a drive-by PR.

          Codeberg the software runs on Gitea (/Forgejo) which is wonderful software - slim, simple enough to get everything done without being in the way.

          There’s efforts to open up the gitea/forgejo forges to federation, which would be a very neat way to fix the collaboration issue and is - in my view - the way forward for open, decentralized collaborative software creation. It’s still quite a ways off (especially from bring mature enough to be used day-to-day) but when it gets there platforms like codeberg will be the first to adopt it and to also benefit massively from it.

        • wewbullEnglish
          arrow-up
          2
          arrow-down
          0
          ·
          8 months ago
          link
          fedilink

          I don’t use codeberg much, but I have my own instance of Forgejo so I’m using the same software. My experience is that it’s really nice. The feeling is one of having what you need and no bloat.

    • OsrsNeedsF2P
      arrow-up
      26
      arrow-down
      0
      ·
      8 months ago
      link
      fedilink

      If you want people to contribute to your project, Github is by far the best. If you’re off Github, it reduces your visibility by a lot.

      • bizdelnick
        arrow-up
        24
        arrow-down
        1
        ·
        8 months ago
        link
        fedilink

        You can host your project anywhere you want, setup mirroring to github and drop a link in its description. So you’ll have github visibility and won’t depend on github. Addiitional repo backup is a bonus.

      • evranch
        arrow-up
        3
        arrow-down
        4
        ·
        8 months ago
        link
        fedilink

        Even just for reporting issues, anyone who is capable of identifying a bug is likely to have a GitHub account. Not so for Gitlab or others.

        Then you’ve got seamless integration with Vscode as a bonus, it’s more like why would you not use GitHub unless you have a specific problem with them.

        • dan
          arrow-up
          5
          arrow-down
          0
          ·
          8 months ago
          link
          fedilink

          Even just for reporting issues, anyone who is capable of identifying a bug is likely to have a GitHub account. Not so for Gitlab or others.

          If you really want to, you can add a “log in with Github” button to your Gitlab server: https://docs.gitlab.com/ee/integration/github.html

        • bizdelnick
          arrow-up
          4
          arrow-down
          0
          ·
          8 months ago
          link
          fedilink

          I was asked to report bugs by people without github account several times, so you are wrong.

        • ALostInquirer
          arrow-up
          2
          arrow-down
          0
          ·
          8 months ago
          link
          fedilink

          Then you’ve got seamless integration with Vscode as a bonus, it’s more like why would you not use GitHub unless you have a specific problem with them.

          Does GitHub still only permit one account? I remember looking into it awhile back and not wanting to get things mixed up between personal/professional arrangements and the one account policy put me off.

          • alexdeathway
            arrow-up
            1
            arrow-down
            0
            ·
            8 months ago
            link
            fedilink

            congratulations then, it supports multiple accounts, haven’t used it yet though.

      • thejevans
        arrow-up
        1
        arrow-down
        0
        ·
        8 months ago
        link
        fedilink

        Looks cool. Their hosted service is still in Alpha, so I doubt my work would go for it.

    • caseyweederman
      arrow-up
      4
      arrow-down
      2
      ·
      8 months ago
      link
      fedilink

      I have no idea what everyone is on about.
      Host your own git repo. It’s trivial and built into git and you make every decision about it from the ground up.
      For example you don’t need to worry about registrations or what country it’s hosted in because the country it’s hosted in is your hard drive (or your company’s server rack).
      Then use whatever front-end you want and point it at that private repo.
      It’s only mildly more fiddly to set up and grant access, but it sure doesn’t ask you for a credit card and it sure doesn’t get scraped to train LLMs (unless you make it internet-facing and don’t protect it).
      If you want to stay close to the core experience but still have a decent interface, check out (heh) gitweb and git daemon. Though I wouldn’t mind if gitweb had some of the fancier features, like the “download as zip”/“git clone path/to/branch copy-to-clipboard” buttons.

      • delirious_owl
        arrow-up
        9
        arrow-down
        0
        ·
        8 months ago
        link
        fedilink

        It is not trivial to host a git forge with modern features that allows easy collaboration between anonymous users all over the world.

        • caseyweederman
          arrow-up
          5
          arrow-down
          3
          ·
          8 months ago
          link
          fedilink

          Git forge?
          Just git. Git command line.
          It’s about as trivial as setting up an Apache server.
          The anonymous users part is maybe two lines in a config file.
          The features are almost entirely part of the front-end, which is entirely up to each individual end-user.
          Do you have a web server? You’re already 95% of the way there. A workplace was mentioned in other replies, which likely means this infrastructure is already in place.

          • delirious_owl
            arrow-up
            4
            arrow-down
            0
            ·
            8 months ago
            link
            fedilink

            So no PRs. No Issues. No CI/CD. That doesn’t work for 99% of actively developed open source projects with >10 devs

            • uis
              arrow-up
              1
              arrow-down
              0
              ·
              8 months ago
              link
              fedilink

              I know project that is developed by 10.00000001 devs

              • Eiim
                arrow-up
                3
                arrow-down
                0
                ·
                8 months ago
                link
                fedilink

                The difficulty of sending patches or reporting issues to the Linux kernel is a feature for them, as it keeps less-experienced devs from wasting maintainer’s time with garbage requests. For most projects it’s a bug.

                • uis
                  arrow-up
                  1
                  arrow-down
                  0
                  ·
                  8 months ago
                  link
                  fedilink

                  Linus accepted patch from literal child. But to be fair it was documentation style patch from one of kernel dev’s kid.

        • uis
          arrow-up
          1
          arrow-down
          0
          ·
          8 months ago
          link
          fedilink

          Start mailing list in i2p

  • mvirts
    arrow-up
    25
    arrow-down
    3
    ·
    8 months ago
    link
    fedilink

    No worries, gitlab is a trash Ruby on rails app anyway 😹

    JK I do love gitlab, sad to see the corporate takeover. What features dont you get with the foss version? Can’t figure it out amongst the marketing cruft. Seems like it would be relatively easy to build another hosted gitlab provider.

    So why does gulab need to kyc anyway? And if it’s a legal requirement, won’t GitHub do the same?

    • Eiim
      arrow-up
      1
      arrow-down
      0
      ·
      8 months ago
      link
      fedilink

      This isn’t KYC, it’s “prove you’re a human”.

      • mvirts
        arrow-up
        1
        arrow-down
        0
        ·
        8 months ago
        link
        fedilink

        I guess gitlab is just the first to realize that captchas don’t cut it anymore

  • nyanEnglish
    arrow-up
    19
    arrow-down
    0
    ·
    8 months ago
    link
    fedilink

    Tried to register with gitlab three times some months back to file a bug against qemu. It rejected my registration silently every time (as in, it appeared to take it but never sent a confirmation email, not even one that got mistaken for spam). I gave up on filing the bug.

    • uis
      arrow-up
      1
      arrow-down
      0
      ·
      8 months ago
      link
      fedilink

      I probably will move to other inctance eventually. Probably to lavander.