<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Aug 26, 2009, at 3:10 AM, Anne van Kesteren wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Baskerville; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">Indeed. It would be nice to be able to write simple applications that do not require the cloud at all and basically consist of a set of static documents distributed over HTTP.<br></span></blockquote></div><br><div><a href="http://www.tiddlywiki.com/">TiddlyWiki</a> is a perfect example of this, if anyone's looking for real-world examples. It's a single-user local wiki distributed as an HTML file. It's always had the problem of how to save changes persistently — the basic mechanism is really awkward, requiring you to manually export a new HTML file including the content as embedded JS data. It would be great for it to use local storage (and maybe they've added that since I last looked at it.)</div><div><br></div><div>Needless to say, some GTD acolytes accumulate tons of crucial personal data in local wikis like this (or <a href="http://flyingmeat.com/voodoopad/">VoodooPad</a>) and would be furious if the browser deleted it without their consent.</div><div><br></div><div>I think there are lots of other use cases for web apps that would use local storage without ever syncing it to the cloud, simply because it's vastly easier to do. I can write such an app and host it on my cheapo personal website without having to worry about user account registration, storage and bandwidth costs for an unknown number of documents, tech support or legal liability if my server loses people's data, privacy requirements, DMCA takedown requests, etc. etc.</div><div><br></div><div>—Jens</div><div><br></div></body></html>