A fast multi environment ssh connexion manager. Contribute to abdoufermat5/bayesian-ssh development by creating an account on GitHub. (more…)
Read more »
One month ago the Rust team put out a call for blogs
2020. I quite
like these posts because it provides an occasion to provide perspective on all
of Rust, by everyone. In this post I'll look back at Rust's development over
2019, and cover topics that seem... (more…)
Read more »
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects. (more…)
Read more »
slice::sort_unstable will fall back to heapsort if it repeatedly fails to find a good pivot. By making the core child update code branchless it is much faster. On Zen3 sorting 10k u64 and forcing t... (more…)
Read more »
Compiling Rust to WebAssembly is still difficult. On macOS, there are weird bugs that require reinstalling LLVM and moving files around. On Linux, the official Emscripten binary in many cases isn’t bundled with the right LLVM, and the fix is to compile fr... (more…)
Read more »