From e5bbec36aaa7e02be662db6c40bf85022bb4e9e9 Mon Sep 17 00:00:00 2001 From: Jay Graber Date: Mon, 17 Aug 2020 10:00:10 -0700 Subject: [PATCH] Add further reading --- further-reading.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 further-reading.md diff --git a/further-reading.md b/further-reading.md new file mode 100644 index 0000000..9b6bdf6 --- /dev/null +++ b/further-reading.md @@ -0,0 +1,41 @@ +# Further Reading + +A collection of links, papers, and resources that were informative or interesting, but did not make it into the overview. + +### Mastodon & ActivityPub + +- [A blog post on retry logic, media replication, and the consequences of a push-based protocol on smaller instances](https://beesbuzz.biz/blog/1994-Mastodon-instance-rambling) +- [Federated meets P2p](https://medium.com/@RangerMauve/federated-meets-p2p-3a357145e7c0) +- [Wishing for a Mastodon Search Engine](https://chrpaul.de/2018/11/wishing-for-a-mastodon-search-engine.html) +- [Supporting the portability of profiles using the blockchain in the Mastodon social network](https://webthesis.biblio.polito.it/12436/1/tesi.pdf) + +### Identity + +- [A Decentralized Digital Identity Architecture](https://www.frontiersin.org/articles/10.3389/fbloc.2019.00017/full) +- [Jami name servers](https://jami.net/why-is-jami-truly-distributed/) +- [Human hash](https://github.com/zacharyvoase/humanhash) +- [OpenID is a Nightmare - blog post](https://rob.conery.io/2010/11/16/open-id-is-a-party-that-happened/) +- [Magic: A Key-based Authentication System Self-Sovereign Identity](https://www.dropbox.com/s/3flqaszoigwis5b/Magic%20Whitepaper.pdf?dl=0) + +### Scalability + +- [Havelaar: A Robust and Efficient Reputation System for Active Peer-to-Peer Systems](https://eprints.cs.univie.ac.at/5698/1/27-Havelaar.pdf) + +### More decentralized social networks + +- [PrPl](http://www-cs-students.stanford.edu/~hangal/prpl.pdf) +- [A new framework of decentralized social networks](https://lib.dr.iastate.edu/cgi/viewcontent.cgi?article=6213&context=etd) +- [Cachet: A Decentralized Architecture for Privacy Preserving Social Networking with Caching](http://crystal.uta.edu/~shirin/papers/nilizadeh-cachet-conext12.pdf) + +- [Zot, Hubzilla](https://medium.com/we-distribute/got-zot-mike-macgirvin-45287601ff19) +- [The Federation, the Fediverse](https://medium.com/we-distribute/a-quick-guide-to-the-free-network-c069309f334) + +### Decentralized Search Engines + +- [A Collaborative Decentralized Approach to Web Search](https://ieeexplore.ieee.org/abstract/document/6166901) +- [Searchius: A Collaborative Search Engine](https://ieeexplore.ieee.org/document/4351430) +- [Presearch](https://www.presearch.io/uploads/WhitePaper.pdf) + +### Interoperability + +- [Implementing ActivityPub in ssb clients](https://github.com/ssbc/ssb-db/issues/202)