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 was unaware of the hashtags, but I'm in!

Fediverso
4 2 1

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    8 Posts
    20 Views
    dominikhofer@social.lol nope, ActivityPDS was initially exploring if I could reuse the bluesky OAuth code outside of their codebase, the next phase of development would be exploring Actors & Webfinger (or not) and ActivityPub C2S paired with S2S. It's specifically not a protocol translator, but rather a "what if we had a AT Protocol PDS shaped thing in the AP universe. Like how can C2S DX be improved? Can it even be improved?
  • 0 Votes
    6 Posts
    15 Views
    In general that's a good idea because you should never trust content coming from somewhere else (even in an S2S context) For reference, NodeBB literally sanitizes the bejeezus out of what it gets from anywhere. All classes are removed, all attributes are removed. I want it as close to semantic HTML as possible, and classes/attributes mean absolutely nothing because: I don't use the same CSS classes Attributes may not follow my own rules for when and where they are added. For example, Mastodon messes with any URL it federates out. It chops the anchor text in half, hides the rest behind invisible or something, and adds an ellipsis. invisible does something different in NodeBB, so there is a CSS conflict here. I strip everything and just show the URL as it was intended.
  • 0 Votes
    1 Posts
    10 Views
    FediForum begins later today!We're so excited to see all the cool things happening in the Fediverse and the wider Social Web. If you're going to be showing off what you're working on, we wish you the best of luck. If not, we hope you have fun 🕺 #FediForum #Fediverse #SocialWeb #Mastodon
  • 0 Votes
    11 Posts
    54 Views
    @evan @phi > We have some ad hoc ways to move from one to the other, but they aren't built into the SMTP or IMAP specsyes they are, though? in IMAP, you can just copy your messages and folders from one inbox to another. in SMTP, we have email forwarding.using your own DNS name can make things easier, but the main challenge in fedi is that we don't have a common storage/access abstraction (equivalent to IMAP folders), and we don't recognize HTTP redirects (equivalent to SMTP forwarding).