this post was submitted on 30 Mar 2026
106 points (99.1% liked)

Fediverse

41457 readers
73 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 2 years ago
MODERATORS
 

cross-posted from: https://mander.xyz/post/49700074

On Mastodon, if you have an account on instance X, you can follow someone who is on instance Y. It creates a connection: X -> Y. If there are a lot of such follows, weight of this edge will increase, attractive force between points will be higher.

Original explanation on the page of Kaggle dataset:

"active users" graphs: For each instance, we consider the set of the 10K most recently active users. Then, for each user of an instance X, we consider the list of the users they follow, and add 1 to the edge from X to Y where Y is the instance the followed users. The weight of the edge from X to Y thus encodes how much the content seen on instance X is generated in instance Y. Note that this graph thus contains self loops.

I've tried to layout this dataset in Gephi, but it was a classic hairy ball - everyone is connected to everyone, amount of edges is too high comparing to number of nodes. Then, I've filtered out all EN instances and suddenly got a meaningful picture:

graph

What can we see? If English-speaking instances are ignored, German, French and Japanese languages are most common across Mastodon. Japan and Korea don't hang around much with other folks, while French, German and Spanish instances are quite interconnected between each other.

Size of nodes depends on centrality, post about centrality of Peertube instances is here.

Gephi table

Same, but Fruchterman-Reingold algorithm instead of ForceAtlas 2:

FR

Mastodon active users dataset can be downloaded here: https://www.kaggle.com/datasets/marcdamie/fediverse-graph-dataset-reduced

you are viewing a single comment's thread
view the rest of the comments
[โ€“] awaysaway@sh.itjust.works 1 points 1 week ago (1 children)

what do the x and y axes represent here?

[โ€“] podbrushkin@mander.xyz 2 points 1 week ago

Nothing. All points randomly placed on a 2D plane, then forces are applied to them - all points are trying to move away from each other, but if 2 points are connected with an edge - they are attracted to each other. Check out this interactive demo of force-directed graph