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


100% agree, I can just check once a day, skipping basically everything you mentioned + the non-memes in the meme comms and that’s it, no need to open the threadiverse again until the next day.
We also need artists and creative people on board, yes, even the ones who draw porn, but the threadiverse users seemed kind of hostile towards many things during the reddit exodus they decided it wasn’t a good place.
Wonder if they’d have a different experience now, since most instances have defederated hex, ml and grad, and those were the loudest when it came to brigade and complain about anything sexy.
There are barely any places that defederate from lemmy.ml, including PieFed.ca that you are on. Thankfully PieFed allows us to block all users from an instance, but new users will have to discover on their own that they even should do this, and until then will be exposed to all of their comments and posts.