Spyke
feddit.dk

ActivityPub has fostered a social web for millions of people. To grow, some developers believe it needs improvement. These are their efforts.

Can we get this with the A-Teams theme song? I feel like that would really help :)

15

I think the fediverse should take something from C++ playbook, it toke forever for the C++ 11 standard to be created but after the standard C++ foundation started getting significant funding which it used to fund work on standards the pace of publishing standards became a lot faster.

9

One thing I miss in activitypub is a verification system. This is most important for deletion. For example, when something is deleted on one instance, there's no way of knowing for sure if it will be deleted from other instances as well. An instance being down or malfunctioning can cause deletion to fail with no way to know* and try again for op.

*To know one would have to check every single subscribing instance. Trying to delete an already deleted item is obviously impossible

9

As far as Lemmy is concerned, there's been some work happening in regards to deletions. You can see in the pull requests on Github.

6
qazreply
lemmy.world

Do you mean verification to prove something is deleted?

4
qazreply
lemmy.world

How can you verify you don't have something?

3
rmukreply
feddit.uk

It's like saying "prove you don't own a poodle". How do you prove that? I can tell you I don't own a poodle... but how can you be sure?

5

there's no way of knowing for sure if it will be deleted from other instances

You can't be sure if something is deleted, because there is no way to prove you don't have something.

However, if you just want to check if the instance claims to have deleted something, you could probably just perform a GET request for the specific object as defined in the activitypub spec.

2

You reached the end

The Efforts to Extend ActivityPub | Spyke