Fediverse

43979 readers
106 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 3 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
 
 

I have an alt account on there which I can't access, and lestat says it's down

Does anyone know what's going on? I miss the place

Paging...

@Sal@mander.xyz

3
 
 

Hi! I'm looking to collate/list community-funded Fediverse ISPs with multiple services. Some aggregate of servers that offer multiple services, not necessarily just Fediverse related, but at least one Fediverse service.

As examples, I can list:

I know there's one out there that also provides email (can't recall which), which is interesting as most people wouldn't dare.

4
 
 

To recap, the challenge is to make posts or comments each fitting one of 10 specific criteria. Original challenge thread: https://lemmy.ca/post/70151876

Just want to ask, how is it going? How far have you progressed? Have you noticed any difference in post quality this month?

For those that haven't started or heard about it, you can still make it by doing one a day!

5
 
 

You can now subscribe to points of interests or reviewers via ActivityPub!

If you don't know Mangrove, it's an open database of reviews provided by the Open Reviews Association. You can create reviews on mangrove.reviews or on MapComplete (at least) with no registration required (you get an account key for reputation).

Besides mangrove.reviews and Mangrove Viewer, Mangrove is now integrated into CoMaps for visualization!

6
 
 

I made my admin account, but I can still accept /setup which looks like it will allow any random user to make an admin account as well.

How do I fix this?

Edit: It turns out that creating the admin account doesn't work, even though the page is still there.

7
169
submitted 4 days ago* (last edited 2 days ago) by vantablack@lemmy.blahaj.zone to c/fediverse@lemmy.world
 
 

i've found the source!!!

post is a screencap of https://cyberpunk.lol/@vantablack/117288419882119459

EDIT: WE DID IT LEMMY

8
9
10
11
 
 

something ive been working on over the last few days i felt like sharing. not done yet. feedback always appreciated

12
 
 
13
14
 
 

I built Zyke: Discussion Forum, a discussion forum & social news aggregator like Reddit. Loads fast, moderation is transparent, has user mentions (@), hashtags (#), a democratic voting system and a modern rich text editor.

But how do I monetize without running ads? That’s why I’m skeptical about adding Zyke to the fediverse. The community dislikes products with ads, so it feels like a bad idea to me. I don’t even intend to put pop up ads, just clean banner adverts

15
 
 

Context for the unfamiliar, OpenAI agents were using a defunct german website to trade notes on how to succeed at benchmark trials.

Coverage here: https://www.bbc.com/news/articles/ckg725z5kgzo

This thread from two months ago shows an agentic account stashing notes for itself in the same way described in the DseWiki incident: https://lemmy.world/post/49599814

digipres.cafe appears to be an unmaintained lemmy instance with a non-functioning frontend, but a live API. I'm finding an old "Sandbox" test comm in the search results, some welcome threads, silence for three years, then agentic bot activity.

I flagged it because this bot is currently spamming a bunch of comms, probably not directly OpenAI related in this later case, but taking advantage of the same opening for similar reasons: https://lemmy.world/u/pathwren@digipres.cafe

16
17
 
 

I can see if accounts do it occasionally and organically but are accounts that exist solely to repost popular and recent posts from twitter/reddit/Facebook healthy for the Fediverse?

18
 
 

I'm planning to introduce Peertube to a fairly large group of people who are new to the fediverse. Which instance is the best in terms of how easy it is to get an account and watch federated content as well as having something to discover locally?

19
 
 

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

An interesting blog post about how the AT protocol has it's own cool little ecosystem next to the fediverse.

It's really interesting how the way ATproto is both more and less as every service must follow a strict format to interact with others using the same format.

Like, ATproto has more variety than the fediverse, but the way they interact is a bit more strict, which means that a post from a lemmy analogue wouldn't show up on bluesky, but it also means that each platform often seems more polished.

20
 
 

Quadruple moderation is killing Lemmy. It’s a gift to Reddit

There’s a rule about online communities I want people here to understand: the 90-9-1 rule.

Roughly 90% lurk, 9% comment, and 1% create.

Additionally - lemmy monthly active users is stangant at about 35k monthly active and not improving:
https://lemmy.fediverse.observer/stats

When I first got to Lemmy, I had trouble finding enough content I was interested in even commenting on. So I figured: why complain about the lack of content when one can start posting it myself?

That's why I post so much.

If people don't post, most Lemmy communities simply don't have enough creators to sustain themselves. You need posts before lurkers can lurk, commenters can comment, and some of those people eventually become creators themselves.

I'm not posting just to flood Lemmy. I'm trying to help solve one of Lemmy's biggest problems: not enough content creators.

And frankly, doing that has been a nightmare.

Lemmy has a quadruple-moderation problem

Every active content creator has to survive four layers:

  1. Community moderators can remove your posts or ban you from the community.
  2. Your home-instance admins can ban your entire account.
  3. Receiving-instance admins can block/ban you for everyone on their instance, even though you don't belong to it.
  4. Public moderation history means those decisions follow you. One moderator's decision can influence another and snowball into more moderation.

For prolific content creators, that's brutal.

I've had multiple accounts banned over one or two posts that somebody didn't like. Months of posting, comments, engagement and contributions can effectively disappear from a community because of a couple of moderation decisions.

And the more you contribute, the worse the odds become. If you make hundreds or thousands of posts, eventually you're going to post something that one moderator somewhere doesn't like.

You don't need one moderation team to tolerate you. You need multiple independent moderators and admins, across multiple servers, to remain aligned indefinitely.

There's almost no cost to deleting a creator

This is another major difference from Reddit.

There is generally no financial investment in a Lemmy community's content. A volunteer moderator can ban someone who contributed months of posts and comments and lose all of that person's past and future contributions without losing revenue, salary or investment. Did you know all creator posts are wiped out from lemmy after account banned?

The creator paid the cost in time.

The community loses the content.

The users lose something to read and discuss.

And the moderator who pushed the button may personally lose essentially nothing.

So who benefits from making prolific content creation this difficult?

Because it certainly isn't Lemmy.

And this creates an enormous attack surface

I genuinely have trouble believing that everyone complaining about prolific posters simply doesn't understand this dynamic. At some point I have to question whether some of it is deliberate.

If I were Reddit and wanted to undermine a federated competitor, this is exactly where I'd attack it: its content creators.

You don't need to hack Lemmy. You don't need to DDoS instances. You don't need to take anything offline.

Lemmy already provides the mechanism.

Report prolific contributors. Call their posting "spam." accuse them of being bots. Point moderators toward their public moderation histories. Get one account banned somewhere, then let that decision influence moderators elsewhere.

Eventually the creator gets tired of fighting and leaves.

I'm not claiming I have proof Reddit is doing this. I'm saying Lemmy's architecture makes this kind of subversion ridiculously easy, and Reddit would be an obvious beneficiary.

Reddit doesn't have this same federated quadruple-jeopardy problem. You're primarily dealing with the moderation of the subreddit you're contributing to.

Lemmy desperately needs more people creating content, yet its moderation structure makes life progressively harder for the people who create the most of it.

At some point we should be asking:

Who actually benefits from that?

A plea to admins: protect your creators ban reddit agents instead

Before banning someone, look at who is contributing and who is reporting.

If an account with zero posts in years reports someone who has contributed hundreds of posts, don't treat those two users as equally valuable to the health of the community.

That doesn't put creators above the rules. Remove bad posts. Warn people. Moderate proportionally.

But stop throwing away months of content and future contributions over one or two posts someone disliked.

Creating content takes time. Reporting takes seconds.

Protect the people actually building your communities.

edit: I am reposting from reddit - there is no rules against that. its actually great thing for majority of lemmy users!

This reposting tool is open source - i've never been hiding the fact im reposting from reddit.
people get only high quality pre-dozed, pre-moderated content.

https://addons.mozilla.org/en-US/firefox/addon/lemmy-deep-lighthouse/

I think more people should be using similar tools and populate lemmy with content. - htis is the only way to move that 35k mau number and creat conditions for more OC on lemmy

edit 2 " but we dont want content" argument.

The fuck you dont. who the fuck is we?

And this is why I don't buy the argument that the people still here represent what users want.

Look at the numbers.

  • Fediverse: ~14 million registered, ~1.17 million MAU.
  • Lemmy: ~756,000 registered, ~35,000 MAU.

Lemmy has had three quarters of a million accounts created and only about 4.6% of that number is active monthly.

Obviously that doesn't mean 95% were all regular users who quit. But it does tell us something important: the people currently active are a tiny, self-selected fraction of everyone who has tried this platform.

So when 30 existing users say "WE don't want more content," you're hearing from the people the current system successfully retained. You're not hearing from the enormous number of people who tried Lemmy and aren't here anymore.

Maybe instead of assuming the remaining users have figured out what Lemmy should be, we should be asking why so many people tried it and didn't stick around.

21
22
 
 

This is the announcement of the Threadiverse Vibrancy Challenge!

The Challenge - From September 1 to 30, 2026, complete each one of the categories below with a unique post or comment:

  1. (Freebie) Make a shitpost.
  2. Make a post about something other than technology or politics or a shitpost.
  3. Make a post showcasing a thing or topic you find interesting.
  4. Make a post to a community with fewer than 100 subscribers.
  5. Make a post to a community in a small instance.
  6. Make a post featuring a human-made piece of art.
  7. Make an on-topic comment to a post in a small community.
  8. Make a comment or post sharing news about a location relevant to you.
  9. Make a high-quality long form text post or comment.
  10. Post or comment a link from another part of the Fediverse.

I came up with this to encourage a greater variety of posts and comments to niche communities, with the support from people who usually just comment occasionally and lurk.

Participants will evaluate their own progress. If you get a score of 10/10, you will win a virtual Lemmy Gold Star, and hopefully everybody will win a noticeably more active Threadiverse in the smaller communities!

Remember to be respectful and follow rules of the instances and communities you post to.

Feel free to share this with your own instance. I will try to post a mid-challenge follow-up in 3 weeks and a concluding ceremony in October in !fediverse@lemmy.world. Good luck!

23
 
 

image

PyLova (Python+Pavlova) is a soft fork of PieFed, aimed at improving the user experience through UI overhauls, empowering users and admins with agency, improved administration and moderation functions, and general bug fixing.

New in V0.3.2

New & Improved

  • Muffle Users : Instead of outright blocking a user, you can now 'Muffle' them. This will place their content behind a spoiler. This functionality has also been extended to the filter system.
  • Live Posts : Mods can designate a post as a Live Post. A Live Post will continuously update with new comments coming through while sorting by new. This is great for keeping track on currently happening events such as global news or sports.
  • Reel View : This is a new way to browse the site, putting it into 'Reel' view shows one post per scroll. Cuts out the noise, allowing you to appreciate one post at a time.
  • User Flags : Want to show off who you are? Add a flag next to your pronouns. These small flags can be set by instance admins, great show showing Pride Flags, Sports Teams, Nationalities, Political Ideologies, etc.
  • Bookmark Organisation : Users can now sort their bookmarked posts and comments by folders.
  • Admin Notes : Admins and Instance Moderators can share notes about users on their profile page, this can be handy in building a history of bad behaviour or sharing concerns.
  • Account Oversight : Admins and Instance Moderators have greater ability to search through a users upvoted and downvoted content.
  • New Theme : Nocturne Core @luminous5481@anarchist.nexus has wonderfully created a Sci-Fi inspired theme you can apply.

Bug-Fixes & Misc

  • Lemmy/Mbin support for Multi-Image Posts : Multi-Image Posts will now add the extra images into the post body for users on Lemmy and Mbin so they don't have to miss out on your amazing content.
  • Censorship Transparency : On the instance about page, there is now a one-stop location for viewing what sort of things are being censored by your instance.
  • Options Menu : The menu has been updated with a more navigable UI in 3 Panel Mode.
  • Reactions Only Mode : A small setting for instance admins to 'turn off' up and downvotes, letting posts only have emoji reactions. Note, emoji reacts do technically count as an upvote and this is more of a visual change in regards to user view.
  • Trusted Instances Only Federation : Communities can already be set to local only, this feature allows communities to only be visible on those in your instances trusted list.
  • Banned Users can now unsubscribe from a community, allowing them to remove it from their feed.
  • Blocked/Unfederated Instances now show more information, such as allowing for reasons why it was removed.
  • Poll Post Type teasers had a slight visual inconsistency, their icon should now align properly with every other post type.
  • Flair, Tags, & Live Status all follow the same visual format. Also now visible on post teasers.
  • General Performance Improvements.
  • Code Refactoring to follow a more pythonic style guide and reduce McCabe complexity.
24
 
 

The Lemmy interface tells you if there are new unread comments on posts you viewed before. Does that mean Lemmy tracks all the posts you've ever viewed and when? Is that information public?

25
 
 

I still believe that getting access to sports news and commentary would be one of the sure-fire ways to get more people in the Fediverse. But even after all these years, Reddit, Twitter and Instagram obviously completely dominate the space.

In the US, the NFL is starting in a couple of weeks and the NBA will come back in October. There is also the European Football (Soccer) leagues which started this month, so the thought came to mind again: what could we have that could make the conversation around professional sports more interesting...

  • Specific apps or sites that act as a multi-platform client, to let you follow short clips from Loops, or posts from specific communities or athletes?

  • Real time scores and match threader bots?

  • A (local, user-controlled) recommendation algorithm to manage different news sources?

  • Integration with fantasy leagues?

Maybe I am barking at the wrong tree and/or the majority of people here do not care about it enough, but I would like to hear some ideas to see if there is anything we could do.

view more: next ›