Changes between Initial Version and Version 1 of Ticket #795, comment 15


Ignore:
Timestamp:
2014-07-25T18:47:17Z (10 years ago)
Author:
nejucomo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #795, comment 15

    initial v1  
    11We're chatting about use cases during Tesla Coils & Corpses.  These use cases imply slightly different semantics and I imply this by the capability names in environment variables:
    22
    3 #. **syslog case**
     31. **syslog case**
    44
    55    * install tahoe, then run `tahoe syslog-collector $APPEND_ONLY_CAP`
     
    77    * Even when the syslog host is compromised, the attacker cannot remove "sufficiently" written records.
    88
    9 #. **backup case**
     92. **backup case**
    1010
    1111    * `tahoe backup` - Similar to syslog, except the records refer to immutable directories.  Also, maybe ordering is less important?
    1212
    13 #. **drop inbox**
     133. **drop inbox**
    1414
    1515    * A directory-like thing where multiple writers may add new entries, but never overwrite entries.
     
    1717    * This could be used to have a grid-wide publication capability distributed next to the introducer furl.  (This ignores storage accounting issues.)
    1818
    19 (I've missed many spoken use cases while writing this.)
     19I've missed many spoken use cases while writing this.
     20
     21**edit:** Minor markup changes to list delimiters and dropped some parentheses.