Do we need more users ?

5 months ago by rako to c/fediverse

Following https://tarte.nuage-libre.fr/... 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

load all comments
Skavau 47 points 5 months ago

Yes.

Do we want Reddit amounts of users? No.

But there's a lot of growth between here and there.

path: 0 21559209, hotness: undefined, score: 47, children: 4
logicbomb 12 points 5 months ago

100% agreed. A Reddit clone with Reddit amounts of users will end up almost as bad as Reddit. The thing that makes Reddit worse in that situation is that they are a public company.

This platform would have to evolve a lot before it can deal with so many users. There has to be some significant innovation and improvement in moderation and administration, or more users would inevitably lead to endemic misinformation and power tripping and all of that shit you see on Reddit.

path: 0 21559209 21559387, hotness: undefined, score: 12, children: 2
Skavau 18 points 5 months ago

I mean the intent here is for moderating capacity and tools to increase with user increases. Reddit grew but grew before its own moderator capacity allowed for it. Now I would argue its overall activity levels are inflated by AI, trolls and spammers. I'm on Piefed and in terms of the discussion about growth, I think about new instance admin tools can mitigate and prevent bad behaviour, trolling, AI and spamming from (usually) new accounts that otherwise would cement themselves on as regular spammers and trolls.

It's one thing to grow, but you need to grow the ability to deal with the problems that can derive from that.

path: 0 21559209 21559387 21559455, hotness: undefined, score: 18, children: 1
gandalf_der_12te 3 points 5 months ago

IMHO the internet isn't for everyone. that might make me sound like an elitarian asshole but i think the internet's only for people who enjoy going through information and are able to think without being swayed by group-think (tribalism) because otherwise it simply ends up in a bubble of rage bait and propaganda.

Essentially i think that maybe the internet of the future will be much smaller overall (think like 3% of its current user count) but it will probably be better that way.

path: 0 21559209 21591718, hotness: undefined, score: 3, children: 0
fediverse
fediverse

@lemmy.world

login for more options
42579
3239
2129

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

  • Posts must be on topic.
  • Be respectful of others.
  • Cite the sources used for graphs and other statistics.
  • Follow the general 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)

go to feed...