Earlier quoted context omitted.
you don't, you just store the string as is in the body tag and let the client side parser know how to parse html strings that may also include an image tag what is the argument here? why didn't you know you answered your own question "body":"Why didn't you use XML!?"
OP is asking what the content type of the body is to be interpreted as. You're assuming HTML string, which might not always be correct. What do you do with Markdown? You need to have a standard way to represent things like this, because otherwise it won't gain traction solely due to the immense complexity of implementing viewers. Edit: On top of this, HTML might not necessarily be the best choice. In that case it'd j…
Unwalled.Garden: souped-up RSS for P2P social apps
51–54 of 54 posts
Re: Unwalled.Garden: souped-up RSS for P2P social apps
#52>Unlike Twitter and the other social networks, RSS never tried to capture the social graph, likes, comments, annotations, retweets, and etc of its userbase. It limited itself to posted content (mostly blog posts) and that was a missed opportunity. >missed opportunity Maybe it's just me, but RSS being all about content is the best thing about it.
This is the two competing goals of every publishing mechanism - one person wants to broadcast their data and another wants to consume it, and it's very rare for both parties to want exactly the same thing.
Re: Unwalled.Garden: souped-up RSS for P2P social apps
#53Earlier quoted context omitted.
you don't, you just store the string as is in the body tag and let the client side parser know how to parse html strings that may also include an image tag what is the argument here? why didn't you know you answered your own question "body":"Why didn't you use XML!?"
OP is asking what the content type of the body is to be interpreted as. You're assuming HTML string, which might not always be correct. What do you do with Markdown? You need to have a standard way to represent things like this, because otherwise it won't gain traction solely due to the immense complexity of implementing viewers. Edit: On top of this, HTML might not necessarily be the best choice. In that case it'd j…
everyone is already used to making their frontend, backend and database parse and store external things in key value pairs
this schema pre-detecting ship has sailed a long time ago
Re: Unwalled.Garden: souped-up RSS for P2P social apps
#54Earlier quoted context omitted.
Quite a fan of your work with beaker, so curious how this will pan out. Activitypub implementations seem to fare mostly fine by ignoring that ActivityStreams2 technically is JSON-LD, using it as "just JSON". Curious if you have any particular points against it (I can imagine a few, but would be interested in your take on it).
The main reason I didn't use AP is that it's designed for federated servers and uses a mailboxes network which doesn't fit with Dat & P2P. We may find a way to interop, but it'll require some kind of bridge service, and I didn't really see the point of adopting their schemas if it didn't buy us interop automatically. Edit: also, thanks!