Richard Ulmer

Results 10 comments of Richard Ulmer

Disclaimer: I am not a cryptographer, so maybe I misunderstood the spec. Looking at the [spec](https://age-encryption.org/v1), I think it's impossible to do this. The best that could be done is...

I think this might be solved in https://github.com/occivink/kakoune-snippets/pull/35 and https://github.com/occivink/kakoune-snippets/pull/37.

@evdcush: You seem to be able to build these wheels. Could you possibly take a look at this? TensorFlow 1.12.0 GPU (CUDA 9.0, cuDNN 7.1), Python 3.6.*, Buntu 18.04 would...

Thanks for the heads up, but it seems [the wheel](https://github.com/schrepfler/tensorflow-community-wheels/releases/tag/v1.12.0) doesn't support Cuda compute capability 3.0. I get the following warning: `Ignoring visible gpu device (device: 0, name: GeForce GTX...

@pasikon Do you have a source on that? Upon research I found wheels of tensorflow 1.12.0 *for Windows* with Cuda compute capability 3.0 support [here](https://github.com/fo40225/tensorflow-windows-wheel). I guess anyone who is...

Sorry for the delayed response. I have now tried older tensorflow releases and finally got something to work: - tensorflow-gpu 1.3.0 - keras 2.0.9 - cuda-8.0 - cuDNN 6.0 Got...

Sorry for the late response. I thought a little more about your request, but I still don't feel like this is a common requirement. I'll keep this issue open, to...

Thanks for the info and thanks for implementing `Rename()` so quickly. I'll check out your fork.

Thanks for sharing your idea! Hardcoding config for things that shouldn't usually change is a design decision I took from the suckless community. I'm not yet convinced I should complicate...

Hmm, I'm still not too convinced improving atto for this is necessary. Can you elaborate on why you nodes go down so frequently? I feel like you have chosen a...