Jez Humble

Results 4 comments of Jez Humble

AMD CPUs are a problem because the model name doesn't actually tell you the frequency. For instance, the model you mention runs at 2.8 GHz, but there's no way to...

Hi Sartner The find() method does not only traverse the top level of the tree. It is recursive, employing the visitor patternhttp://en.wikipedia.org/wiki/Visitor_patternto visit every node in the tree. Thanks, Jez....

Here's a minimally hacky way to sign blobs with the python client in compute engine and cloud functions: https://gist.github.com/jezhumble/91051485db4462add82045ef9ac2a0ec

Thanks for the idea, but I'm not going to pull anything that isn't implemented on all currently supported platforms (_especially_ Windows, since that's the hard bit).