this post was submitted on 04 May 2026
301 points (98.1% liked)

Fuck AI

7134 readers
865 users here now

"We did it, Patrick! We made a technological breakthrough!"

A place for all those who loathe AI to discuss things, post articles, and ridicule the AI hype. Proud supporter of working people. And proud booer of SXSW 2024.

AI, in this case, refers to LLMs, GPT technology, and anything listed as "AI" meant to increase market valuations.

founded 2 years ago
MODERATORS
 

cross-posted from: https://lemmy.zip/post/63702017

you are viewing a single comment's thread
view the rest of the comments
[–] FrankFrankson@lemmy.world 53 points 2 weeks ago (2 children)

People really need to get the fuck off of github. There are multiple alternatives.

[–] RustyNova@lemmy.world 8 points 2 weeks ago (1 children)

Currently trying to migrate a project to codeberg, the site goes down...

[–] ramble81@lemmy.zip 4 points 2 weeks ago (2 children)

Any of them support SSO without a need for megalicense (tm)? Or artifact storage and CI/CD build agents?

[–] Anafabula@discuss.tchncs.de 5 points 2 weeks ago (1 children)

Forgejo is Codeberg's (a non-profit) hard fork of gitea. It has SSO, artifact storage, CI/CD build agents and no paid plan.

[–] Fiery@lemmy.dbzer0.com 1 points 2 weeks ago (1 children)

Why did they fork? I like just set up gitea and now I'm scared

[–] Anafabula@discuss.tchncs.de 2 points 2 weeks ago

From Forgejo's comparison with Gitea:

In October 2022 the domains and trademark of Gitea were transferred to a for-profit company without knowledge or approval of the community. Despite writing an open letter, the takeover was later confirmed. Forgejo was created as an alternative providing a software forge whose governance further the interest of the general public.

[–] epicshepich@programming.dev 5 points 2 weeks ago

I run Gitea on my home server, and I'm able to use my Authentik instance for SSO. I don't use CI/CD, but I'm pretty sure it has an "actions" system similar to GitHub. I don't know about CI/CD artifacts, but I do use package and container registries, as well as LFS, which all work well!