-
I've noticed that a lot of the code in Ch 6 is constantly setting `random_state = 1`. I may be wrong, but I'm fairly sure this is equivalent to fixing the random state of the PRNG at each function cal…
-
## Current behavior
When adding this package as a dependency you must have Rust installed and compile the Nifs locally.
This is not a terrible overhead but could definitely be improved.
## Sugges…
-
```
cargo build -v
Fresh cfg-if v1.0.0
Fresh autocfg v1.1.0
Fresh unicode-ident v1.0.6
Fresh version_check v0.9.4
Fresh once_cell v1.17.0
Fresh pin…
-
I don't know what's happening here, but I'm proud to have caused a 😱-level compiler crash! 😆
Sorry for these walls of text:
## Crash
```
[jan@framey roc-random]$ export RUST_BACKTRACE=full
…
-
I'm trying to compare the difference between xsimd and naive implementation of the demo described in "Usage". And I notice these two methods to use simd register make performance differ too much. Her…
-
This post lists review questions on several documents I have written.
----
----
**The requests and open questions for all my articles are now in a dedicated page: [Requests and Open Questions](…
-
cargo audit checks security vulnerabilities in a package. This can help us reduce the number of potential security issues if we take care of them.
Example command:
$ cd move
$ cargo audit --color…
-
Hi, I'm trying to build rustdesk on the master branch for Windows (I assume it's the nightly build since the nightly "Source Code.zip" is dated October 20 2022).
I followed all the steps from the d…
-
Can you please tell me the use cases where a _"non-monotonic"_ Ulid should be preferred over a _"monotonic"_ Ulid? I expected that the generation of a `MonotonicUlid` is much slower than a _non-monoto…
-
Hi, I meet segmentation fault when building my application by gcc and link with libmclbn256.so (mcl is build and installed to /usr/local/lib by clang). But if I build with clang++, it runs fine. I che…