this post was submitted on 04 May 2026
414 points (98.8% liked)

Fuck AI

6950 readers
1618 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 65 points 5 days ago (2 children)

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

[–] RustyNova@lemmy.world 11 points 5 days ago (1 children)

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

[–] ramble81@lemmy.zip 7 points 4 days 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 10 points 4 days 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 3 days ago (1 children)

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

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

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.

[–] Fiery@lemmy.dbzer0.com 1 points 3 days ago

Ah well guess I know what I'm doing tomorrow or this weekend

[–] epicshepich@programming.dev 5 points 4 days 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!