Results 29 comments of Steven B

Actually, I've been doing some research with this and what should _really_ happen is that the search needs to degrade to a linear search in the event that sorted(wordlist) !=...

No, because then the result would be incorrect. The whole point is that the spec says that the 11 bits correspond to the index of the word in the given...

I fixed this with a pull request https://github.com/vbuterin/pybitcointools/pull/141 It uses a hash table for the index lookup and word check operations which is O(1) and doesn't require locale-dependant string comparisons...

> Unfortunately wordlists will always have ongoing issues, both because of different standards (electrum 2.0 / bip39) and locale This patch fixed the locale-based search issues because it uses only...

Hi there > bunny example is leaking and never complets Try editing the size of the framebuffer. It's not leaking memory to my knowledge, but by default it generates an...

Why does your spec differ from the existing ND array functionality extension inside UBJ (using the @ character) It looks to provide the same functionality exactly, with the same ordering.

There was a draft 13 posted online...but no, the array syntax was never "accepted" per se. The debate about how to move forward with UBJ for the draft 1.0 spec...

> AMD Radeon Adrenalin Software must be installed to run this tool (for all modes except for Offline Vulkan and ROCm OpenCL). Am I misreading this message? On future versions...

Minor correction: I was able to get something working using the [following VCCS-based subcircuit](https://www.falstad.com/circuit/circuitjs.html?ctz=CQAgjCAMB0l3BWcMBMcUHYMGZIA4UA2ATmIxAUgoqoQFMBaMMAKBTGxABY4QUfuXPHwFohITgFsAhgA8AFAGMG8gEYNpASgD0YOoQYyF0hqoA0kTRc0sA7t15phPKvyqQ7IQhhThiv718UfihPFz4fbmJCCN8PACcHKlwuJNioZHg4MOiJbBjw7HzQ+0LiwshUj1LcooLaytC0cnCnPJi21IBhAGc6ABc2SBbHSLr01IBLADshltrihEJk8pAAewBXQaA). This should show that it can be done convergently.