Hacker News new | ask | show | jobs
by rakoo 3863 days ago
Interestingly there are some projects that try to do a similar thing:

- Camlistore is a store where all your stuff is available as JSON or raw bytes, and all "application" just hit into it

- Cozycloud that puts everything in a single CouchDB so all your "applications" access the same shared data that is also JSON or raw bytes

I'd love to see a similar model with mobiles, where all your activity (contacts, payments, messages, pics, anything) is stored inside a common database synchronizable and accessible everywhere. Put focus back on data rather than on applications.