Following https://tarte.nuage-libre.fr/c/fediverse/p/194717/we-need-more-users I decided to explore data a little bit more. I’m not the biggest fan of growth-as-as-target so I wanted to see how much the people were participating in the discussion.
The data
I took the data from the API explorer in https://api.fediverse.observer/ with this query:
query {
monthlystats {
date_checked
softwarename
total_posts
total_users
total_comments
}
}
Then parsed the json with this https://jqlang.org/ filter:
jq '.data.monthlystats | map(select(.total_users > 0 and (.softwarename == "lemmy" or .softwarename == "mbin" or .softwarename == "kbin" or .softwarename == "piefed"))) | group_by(.date_checked) | map( {date_checked: .[0].date_checked, total_users: ([.[] | .total_users] | add), total_posts: ([.[] | .total_posts] | add), total_comments: ([.[] | .total_comments] | add)}) | map({date_checked, posts: .total_posts/.total_users, comments: .total_comments/.total_users}) | sort_by(.date_checked) | map([.date_checked, (.posts | tostring), (.comments | tostring)]) | .[] | @csv'
(As you see I filtered for the threadiverse. I also did the same with all software, I’ll put the graph for that in comments)
Then did a good old’ chart
What to think of it
I don’t know. Users’ activity is on the rise and I find it nice


I think something that has been lost about progressive politics and leftism and general (in US-centric circles at least) is that as much as people on the left disagree about absolutely everything, in general (with plenty of exceptions) politically left movements and cultural spaces tend to be far better at identifying common values and truths that are universal and holding individuals and communities to those values and truths.
Whereas on the right the endless stumping about valuing freedom of speech turns out to mostly be a mirage when it comes to innocent, vulnerable people being physically murdered on camera, on the left institutions and individuals are much more often held to a standard of values and called out if they fail to reach it.
When most people enter a space where left voices haven’t been systematically silenced, they often react negatively and feel rebuked. I know some of my first encounters when I was younger with actually left spaces initially made me bristle with how willing they were to say no to things that weren’t healthy, to challenge oppressive structures even if they were so normalized they were invisible to me… it can be an uncomfortable process but ultimately leftist spaces actually try to do it and it is good that they do it.
I entirely agree with people having ways to decide when politics comes up on their feed and when it doesn’t, but the idea that we are all just being a bit too negative and obsessed with the news and we should cheer up is honestly insulting in 2026 given, you know gestures at everything.
Leftist spaces have changed a lot over the last two decades. Not for the better.
Cancel Culture Culture is real and extremely aggressive among the left.