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


That’s a very capitalist take. Remember how good things used to be? That’s how good the Fediverse is now. We don’t want it to grow or die. If it grows, great. If it doesn’t, great. Quality over quantity, imo.
I saw it as more philosophical than capitalistic. Like when Nietzsche said “What does not kill you makes you stronger”.
the fediverse is very low quality unless you’re a furry linux anarchist/communist
Where is all this furry shit everyone is complaining about? I see one or two posts break 100 votes maybe every other week.
You’re spot on about Linux. But I think it’s a good thing to be introduced to stuff you’re uncomfortable with. The constant flood of Linux content convinced me to switch.
deleted by creator
Yep. This is it.
You’re proving my comment made yesterday about a large chunk of Lemmy users being barely literate.
You’ve convinced me that we need more users given the high number of current posters who like to criticize others with insults reminiscent of a bratty 5th grader. We need to dilute that voice.