Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

Complete this sentence:

Fediverso
169 88 80

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    8 Views
    RE: https://ohai.social/@miri64/115870265456939250Again a new presentation of #activitypub and #atprotocol
  • 0 Votes
    6 Posts
    16 Views
    Yes. If no one on, say, mastodon.social is following you then none of your posts will show up in the global timeline there or in searches or in hashtags. Also if you have few followers your posts will receive few boosts so hardly anyone will follow you. So we end up with a handful of wildly popular accounts dominating the conversations which mostly happen on the big instances. Centralised power. Bad. The threadiverse solves this. People don't follow other people, they join communities and it's their membership that determines where the federation traffic goes. So nearly every instance has all the conversation and everyone is on an equal footing.
  • 0 Votes
    4 Posts
    12 Views
    This is a good poll! I'm a Yes; we have two cats that sleep on my bed when I'm there or not.
  • 0 Votes
    1 Posts
    10 Views
    One final annoyance with my @gotosocial migration!I implemented a split-domain setup, as wonderfully documented by @gotosocial here: docs.gotosocial.org/en/latest/Note that #Mastodon also supports it, and documents it similarly here: docs.joinmastodon.org/admin/coIn both Mastodon and #GoToSocial, I notice that web clients FAIL to login with the account domain.From what I see on the web server, the account domain receives exactly ONE request:"POST /api/v1/apps HTTP/2.0" 404 146 "-" "Tusky/31.1 Android/15 OkHttp/5.1.0"(This is Tusky, but Mastodon's app and others behave the same)I tried to 301 / 307 redirect that endpoint (against @gotosocial's recommendation), but that fails in the same way (except I see the different matching code on the web server).As a side effect, apps show my username as: at evilham at fedi.unchat.cat, instead of @evilham, which is what I actually wanted.What to do? >,<