Aleksa Sarai

Results 785 comments of Aleksa Sarai

I mentioned parity and other such topics in #6.

Other key question is whether we should have an extra page for redundancy (using solomon-reed) so that if one page is lost you're not completely screwed.

I have thought about adding a "backdoor" password which lets you recover the document if you remember the password, but it's not supported yet (also this project is still a...

A 1-threshold scheme is the same as just having the secret key (it's a degree-0 polynomial with the constant being the secret -- so `f(x) = secret`). I guess we...

Does this happen if you use the `-e` (exact / no fuzzy search) option? KoReader has some code that works around the fact that sdcv can output the same entry...

This is a duplicate of #32.

It's a bit odd that you get an error that indicates the unprivileged wrapper code was used (when you were running it as root without `--rootless`). But assuming you just...

Alright, I'll try this in a Bionic VM. > type=49 means the file is a hardlink (ASCII character 49 (took me too long to figure this out :sweat_smile: )). We...

Yeah originally this wasn't implemented because distribution-spec wasn't finalised at the time (and we had various alternative approaches being discussed at the time). This could be implemented fairly easily by...

Thanks -- it looks like this was a `go mod vendor` regression -- the change came from #279 (where a fix was made related to a different `go mod` regression)....