minus-squarejollyroberts@jolly-piefed.jomandoa.nettoFediverse@lemmy.world•Piefed has feeds now!linkfedilinkEnglisharrow-up16·4 months agoFor the federating its a new kind of AP actor. I’ll be putting in a FEP for it in the near future, but its basically a “Group” that only cares about the “Following” collection. You can see example json for the AP interactions here: https://codeberg.org/rimu/pyfedi/src/branch/main/docs/activitypub_examples/feeds The AP interactions for a Feed are: Send a Follow request for a Feed Accept a Follow request (this is automatic for public feeds) Reject a Follow request (this is automatic for private feeds) Announce an Add of a Community to a Feed Announce a Remove of a Community from a Feed Send a Delete of a Feed to subscribers linkfedilink
jollyroberts@jolly-piefed.jomandoa.net to Technology@lemmy.worldEnglish · 5 months agoManufacturers Giving Robot Vacuums Arms, to Better Attack Humans During the Machine Uprisingplus-squarefuturism.comexternal-linkmessage-square5fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkManufacturers Giving Robot Vacuums Arms, to Better Attack Humans During the Machine Uprisingplus-squarefuturism.comjollyroberts@jolly-piefed.jomandoa.net to Technology@lemmy.worldEnglish · 5 months agomessage-square5fedilink
minus-squarejollyroberts@jolly-piefed.jomandoa.nettoFediverse@lemmy.world•PieFed, a FOSS Feed Aggregator alternative to Lemmy, but fasterlinkfedilinkEnglisharrow-up1·7 months agonot a fork, its its own code base built from scratch. linkfedilink
For the federating its a new kind of AP actor. I’ll be putting in a FEP for it in the near future, but its basically a “Group” that only cares about the “Following” collection.
You can see example json for the AP interactions here: https://codeberg.org/rimu/pyfedi/src/branch/main/docs/activitypub_examples/feeds
The AP interactions for a Feed are: