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 18

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    8 Views
    https://salto.bz/de/article/13112025/ein-netzwerk-das-wieder-uns-gehoert#SFSCON #Fediverse #ActivityPub
  • 0 Votes
    1 Posts
    9 Views
    Moin,aus aktuellem Anlaß, auf den ich später noch mit mehr Details zurückkommen will, darf ich (noch) einmal auf mein Projekt eines eigenen #Fediverse-Servers namens #Mammuthus hinweisen, in den ich demnächst mehr Zeit investieren will.Dazu sei auch auf vier auf #Mammuthus laufende Accounts meinerseits hingewiesen, die ich in Zukunft hoffentlich auch aktiver mit sinnvollen Beiträgen bestücke... :-)@nick@hhmx.de ⚫ Mein allgemeiner Account auf meiner als Single-Account-Instanz genutzten Umgebung, die in der Regel als erstes eine neue #Mammuthus-Version einsetzt, sobald sie aus meinem Labor kommt... ;-)@nick@mammuthus.de ⚫ Auf diesem Account schreibe ich technische Punkte (auf Deutsch und Englisch) bezüglich #ActivityPub & Co.@nick@rahlstedt.de ⚫ Mit rahlstedt.de, rahlstedt.biz und rahlstedt.social will ich meinen Stadtteil ins #Fediverse bringen... Details zur Entwicklung, ggf. auch Umfragen zwecks Meinungseinholung in Bezug auf meine lokalen bzw. regionalen #Hamburg-#Rahlstedt-Aktionen hier...@nick@rahlstedt.social ⚫ Auch lokal... ein bißchen persönlicher...Mehr demnächst...Wem Unstimmigkeiten oder Probleme mit o.g. Accounts (und/oder den sie betreibenden Instanzen) auffallen, bitte gern an mich durchmelden. Mit Details & Co.Notfalls an meinen #Mastodon-Account @nick@norden.social (der bleibt als Backup und langjähriger fediversaler Account natürlich bestehen).Soweit erst einmal,einen schönen Abend in die fediversale Runde!The Future Is Federated
  • 0 Votes
    1 Posts
    11 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.
  • 0 Votes
    3 Posts
    29 Views
    @konstantin I used it for the latest incarnation of my resume/linktree site, just to try it out but I do have a grand vague vision of some kind of social portfolio platform. I went through the tutorial and was able to get deployed (deno) and followable pretty easily, but I'm not really a server-side person and I don't enjoy Javascript/Typescript so it's already in maintenance mode. I might have more interest in an equivalent in Rust, Elixir, even...Swift (I think Vernissage is Swift).