···11# Distributed Social Networks
2233-Simple code and data to measure how distributed various social networks are in practice.
33+Simple code and data to measure how distributed various networks are in practice.
4455This is used to feed https://arewedecentralizedyet.online/ .
6677-* `hhi.py <file.csv>`: Computes [Herfindahl–Hirschman index](https://en.wikipedia.org/wiki/Herfindahl%E2%80%93Hirschman_index) - values closer to 0 indicate competitive ecosystems, closer to 1 indicate monopolies
77+* `hhi.py <file.csv>`: Computes [Herfindahl–Hirschman index](https://en.wikipedia.org/wiki/Herfindahl%E2%80%93Hirschman_index) and other statistics
88* `fetch-bsky.py`: Scrapes PDS list and user counts from the main bluesky relay
99* `fetch-fedilist.py`: Scrapes host data from the HTML version of fedlist
1010-* `fedilist.csv`: Contains user data for the fediverse (ActivityPub), from https://fedilist.com/instance
1111-* `atproto-bsky-relay.csv`: Contains user data for the atmosphere (AT Protocol), scraped by `fetch-bsky.py` from the main bluesky relay
1010+* `fetch-sh.py`: Scrapes git hosting data from the HTML version of Software Heritage's coverage page
1111+* `fedilist-fromhtml.csv`: Contains user data for the fediverse (ActivityPub), from https://fedilist.com/instance
1212+* `atproto-bsky-relay.csv`: Contains user data for the atmosphere (AT Protocol)
1313+* `sh-fromhtml.csv`: Contains repository data scraped from Software Heritage
1414+* `worldwide.csv`: Contains hosting data pulled from Internet Yellow Pages for the top 100M websites worldwide
1515+* `dns-byid.csv`: Data from the Habib et al. 2025 paper, processed by AS ID
1616+* `cert-byid.csv`: Data from the Habib et al. 2025 paper, processed by AS ID
1217* `www/`: Simple dashboard to display indices
1318* `BIndex.md`: A proposal for a way of measuring blockability on distributed social networks
1919+2020+TODO:
2121+* Add email hosting, get data from https://dl.acm.org/doi/10.1145/3487552.3487820
2222+* Add matrix, see https://codeberg.org/ricci/are-we-decentralized-yet/issues/2
2323+