Steven Brudenell
Steven Brudenell
I have the same problem, using s3fs with backblaze b2. I have: ``` # s3fs --version Amazon Simple Storage Service File System V1.91 (commit:unknown) with OpenSSL ``` ``` s3fs -f...
I did some more testing. * This issue does not occur if I use `-o nomixupload`. With that option, I just get a single upload id with all my data,...
Maybe a clearer way to say what I mean is: x -> y is not a breaking change. Another way: x matches "^y" according to npm version matching idioms. (or...
Apparently `btrbk` *does* delete incremental raw files today, and *does* preserve ancestors. I see the following debug output when incremental raw backups would be deleted per `target_preserve`: ``` Found parent/child...
> s3fs I've been trying to get this to work. There are a number of issues. * fuse is an operational burden, and docker doesn't help. * fuse in a...
SHA-1 chosen-prefix attacks are now in the [USD 10k-100k range](https://eprint.iacr.org/2020/014.pdf). This presents a very real threat, for example against bittorrent-distributed software that might be used by dissidents or whistleblowers. BitTorrent...
SHA-1 chosen-prefix attacks are now in the [USD 10k-100k range](https://eprint.iacr.org/2020/014.pdf). This presents a very real threat, for example against bittorrent-distributed software that might be used by dissidents or whistleblowers. BitTorrent...
> @sbrudenell What potential attack vector do you see could be used against a torrent file, or its usage? I admit I don't have a specific vector in mind, but...
Fastly uses the `DST Root CA X3` cross-signed certificate as of writing. So no one can load any of the published Alpine Linux netboot images from https://dl-cdn.alpinelinux.org, or anything else...
For naming, I've been using variations on `breaking`, like ```python def is_breaking(v_from, v_to): ... ``` It implies more direction than "compatible with"