Brian Kernighan on the origins of Unix
Brian Kernighan on the origins of Unix
Posted Jan 21, 2022 11:16 UTC (Fri) by ceplm (subscriber, #41334)In reply to: Brian Kernighan on the origins of Unix by sfeam
Parent article: Brian Kernighan on the origins of Unix
What I was thinking was that all my data are somewhere in The Cloud and whatever machine I use to access them (workstation, my hobby home laptop, tablet, or phone) I get access to the same data. Perhaps I don’t have all applications for all data (thinking that tablet or phone), then I cannot access those, but for those data which I have application for I can access the exact same data. And of course all that over the Internet, so fully secure, with authorizations and all that crap. And all that cached on the local disc, because otherwise latency will kill any user experience. It should be the normal state of everyday affairs not something like pulling your teeth slowly.
If you try something like that today you have NFS or Samba or stuff like that, which is unuseable for everyday work over even slightly non-local network (not mentioning a potential security disaster, so one switches to something even more obscure like sshfs and that’s even slower; NFSv4 may be more secure). Or you have some ultra-high-level stuff like Coda/OpenAFS etc. which requires really high-end hardware (no chance of running it on my tablet, phone could not be even mentioned) and even there I am not sure how well it works. Or you have series of mutually incompatible ad-hoc synchronization hacks (offline-IMAP, similar for CardDAV/CalDAV/etc., some weird in-browser proprietary caching for Google Docs, scripts using rsync, etc.).
http://ninetimes.cat-v.org/ seems to claim that Plan9 was supposed to be able of something like that, but I have my deepest doubts and I will believe it when I see it.
If you have some system which fulfils my requirements than you are either God or a liar, and I be on the latter.
Posted Jan 21, 2022 23:54 UTC (Fri)
by intgr (subscriber, #39733)
[Link] (2 responses)
Perkeep (previously Camlistore) is an attempt to solve this problem.
Posted Jan 22, 2022 19:28 UTC (Sat)
by ceplm (subscriber, #41334)
[Link] (1 responses)
Posted Jan 22, 2022 21:57 UTC (Sat)
by ceplm (subscriber, #41334)
[Link]
Concerning Perkeep, it looks interesting, but more as a secondary story for backup and archiving (something similar to https://github.com/ThinkUpLLC/ThinkUp ?) not as something where you actually work.
Brian Kernighan on the origins of Unix
Brian Kernighan on the origins of Unix
Brian Kernighan on the origins of Unix