Remix.run Logo
throw5 4 hours ago

Why are these projects still on Github? Isn't it better to move away from Github than go through all this shenanigans? This AI slopam nonsense isn't going to stop. Github is no longer the "social network" for software dev. It's just a vehicle to shove more and more Copilot stuff.

The userbase is also changing. There are vast numbers of new users on Github who have no desire to learn the architecture or culture of the project they are contributing to. They just spin up their favorite LLM and make a PR out of whatever slop comes out.

At this point why not move to something like Codeberg? It's based in Europe. It's run by a non-profit. Good chance it won't suffer from the same fate a greedy corporate owned platform would suffer?

raincole 4 hours ago | parent | next [-]

> It's based in Europe. It's run by a non-profit

The main SDL maintainer is paid by a US for-profit company, Valve. They don't necessarily share your EU = automatically good attitude.

But anyway, if Codeberg really takes off it'll be flooded with AI bots as well. All popular sites will.

embedding-shape 3 hours ago | parent | next [-]

> But anyway, if Codeberg really takes off it'll be flooded with AI bots as well. All popular sites will.

History might prove me wrong on this one, but I really believe that the platforms that are pushing people to use as much LLMs as possible for everything (Microsoft-GitHub) will surely be more flooded by AI bots than the platforms that are focusing on just hosting code instead (Codeberg).

throw5 3 hours ago | parent | prev [-]

> The main SDL maintainer is paid by a US for-profit company, Valve. They don't necessarily share your EU = automatically good attitude.

I'm not sure how one follows from the other. I am paid by a US for-profit company. But I still think EU has done some things better. People's beliefs are not determined by the company they work for. It would be a very sad world if people couldn't think outside the bubble of their employers.

anymouse123456 4 hours ago | parent | prev | next [-]

> There are vast numbers of new users on Github who have no desire to learn the architecture or culture of the project they are contributing to.

The Eternal September eventually comes for us all.

fuhsnn 4 hours ago | parent | prev | next [-]

TinyCC's mob branch on repo.or.cz just got trolled with AI commits today. Nowhere is safe it seems.

embedding-shape 4 hours ago | parent | prev [-]

> Why are these projects still on Github?

At this point, projects are already on GitHub due to inertia, or they're chasing vanity-metrics together with all the other people on GitHub chasing vanity-metrics.

Since the advent of the "README-profiles" many started using with badges/metrics, it been painfully obvious how large this group of people are, where everything is about getting more stars, merging more PRs and having more visits to your website, rather than the code and project itself.

These same people put their project on GitHub because the "value" they want is quite literally "GitHub Stars" and try to find more followers. It's basically a platform they hope will help them get discovered via.

Besides Codeberg, hosting your own git server (via Forgejo or Gitea) is relatively easy and let you do so how private/public you want.

duskdozer 3 hours ago | parent [-]

>Besides Codeberg, hosting your own git server (via Forgejo or Gitea) is relatively easy and let you do so how private/public you want.

As I've seen it, there's a lot of git=GitHub going on. It wasn't even clear to me for a while that you didn't even need a "git server" and could just use a filepath or ssh location for example.