livellosegreto.it is one of the many independent Mastodon servers you can use to participate in the fediverse.
Livello Segreto è il social etico che ha rispetto di te e del tuo tempo.

Administered by:

Server stats:

1.2K
active users

Is it weird that some implementations don't seem to comply with the standard as thoroughly as others? E.g., 's outboxes return no "Create" activities, listing posts directly instead. returns Activity Streams objects only on GET requests with "accept" set to 'application/activity+json', but the header which is mandatory to support is 'application/ld+json; profile="w3.org/ns/activitystreams"'. Also, no implementation treats likes as discussed in the docs.

www.w3.orgActivityStreams 2.0 TermsThis document lists the terms used for the ActivityStreams 2.0 protocol and its stable extensions, and provides a namespace so each term has an HTTP IRI.
@junbird What would it be weird? The standard is supposed to say how things are working, but if it is working even as a deviation of the standard, what’s the big deal?
Jun Bird

@hypolite What weirds me out is just that: everything in the end still seems to work fine. I mean, the reason a standard exists is so that different implementations can effortlessly interoperate, but how come that these for example are still able to communicate properly with the others?

@junbird Because there's no reference implementation projects could test against. Instead projects are mostly testing against Mastodon's implementation, and if it works with Mastodon, there's no need to stick to the standard itself.

@hypolite My next question, then: why would developers decide to defer from the standard?
I mean, wouldn't it be better follow it closely to be safe? Also, does that mean that Mastodon is the de-facto standard?

@junbird From what I understand, this standard gives developers much leeway implementing it. As a result, it is hard to stick to the standard and having a unified test suite for it.

On the other hand, it is easy to test your implementation against Mastodon’s because you can see wether posts, comments and likes are federating back and forth. Since Mastodon is the most popular ActivityPub implementation, it became the de facto reference implementation.