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


Without trying to shill it to you, it has the same content you would see on lemmy.world. It’s no more memey than lemmy.world.
that isn’t true. anytime i have gone there it’s WAY more memey. it looks more like mastrodon/twitter than reddit.
I am not interesting in meme platforms.
This makes no sense. How you interpret the design doesn’t come into it. You know piefed.social (the largest instance) shows the same communities as lemmy.world, right? Show me a meme community that apparently only exists as viewed from piefed.social.
You might be seeing it via card mode rather than compact mode.
i am not using piefed. maybe it’s better for admins, but I’m not an admin.
I’m not trying to get you to do so. Just noting that it isn’t inherently more “memey” than lemmy.