C For C's Sake
C For C's Sake
A brief recap from the previous discussion: - Useful for backups of email servers or remote backups of log data in the event that such a server is compromised. Sensitive...
**Data confidentiality** (`write-only`) would be achievable for these scenarios with the implementation of asymmetric crypto. **Data integrity** is a slightly different beast: While you can use asymmetric cryptography (and a...
(Perhaps relevant): Append-only can be achieved in Linux through the the `append-only` flag on a directory (which disable unlinking) along with the `immutable` flag on the files. The commands responsible...
This will be nice, and now that we are getting a cache the fundamental building blocks are starting to be in place! https://github.com/restic/restic/pull/1040
`ocaml-lzma` and most of the other "OCaml" libraries that deal with compression that I've encountered so far (apart from `decompress`) are simply thin bindings to C implementations, so it is...
Right, but where is LZMA needed?
Would `meta_conv` or similar work as an alternative to if Jane Street refuses to remove the added bloat dependency?
@diml nothing should ever be `{build}` unless it has no consequence for the built package.
@paurkedal Yeah, I wish I know how to make `opam` disregard the `{build}`. It's awkward that a fresh install will differ from a freshly updated+upgraded installation of opam due to...
I semi-frequently need to talk to servers that only support legacy protocols, SSL 3.0 and SSHv1 being particularly painful, so I'm a little bit sad about the prospect of support...