Coopr8
- 4 Posts
- 57 Comments
Coopr8@kbin.earthOPto
Fediverse@lemmy.world•ActivityPub vs RSS Atom etc. Why Federate instead of aggrigate?
1·2 months agoLol, bro, my incapability or your lack of clear communcation? Modifying a quote of my comment is about as obtuse as you can get.
GNUSocial had an XMPP plugin, it was not built on Jabber. Yes XMPP clients have microblogging built out, but still lack some competitive features to the Fediverse, and fundamentally are still a server-based ecosystem rather than a self-hosted p2p ecosystem for persistent content which is what my post was discussing.
Coopr8@kbin.earthOPto
Fediverse@lemmy.world•ActivityPub vs RSS Atom etc. Why Federate instead of aggrigate?
2·2 months agoInteresting, I have actually used Movim for xmpp chat before but not fully explored its publishing features. This is a good nudge to do so. I wonder how it handles “communities”. I have been tracking XMPP recent development and threads are just now getting support, though they function more like tags in chat streams than like threads in a Lemmy sense in current implementations. It seems like the “Spaces” concept proposed in XEP-0503 would round this out, and I have discussed how Nicolo of Slidge plans to work on this woth the Movim dev team, it would make sense Spaces would much improve the blogging/forum functionality of Movim. I was asking about it for the potential of replacing Matrix/Discord with XMPP.
Coopr8@kbin.earthOPto
Fediverse@lemmy.world•ActivityPub vs RSS Atom etc. Why Federate instead of aggrigate?
2·2 months agoThat’s my impression. I haven’t seen an argument yet as to what I’m describing not being fundamentally feasible.
It seems like most people here’s opinion is essentially that ActivityPub is a better option mostly because it is one unified protocol vs having to develop around multiple protocols adding complexity. This seems to be why ActivityPub emerged out of OStatus, which was more similar to what I was describing.
Coopr8@kbin.earthOPto
Fediverse@lemmy.world•ActivityPub vs RSS Atom etc. Why Federate instead of aggrigate?
1·2 months agoFree and premium blog and website hosting services are abundant, for those who dont want to self host directly this is the easy option. There is no reason a host of this type couldn’t adopt or be set up to have the protocols I’m discussing baked in to their CMS/templates as options. Fundamentally I don’t see how hosting peers in this way would be more onerous than hosting an activitypub instance.
Coopr8@kbin.earthOPto
Fediverse@lemmy.world•ActivityPub vs RSS Atom etc. Why Federate instead of aggrigate?
1·2 months agoI did not mean to say Jabber is a fascist project. You said “ActivityPub has been a fascist project from its inception.” and I was responding to that. XMPP has end to end encryption protocols and so is not a part of the open web fundamentally.
GNUSocial was built on OStatus which actually is the closest thing to the tech stack I am talking about in my post. It did not include XMPP/Jabber as far as I can tell. Interestingly the Wikipedia article on OStatus claims that ActivityPub arose out of the OStatus project in order to reduce the complexity of implementation, so another mark towards that explanation, but I’d like to hear more from devs involved.
Coopr8@kbin.earthOPto
Fediverse@lemmy.world•ActivityPub vs RSS Atom etc. Why Federate instead of aggrigate?
1·2 months agoAlso isn’t this where Fediverse devs might be looking? I am hoping so.
Coopr8@kbin.earthOPto
Fediverse@lemmy.world•ActivityPub vs RSS Atom etc. Why Federate instead of aggrigate?
1·2 months agoThanks, this is helpful.
Regarding encryption for signatures, that would be for edit and delete permissions only while the content stays unencrypted? Admin keeps delete control.
Delete requests go to all instances where followers reside then, but if someone has unsubscribed and is the only follower on the instance the content persists in cache?
Coopr8@kbin.earthOPto
Fediverse@lemmy.world•ActivityPub vs RSS Atom etc. Why Federate instead of aggrigate?
1·2 months agoI’m suggesting federation is not necessary, thats the whole point.
Use Atom or RSS for content identification / distribution.
Use Webmention for comments and cross-posting.
Use email or XMPP for direct messages.
Build a client that provides these functions and with these protocols and what is it missing that ActivityPub provides? That’s my question.
Your answer, that it is one protocol, is fair enough.
Coopr8@kbin.earthOPto
Fediverse@lemmy.world•ActivityPub vs RSS Atom etc. Why Federate instead of aggrigate?
1·2 months agoYes, I mentioned XMPP for good reason, but I haven’t seen it implemented in a way which makes it a replacement for persistent content like forums, blogs, etc.
I don’t know if ActivityPub is a fascist project, but it is effectively a fully public communications network and so can be analyzed and utilized by anyone for any purpose. What I’m proposing wouldn’t be any more opaque, it would be built on the open web.
Coopr8@kbin.earthOPto
Fediverse@lemmy.world•ActivityPub vs RSS Atom etc. Why Federate instead of aggrigate?
1·2 months agoWhy would it be purely ephemeral? The content isn’t going anywhere, and an RSS reader can crawl a whole archive.
Coopr8@kbin.earthOPto
Fediverse@lemmy.world•ActivityPub vs RSS Atom etc. Why Federate instead of aggrigate?
1·2 months agoIf I look at ActivityPub as simply a push notification layer for publishing then it makes me think it could be implemented straightforwardly without needing intermediating instance servers? I got some hint of this via IndieWeb discussions but haven’t seen a great description of how it would work, would it basically just cache all activity/content/objects from “subscribed” federated sources on the local host, basically a one-person instance?
Does ActivityPub provide the ability to receive notice that content has been posted without caching the full content, essentially indexing posts?
Coopr8@kbin.earthOPto
Fediverse@lemmy.world•ActivityPub vs RSS Atom etc. Why Federate instead of aggrigate?
4·2 months agoWebmention already exists and is service agnostic and interoperable. My assertion is that protocols for handling the social function of ActivityPub predate ActivityPub’s development and could be unified by a client without creating any new protocols that aren’t already in use, so what is it that ActivityPub is doing better than those protocols that justifies intermediating the social graph with group servers? I’m sure there are good answers to this question, I just want to know what they are with more clarity.
Coopr8@kbin.earthOPto
Fediverse@lemmy.world•ActivityPub vs RSS Atom etc. Why Federate instead of aggrigate?
3·2 months agoIf you read the post you’ll note I mention Webmention, email, and XMPP, which all handle bidirectional communication in different ways. Webmention in particular enables implementation of both on-site comments and pulling comments from off-site services to display locally on a post/page, as well as replies to those comments.
I’m not suggesting RSS alone is sufficient, but rather that existing solutions/protocols appear to exist for the problems ActivityPub seems to be solving, but without the step of intermediating publishing through federated servers. A client could be built tying these protocols together as a social networking front end.
My question is, what is ActivityPub solving that the combination of these existing services do not? Unidirectionality isn’t it, though someone’s prior comment pointed out the efficiency of push vs pull in terms of content distribution and I do see that point.
Coopr8@kbin.earthOPto
Fediverse@lemmy.world•ActivityPub vs RSS Atom etc. Why Federate instead of aggrigate?
3·2 months agoGood to know.
Regarding polling efficiency, that makes sense. As I understand it ActivityPub uses a combination of push notifications at time of publishing and pull notifications at time of subscription/query for objects? I can see how offloading that to an instance for multiple users vs every user definitely increases efficiency for content discovery/inboxing. I know there are protocols like websub to add push notifications to blog publishing, but they are required to be done at the publisher/host side. I do see this as a big nudge in ActivityPub’s favor.
Duration of caching is set by the instance admin I take it?
At a minimum this is adding the number of instances that federate a given content streams to the multiple of storage needed to host the content, even if that storage is ephemeral. Not so big a problem at 100,000 users, but at 100,000,000 users this is a lot of storage cost we are talking about. Unless somehow the user/client doesnt cache the content they pull from an instance locally on their device when they view it?
Regarding Authorship, if there wasn’t an issue then ATProtocol devs wouldn’t have made it the cornerstone feature of their network. The ability to move accounts between instances and maintain content control permissions is currently one of the big focuses of development on ActivityPub as I understand it. Also as I understand it many Fediverse instances dont have edit functionaly enabled, meaning once the content goes out it is out of Author control. I’d like to know how delete requests propagate, when the “Object” is deleted does a request to clear cache go out to all federating instances?
My point was this isn’t an issue when all content is self-hosted, because the author as the host can edit, delete, or migrate all they want and maintain full direct control over the source of that content the client interacts with whenever a pull request comes in. Yes the user Caches the content when they read it, but there is no intermediary copy.
Coopr8@kbin.earthOPto
Fediverse@lemmy.world•ActivityPub vs RSS Atom etc. Why Federate instead of aggrigate?
2·2 months ago@[email protected] I think you might have some insight.
Coopr8@kbin.earthOPto
Fediverse@lemmy.world•Unified Fediverse App - a browser solution?
1·2 months agoI just read through your article in detail rather than skimming, and what you outline is perfectly mirroring my current sentiments. I just posted a post asking a related question: why build ActivityPub instead of feature rich clients built on-top of existing protocols like RSS/Atom/email which are already built around self-hosting?
There is something about the server/instance intermediation of ActivityPub that strikes me as antithetical to the goals of distributed social networking, but I do understand the advantages of offloading moderation and server admin to specialists. Instance as nexus for message routing is an interesting way to look at it, I have been thinking of it as Instance as Aggregator, essentially providing group moderation and directory services but offloading all content distribution back to the host/client format of the open web/blogosphere. It would solve the authorship issue among other problems if Syndication was actually just linkback to the original host.
LOL, what? My brother, this is like using a microwave an complaining it doesnt brown your pie. Don’t blame the pie, you picked the tool.
As I had to have crammed into my understanding a few times, all ActivityPub posts are in fact the same, they are completely interoperable, it is only the Instance and Client which determine how you can interact with that content.
If you use your instance webclient as the only way to interact with ActivityPub content, you are choosing to defer the decisions of how you interact with the content to your Instance admin. It’s not a FediVerse problem, it’s a you problem.
Also keep on mind many Clients, including Insterstellar and FediLab, allow you to log in to multiple accounts on different instances and switch between them easily.
If you want more features, use a broader based client, and subscribe to the users/communities on the instance you like to keep continuity of content.
This does remind me that I wish that Fediverse clients would have RSS reader functionality built in by default. I have a sneaking suspicion some do and I just don’t know how to use the feature. Effectively allowing people to “boost” aka repost with backlink RSS updates on a Fediverse client would enable most of what a blogger would want from the Fediverse, with the exception of receiving all the comments on the posts they share.
Bridgy does that, but then it is essentially just a mirror so it does have the server inefficiency of redundant hosting built in.
That you might say is the fundamental design decision of Activity pub, shifting the hosting burden from a single host to a distributed network of server instances. This enables a more robust network, with instances holding content the users have interacted with regardless of if the original host instance goes down. It also reduces time to load for content after it has beed federated to a user’s local instance, assuming it is closer in proximity and capable enough. At the same time, this makes content ownership and control a challenge.
Functionally the Fediverse is a public commons with content ownership practically distributed across the network of instances, whether copyright says so or not. Attempts to impose universal author controls on this framework face a lot of dissonance because it is fundamentally at odds with the underlying concept of federation as distributed hosting. The minute a host begins hosting content over which they have no control (such as encrypted posts) the potential for abuse skyrockets.
Since the popularization of the Distributed Social Network concept I have wondered whether pre-existing content distribution infrastructure like RSS might not be more advantageous as a backbone for social networking, with the development load entirely shifted to the client side and away from protocols. The IndieWeb project is playing with some of these ideas, and I have seen some prototypes online of RSS based social networks, so my question is, what is the fundamental advantage of ActivityPub over the combination of these other existing protocols with longer histories and broader existing implementation? RSS, email, XMPP, etc. Is lower latency really a good enough justification for widely redundant data distribution?
This question becomes increasingly relevant when it comes to multimedia, and the minute that you offload multimedia to central servers by link embedding instead of hosting within the instance, boom you are back to the old centralized architecture and why are you federating?
So I am going to pose this question to the Fediverse myself, what is the reason that federated content distribution should be adopted for general use rather than distributed aggregation? That is to say of a client performed with the same features as a Fediverse front end, but all of the content was self-hosted and listed via RSS or Atom with comments handled via Webmention, direct messages via email or XMPP, and moderation handled at the level of aggregation via instances (meaning a user “joins” or “subscribes” to an instance, and that instance provides a ban list, list of feeds subscribed to by its users for discovery, provides a user directory) what would be the features that this type of system would lack that ActivityPub based systems have in place?
There are three advantages I see, and I’m not completely sure they justify mass adoption vs. the cost of broad redundancy of content and authorship issues.:
-
Choosing local instance for faster loading, but this only is an advantage after content is brought in for the first time, in which case it actually is slower as first the instance has to pull the cintent and then serve it to the user.
-
“all” content in the protocol is of the same type, allowing for easier interoperability between clients and services. I’m thinking this is the root of what most people will say is the big advantage of ActivityPub vs. older protocols, but I’d like to hear more about why this is enough of a reason to overcome the inertia of existing mass adoption and support of the alternatives.
-
It isn’t based in XML, and modern devs don’t want to use XML. As I’m not a coder, I cant say how big an influence this has, but from what I have seen it seems to be a substantial factor. Can anyone explain why?
-
Coopr8@kbin.earthto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Revanced Team gets DMCA from Spotify
9·2 months agoIt’s wild to me that Soulseek persists despite being entirely mediated by a single central server. I would have thought it would have gotten the takedown long ago.
Also the fact that it doesn’t swarm, only does one to one peer sharing is kind of odd to me, but I guess it actually makes some sense in that it constrains the network to being more optimal for smaller files like music and so keeps video off of the platform for the most part.
Worth noting that the Soulseek Wikipedia page lists a bunch of clients you can use, including Seeker for Android and others for all platforms including Linux

Thanks for clarifying, I figured fashion had at least something to do with it given the number of actively used protocols and services that still use it, XMPP being the one I use the most myself.
Even on XMPP I have seen several projects to “translate” the protocol into other languages (specifically Rust in one).
Efficiency makes sense, but then also the number of devs proficient in a language due to shifts in the emphasis of training and education is just as strong a force.