263

Why aren't people moving away from Github? There's Codeberg, Gitlab, and radicle. What's holding them back?

top 50 comments
sorted by: hot top controversial new old
[-] PlexSheep@infosec.pub 4 points 7 hours ago

I still host a significant part of my code on GitHub, despite moderately hating Microslop, because:

  • Their CI is mature and super fast. My gorgeous instance has selfhosted CI, but some actions only work on GitHub (release-plz has bugs for forgejo), and their CI servers are fast as fuck.
  • Visibility. People look for code on GitHub. Maybe maybe maybe they look on code on Codeberg, but without a doubt, nobody looks for code on my selfhosted forgejo instance. I am looking forward to forgefed integration sonce over a year, but it's not there yet.

Also, GitHub has become an identity provider for many services, such as crates.io to release rust crates (packages).

[-] banshee@lemmy.world 2 points 5 hours ago

Search is another key benefit. It's really nice being able to search the gamut of open source repositories for bits of code.

[-] webkitten@piefed.social 12 points 13 hours ago* (last edited 8 hours ago)

The problem isn't AI integration in code editors; the problem is people who let it think for you and blindly accept the results.

It's great for automating repetitive tasks and setting up frameworks but you're bananas if you let it commit for you.

It's why if I have to use AI integration, I'll specifically prompt it to give guidance and links to interesting articles on how do do things and have it teach me how to do things not just dump all the code out already completed.

[-] onlinepersona@programming.dev 3 points 6 hours ago

I think part of the problem is Microslop's Github Copilot in the web, which makes it possible for non developers to quickly and easily create PRs without understanding a single thing about programming, let alone software development.

It wouldn't surprise me of people genuinely think they are helping.

[-] qevlarr@lemmy.world 4 points 13 hours ago

Let's deal with the mountain of AI slop garbage in the same way as what worked before:

We need some kind of reputation system for open source contributors. If you push slop, I don't want to see your PR. If you consistently make worthwhile contributions, I'll check out your PR.

[-] onlinepersona@programming.dev 0 points 6 hours ago

How has that worked before? I've never encountered the system in practice. Can you give an example and explain how it works?

My fear is that newcomers will be locked out because of the assumption their code is LLM code but it genuinely is theirs. Or that they used an LLM, are willing to learn, think the code is genuinely good, but don't know why it's bad.

Very curious how the existing system works.

[-] qevlarr@lemmy.world 2 points 5 hours ago* (last edited 5 hours ago)

You mean reputation systems for filtering out low quality submissions? That's why they exist. Spam filters, reddit, stack overflow, Lemmy, whatever. And people say "what about newcomers who start with no reputation" but it always seems to work out somehow.

My point was that "was this made by AI" is the wrong question. Not everything made using AI is dogshit, nor is everything made by real people always good. And you won't always be able to tell the difference at all. Rather, it's more like a spam filter problem we should solve

[-] onlinepersona@programming.dev 1 points 3 hours ago

Binary reputation systems aren't good. I can say something that right and it can be downvoted because it goes against a person's beliefs, because I'm unpopular, because a certain group doesn't like it, because, because, because. Popularity is not a good measure of quality. Just look at the "publish or die" system. Just because you've been cited multiple times doesn't make your paper right.

Imagine a trans contributor being downvoted just because they're trans. How is that a good system? Do you expect trans people should only contribute in software projects where trans people are accepted? How are you going to prevent brigading?

[-] qevlarr@lemmy.world 0 points 3 hours ago* (last edited 3 hours ago)

I'm not here to debate you. I think it's clear by now what I think should be done. If you disagree, that's fine. No system is going to be perfect.

[-] robsteranium@lemmy.world 0 points 7 hours ago

This is interesting and sounds like how I've been using it - basically like customised stack overflow answers.

Would you mind elaborating a little on your approach? Are you saying you provide it with guidance and links or are you asking it for those?

[-] webkitten@piefed.social 0 points 7 hours ago* (last edited 6 hours ago)

Well I basically tell it to not just do all the code and dump it out to me; I instruct it to explain the rationale, reasoning, and code and then provide external links for additional reading on the subject instead of just doing, I turn it into an instruct model so I can at least expand on my knowledge and then not have to rely on it as much the next time.

Basically, yes, like a Stackoverflow model from the early 2000s.

For instance, something like this: "
When talking about subjects involving programming and coding, the key goal should be instructional and informative to not only include code and samples but also how they work so in the future I can continue and expand on my knowledge. Also suggest places to expand and learn in the future on any programming or development topic. NEVER auto commit or create pull requests in my repositories without asking and waiting for a confirmation first. I prefer to review all code first for learning purposes and QA purposes."

[-] robsteranium@lemmy.world 1 points 1 hour ago

So kind of like a personalised learning assistant? I realise it's different but this inverted instruct approach puts me in mind of Doctorow's reverse centaur!

Don't you find that the links you get are hallucinated though? Even if they're not now you can imagine this collapsing into slop echoes...

I've tended to ask for examples to help me bootstrap new projects. A bit like getting customised docs. I certainly haven't had enough success with generated code to think about automatically adopting it.

[-] webkitten@piefed.social 1 points 15 minutes ago

I think when you know the possibility of hallucination, you become more vigilant; I think the key point is to not use it as a exclusive source but as an extension.

[-] maplesaga@lemmy.world 18 points 17 hours ago* (last edited 17 hours ago)

I felt like I had imposter syndrome at my tech job, and then we got a boss whose only contribution is to make chatgpt goals and objectives. Which he can't understand them himself, because he gets called out in the meeting for obvious bullshit, and he defends himself by saying he has chatgpt summarize it.

AI has made me feel better about my own capabilities, because I realize most people are idiots. AI makes them clearly visible to everyone, and theyre too dumb to realize how obvious it is. Its a trap for the lazy, the 40% that do nothing at their job, and they are too clueness to understand what they're doing.

[-] pinball_wizard@lemmy.zip 5 points 17 hours ago

most people are idiots. AI makes them clearly visible to everyone, and theyre too dumb to realize how obvious it is

It has been kind of amazing. I'm sure they'll catch on, eventually.

[-] Jankatarch@lemmy.world 8 points 17 hours ago* (last edited 17 hours ago)

I am pretty strict on my standards but every day I spend jobless I dissappoint my family and green squares on github are the main thing recruiters look at.

On the bright side I found out if you change date in linux and commit, the green squares will fill in retroactively.

May or may not write a script.

[-] RichardDegenne@lemmy.zip 5 points 13 hours ago

You might want to look into git commit --date

[-] onlinepersona@programming.dev 1 points 12 hours ago

I've never shared my opensource work and still gotten jobs. IMO having opensource profiles is a liability for those who don't have well known projects. Mine are nearly all explorations into unknown stuff and quickly thrown together. If they looked at my profile, it wouldn't be a reflection of my capabilities.

[-] aeharding@vger.social 8 points 20 hours ago

Why aren't people moving away from Github?

I write open source software because it’s fun, and I publish on Github because it gives me a stronger professional profile.

So yeah for me it’s the potential difference between putting food on the table or not. Github stars suck for many reasons but they do help you stand out.

[-] Techlos@lemmy.dbzer0.com 1 points 15 hours ago

Abandon git, return to subversion.

[-] Trilogy3452@lemmy.world 11 points 1 day ago

How moving to other source control systems would help? People can still generate code via LLMs and submit changes for review

[-] onlinepersona@programming.dev 2 points 5 hours ago

Microslop has an editor in Github that makes it dead easy to create PRs with Copilot. It's very low friction. On another platform, you have to download the editor first and install some agentic coding plugin (or download an agentic editor) and pay for it to get started. Much more friction.

[-] filcuk@lemmy.zip 3 points 16 hours ago

Less popular, less traffic - double edged sword.

[-] Trilogy3452@lemmy.world 2 points 13 hours ago

Makes sense, wouldn't call being less popular a true con if all you care it's indexed for search and is accessible

[-] TheAgeOfSuperboredom@lemmy.ca 84 points 2 days ago

I wonder how many of these folks just don't know about the alternatives. I've come across otherwise capable developers who think git and GitHub are the same thing. People come to software from all sorts of backgrounds so I can't blame anyone for not knowing.

I also imagine that if people are aware, the activation energy of switching is too high. It's more than just setting a new remote and pushing. You have to learn the new system, maybe migrate tickets, wrestle with CI, etc. For a hobby project it's probably easier to shut it down and just go do something else. I also don't blame them here. There's more to life than open source, and its amazing people are able to contribute when they can.

[-] aReallyCrunchyLeaf@lemmy.ml 41 points 2 days ago

A lot of people study CS or programming because they have been told it would make them a lot of money. If you just want to make money and don’t care about anything else you’re always just going to put in the minimum effort required, so I’m not surprised people just can’t be bothered to switch.

[-] Tollana1234567@lemmy.today 1 points 12 hours ago* (last edited 12 hours ago)

i wonder where they are getting that info from, im not in tech but i was visiting forums where cs has pretty low job prospects for a least a decade+ almost all the forums about cs, tech says that.

[-] sexy_peach@feddit.org 29 points 2 days ago

Those people don't run open source projects

load more comments (2 replies)
[-] abbadon420@sh.itjust.works 10 points 2 days ago

I hate that. I'm the worst salesman ever, so I'm super bad at interviewing, but I'm a good programmer. Companies are very critical and wary though, because some people are very good salesmen but very bad programmers. I don't blame them, but t's a rough environment

load more comments (7 replies)
[-] altkey@lemmy.dbzer0.com 8 points 1 day ago

My re-spec online classes started by installing VS Code and connecting it to user's own GitHub repository that was then used to upload homework in Jupyter notebook format. It was pretty streamlined, that is good when you want to fast-forward into making students write their own first code lessons, leaving off technicalities, but there we didn't heard a word about if any of these three choices are necessary to start coding. I only recently got interested enough to research other options, at the same time I left Windows as a default OS. I'm not sure any of my classmates would tho until something critical happens, and for many this pipeline is probably what they are still using by now.

[-] TheAgeOfSuperboredom@lemmy.ca 6 points 1 day ago

I get the impression this is common. It seems like education hasn't caught up to the fact that a lot of people are wanting to learn software engineering, but they lack some fundamentals. There really should be an intro course going all the way from what is a file to maybe some basics about the ELF format? Sort of something that can lead into the OS course, but lay the foundation for just basic computer use. Let the nerds get their easy A, but give everyone else a better understanding and some fundamentals to build on.

load more comments (5 replies)
[-] mrnobody@reddthat.com 37 points 2 days ago

I hope this is a good question:

What happens in a couple years when all this code that's been written by Copilot and the like, Microsoft then turns around and says, "OH YEAH, BTW THAT WAS GENERATED BY OUR AI SO NOW WE OWN YOUR APP!" Look, most social media ToS says anything uploaded to their sites is owned by them now, royalties-free.

Right now it's no big deal to any AI company because more code means more training for the AI, but will we get to the point that they're happy with code output enough and then turn around claiming they own those? Plus, any successful apps are then basically free/no cost contributed projects?

Bonus: Also, what happens when AI is trained on AI-written code that was initially wrong by AI? Is the system doomed to never really improve because of so many inaccuracies?

[-] onlinepersona@programming.dev 2 points 5 hours ago

That is an excellent question and I wouldn't put it past them. Only time will tell.

They are already throwing a fit because Chinese companies are distilling their models, so them trying to copyright their copyright infringement machines is definitely plausible. And with a US system as it exists today, it might very well work. Hopefully the rest of the world will have told the US to fuck off by then...

[-] HeyThisIsntTheYMCA@lemmy.world 21 points 2 days ago

What happens in a couple years when all this code that’s been written by Copilot and the like, Microsoft then turns around and says, “OH YEAH, BTW THAT WAS GENERATED BY OUR AI SO NOW WE OWN YOUR APP!” Look, most social media ToS says anything uploaded to their sites is owned by them now, royalties-free.

courts have already ruled that AI can't own copyright. if it's not generated by humans, it doesn't generate copyright.

[-] parsizzle@piefed.social 9 points 1 day ago

How does that interplay with the whole "Corporations are people" and if the corporation owns the llm, it could theoretically claim ownership of what the llm generates? (To be clear I agree with the decision that ai shouldn't get a copywrite and don't think corporations are people but I am genuinely curious)

load more comments (1 replies)
[-] TehPers@beehaw.org 4 points 1 day ago

Right now it's no big deal to any AI company because more code means more training for the AI, but will we get to the point that they're happy with code output enough and then turn around claiming they own those?

At least in the US:

The vast majority of commenters agreed that existing law is adequate in this area and that material generated wholly by AI is not copyrightable.

So it seems unlikely that they would be able to claim any ownership.

As for the rest of your comment (the parts around ownership): you always own the copyright for any copyrightable work you create, including code. When you post on a website, according to the ToS of that site, you're licensing your comment/code/whatever to the website (you need to for them to be able to publish your work on their website).

Some (many, most depending on what you use) websites overlicense your work and use it for other purposes as well (like GitHub), but in the US the judges have basically ruled that AI companies can pirate whatever works they want without any attempt to license them and still be fine, so the "overlicense" bit is more of a formality at this point anyway.

[-] SparroHawc@lemmy.zip 42 points 2 days ago

LLMs have made it so that it takes longer to determine whether content is bad than it takes to make bad content. The solution SHOULD be to demand that people examine the content themselves and turn it into high-quality content, but that's not going to happen so long as it is possible for anyone to submit pull requests. The only solution that will actually work is to restrict who is allowed to submit content to your projects.

[-] paraphrand@lemmy.world 17 points 2 days ago

So many things are ruined when friction is completely removed.

[-] hushable@lemmy.world 9 points 1 day ago

Meaningful friction my beloved

load more comments (2 replies)
load more comments (2 replies)
[-] Skullgrid@lemmy.world 21 points 2 days ago

There's a lesson to be learned about making tools that need to be used with subtlety and making them more approachable than a fisher price hammer, and then getting shocked that people use them inappropriately.

I'm sure *this time* humanity will learn it's lesson.

load more comments (2 replies)
[-] mushroommunk@lemmy.today 15 points 2 days ago

Even projects on other repo systems have shut down. Too many AI submissions for them. LLMs are integrated so deeply into certain IDEs that some developers I've seen literally did not know they were using them (no, they couldn't tell me why they thought writing a prompt in the IDE wasn't hitting an LLM).

It's a systemic issue that GitHub exacerbates but it's by no means limited to it.

[-] onlinepersona@programming.dev 1 points 5 hours ago

Microslop is one step ahead and has an online editor with Copilot integrated into it. That makes the chance of getting an LLM assisted or written PR even higher. Knowing Microslop, hey will go even further and have Copilot activated on all active repos, submitting PRs - and CoPilot will be opt-out

I wouldn't put it past them.

load more comments (6 replies)
load more comments
view more: next ›
this post was submitted on 05 Mar 2026
263 points (96.8% liked)

Programming

25957 readers
144 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS