pond
pond copied to clipboard
Pond
Frankly, the user experience for setting up an account is pretty bad (it asks you if you want to import a statefile, which 99% of users won't). But... it is...
users?
Are there any pond users out there I can test with?
The [website](https://pond.imperialviolet.org/) has been down for months. Any plan on fixing this? Or is this project dead?
Hello, After successfully installing Go on the latest version of Rasbian, followed by all of the other dependencies and packages the instructions suggest I am running into the following error...
The transport used by pond in github.com/agl/pond/transport seems like something that might be a good reusable cryptographic protocol for other projects. Apart from a couple of other pond dependencies relating...
As per `man dup3`, this is the same as dup2 with empty flags (last argument) and if the two fd arguments are not equal, as is the case here in...
$ ./bin/client Jan 14 19:39:08: Fatal error: tpm: layer: tpm, code: 0x12: No SRK Unfortunately, I don't know which version of pond this is (see https://github.com/agl/pond/issues/212). This is a Google...
I'd like to know what version of pond I have here. Ideally the answer would be a git commit id, but I'd take a self-declared version number or string, too....
The [setup instructions](https://pond.imperialviolet.org/) failed on the latest Tails release (1.7). The instructions are for version 1.1.1, and I am not familiar enough with Go to check if it is a...
This is because `client/disk/disk.go` uses `Dup2` which is not available on arm64 - see https://github.com/golang/go/issues/11981 Possibly `Dup3` can be used instead, not sure though. See also https://buildd.debian.org/status/package.php?p=pond&suite=experimental