add fediverse workshop

This commit is contained in:
fram3d 2023-03-14 17:57:39 +01:00
parent 4b05187b2a
commit 9d30810969
Signed by: fram3d
GPG Key ID: 938920E709EEA32A
2 changed files with 27 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 KiB

View File

@ -0,0 +1,27 @@
# Fediverse
# History
- OStatus protocol - GNU Social
- no standard, was going to be standardized, but W3C created ActivityPub instead
# ActivityPub
![How-the-Fediverse-connects](slides/fediverse/How-the-Fediverse-connects.png)
- created by W3C around 2019
- different software talking same protocol (Mastodon,Peertube,PixelFed,Lemmy)
- from Mastodon you can follow Lemmy users or Peertubers
- Peertube videos send a link to video over ActivityPub, but not video itself
- no E2E encryption
- can't transfer your account from one server to another (federated, not distributed)
- list of servers at [the-federation.info](https://the-federation.info/)
- visual of all servers at [fediverse.space](https://fediverse.space)
# Mastodon
- local timeline
- personal timeline
- following hashtags
- no recommended posts, no sorting algorithms
- moving mastodon account from one server to another is supported (moves all your followers and accounts that you follow to the new account)
- some servers block other servers content (that have less strict moderation rules)