Code and data for arewedecentralizedyet.online and related projects
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Python 55.3%
JavaScript 20.5%
HTML 11.5%
Rust 9.9%
Shell 1.8%
CSS 1.1%
252 1 0

Clone this repository

https://tangled.org/ricci.io/are-we-decentralized-yet https://tangled.org/did:plc:rz6grfppdzkzytcwnb66nldn/are-we-decentralized-yet
git@tangled.org:ricci.io/are-we-decentralized-yet git@tangled.org:did:plc:rz6grfppdzkzytcwnb66nldn/are-we-decentralized-yet

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

Are We Decentralized Yet?#

Code and data to measure how distributed various networks are in practice.

This is used to feed https://arewedecentralizedyet.online/ .

  • BIndex.md: A proposal for a way of measuring blockability on distributed social networks
  • centralization_stats.py <file.csv>: Computes Herfindahl–Hirschman index and other statistics. Pass --json to get machine-readable output
  • data-fetchers/ contains various scripts to grab statistics from a number of sources
  • data-static/ contains static versions of the data - some are fetched with scripts from data-fetchers/, others are one-time dumps from sources such as academic papers
  • habib-paper/ code and data specifically related to the Habib et al. paper
  • liu-paper/ code and data specifically related to the Liu et al. paper
  • helpers/ helper scripts for things like running all data fetchers, maintaining the website
  • www/ code for the website; intended for static hosting

TODO: