this post was submitted on 09 Jul 2023
22 points (92.3% liked)

Programming

17032 readers
258 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] varsock 1 points 1 year ago (1 children)

to my shame, this is the first time I heard of the Solid project. I've glanced at the page and plan on researching more, but in your opinion what is its practical goal and current impact?

[โ€“] [email protected] 3 points 1 year ago* (last edited 1 year ago)

I'm new to it too, I've known about its existence but have been thinking about adding support for it to a project I'm starting soon - really to learn more about it (I tend to learn best by doing!)

It's goal is for each of us to have personal ownership of all our data online, and full control over who can access what. That's certainly something I can get behind! You do this by creating a "pod", which is essentially a database of all your data (I think organised into groups, e.g. each organisation can have their own group of data), which you can self-host if you like, along with the ability to control access.

It's current impact I would say is near zero. But TBL is a person with a reasonable amount of pull, and he's setup his own company providing commercial services (presumably, consulting). My guess is they're dealing with governments and mega-corps - there seems to be very little effort pushing it to "the masses" (i.e. application developers).

The theory sounds interesting but the practicalities of it seem to offer a lot of challenges, so I think the best way to get a real sense of whether it has legs or not is to build something!