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

When you write a thread of toots on #Mastodon, how do you it?

Uncategorized
3 3 21

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    4 Posts
    23 Views
    @bbfnart I have sporadically seen this kind of stuff, usually starting by this or that artist out of personal initiative, and I agree that it's an incredible way of discovering new artists (heck, I remember this even from the old webcomic days when everyone had their own website and this was one of the primary ways in which artists helped each other gain visibility). I guess that here the only way to get something like this started is to do the legwork? Hopefully your call gets heard!
  • 0 Votes
    1 Posts
    10 Views
    Bonus #JokeYesterday I wore something from 5 years ago, and it actually fit. I'm so proud of myself!It was a scarf. But still... Let's be positive here.(It's #HootinTootinTuesday again! Post some jokes or funny memes under this hashtag today, and bring lots of smiles to #Mastodon.)#Humor #Humour #FunnyMeme #Winter #Wintertime #Snowman #Snowmen #Snow #Scarf #WeightLoss #Dieting
  • #askfedi what's the best #lisp book

    Uncategorized askfedi lisp
    1
    0 Votes
    1 Posts
    10 Views
    #askfedi what's the best #lisp book
  • 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? >,<