Earlier quoted context omitted.
I'm in the early stages of bootstrapping a SaaS app that prioritizes security and privacy. For my business, this would be great : users are far more likely to trust an app if the app won't be storing any of the application data itself -- if they can choose their own data hosting provider. Google Cloud Drive, Box, and others already allow this kind of model to an extent. Third-party apps can access and modify user dat…
This project might be worth a look: https://www.etebase.com/
Solid Project: All of your data, under your control
111–120 of 126 posts
Re: Solid Project: All of your data, under your control
#112Earlier quoted context omitted.
> There are much simpler and productive approaches to solve the problem of data interoperability. Really? Which ones?
Set a standard. Working with RDF is computationally intensive. And writing UIs that fit to various ontologies is not solved. So everyone inevitably ends up writing applications to fit a particular ontology. Excluding theoretical quibbles, what changes? In practice, the particular ontology that your application supports is the standard.
Are you aware of any projects that try to solve this? Very interested.
Re: Solid Project: All of your data, under your control
#113Earlier quoted context omitted.
Set a standard. Working with RDF is computationally intensive. And writing UIs that fit to various ontologies is not solved. So everyone inevitably ends up writing applications to fit a particular ontology. Excluding theoretical quibbles, what changes? In practice, the particular ontology that your application supports is the standard.
> And writing UIs that fit to various ontologies is not solved. Are you aware of any projects that try to solve this? Very interested.
Which means that for trying to approach the problem of writing UIs (working on a realistic hardware) that adapt to different ontologies you need to restrict the set of possible solutions...
That is, to limit the number and place constraints on the ontologies you accept.
The ActivityPub ecosystem is a glaring example of this. ActivityPub defines a set of baseline requirements (and a basic ontology) that all implementations need to support.
Once you meet the baseline, you can use linked data tools to extend the standard. Applications that understand your extension will also interact with it in the UI, those that don't understand your extension usually just ignore it.
But you need to specify base requirements (set the baseline for an extensible standard)! You can't just throw totally random ontologies at devs, it won't work. I think this is the error Solid makes.
Re: Solid Project: All of your data, under your control
#1141) I am a big fan of the general philosophy of Solid. But as others have mentioned, I've found it extremely difficult to understand specifics of the proposal or to see concrete progress, based on publicly available resources. The best place I've found is Ruben Verborgh's blog (he's a researcher who's affiliated with Solid). For example here's a nice post which goes into more detail on the ideas behind Solid: https://…
I think that with a problem statement of "I want to control my data and how third parties use my data" Solid makes a good deal of sense. Personal information should be owned by you and you should be able to take it from service to service as you see fit. The two problems that I find with Solid, based on my own limited understanding are as follows: (1) Services don't need to give back to Solid - Services, Facebook, yo…
Re: Solid Project: All of your data, under your control
#115Earlier quoted context omitted.
another problem is that once data has been accessed, it can be stored and analyzed. maybe we need to play big tech's own game and apply ToS to any data we allow them to access?
When you put it that way it feels like Solid is a technical solution to a legislative issue.
Re: Solid Project: All of your data, under your control
#116Earlier quoted context omitted.
> It might have to start out also implementing S3, which unfortunately doesn't support OAuth The expectation that Solid is backed by a smart server that's intimately aware that it's hosting a Solid pod and what exactly it takes to do so is a critical failure in Solid's design. If Solid's protocols instead better accommodated "dead" formats that can be served by static web hosts, so your $USERNAME.github.io could be t…
> "dead" formats that can be served by static web hosts, so your $USERNAME.github.io could be the front door to your data store—at least the parts of it that you already make available to the public Could you share some examples of such data, other than "news" feeds? FOAF, for example? http://www.foaf-project.org/
2. https://www.w3.org/annotation/
3. https://noeldemartin.github.io/media-kraken/
4. https://www.w3.org/2001/tag/doc/leastPower-2005-12-19.html
Re: Solid Project: All of your data, under your control
#117Earlier quoted context omitted.
I'm in the early stages of bootstrapping a SaaS app that prioritizes security and privacy. For my business, this would be great : users are far more likely to trust an app if the app won't be storing any of the application data itself -- if they can choose their own data hosting provider. Google Cloud Drive, Box, and others already allow this kind of model to an extent. Third-party apps can access and modify user dat…
This project might be worth a look: https://www.etebase.com/
If anyone has any questions, please let me know (email in profile). We will also be giving a talk about Etebase at FOSDEM this year if anyone is interested: https://fosdem.org/2021/schedule/event/etebase/
Re: Solid Project: All of your data, under your control
#118Re: Solid Project: All of your data, under your control
#119Last month, I was working with some people on building a decentralized health data store for vaccine waitlists (a la Mailbox) and certificates and we were looking at Solid as one potential backbone. I really admire what they’re trying to do. However, as some other people have observed, their example applications are quite awful and not very useful(?) and they seem to be marketing it to end users, not developers. In m…
Re: Solid Project: All of your data, under your control
#120I've never seen a compelling explanation of how this is supposed to work. Do people self-host their pods? Is the pod one more thing to sign up with an external provider? If I'm self-hosting my pod anyway, then wouldn't I want my self-hosting to include the (for example) photo-library viewing layer instead of giving google photos or flickr access to the photos in my pod? If I did give them access, then how is it more…