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

TIL: #Mastodon specifically treats actor URIs with the pattern `https:///actor` as instance actors.'n'n #fedidev #ActivityPub

Technical Discussion
3 2 22

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    11 Views
    The #illumosCafe #Mastodon instance has been upgraded to v4.5.6#illumosCafeServices #illumosCafeUpdates #illumosCafeAnnouncements
  • Hey #39C3!

    Fediverso 39c3 fediverse mastodon
    2
    0 Votes
    2 Posts
    5 Views
    Hey #39C3! Tomorrow, Day 3, 14:00, I will spontaneously be hosting a session in the @cbase Fediverse Assembly on “Lessons from a Public University: Bringing Institutions into the Fediverse” and sharing my experiences from the step-by-step approach at the University of Innsbruck, where we have a Mastodon Instance on our servers, SSO-connected, based on a general strategic approach towards open plattforms. Happy to see a lot of Fediverse fighters! https://events.ccc.de/congress/2025/hub/de/event/detail/lessons-from-a-public-university-bringing-institut #fediverse #mastodon
  • 0 Votes
    1 Posts
    20 Views
    How to Install #Pixelfed on #Ubuntu VPS (8 Step Quick-Start Guide) This article provides a guide for how to install Pixelfed on Ubuntu VPS.What is Pixelfed?PixelFed is a decentralized, open-source photo-sharing platform similar to Instagram but built on the #Fediverse (federated social networks using the #ActivityPub protocol). It allows users to host their own instances and interact with users across ...Continued 👉 https://blog.radwebhosting.com/how-to-install-pixelfed-on-ubuntu-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #selfhosting #selfhosted #vpsguide #installguide
  • 0 Votes
    1 Posts
    13 Views
    This is an extension of the discussion from Topic removal from a category/community. In it, rimu@piefed.social shared the Lemmy federation primer which details that Delete(Object) is federated whenever a post is removed from a community. I needed a way to communicate when a topic/context (not the top-level post) is removed from a category/audience, but is not deleted. You might ask — how is removing a context different from deleting it? In this case, a removed context still exists and is still resolvable. A context can removed from an audience in NodeBB. Note that Lemmy and Piefed don't have a concept of an audience-less context, so if a context is removed from an audience, it would simply be deleted. No additional logic required. Anyhow — when a topic is moved into Uncategorized (which is a catch-all bucket for... you guessed it, uncategorized content), NodeBB will federate a Remove. It looks something like this: { id: '#activity/remove/', type: 'Remove', actor: '', to: [], cc: [, object: '', origin: '', } This is live on activitypub.space already. This goes hand-in-hand with topic moving, which would follow similar mechanisms, except it'd be a Move instead of a Remove. I will likely write an FEP with technical details for both Remove and Move, and will include existing behaviours (Delete(Object)) as well.