From 2c803cf244460fea552c78e8a8be9426b20f2216 Mon Sep 17 00:00:00 2001 From: zooko <> Date: Wed, 28 Nov 2012 10:06:51 +0000 Subject: [PATCH] fix typo [Imported from Trac: page WeeklyMeeting, version 37] --- WeeklyMeeting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeeklyMeeting.md b/WeeklyMeeting.md index ecadd68..ea672e1 100644 --- a/WeeklyMeeting.md +++ b/WeeklyMeeting.md @@ -71,7 +71,7 @@ notes: * async notifications -What a *lot* of people really want is an alternative to Dropbox — something that functions very like Dropbox but without exposing your plaintext to spying and corruption. David-Sarah implemented a part of this with the drop-upload feature. It seems to me that the blocker which prevents Tahoe-LAFS from doing the rest of it is that LAFS clients have no way to get an asynchronous notification that a file has changed (i.e., so that they don't have to poll to find out if the file has changed). So: could we add that? Why not just define a remote interface offered by LAFS clients to LAFS servers. The remove interface is "hey_you_this_file_has_changed(storageindex)". +What a *lot* of people really want is an alternative to Dropbox — something that functions very like Dropbox but without exposing your plaintext to spying and corruption. David-Sarah implemented a part of this with the drop-upload feature. It seems to me that the blocker which prevents Tahoe-LAFS from doing the rest of it is that LAFS clients have no way to get an asynchronous notification that a file has changed (i.e., so that they don't have to poll to find out if the file has changed). So: could we add that? Why not just define a remote interface offered by LAFS clients to LAFS servers. The remote interface is "hey_you_this_file_has_changed(storageindex)". ### 2012-11-08