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 agree with everything that you’ve said. I would also add:
Because if we’re going to cast the same net reddit does, people with a more varied set of interests need to come here. Can’t be all linux, politics, and news. We’re going to need people who like baking. We’re going to need sports fans. We’re going to need music.
I could type new communities we need to be active all day. Humans are surprisingly a diverse set of creatures. You have one set of interests, I have another. Different set of interests. And both are totally valid.
The thing people here don’t seem to grasp is that OTHER interests and OTHER people using the fediverse isn’t a bad thing. If a bunch of boomers come here, and make their own communities to talk about Taylor Swift, and whatever else they talk about on facebook. That’s good that it would be here! Not bad!
They could talk about gardening, and model trains, and whatever else. It wouldn’t appeal to you, and thats ok.
We had the same thought. Right before I saw your reply, I added some hobby communities to my comment as examples.
This place is so flooded with politics and raging over the news that I’m about to choose a random hobby community that’s active and pick up said hobby just to be able to have something besides Star Trek and Linux to talk about here lol.
Orrrrr…pick a non-active community. Or both. And start posting in your local community. By that, I mean I live in Cleveland. There are 3 Cleveland communities. All dead. I’m the only one posting in one. I still get replies and upvotes. So people are there. They just all lurk until I post.
Do that. And post in a dead community. And post in an active community. We need activity basically everywhere besides tech/politics/news.