Daniel Speed

Results 27 comments of Daniel Speed

I've typically worked by copying the code from the editor, then copying the tests from the editor tests tab. I don't think that the alloc-attack test shows up in either....

I made a quick and dirty modification locally to match the form in the examples I posted, and it seems to work on a test deployment that I did (fwiw)....

I'll try to post a CloudFormation definition of a dynamoDB table that I've successfully deployed on Monday - it seems to me that the other template is wrong, and the...

go-sync uses a fixed block size like rsync, but will combine continuous missing ranges when it analyses the file. It can then decide the maximum range length that it will...

I don't know of anyone who is using gosync in production, and still wouldn't recommend it personally. I'd like to continue to poke at it, but it hasn't been easy...

Noted - I'll try and pick up the effort again once things are a little less crazy.

GoSync does binary differential patching by matching first weak rolling checksums and then strong checksums. It uses the blocksource interface to do requests for ranges of the source file.

There is some stuff missing for support of compressed blocks at the moment - particularly the block source implementation would need to translate a request for a set of blocks...

I'm working on some changes that should help to enable this by pulling the block source base lookup of the start and end of a block into an interface (which...

I'll hopefully have a look at compression soon