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

I’m confused (you probably already knew that).

Uncategorized
16 6 49

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • OK!

    General Discussion activitypub activitybot
    18
    1 Votes
    18 Posts
    48 Views
    @evan@cosocial.ca @edent@mastodon.social what if you gzip it? 😁
  • 1 Votes
    1 Posts
    4 Views
    Last week I had 69 followers… today, the followers count is up to 267! A few days ago, the ActivityPub for WordPress plugin updated to v8.0.0, last weekend I get another try to move followers from my Mastodon account to this site, I had been trying that for months with absolute zero success… but at last I hit the jackpot! The move was not perfect, as 65 followers are still on Masto and not around here (although I think I can figure why), let’s see if they are added in next days.This space is my portfolio and personal site so I publish notes on books, movies, comics, series, local activities and events; a lot of that is redacted in spanish and some in english. Also, I share all the artwork I stop posting on my former Fediverse profile, for example, the sketches from this post (part of an upcoming guide to create Mastodon profiles).
  • 0 Votes
    5 Posts
    25 Views
    @Moss @raphael Yes. This is it, exactly. It’s a mastodon issue that’s out of our control. But, now that you’re following your Bandwagon profile, try creating one more thing — like an event or a note — and it should show up in Mastodon right away :)If you have other things that you need, or would be helpful to other artists, please let me know. I’m doing most of “the typing” but this project is designed by the community.
  • 0 Votes
    1 Posts
    13 Views
    Just over a year after Go's OpenAPI generator let me down, the #ActivityPub Content-Type causes the same problem again, this time in Python:example_client/api/default/put_object.py:34:62: SyntaxError: Simple statements must be separated by newlines or semicolons   |33 |     _kwargs["json"] = _body34 |     headers["Content-Type"] = "application/ld+json; profile="https://www.w3.org/ns/activitystreams""   |                                                              ^Is it really that unusual to include parameters in MIME types like this? I'm sure I've seen them all over the place.Or am I venturing off the beaten track by trying to be explicit about them in my openapi.yml file?#ActivityPubDev #BangHeadHere