Jeremy Rand
Jeremy Rand
Currently, the functional tests for DNSSEC-Trigger disable DNSSEC. We should add tests that enable DNSSEC.
It would be cool if FEX could be ported to ppc64le, e.g. [Raptor POWER9 systems](https://www.raptorcs.com/content/base/products.html). Would there be potential interest in this?
**Motivation** PyTorch and ncnn are not particularly efficient with large CPU thread counts, presumably due to having to synchronize the threads. As a result, on systems with large thread counts...
Splitting out from #2070 since this deserves its own issue. Quoting @theflyingzamboni: > Since you have so much RAM, I'm wondering if you'd be willing to run some tests. I've...
Hey, sorry to bother you on GitHub -- do you know who runs the Namecha.in explorer, or how to contact them? I'm trying to report a technical issue with that...
From [this comment](https://github.com/ptitSeb/box64/issues/242#issuecomment-1052656727) by @ptitSeb : > SSE/SSE2 instruction are converted t the underling SIMD instruction. Same for x87 that are converted to Float and Double operation (ignoring 80bits operation...
Fixes https://github.com/kyuupichan/aiorpcX/issues/39 ; tested with a lightly patched spesmilo/electrumx on Whonix 15 and seems to work fine with the SOCKS Unix socket that Whonix provides. Let me know if anything...
It would be useful to support SOCKS over Unix sockets (not just IP sockets). This is considered a best practice for security-related software, as it makes sandboxing much easier. Would...
# Steps to reproduce 1. Run `name_autoregister` in a loop for circa 20-30 names, before any of the registration transactions are broadcasted. # Expected result No errors. # Observed result...
If no address reuse is occurring, we would expect all addresses to fall into one of the following categories: 1. 1 transaction; positive balance. 2. 2 transactions; 0 balance. I'm...