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

This is what they stole from you

Uncategorized
12 4 68

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    7 Views
    Nice! I got RSVP posts working on my site. This works with Webmentions / IndieWeb as well as ActivityPub { "@context": "https://www.w3.org/ns/activitystreams", "id": "https://lqdev.me/api/activitypub/activities/17ca544b8fb87ea6223e2f5b0cad040e", "type": "TentativeAccept", "actor": "https://lqdev.me/api/activitypub/actor", "published": "2026-01-31T23:43:00-05:00", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://lqdev.me/api/activitypub/followers" ], "object": "https://events.indieweb.org/2026/02/homebrew-website-club-pacific-MyM39P5egEsp", "inReplyTo": "https://events.indieweb.org/2026/02/homebrew-website-club-pacific-MyM39P5egEsp" }
  • @robertwrighter

    General Discussion activitypub algomedia
    1
    0 Votes
    1 Posts
    11 Views
    @robertwrighter we do need to enable boosting of a podcast.stuff can go viral for two different reasons. actual humans sharing it or an algorithm deciding to put it in front of people. the second is what we mostly have to rely on for anything except a social media post (imo we can eventually fix that with #ActivityPub). it's why making your podcast into a YouTube video makes sense. but #AlgoMedia generally selects stuff that's exactly the opposite of what makes non zero great :(
  • 0 Votes
    2 Posts
    29 Views
    flaky@furry.engineer I agree, but I don't think it's a conscious choice to favor decentralization over design/UI. I think what the most likely explanation is, is that those interested in building activitypub applications are highly technical and find the decentralization aspect more alluring than designing good UI. I know I personally am quite terrible at design.
  • FEP 11dd: Context Ownership and Inheritance

    Moved Fediverso fep activitypub
    10
    0 Votes
    10 Posts
    93 Views
    I have amended the text of the FEP to clarify a couple of things, but also changed the inheritance logic following this month's WG meeting and subsequent discussion on ActivityPub.space. Instead of recommending that replies inherit context from the object it is in reply to, implementors must find the root node (how, is out of scope; tree traversal or context resolution are two ways that come to mind) and inherit its context. This will simplify context resolution and pave the way for other actions like moving, crossposting, forking, locking, etc. I also added in a blurb about situations in which a context would explicitly not be inherited.