diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2014-11-20 10:40:28 -0800 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2014-11-20 10:40:28 -0800 |
commit | 76bb2fb3573da63150fee0f62d8a2724d79a79f7 (patch) | |
tree | 0fe53c538991bfa07fba2c047740823f9f83b29b /source/_posts | |
parent | 1f0d304a52fbf0d5fd8e2da6e2c088cd8e39f44c (diff) | |
download | my_new_personal_website-76bb2fb3573da63150fee0f62d8a2724d79a79f7.tar.xz my_new_personal_website-76bb2fb3573da63150fee0f62d8a2724d79a79f7.zip |
20141120 Dropbot for Geeks®
Diffstat (limited to '')
-rw-r--r-- | source/_posts/2014-11-20-dropbot-for-geeks(r).md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/source/_posts/2014-11-20-dropbot-for-geeks(r).md b/source/_posts/2014-11-20-dropbot-for-geeks(r).md new file mode 100644 index 00000000..3c5c86cb --- /dev/null +++ b/source/_posts/2014-11-20-dropbot-for-geeks(r).md @@ -0,0 +1,26 @@ +--- +layout: post +title: "Dropbot for Geeks®" +date: 2014-11-20 09:48:15 -0800 +comments: true +categories: [cloud, storage, sync, unix, geek, daydream, patent, fun] +--- +I propose the following cloud storage and syncing service model of the future. I call it **Dropbot for Geeks®**, and it totally rules. It's designed for geeks who are tired of the highly limited, miserably unproductive traditional services (based on clicking around). It has the following features: + +* Standard Unix file system commands exposed as an API, e.g., `cat`, `cd`, `cp`, `du`, `df`, `file`, `find`, `head`, `ln`, `ls`, `mkdir`, `mv`, `pwd`, `rm`, `rmdir`, `tail`, `touch`, etc. + +* A rudimentary shell emulator through the web interface exposing the commands above. + +* Secure shell access to the file system, also exposing the commands above. Provide two-factor auth for SSH. Clearly, `scp` should also be supported. + +* Checksums. Expose, for instance, `md5sum` or `sha1sum`, in the API. Provide checksums on download pages, probably on demand. + +* Programmable selective syncing, down to per file level. + +* Scriptability. Allow clients to run custom scheduled jobs or daemons with the API above. To prevent the service from becoming full-featured IaaS, though, clients might be limited in CPU time, memory, or command selection. This bullet point is arguable. + +--- + +With the level of command line integration illustrated above, we'll finally get rid of clicking around and not being able to automate chores. Navgating the remote file system will be a breeze — click, click, click, click, click (sometimes click should be replaced by double click, which is even more painful) just to navigate to a directory will be made a thing of the past. `ln`, in particular, saves disk space for duplicates — Dropbot for Geeks does *not* want to charge you extra for multiple copies of the same file in different directories. (To facilitate syncing hardlinks, clients should be able to specify hardlinked files in a config file. Or maybe some better mechanism. This might be hard.) At last, checksums are a must. I’ve had traumatic experiences like having downloaded an eight-part RAR, 1 GiB each, only to find that it wouldn’t unRAR. Without checksums, it was impossible to find which part was corrupted. As a result, I had to re-download everything — a nightmare. I never want to experience similar problems again. Hence the precious checksums. + +Dropbot for Geeks looks like a pretty good (well, not really, but at least pretty cool®) model. Maybe I should patent it before anyone else? Then if some similar service surfaces in the future, I can [sue their ass off and enjoy some hot cash](http://arstechnica.com/tech-policy/2014/11/jury-apple-must-pay-23-6m-for-old-pager-patents/). |