this post was submitted on 12 Jan 2024
44 points (100.0% liked)

Fediverse

26844 readers
57 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to [email protected]!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy

founded 1 year ago
MODERATORS
 

cross-posted from: https://lemmy.world/post/10629691

Update to ActivityPods released before the anticipated 2.0 in the Spring. Please check the link to the blogpost as it goes into detail. It primarily covers simplified invitation links and contact groups.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 5 months ago (5 children)

I set up a SOLID server last weekend because of a previous post about activitypods I and have no idea what to do with it. I skimmed some of the docs, blog posts, etc but found it a bit obtuse due to my inexperience in the related subject matter.

So, I'm curious if anyone has a link to a simple explainer on Activitypods, SOLID, and the implications on the fediverse as a whole?

[–] deadsuperhero 7 points 5 months ago (1 children)

ActivityPods can be thought of as a framework for building Fediverse apps on top of Solid. Solid itself is a standard developed by Sir Tim Berners-Lee, and once you get through the dry, somewhat brain-melting standards draft, what you get is something that strongly resembles a self-hostable Google Drive.

What makes this unique is that you can make apps that access resources (files) inside of this drive. Even more interesting is that Solid apps don't rely on traditional databases in the way that regular Fediverse apps do: instead, the apps use files and metadata about those files, and basically parse information from a graph to act as a sort of rudimentary database instead.

What ActivityPods does is bridge the gap: it does all the heavy lifting to translate between Solid's way of doing things (everything is a file) to ActivityPub's way of doing things (everything is an activity performed on objects by actors, who have an inbox and outbox).

Why might someone want this? Well, the general idea is that this is a different approach to data ownership, where the data itself is portable as a file. Your Solid Pod acts as an identity provider that proves who you are, as well as a data store where you can decide who has access to read or modify your stuff.

[–] damon 4 points 5 months ago

Your response on ActivityPods and Solid – pretty spot on! I will toss in a couple more nuggets. Solid's kinda like having your own Google Drive, but you call the shots on who peeks into your stuff. It's all about files and folders. Sure, Solid uses RDF for the geeky metadata part, but at its heart, it's all about files. With ActivityPods, Instead of just playing with files, it uses something called an RDF Triple Store. Think of it as a smart way to store data that's all about connections and relationships. This means ActivityPods is more about mapping out how data is connected, like a big web of info, rather than just storing files. Super handy for social apps where who knows who, and who does what matters a lot. Like Solid, ActivityPods is big on you owning your data. But it's not just sitting in a digital drawer. It's active, social, and part of a bigger community. The author of ActivityPods has a very similar view of the social web compared to Evan P.

load more comments (3 replies)