Post #2923743
2026-02-28 22:36 UTC
@silverpill@mitra.social @steve@social.technoetic.com typically i've taken a view similar to IFTTT -- the activities describe things that happen, probably already happened. one or more listeners can do whatever they want with that information. CRUD is boring to me and i would rather do that with HTTP (POST/GET/PUT/DELETE); the more interesting activities are things like Listen (scrobbles) or Arrive (checkins) or Question (stackoverflow) or so on.
Replies (1)
-
@trwnh@mastodon.social 2026-02-28 22:39
@silverpill@mitra.social @steve@social.technoetic.com it sounds like you're describing an "AP server" whose primary functionality is not "publish activities" but rather "manage CRUD for objects and Add/Remove for collections", by taking the AP "side effects" for Create/Update/Delete/Add/Remove and and saying the outbox should also check as:result. which is cool but should probably be disambiguated.