home.social

#activtystreams — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #activtystreams, aggregated by home.social.

fetched live
  1. I still need to look into what Activity Streams entails, but so far, seems a bit wasteful for Activity Streams to use JSON-LD like that.

    Lots of work for very little reward.

    Obviously what has been done has been done, but I guess a lesson for me (assuming after having looked further into ActivityStreams, I do confirm that it is extremely wasteful to be using JSON-LD) #ActivityStream #ActivtyStreams

  2. I still need to look into what Activity Streams entails, but so far, seems a bit wasteful for Activity Streams to use JSON-LD like that.

    Lots of work for very little reward.

    Obviously what has been done has been done, but I guess a lesson for me (assuming after having looked further into ActivityStreams, I do confirm that it is extremely wasteful to be using JSON-LD)

  3. The fediverse uses something that sort of acts like ActivityPub (among other specifications). ActivityPub uses ActivityStreams. ActivityStreams uses something that *looks* like JSON-LD, but it's safe to assume that every document has a root field called `@context` that's set to "w3.org/ns/activitystreams"

  4. My goal? To have a "simple"/flexible #ActivtyStreams + #ActivityPub library for #Elixir so I can make toy services on top of it.

    Like a polling platform that can federate! Or even a simpler scrobbling platform. All of the actions are there in AP and one can define new ones if ever needed.