258

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

(page 2) 50 comments
sorted by: hot top new old
[-] dreadbeef@lemmy.dbzer0.com 6 points 7 months ago* (last edited 7 months ago)

reddit used to be an internet place you looked at in class or uni when you had a break. I dont know how people get introd to it, but appealing to high schoolers is what reddit did. I made my reddit account when I was like 17, and lurked before that

[-] BurgerBaron@piefed.social 6 points 7 months ago

Need to gain slighty more than we lose every year to stay healthy.

load more comments (2 replies)
[-] comfy@lemmy.ml 6 points 7 months ago

As for the title question:

Do we need more users ?

We don't need more users. It might be nice, there are benefits, but we don't need it. I agree with you on not caring much about growth-as-a-target, "growth for the sake of growth is the ideology of a cancer cell". I was here years before the first big reddit exodus with the third-party API changes and I was having a good time back then too.

[-] solidheron@sh.itjust.works 5 points 7 months ago

I had the idea to revive dead c/ by reposting from reddit. It's controversial to use a bot

[-] InternetCitizen2@lemmy.world 3 points 7 months ago

Maybe limit the bot to only copy the top post that week.

load more comments (1 replies)
load more comments (4 replies)
[-] Zedstrian@lemmy.dbzer0.com 5 points 7 months ago

Is there a way to analyze the same data with bot users excluded? That would be a more useful indicator of actual activity.

[-] baconmonsta@piefed.social 4 points 7 months ago

The amount of furry / anime content on the front page might be putting off some new users

[-] TubularTittyFrog@lemmy.world 4 points 7 months ago* (last edited 7 months ago)

lemmy is basically NSFW because of this, yes. the amount of furry anime porn that reaches the front page is crazy.

i don't get why it being pushed, but I suppose it's just the userbase is very active and passionate about that stuff so it rises to the top.

[-] gandalf_der_12te@discuss.tchncs.de 3 points 7 months ago

how comes i never see it? did i block it accidentally?

load more comments (1 replies)
load more comments (10 replies)
load more comments (7 replies)
[-] Voyajer@lemmy.world 4 points 7 months ago

Is this accounting for bots that are essentially RSS feeds?

[-] rako@tarte.nuage-libre.fr 4 points 7 months ago

No, I'm taking the data as it exists on the API ...

load more comments
view more: ‹ prev next ›
this post was submitted on 14 Jan 2026
258 points (95.1% liked)

Fediverse

43641 readers
50 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, Mbin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)

founded 3 years ago
MODERATORS