Max Gillett
Max Gillett
If you are on arm64, you can build the docker image locally by running `docker build -t wireguard-socks-proxy .`
Try adding `--privileged` to the `docker run` command.
I believe there shouldn't be a trailing forward slash for the local volume: "/home/pirate/wireguard"
On a similar note, I believe we need a mechanism to store data that is shared between kernel calls. For example, in the transaction kernel, vault contents of the prologue...
A sketch of a potential implementation for `crypto::smt::get` that uses the `mtree.get` operation and is compatible with the u64 `SparseMerkleTree` advice set is below. Note that many stack manipulation operations...
To clarify the above, extension nodes can represent either a compacted leaf or branch node, similar to Ethereum's MPT. For example, a sparse Merkle tree of depth 3 with a...
By the way, I noticed that there's an error in my second and third example: the depth in the extension node (orange box) should be 2, not 3. > 1....
The probability that, given an internal node exists in a SMT at the specified layer depth, only a single branch extends from it (as opposed to two branches) is plotted...
I'm getting the same error: `./tensorflow/core/kernels/eigen_pooling.h:354:9: error: cannot compile this builtin function yet` and I'm not building with extra compile flags, just: `bazel build --config opt --config=sycl //tensorflow/tools/pip_package:build_pip_package`. Is there...
Really nice work @jonathanjameswatson :) Any ETA on the second review? As others have stated, it would be nice to finally make the switch from Vim once this is merged.