Code of Conduct: https://github.com/solid/process/blob/main/code-of-conduct.md - Website: https://solidproject.org/ - Repos: https://github.com/solid/
Hey all, I'm mucking about a bit with LDFlex, and had the following question. I'm using @solid/query-ldflex
to create a Like
activity like this:
await data.resolve(`[${target}].createActivity("${data.context.as}Like")`);
This works well when target
is a simple URL. However, I was wondering if it was possible to Like
a full object as well using @solid/query-ldflex
, e.g. an as:Audio
object with name
and url
properties?
for example, if I offer an online image processing service with my proprietary image compression, processing, etc algorithm, which currently executes in my cloud server, where would this code execute in Solid, in user's pod or my server itself?
The solid philosophy is to do as much as possible in the client. If that is not possible, you could do it on a specialized server, which is solid compatible or at least able to store the end result back to the users POD. In my opinion describing such APIs with Hydra does fit well into the Solid ecosystem. @naqvijafar91
noting - this is from ~2013? http://mediaprophet.org/ux_KB/page4115294.html
Kinda illustrated my view, about how to make use of WebID-TLS certs...
@Mitzi-Laszlo not at this stage. I’ll have to do some work on presentation materials, that provides a broader ecosystems ‘concept overview’, as to incorporate AR (Augmented Reality - the web of ‘space’ / real-world), Web of Things, Naturalised interfaces and the relationship between interactivity and various ‘AI’ (inc. media processing, signatures, etc.) considerations; perhaps also, supply chains (ie: food), health, ‘smart cities’, ‘commons informatics’ (inc. open-data), societal systems, etc.
It’s only really at web-scale does this vastly more sophistocated solutions framework, start to demonstrate the attentive purpose, of doing things that are more complex than json/graphql.