Skip to content
  • 0 Votes
    1 Posts
    0 Views
    reiver@mastodon.socialR
    I used to not like JSON-LD. And then I got exposed to CBOR. And, since then, I ended up liking JSON-LD more than I did before.https://j12t.social/@j12t/114581086678041245...I was looking for performant ways of storing JSON-LD data, so that it can be looked up, queried, etc.CBOR might actually be a way of doing that....For me that is an odd realization given me liking JSON-LD is a reaction to CBOR.#ActivityPub #ActivityStreams #CBOR #CBORLD #FediDev #JSONLD
  • 0 Votes
    4 Posts
    0 Views
    trwnh@mastodon.socialT
    @reiver i think the disjunction between Object and Link was actually unnecessary. https://github.com/w3c/activitystreams/issues/666i also think there's too much emphasis on types when there really shouldn't be -- it's the *properties* that you end up using almost all of the time. pretty much the only types that actually matter are the Activity types (because you can't infer those).