ether+nick

@evan Iโ€™ve been slowly building a client side blogging tool and itโ€™s targeting ActivityPub first.

Servers that support their own API, plus RSS, can definitely handle adding the full ActivityPub API.

There's more to do -- OAuth, rate limiting, and so on -- but it's not huge.

People seemed to get caught up on the idea that implementing the ActivityPub API requires dumping any other API that is implemented. Definitely untrue!

Even considering the maintenance load, it's not a huge lift. The read-only part of the API has to be implemented for the federation protocol anyway.

Implementing the read-write part of the API just means adding a single POST endpoint for the actor outbox, with some kind of switch statement on the 10 activity types (and ~3 undo types).

@evan assuming the post was public, sure.

How else would we convince people who use other platforms that there's actually stuff worth looking at on here?

I'd include a link to the original but wouldn't count on the viewer's platform interface to parse it.

For webpage content, I'll embed, which preserves the original author's ability to change privacy settings.