diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-05 16:41:06 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-05 16:41:06 -0400 |
commit | dc9351edf97cfa279221fac0c7e3dfedb6993a5d (patch) | |
tree | b5f747323d5f75a099f0757cdda547fb3f6e60e3 /doc/news | |
parent | 764dd3fdf7b1e7b951407f56bd7ddc9b1d4315a2 (diff) |
comment
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/sharebox_a_FUSE_filesystem_for_git-annex/comment_9_32b5d0fb9c328fbcd8105dfa31f032d3._comment | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/news/sharebox_a_FUSE_filesystem_for_git-annex/comment_9_32b5d0fb9c328fbcd8105dfa31f032d3._comment b/doc/news/sharebox_a_FUSE_filesystem_for_git-annex/comment_9_32b5d0fb9c328fbcd8105dfa31f032d3._comment new file mode 100644 index 000000000..a0239f342 --- /dev/null +++ b/doc/news/sharebox_a_FUSE_filesystem_for_git-annex/comment_9_32b5d0fb9c328fbcd8105dfa31f032d3._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 9""" + date="2015-01-05T20:38:40Z" + content=""" +My concern about using FUSE has always been that I don't much like it +when open() hangs indefinitely, with no progress indication, and +is either downloading some large file from the network or .. just hung. + +That doesn't strike me as a nice user interface in general, +which is why I avoided using FUSE for the assistant. + +It might make sense in the batch use cases Yaroslav gave. If something +nice is developed, I would not be against including it in git-annex. +(Bonus if it's implemented in haskell.) +"""]] |