1
17
submitted 4 days ago* (last edited 4 days ago) by vermaterc@lemmy.ml to c/fediverse@lemmy.ml

I'm preparing a presentation on how to implement an automated moderation of content on social media. I wanted to talk a bit on how this is done by small forums and Fediverse instances came as an obvious focus of study for me. Is it all done by hand by human moderators, or are there any tools that can filter out the obvious violations of instance's rules? I'm thinking mostly about images, are those filtered for nudity/violence?

2
13
submitted 4 days ago by gasull@lemmy.ml to c/fediverse@lemmy.ml

Are services like Lemmy, Mastodon or PeerTube KYC'd in the UK?

Sorry to be a doomer, but if so, then the Fediverse has failed and we should just move on with a decentralized web that uses decentralized backends: Nostr, Odysee/LBRY, etc.

Maybe the threat model of the Fediverse was incomplete. It isn't just Big Tech who is threat, but also regulation by Big Government.

3
2

Although some people debate whether or not Nostr is part of the Fediverse, the reality is that we have a lot in common, and the networks do overlap in places.

This is a really cool interview. Rabble is someone who started using the Internet in the late 90s to organize protests and bolster independent media. He would go on to become a founding member of Twitter, before focusing his attention on next-generation communication systems such as Secure Scuttlebutt and Nostr.

Dude has a massive depth of knowledge, and is a super cool guy. You can listen to this on my site, or wherever you get your podcasts!

4
8
submitted 1 week ago by n7gifmdn@lemmy.ca to c/fediverse@lemmy.ml

If the USA were to implement such, how would it effect lemmy instances and other federated services?

5
15

I'm looking for somewhere where I can ask for a topic and have suggestions and be redirected to a fitting community if one exists

If there's a community for this, can someone share it? Thanks

Btw the topic I'm searching for is wireless (bluetooth) earbuds, thanks!

6
14
submitted 2 weeks ago* (last edited 2 weeks ago) by Vroomfondel@lemmy.ml to c/fediverse@lemmy.ml

Hello, dear "Lemmings" (correct address?)

As a quite new user to the Lemmy universe and the Fediverse concept, I have a basic question, which I could not get answered elsewhere: If an instance (= a community / topic group, e. g. "memes","World news" or "MapPorn" in the example picture) is moving from one server to another (= the name and/or ending changes), how to properly follow the move? And what happens to the "old" instances, that are discontinued? Should I keep them following?

Best regards

7
11

The latest release of the ActivityPub WordPress plugin introduces new functionality for performing remote follows directly from WordPress. Here's why that's important for the future of WordPress on the Fediverse.

8
12

There will be a lot of lemm.ee/p/123 links around. As far as I understand, any server that federated with lemm.ee (e.g. lemmy.world) will continue to host the federated communities and posts forever.

So here's my proposal. We build a simple tool that says, when you visit lemm.ee/p/123, we check if that post exists on lemmy.world and forward you there. Doesn't necessarily have to be lemmy.world. We could even present the user with multiple instances to resolve the post from.

If you're interested in how this would work, it would utilize the resolve_object endpoint, which both Lemmy and PieFed implement.

Here are some examples of how you can still look up lemm.ee posts via the API of other instances:

For this to really work smoothly, whoever owns the domains of the shut down instances would have to host this tool (e.g. lemm.ee would have to host it at lemm.ee). I have no idea how to get in touch with whoever owns the domain, but I would be happy to help build this.

9
11
submitted 3 weeks ago* (last edited 3 weeks ago) by matcha_addict@lemy.lol to c/fediverse@lemmy.ml

Current Fediverse Implementation

From my understanding, the prominent fediverse implementations implement fanout via writing to other instances.

In other words, if user A on instance A makes post A, instance A will write or sync post A in all instances that have followers for user A. So user B on instance B will read post A from instance B.

Why this is Done

From my understanding, to prevent a case where post A is viral and everyone wants to read it, and instance A's database gets overwhelmed with reads. It also serves to replicate content

My Question: Why not rely on static files instead of database reads / writes to propagate content?

Instead of the above, if someone follows user A, they can get user A's posts via a static file that contains all of User A's posts. Do the same for everyone you follow.

Reading this file will be a lot less resource intensive than a database read, and with a CDN would be even better.

Cons

  • posts are less "Real time". Why? Because when post A is made, the static file must be updated (though fediverse does this already), and user B or instance B must fetch it. User B / instance B do not have the post pushed to them, so the post arrives with a delay depending on how frequently they fetch. But frequent fetches are okay, and easier to handle heavy loads than database reads.
  • if using a CDN for the static files, there's another delay based on the TTL and invalidation. This should still be small, up to a couple minutes at most.

Pros

  • hosting a fediverse server is more accessible and cheaper, and it could scale better.
  • Federation woes of posts not federating to other instances can potentially be resolved, as the fanout architecture is less complex (no longer necessary to write to a dozens or hundreds of instances for a single post).
  • Clients can have greater freedom in implementing how they create news feeds. You don't have to rely on your instance to do it. Instances primarily make content available, and clients can handle creating news feeds, content sorting and filtering (optional), etc.

What are your thoughts on this?

10
85

Or another term which is more descriptive. This is the first thing people see when they type in Lemmy

11
17
Canvas 2025 in 24 hours!! (2025.canvas.fediverse.events)
submitted 3 weeks ago by grant@toast.ooo to c/fediverse@lemmy.ml

July 12th, 2025 @ 4am UTC

SPREAD THE WORD 🔥

Related posts:

what is Canvas?

Canvas is a collaborative pixel canvas that includes everyone apart of the Fediverse! Any fediverse platform that supports direct messages is able to login and participate for this 48 hour live event

socials

12
36
submitted 1 month ago by grant@toast.ooo to c/fediverse@lemmy.ml

it's time to get hyped!

July 12th, 2025 @ 4am UTC

you can now open the Canvas to setup your templates and preview how it's going to work!

2025 Canvas Size: 500x500

Related posts:

what is Canvas?

Canvas is a collaborative pixel canvas that includes everyone apart of the Fediverse! Any fediverse platform that supports direct messages is able to login and participate for this 48 hour live event

socials

13
26
submitted 1 month ago by Teknevra@lemmy.world to c/fediverse@lemmy.ml

On Reddit, Subreddits have a "Modmail" feature that allows users to message all subreddit moderators at once, and moderators can respond collaboratively.

Should Lemmy consider potentially implement something similar, for Communities?

Even a basic version — like leveraging the already existing DM feature to have a Group DM that automatically includes all moderators and the user who sent the message — could help improve communication between users and community mod teams.

This could just use Lemmy's existing DM system but adapted for group messages tied to the mod team of a specific community.


Later on, if this proves to be successful, it could potentially be tweaked even further, and have support for Modchat, via the same Group DM as the potential Modmail.


Community Modmail System (Group DM for Mods + User) - GitHub Issue

14
13
submitted 1 month ago* (last edited 1 month ago) by Pro@reddthat.com to c/fediverse@lemmy.ml

I started to notice that my posts get no interactions at all and that a lot of communities seem to be empty. At first I thought that it's just the effect of Lemme. ee shutting down, but after checking some of the communities from my current alt account I started to notice that .Dev does not pull the latest posts and does not federate my posts.

15
25
submitted 1 month ago by testman@lemmy.ml to c/fediverse@lemmy.ml

one of the Fchannel0 forks is still getting updated, and has an instance running.

link to instance, but visit only if you are completely degeneratehttps://usagi.reisen/

But it seems to be an isolated instance, as the federation appears to have been broken:
https://github.com/anomalous69/FChannel/issues/9
https://usagi.reisen/followers

more info:
https://fediverse.wiki/wiki/FChan

16
41
submitted 1 month ago by Pro@reddthat.com to c/fediverse@lemmy.ml
17
5
Do What You Love (mikestone.me)
submitted 1 month ago by carlos@communick.news to c/fediverse@lemmy.ml

Do what you love, and you’ll never work a day in your life.

My dad used to say this to me. He didn’t come up with it of course. Searching for the source, I see attribution to Marc Anthony. How it came to be a 70-80 year old man was quoting a singer to me I’d bet money he’d never heard, I’ll never know. Maybe he didn’t either.

The basic idea behind the quote is that what you’re doing won’t feel like work if it’s something you love doing anyway. I mean, think of the thing you want to be doing right now instead of reading this post. Your favorite thing in the world. Now, along comes some idiot who offers to pay you to do that very thing! How can you possibly say no?

There’s a darker aspect to this quote that I don’t think people consider though. If you take the thing you love and do that for work, you’re turning what you love into a job. This is a trap that I’ve fallen into. Multiple times.

18
301
submitted 1 month ago* (last edited 1 month ago) by WhyJiffie@sh.itjust.works to c/fediverse@lemmy.ml

lemm.ee has shut down at 00:14 UTC.

unfortunately I realized too late that I have had hundreds of saved links to posts and comments from there, so I did not have enough time to save them, but anyways it is interesting that maybe a third of the post links I could try were dead. I think linkrot is happening much faster here than on reddit, even if just counting deleted posts.

19
-58
submitted 1 month ago by bigfoot@lemm.ee to c/fediverse@lemmy.ml

tl;dr: The large central instances that host a majority of the content here are operated by people with a talent for software, but do not display a degree of emotional intelligence I feel is required for responsible stewardship of a social media platform.

tl;dr of the tl;dr: nobody stopping anything less than the most obvious harassment, sexism, ackchyually guys, reply guys, drama queens, and tantrums tantrums tantrums.

The result is that even if you choose sanity and block every instance that does not moderate the above behaviors you are left with too little of content to fully replace reddit.

I'm speaking mostly of lemmy.world, lemmy.ml, lemmy.dbzer0.com, hexbear.net, and yes, lemm.ee (who's administrators at least admitted that they weren't capable of assuming the mantle of social responsibility).

I think Lemmy is a really smart idea. I have a lot of respect for people who choose to maintain the software host instances for free. I am not here to tell anyone how to run the instance they pay for, and I have no doubt these administrators are running exactly the kind of instances they want to be running. But as long as they remain in control of the majority of content, Lemmy will have a big obstacle for anyone without extreme levels of patience and inch thick skin.

Just so I'm clear I also think Reddit is garbage at keeping out the bad apples, and the community moderators on Reddit tend to be free speech absolutists too, but at least on Reddit there is more actual human content. Most of the "hot" sort on Lemmy is 10 year old memes trying to fake an illusion of activity, while also drowning out any actual human activity.

OK I've spoken enough. Take my 2c or leave it. I hope future administrators and moderators can identify and have the backbone to stand up to this sort of thing but maybe I'm asking too much of volunteers. All I can say for now is that in it's current state Lemmy isn't for me.

I'll probably check back in a year. See you 'round the web ✌🏼

20
-37
submitted 1 month ago by bigfoot@lemm.ee to c/fediverse@lemmy.ml

tl;dr: The large central instances that host a majority of the content here are operated by people with a talent for software, but do not display a degree of emotional intelligence I feel is required for responsible stewardship of a social media platform.

tl;dr of the tl;dr: nobody stopping anything less than the most obvious harassment, sexism, ackchyually guys, reply guys, drama queens, and tantrums tantrums tantrums.

The result is that even if you choose sanity and block every instance that does not moderate the above behaviors you are left with too little of content to fully replace reddit.

I'm speaking mostly of lemmy.world, lemmy.ml, lemmy.dbzer0.com, hexbear.net, and yes, lemm.ee (who's administrators at least admitted that they weren't capable of assuming the mantle of social responsibility).

I think Lemmy is a really smart idea. I have a lot of respect for people who choose to maintain the software host instances for free. I am not here to tell anyone how to run the instance they pay for, and I have no doubt these administrators are running exactly the kind of instances they want to be running. But as long as they remain in control of the majority of content, Lemmy will have a big obstacle for anyone without extreme levels of patience and inch thick skin.

Just so I'm clear I also think Reddit is garbage at keeping out the bad apples, and the community moderators on Reddit tend to be free speech absolutists too, but at least on Reddit there is more actual human content. Most of the "hot" sort on Lemmy is 10 year old memes trying to fake an illusion of activity, while also drowning out any actual human activity.

OK I've spoken enough. Take my 2c or leave it. I hope future administrators and moderators can identify and have the backbone to stand up to this sort of thing but maybe I'm asking too much of volunteers. All I can say for now is that in it's current state Lemmy isn't for me.

I'll probably check back in a year. See you 'round the web ✌🏼

21
20
submitted 1 month ago* (last edited 1 month ago) by VoxAliorum@lemmy.ml to c/fediverse@lemmy.ml

TL;DR: Please share links of public presentations about the Fediverse that provide an introduction to non-tech-savvy people showing the benefits and some examples like Lemmy.

Recently I have discovered Lemmy and with it the Fediverse - sure I heard of the Fediverse and Mastodon before, but I never really looked it up in detail, because it sounded like one of those projects that are really cool, but do not work because everyone keeps sticking to the big tech giants. However, now that I tried Lemmy for a couple of weeks, I feel like this does work and would like to spread the news a bit more.

For that I am looking for a nice set of slides that cover the Fediverse - and some examples like Lemmy - in such a way that students of different sciences can understand its purpose, advantages and disadvantages. I am aware that this is a bit low effort on my part as I could create such slides myself, but probably someone with more skill than me has done that already so...

EDIT: I just found https://u3acommunities.org/is-it-time-to-move-to-the-fediverse-followup/ which is very close to what I am looking for. Sadly, I can't find a download link for the slides to make some small edits (I feel like just using someone else's slides is fine as it is only for a private audience).

22
18

This article is a response to Tim Chambers' recent writeup, titled The Seven Deadly UX Sins of the Fediverse Web Experience (To Fix). It's a pretty great read, and I'm writing this not as a rebuttal, but to analyze and expand on the points made.

This is a musing on 7 problems that have been pointed out, with some ideas on what progress has been made to fix them.

23
79

Was nerver a big social media person, never really posted or interacted with a personal account on intagram,Facebook etc. When I, a couple of years ago, began filming and documenting my creations. I made a bunch of social media accounts on basically all the platforms(because thats what you are supposed to do). Got some followers, never in the thousands or even hundreds for that matter. But I figured it's probably because I'm not trying to click-bait or follow the latest trends. I wanted to be genuine, still am. But the interactions often times felt like bots. A couple of Smiley's, a like. Someone followed then never again an interaction with a post. I did set out to make things because I love making things and learning new skills, but got lost on the way. The lower the effort my post had the more interactions. 50-minute video of a woodworking project from start to finish with voice over and explanations, 10 views. 15 second video of a toy car rolling on a track, 2500 views.

And the incessant, follow for follow trends by grifters.

Dead internet theory rang in my head.

I missed the old internet and began dreaming about setting up my on forum with no bots allowed, like in the old days(Yes I'm old enough to remember). Then I learned that mastodon was part of the fediverse, but I had never heard of the fediverse, and mastodon I thought was like twitter for sysadmins.

I've almost completely transitioned to the fediverse now. I have yet to delete my YouTube account, but I now also have a peertube channel.

I've seen posts about It being hard to get followers on the fediverse, and mastodon. But I'd gladly post to the the ether, if that one in 50 posts is an actual human responding or liking what I do.

Thanks for reading.

24
26
submitted 1 month ago by tavostator@feddit.org to c/fediverse@lemmy.ml
25
51
submitted 1 month ago by caos@feddit.org to c/fediverse@lemmy.ml

geteilt von: https://feddit.org/post/14121936

"This video is a colorful introduction to the Fediverse, guided by filmmaker & Fediverse advocate Elena Rossini. Watch now to discover a whole new world of social media, one where privacy is respected, users are empowered, and Big Tech has no say."

view more: next ›

Fediverse

21070 readers
4 users here now

A community dedicated to fediverse news and discussion.

Fediverse is a portmanteau of "federation" and "universe".

Getting started on Fediverse;

founded 5 years ago
MODERATORS