Update mastodon, steemit
This commit is contained in:
parent
ec45e45d84
commit
f666b5e01c
|
@ -51,3 +51,4 @@ Twetch is a Twitter alternative that stores post data on the Bitcoin SV blockcha
|
||||||
# Links
|
# Links
|
||||||
|
|
||||||
[Blockchain Social Networks](https://medium.com/decentralized-web/blockchain-social-networks-c941fb337970)
|
[Blockchain Social Networks](https://medium.com/decentralized-web/blockchain-social-networks-c941fb337970)
|
||||||
|
[When Blockchain meets Online Social Networks](https://www.sciencedirect.com/science/article/abs/pii/S1574119220300195)
|
||||||
|
|
|
@ -44,7 +44,7 @@ Some documented [challenges with moderation in Mastodon](https://nolanlawson.com
|
||||||
|
|
||||||
### Social & Discovery
|
### Social & Discovery
|
||||||
|
|
||||||
Mastodon users are presented with three timelines: a home timeline with posts from accounts the user follows, a local timeline with posts from the local instance, and a federated timeline with all public posts that the user's server has received from remote instances. Users essentially have access to posts of people followed by people on their instance.
|
Mastodon users are presented with three timelines: a home timeline with posts from accounts the user follows, a local timeline with posts from the local instance, and a federated timeline with all public posts that the user's server has received from remote instances. Users essentially have access to posts of people followed by people on their instance. Feeds are chronological, non-algorithmic, and contain no ads.
|
||||||
|
|
||||||
There is [no universal search in Mastodon](https://github.com/tootsuite/mastodon/issues/9529), as each server monitors a different set of messages. Searching for the same keyword on different instances yields different results. To aid content discovery, Mastodon has [public relays](https://source.joinmastodon.org/mastodon/pub-relay) which rebroadcast anything sent to it to anyone who subscribes to the pub.
|
There is [no universal search in Mastodon](https://github.com/tootsuite/mastodon/issues/9529), as each server monitors a different set of messages. Searching for the same keyword on different instances yields different results. To aid content discovery, Mastodon has [public relays](https://source.joinmastodon.org/mastodon/pub-relay) which rebroadcast anything sent to it to anyone who subscribes to the pub.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue