Privacy
Problem:
All of our data is online hosted by cloud companies that use the data to target us. The data is also available to people inside the company (with hopefully strict security), unintentional data leaks, or data breaches.
Have you checked out https://haveibeenpwned.com/ and see if your password is out there.
This results in thousands and millions of peoples data being leaked.
Solution:
Using PLang all data is stored locally.
We have a lot of disk space today. Most of what we store is text (let's just focus on that, no pics/video for now).
Text doesn’t take much space.
Then let's analyze what we are doing at these cloud services.
We are writing, excel, power point, task list, calendar, email, etc. Except for email, these are not large files, you can store a lot of them on your hard drive. Since 2014 I have only 9GB in my email account.
So let's take all these apps and store them on our computers.
What you get instead is the following:
You get the full history. You can see how the Casino Night task list looked on May 11 at 15:40:32.
Offline works fine. You can do your work when not connected to the internet.
You get full sync between all your devices. Just need an internet connection to sync. Happens in seconds for incremental changes.
Any data synced is encrypted on your computer for the receiver to decrypt.
Any data stored in the cloud is fully encrypted. This means when you store your backup on google drive, they won't be able to look into your data.
If hackers manage to hack somebody, it will only happen to that person, not thousands or millions.
When you register with a service, you don’t need to give them your name or email. You simply connect.
And many other things.
This is what PLang gives you as a user and as a developer for free.
Regarding pictures, videos and other large files, the architect and foundation is there to solve it.
This article is taking from the plang paper, that can be viewed here