

Just go with Codeberg.org then.
You can move your repos elsewhere sometime later if you want to.


Just go with Codeberg.org then.
You can move your repos elsewhere sometime later if you want to.


Do you want a list of Forgejo instances in general or specifically ones that have this experimental federation enabled?


Read my comment again.
They are also working on ActivityPub support, so different Forgejo instances can communicate with each other.
They are working on it. They haven’t enabled it yet. And afaik the only thing that works atm is favorite count.
You can track progress here:
https://codeberg.org/forgejo-contrib/federation/src/branch/main/FederationRoadmap.md
edit: atm it seems like these are done (despite the last two not being marked as such, I guess the roadmap is a bit outdated):


Forgejo is the best alternative. They are also working on ActivityPub support, so different Forgejo instances can communicate with each other.
Codeberg is one of the many Forgejo instances.


All proprietary software is spyware/malware/etc. If you can’t know if it is safe or not, then you have to assume the worst. Especially if it is your operating system.
You shouldn’t defend it.


Lawnchair is a pretty good FOSS launcher.


In this case, it just means that the website is given a boolean indicating whether you are over 18 or not, without your real age being given.
In cryptography, a zero-knowledge proof (also known as a ZK proof or ZKP) is a protocol in which one party (the prover) can convince another party (the verifier) that some given statement is true, without conveying to the verifier any information beyond the mere fact of that statement’s truth.


no, there is no article link it seems


Guys, relax, it’s for the children! /s


You mean Plasma Bigscreen?


he’s at the pinnacle of AGI invention


which dumbass lets LLMs generate their passwords?


it stated that the creation of regulatory barriers would be harmful in a context of rapid technological advancement.
“RaPiD tEcHnOlOgIcAl AdVaNcEmEnT”, we all know what that is.


Sunshine and a few others were talking about building a federated Linkedin alternative on Matrix, I don’t know what happened to it now.
@Sunshine@piefed.ca


Lawnchair is pretty good.


chromium gets jpeg xl support, a more superior alternative to jpeg and webp


That is a bad idea. Cross posts aren’t a special type of post. Your instance simply checks the URLs of posts and finds other posts with the same URL. That is how cross posting works in Lemmy.
[...]
// Fetch the cross_posts
let cross_posts = if let Some(url) = &post_view.post.url {
SearchCombinedQuery {
search_term: Some(url.inner().as_str().into()),
post_url_only: Some(true),
type_: Some(SearchType::Posts),
..Default::default()
}
[...]
It’s an interface bug though. SmartTube uses its own interface and why would it even be affected by the YouTube web interface?