Fediverse

41510 readers
524 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, Mbin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)

founded 2 years ago
MODERATORS
1
 
 

Introduction

As far as I know, the software used by Fediverse, a decentralized social networking site, makes information public due to its decentralized nature, and as a result, it's often possible to obtain feeds of the latest information via RSS.

However, the extent to which this is possible varies depending on the software's capabilities and features, and I was interested in the functionality of each piece of software, so I decided to write this article to research and summarize the state of RSS on Fediverse, including its URL structure.

This article is based on a pioneering article titled "Finding Fediverse Feeds" that appeared on the website Hyperborea: Kelson Vibber.

Stream Fediverse feeds to your RSS reader

URL Structure Table

Software Section URL type Title visible links RSS Subscriptions from External Servers
Lemmy Community /feeds/c/{community}.xml?sort={sort} RSS 2.0 Yes Yes No
Lemmy User /feeds/u/{username}.xml?sort={sort} RSS 2.0 Yes Yes No
Lemmy Local Timeline /feeds/local.xml?sort={sort} RSS 2.0 Yes Yes No
Lemmy All Timeline /feeds/all.xml?sort={sort} RSS 2.0 Yes Yes No
Lemmy Your front page /feeds/front.xml/{jwt_token} RSS 2.0 Yes No -
Lemmy Your inbox /feeds/inbox.xml/{jwt_token} RSS 2.0 Yes No -
Lemmy Your modlog /feeds/modlog.xml/{jwt_token} RSS 2.0 Yes No -
PieFed Community /community/{community}/feed RSS 2.0 Yes Yes Yes
PieFed User /u/{username}/feed RSS 2.0 Yes No Yes
PieFed Topic /topic/{topic}.rss RSS 2.0 Yes No Uninvestigated
PieFed Feeds /f/{feeds}.rss RSS 2.0? Yes? No Uninvestigated
Mbin Community /rss?magazine={community} RSS 2.0 Yes Yes Yes
Mbin User /rss?user={username} RSS 2.0 Yes Yes Yes
Mbin Tag /rss?tag={tag} RSS 2.0 Yes Yes Yes
Plume Blog /~/{blog}/atom.xml Atom Yes Yes Details unknown
Plume User /~/{username}/atom.xml Atom Yes Yes Details unknown
WriteFreely User /{username}/feed/ RSS 2.0 Yes No Details unknown
WriteFreely Reader /read/feed/ RSS 2.0 Yes No Details unknown
Funkwhale User /api/v1/channels/{user}/rss RSS2.0 Yes Yes Details unknown
PeerTube User feeds/videos.xml?videoChannelId={channel} RSS 2.0 Yes Yes Yes
PeerTube User-Podcast /feeds/podcast/videos.xml?videoChannelId={channel} RSS 2.0 Yes Yes Yes
Bookwyrm User /user/{username}/rss RSS 2.0 Yes Yes Yes
Mastodon User /@{username}.rss RSS 2.0 No No No
Mastodon Hashtag /tags/{hashtag}.rss RSS 2.0 No No No
Mastodon User-Hashtag /@{username}/tagged/{hashtag}.rss RSS 2.0 No No No
Pleroma User /users/{username}/feed.atom Atom Yes No External accounts cannot be viewed
BlueSky User /profile/{did-placeholder}/rss RSS 2.0 No No External instance does not exist
Misskey User /@{username}.rss RSS 2.0 partially (example: "New note by UserName") No Yes
Misskey User /@{username}.atom Atom 1.0 partially (example: "New note by UserName") No Yes
Pixelfed User /users/{username}.atom Atom Yes Yes External accounts cannot be viewed
HackersPub User /@{username}/feed.xml Atom Yes No External accounts cannot be viewed
HackersPub User Articles /@{username}/feed.xml?articles Atom Yes No External accounts cannot be viewed
Hubzilla Posts and Comments /feed/{channel} Atom No No External accounts cannot be viewed
Hubzilla Only Posts /feed/{channel}?f=&top=1 Atom No No accounts are displayed in summary only
friendica User /feed/{username}/ Atom Yes Yes External accounts cannot be viewed
friendica User Comments /feed/{username}/comments Atom Yes No External accounts cannot be viewed
friendica User Timeline /feed/{username}/activity Atom Yes No External accounts cannot be viewed

説明

Below are descriptions of the columns in the table above.

  • Software
    • The software you are using.
  • Section
    • Which feed for that software?
  • URL
    • The URL structure.
  • Type
    • The file type. This indicates whether it is RSS or Atom.
  • Title
    • Whether the post title is displayed in the RSS feed.
  • Visible Links
    • Whether the RSS link is visible on the instance.
  • RSS Subscriptions from External Servers
    • Whether you can subscribe to RSS feeds from users of external instances.

Feed Functionality Comparison

Reference

Sort on Lemmy

/feeds/c/{community}.xml?sort={sort}

The {sort} part of Lemmy in the RSS list above corresponds to the "URL" column in the table below.

example:

/feeds/c/{community}.xml?sort=New

| Type | Description | url | |


|


|


| | Active (default) | Calculates a rank based on the score and time of the latest comment, with decay over time | Active | | Hot | Like active, but uses time when the post was published | Hot | | Scaled | Like hot, but gives a boost to less active communities | Scaled | | New | Shows most recent posts first | New | | Old | Shows oldest posts first | Old | Most Comments | Shows posts with highest number of comments first | MostComments | | New Comments | Bumps posts to the top when they are created or receive a new reply, analogous to the sorting of traditional forums | NewComments | |Top Hour|Highest scoring posts during the last 1 hour |TopHour | |Top Six Hours| Highest scoring posts during the last 6 hours|TopSixHour| |Top Twelve Hours |Highest scoring posts during the last 12 hours|TopTwelveHour | | Top Day | Highest scoring posts during the last 24 hours |TopDay | | Top Week | Highest scoring posts during the last 7 days | TopWeek | | Top Month | Highest scoring posts during the last 30 days | TopMonth | |Top Three Months|Highest scoring posts during the last 3 months |TopThreeMonths| |Top Six Months|Highest scoring posts during the last 6 months |TopSixMonths| |Top Nine Months|Highest scoring posts during the last 9 months |TopNineMonths| | Top Year | Highest scoring posts during the last 12 months | TopYear | | Top All Time | Highest scoring posts of all time | TopAll |

Source: Votes and Ranking

Stream RSS feeds to Your Fediverse Feeds

A well-known method of distributing RSS feeds from the web to ActivityPub is software (server) called RSSParrot, which was created for that purpose.

In addition, in the Japanese-speaking world, there is a public Mastodon instance called the RSSフィードbot鯖, which is dedicated to RSS Bots and is also widely used.

Original article

FediverseのRSS事情 - URL構造の一覧など - hoageckoのブログ (Article in Japanese)

Fediverse Advent Calendar

This post is the 15th article of Fediverse (2) Advent Calendar 2025 - Adventar (Article in Japanese).

2
36
submitted 1 year ago* (last edited 1 year ago) by woelkchen@lemmy.world to c/fediverse@lemmy.world
 
 

!fediverse@lemmy.world is not a place to file your grievances with "free speech", disrupting users, moderation, etc.

If you have problems with users: File complaints to the mods or just block them.

If you have problems with mods: File complaints with admins of the instance or just migrate to an alternative community.

If you have problems with an entire instance: Just leave it.

3
76
submitted 10 hours ago* (last edited 4 hours ago) by Zedstrian@sopuli.xyz to c/fediverse@lemmy.world
 
 

For the past month a variety of lem.cochrun.xyz accounts have been spamming religious posts (all linking to christianpicturesblog.blogspot.ca) to a variety of unrelated Lemmy communities. Unless @forgetstoshave@lem.cochrun.xyz has an alternative explanation, the posts are likely all from one or a select few lem.cochrun.xyz users seeking to evangelize their beliefs across the Threadiverse, using sock puppet accounts to evade bans.

While they are welcome to post to relevant communities (just as other users are free to block those communities), spamming such content on unrelated communities is unacceptable. While use of the Threadiverse should be encouraged, spam only serves to push new users away, and thus should be handled via the defederation of lem.cochrun.xyz should it continue.

4
 
 

cross-posted from: https://lemmy.world/post/45437770

I've been thinking a lot about the Fediverse ALT issue.

Some people are annoyed by posts without Alttext, & others get reminded¹ to add it.

The core question is: How can we improve accessibility?

Proposal: ☑️ Add a user filter to hide media posts without AltTag ☑️ Reduced engagement on hidden posts would encourage adding Alt text ☑️ People who need accessibility wouldn't have to encounter unlabeled media

If this gets traction, I'll open a Mastodon GitHub issue (maybe on others too?).

¹ https://mastodon.social/@madeindex/113996311493021102

5
6
 
 

On AI and place, and how Mastodon gives tools to create communities at the instance level, but people experience 'place' at the federation level.

7
 
 

Publicly Run Social Media – A Solution for Europe?

TikTok, Instagram and YouTube are not neutral public spaces. Designed to maximise attention and engagement, these platforms play a major role in shaping public opinion in Europe. They amplify misinformation, polarisation and hate speech, while also encouraging patterns of use that harm mental health.

The EU has begun to respond through the Digital Services Act. Yet success up to now is limited.

Could Europe build a public-service social media model, inspired by public broadcasting – social media that protect democratic debate, strengthen Europe’s digital sovereignty and offer a healthier online environment?

This event will explore that question and introduce a European Citizens’ Initiative calling for a European public-service social media infrastructure.

With Lukáš Mikulecký, Co-Leader of the European Citizens’s Initiative “European Public Social Network”.

New! 1:1 Conversations! After our one-hour open discussion, we invite you to stay for another 30 minutes. You’ll be paired up randomly and answer four questions together in a one-on-one conversation.

The idea behind: meet new people from across Europe and exchange ideas in a more personal setting. The breakout rooms will stay open for as long as you like.

I think it would be better to have these public spaces be outside the control of foreign tech companies, but I'm also unsure whether it would be better to have one centralized EU social media network. I think that the Fediverse (such as Mastodon) could be relevant here. How do other people feel about this?

EU citizens initiative: https://citizens-initiative.europa.eu/initiatives/details/2026/000004_en

8
 
 

When's the 2026 one?

https://canvas.fediverse.events/

9
73
submitted 5 days ago* (last edited 5 days ago) by robert.meyer86@piefed.social to c/fediverse@lemmy.world
 
 

I am currently working on a crossplatform browser for the fediverse, which will allow you to unify identities from mastodon, bluesky, and anywhere else across the open/decentralized social web into a single feed for easy browsing and management. It will also serve as a highly customizable and feature rich fediverse client, allowing profile and client theme customization, as well as groups, rss subscriptions, and several other features I've yet to fully flesh out.

bytescapechat.png
bytescape social.png
bytescapevault.png
bytescape settings.png

Things to note:

  1. This is a pre-alpha project, and just seeking some very initial feedback on the very broad strokes of what is planned and what is done so far. If you are interested in collaboration and furthering the development of the project, please feel free to reach out.
  2. Features such as groups (i.e. federating with the threadiverse such as lemmy/piefed) or rss subscriptions are not implemented yet, it's just a basic unified feed for bluesky/mastodon at the moment.
  3. This is not a live site that can be visited yet, it's just an app on your client that authorizes access to the various platforms through oAuth flows. However, the plan is to eventually have a dedicated server hosting infrastructure in place, with individual platform identities able to be registered on a unified instance, and local/self-hosting data storage options.

So, please provide any and all feedback you have on what I have shown above, both good and bad, and feel free to ask clarifying questions on how the platform will work overall. Open to hearing what people think of the idea overall.

10
86
submitted 6 days ago* (last edited 5 days ago) by Snoopy@tarte.nuage-libre.fr to c/fediverse@lemmy.world
 
 

Let's party ! Spread the word to the threadiverse ! :3

!lemmyvision@jlai.lu


Hey everyone!

The very real, not fish-themed Lemmyvision returns for its third edition! For those not in the loop, read below to learn more about this Lemmy Event:

TL;DR

  • From right now and until May 3rd, discuss with your Lemmy instance or community about which song to send to the contest.
  • Submit the song in this community by making a new thread.
  • On May 4th, voting will begin. You will rank your favourite songs in a form. Any song not submitted by this date will not be featured.
  • On May 11th, results of everyone’s favourite songs will be published.
  • You can use !lemmyvision@jlai.lu for any question, this will be the community for updates and results, make sure to subscribe if you’d like to stay in the loop.

What is Lemmyvision?

Lemmyvision is inspired from Eureddision (itself a reenactment of the Eurovision song contest) which was held on r/europe some years ago, and based on the participation of national communities / instances and the delicate musical taste of their members (you!).

Every country/community is welcome to participate! The contest follows the rule of “national languages only” but regional languages are welcome as well! Basque, Welsh, Cherokee… you’re welcome to promote a non official language if your community / instance wants to. The aim is to promote different languages and cultures from around the world, to share more between our online communities across Lemmy, and discover songs from lesser known artists.

How it works:

This post, and the !lemmyvision@jlai.lu community will be open until May 3rd, and I will start promoting the event on various instances and communities. Lemmy communities who want to participate have the responsibility to gather its members and vote on a single song to send for the contest.

On May 4th, the songs will be locked in. A playlist will be created to allow you to listen to all of the submitted songs, and everyone will be invited to vote on their favourite. The voting is estimated to last for about a week. On May 11th the results will be published, with a ranking of everyone’s favourite songs!

For the second edition, lemmy.ca was allowed to send three songs, each one in a different language (French Canadian, English, and Inuktitut, in their case). This means your community can send multiple songs if you want to showcase its different languages!

For the first edition, an exception was made for the programming.dev Lemmy community to participate by sending a song related to their main interest (they sent a video game soundtrack). If your instance or community does not represent a specific country or language but wants to participate by sending a song related to your instance center of interest, you’re welcome to do so! For example, lemmy.blahaj.zone could send a song composed by a Queer person!

I don’t expect countries with a “small” population to be accurately represented on Lemmy, so no worries if you don’t have a community and are just a small group of people, or if your country is not even on Lemmy but another platform (Kbin and whatnot), I can make exceptions, just reach out!

Song submission:

  • Each Lemmy community is responsible for their own organization.
  • Only one (1) song per language per community is to be sent.
  • If the song contains vocals then it must be in (one of) the official language(s) of your choice, or a regional language of your choice.
  • Songs must have been released after January 1st, 2025.
  • Songs must not be international hits[1].
  • Submit your songs in their own thread in this community
  • Verification will just require a link to the discussion thread created within your community, to ensure it’s a community (not a single person’s) decision.

[1] this is to prevent drama that happened in the past on Reddit, where Germany sent a Rammstein song and obviously won. It’s up to my own appreciation of what international hit means, because it’s hard to measure (metrics on different streaming platforms aren’t the same), but I’m pretty lenient, just ask me if you’re not sure, better to discuss than argue

Voting:

  • Voting will be done through a form created on tally.so.
  • I will set up the form near the end of the month, and share it in a new announcement post when the time has come.
  • If you’re worried about privacy, there will be no questions about personal data, and last year I deleted the form and its results a week after the event was done.

On Federation:

I don’t discriminate based on instances, if your account is not on the same instance as your community, that’s totally fine. Additionally, if you’re on another Fediverse/Activitypub platform and would like to participate, and you’re able to federate with your representing Lemmy community, you’re welcome to join us, I’d just like to keep organization within Lemmy so it’s easier to track participations.

Would you like to help?

The first two editions went really well, and I managed to handle the whole thing alone. Programming.dev even helped with setting up the playlist during Lemmyvision 1! If you’d like to help in any way, please feel free to reach out, I’d love to have as many people as possible involved!!

Cheers!

cat jam colored

11
12
59
New Forum Community. (forum.unfinishedprojects.net)
submitted 6 days ago* (last edited 5 days ago) by UnfinishedProjects@piefed.zip to c/fediverse@lemmy.world
 
 

bTUDGZRAcKZdXyO.png
[IMAGE ALTERNATIVE TEXT: “Unfinished Projects - In solidarity we can build a future that benefits us all."]

We have a new community and would love if you came and checked us out ( ദ്ദി ˙ᗜ˙ )

A couple of us have been working on a project that took quite longer than we expected, but we finally have opened registration on our forum, and would love for you to come check it out if you are interested :)

Our intent: We are trying to create a community focused on collaboration and genuine connections to create and make things with others. From software developers to artists, to handicrafts, and etc. We are working on a public wiki that can be used for creators to display and collaborate on each others projects that are openly licensed.

We want to create a community that is different than the much of the fast paced, superficial communications that happen on modern day social media - and instead try to build lasting connections where creative people and projects can grow and contribute to the commons.

From our "About Page":

An unfinished project is a seed that someone else can water when you no longer have the time or the tools.
The community thrives when we treat every piece of unfinished work as a stepping stone for the next person. You don’t need a long-term commitment to make a difference. Whether you finish a single page on our Wiki or solve one small problem in the Forum, you are making a project "slightly less unfinished" than it was yesterday.

We still have a lot of work to do to improve our platform (primarily our wiki - which is invite only until we ensure everything is working and in order), but we figured it was time to open up registration on our forum and see if we can get our few first members to help establish our community and maybe stick with us through a few more hurdles until we get everything more polished.

If this sounds like something you might be interested in being a part of, and are willing to stick around as we polish things up and try to grow, we would love to have you :)

I hope to maybe see one or two of you over at our federated forum!

PS: We will eventually be looking to "partner" with some other federated communities that share our values, so if you have a community that would be a good fit, feel free to reach out - as it would be great to have a network of communities that can support each other and provide value for the members.

13
 
 

I posted about this issue a week ago:

Currently, instance bans and community bans are treated as two separate things. When a user is banned from an instance, you’ll often see in the logs a bunch of community bans alongside it at once (at least from Lemmy communities). These are communities that user has posted on. An instance ban automatically applies hard-bans to communities they have interacted in from that instance. But the problem here is its only communities they’ve interacted in.

The instance ban itself is simply a rejection of federation. It doesn’t block users from posting in communities on that instance - only the community bans do that. It just means their posts won’t federate out. This means that an instance banned user can continue to be a nuisance in most communities (or all, if they are pre-emptively banned) on an instance locally - and the moderators of that community and instance won’t even know because they don’t view their community from there. With larger numbers of users would also mean larger amounts of trolls and incompatible users, which could greatly increase the chance of people simply vandalising communities and no-one even noticing.

Lemmy 1.0 promises to fix this apparently from their end, but I think at least for as Piefed is concerned we could get in on this first. We need a hard block on all Piefed accounts from being to interact on any community that is from an instance they are bannedfrom. We also need a way before that for Piefed based communities to automatically throw out all comments made even locally by instance banned accounts based from Lemmy.

It's now been implemented on the latest piefed. A Piefed user instance banned from anywhere will now be hard-banned from all communities on that instance to prevent them from being a local menace unbeknownst the moderators of those communtiies. But all Piefed instances need to update.

Ip2IcesF5VnjV3U.png

14
 
 

What it looks like:

Here's an example of such a post: https://sh.itjust.works/post/58082125

They uploaded an image and then included a URL as the body/text.

On Lemmy, it looks like an image post, with a small expando to the right of the title that you can click to show the body:

Why you should stop doing it:

  1. It makes high-quality posts look the same as low-quality ones.

I automatically downvote most image/meme submissions and posts with bad/non-descriptive titles for quality control. Linking directly to a source is how you make a high-quality submission. You can include screenshots or quotes in the body of the post.

  1. I could start clicking the expando next to the title to check if a source was provided, but there's going to be a user option to block image posts in the next lemmy update (v0.20), so that format is not good since lots of people will start to automatically block them.

  2. You can put images in the body of the posts.

Why should anyone care?

Low-quality, easy-to-digest content will dominate and drown out everything else if no one does anything to limit it. It degrades the internet and our brains.

A blog that elaborates:

The Cargo Cult of The Ennui Engine https://medium.com/@max.p.schlienger/the-cargo-cult-of-the-ennui-engine-890c541cebcb

15
 
 

cross-posted from: https://lemmy.ca/post/62817221

After taking a lot longer than I was expecting to, I'm pleased to announce the results of the census we ran earlier this year!

This year, the results are on our website instead of being copied into a post here. I'm hoping that this is better since the website charts are interactive, with additional details if you click/tap on something. They also support dark and light mode. The full results contain discussion on how we processed the results, any assumptions we made, and all of our recommendations for how to improve this process for next time.

fedecan.ca/en/announcements/2026-04-03_censusResults

If you have any issues with the site, let us know and we will take a look.

I can also add screenshots in the comments so that people reading the comments don't have to search through the article for context.

A few sample charts

Section 1.5: Internet Speed

Section 1.8: Most common pets

Yes, the 200 cherry shrimp were all from one response.

Section 2.01: Age Distribution

Section 2.08: Education

Section 2.10: Desktop Operating System

The question on specific distro / version had a pretty low sample size, but you can find that too on the article.

Section 3.1.08: Most popular desktop UIs

Section 3.1.10: Most Popular Mobile Apps

Section 3.1.13: How often people use centralized forums/threaded platforms

Section 3.2.05: What people post on Pixelfed

Section 3.2.06: What people follow on Pixelfed

Section 3.3.04: Donations (of time or money)

Section 4.4: Favourite genre of music

16
 
 

You'll get taken to a random community. Once you arrive there's a link at the top of the page to /r/random so you can just hammer away at that until you get somewhere that's the right combo of random and interesting.

There is also /r/randnsfw that takes you to a random nsfw communty if your instance has them.

17
 
 
18
 
 

cross-posted from: https://literature.cafe/post/30387402

@threelonmusketeers@sh.itjust.works

Ik that there used to be Diagonlemmy, but, IMHO, we should create an instance that is exclusive to Harry Potter, and the Wizarding World.


Perhaps call the instance Wizarding.World, or something.

That way, Fediverse users who wish to interact with Harry Potter material can, and other users/instances/etc, can defederate/don't have to.


Harry Potter is only going to become more popular.

The HBO Harry Potter series is coming. Whether we like it or not, the HP fandom is about to have a significant resurgence, and it's going to find a home somewhere on the internet.


The question is whether that somewhere is Reddit, Discord, and corporate platforms — or whether the Fediverse gets there first and shapes what that community looks like.

People flock to spaces where they feel familiar and welcomed.


Rowling will profit from HP whether a Lemmy instance exists or not.

The Fediverse needs more projects that make immediate sense to people, and it needs to stop ceding entire fandoms to corporate platforms by default.


The move isn't to reject the fandom.

The move is to build the instance with explicit values — pro-trans, pro-queer, progressive moderation, zero tolerance for bigotry.

Pull HP fans into federated, open spaces and surround them with those values.

That's far more powerful than gatekeeping.


I shared this, because I wanted to know what the general consensus was.

Also if there were any users who might have any experience with potentially creating/running their own instance.

19
20
 
 

cross-posted from: https://jlai.lu/post/35452508

Hely everyone!

Hope it's okay to post here, let me know if elsewhere is better. I'm glad to announce the third edition of Lemmyvision (the Lemmy song contest) is now live. I'm once again promoting the event and inviting communities of Lemmy to participate!

Don't hesitate to check the main post announcement for all the details here : https://lemmy.world/post/45063698

TL;DR

  • From right now and until May 3rd, discuss with your Lemmy instance or community about which song to send to the contest.
  • Submit the song in the Lemmyvision community by making a new thread.
  • On May 4th, voting will begin. You will rank your favourite songs in a form. Any song not submitted by this date will not be featured.
  • On May 11th, results of everyone’s favourite songs will be published.
  • You can use !lemmyvision@jlai.lu for any question, this will be the community for updates and results, make sure to subscribe if you’d like to stay in the loop.

partycat

21
 
 

Here is my notes from using Lemmy:

  • There is core limitations on Lemmy which cannot be fixed even on the long term( for example finding communities via search. Results from .world is very different from the result that your instance fetch, no ability to upload media with the same ease and speed of Reddit,...etc);
  • Herd mentality is very deep on Lemmy, compared to other social media websites;
  • People seem to take disagreements in opinions personally, which is weird on it's own;
  • Lemmy users would like to have a working cancel culture so much that they would have no problem deepthroating a dick to get it;
  • Lemmy users and with them Digg 2.0 users, hate with passion anyone who criticize their platform and is ready to go against logic to defend it;
  • Lemmy Admins and moderators seem to have a control fetish: on Reddit, it was very normal and easy to me to reach out to a mod to restore my posts or to explain himself and even discuss and change rules or reverse discussions. Yes there was some of them who also had control fetish, but in the communities which I used to use that was kind of rare. Meanwhile here there is no modbox functionality which complicates talking with mods;
  • Some Lemmy users seem to be easy to obsessive over things.

I feel there needs to be disclaimer on Lemmy servers/introduction page to warn people about negativity on the platform, but I don't think it will ever happen.

About moderation, I feel the only outcome that will happen is bad moderation (IMO) will keep happening on the platform till either the servers hosting communities go down or till the mod become inactive.

On a side note it feels like a lot of Lemmy servers are suffering financially and might close soon, while Lemmy developers did not even try to help them by implementing third party upload functionality(Imgbb, catbox, imgur,...etc) in the app and the web front end to lighten the load on the server admins. Right now most Lemmy servers I know of are protected by Cloudflare and pictures uploaded on some servers don't open natively(you need to click it as a normal link and pass cloudflare verification to see image).

It's what it's here. but I just wanted to lay out what I think about Lemmy culture, moderation and software.

Edit:

More proof for my point:

22
64
submitted 1 week ago* (last edited 1 week ago) by poVoq@slrpnk.net to c/fediverse@lemmy.world
 
 

Catodon is a new Sharkey/Misskey fork (Edit: sadly with AI code contributions).

23
24
25
451
submitted 1 week ago* (last edited 1 week ago) by rangerdanger@feddit.online to c/fediverse@lemmy.world
 
 

Just deleted reddit and working on getting off of facebook. I'm actually glad to be here. It's a bit of an adjustment but I think it's for the better. Cheers everyone.

view more: next ›