Alex Coventry

Results 18 comments of Alex Coventry

No, javascript is enabled, and the button would toggle from "online" to "offline" when I clicked on it. It could be my ad blocker, I suppose. I will experiment. Thanks...

I was, but I haven't used Lua Torch since, have forgotten the details in the past year, and I'm unsure where I put my notes on it. If they turn...

This is a bit hacky, but seems to work with cursory testing. It at least outlines one possible approach. Happy to make a PR to `emacs-solidity` if there's sufficient interest....

@hrkrshnn , would you mind adding the `solidity-at-vsemi-p` function from above and ```elisp (add-hook 'solidity-mode-hook '(lambda () (interactive) (setq c-at-vsemi-p-fn 'solidity-at-vsemi-p))) ``` to your `~/.emacs` (or whatever configuration file you...

@hrkrshnn , have you had any issues running this change?

@LefterisJP, I'm not comfortable putting this in production code, because it's a hack. If someone else wants to take responsibility for it, they should go for it.

Thanks, @nikkolasg. I'd be grateful if you could expand on why that's the minimum number of shares which can guarantee safe execution of the protocol. (A reference to the relevant...

I think the source of my confusion may be that the usage of `t` is overloaded in the code. On the one hand, `t` is the number of shares needed...

No worries, @nikkolasg. Another way to look at it is to distinguish between the sharing phase and the reconstruction/MPC phase. In the sharing phase you may need a majority of...

I was talking to @pmiller10 about openai/InfoGAN#14, and he mentioned it had worked for him with tensorflow version 0.12, and prettytensor pinned as here. Just checked that it does work...