Alan Jenkins

Results 29 comments of Alan Jenkins

Thanks! Knowing this, I can switch the URL from `https://` to `http://` and have it work in Chrome

:-1: We shouldn't DONTNEED the user's files. `bup` reverted this to fix a reported bug. We still haven't gathered any positive proof, and Linux was fixed in 2011: - https://lkml.org/lkml/2011/2/21/56...

[fadvise SEQUENTIAL is supposed to help as well, since about 2009](https://github.com/torvalds/linux/commit/4917e5d0499b5ae7b26b56fccaefddf9aec9369c). Unfortunately not - at least not as well as DONTNEED. [Negative results](https://www.dropbox.com/sh/jd04kuz03t98kg6/AAC3U8sPyzjYj7TZNtBLwlZXa?dl=0) published for any other project looking at...

Right, so my concern in #158 wasn't an issue (

Obviously there's a few lines of code here, but it's not intrusive. I tried to keep it as simple as possible. It's still slightly clever, but there's no point using...

Thanks for the style hint!

This' a bit less noisy and should work on Windows :). I saw elsewhere Windows isn't supported. So`"%j"` (as in borg) is fine, and I agree `uintmax` is nice and...

It's a problem with native Windows. http://stackoverflow.com/a/22537979/799204 Apparently Cygwin is a whole 'nother library, so if you're using that then I don't know. I'd _like_ to think it supports a...

Are people seeing IO-wait (`wa`) in `top`? That would explain the confusion about not maxing out cpu usage, because pure IO-wait is not treated as cpu usage. When attic is...

Maybe "comparable" in the absence of hardware support. Bernstein gives comprehensive benchmarks. The best case shown below works out at 4.5 cycles/byte, v.s. 6.7 for GMAC. http://www.cryptopp.com/benchmarks-p4.html http://cr.yp.to/mac/speed-fireball.txt.bz2 However full...