Do you remember the time when
one developer broke half of the Internet?
Earlier this year a package called
left-pad was pulled from the NPM
registry (a counterpart of crates.io for the JavaScript folks). This caused...
some drama, to say the least. Shall ...
Read more »
I don't see an issue for this. The behavior of binary_search_by changed in #74024 such that the result of the function after the patch is not the same as before. While not directly responsible ... (more…)
Read more »
As I’ve worked on my Pushrod library over the past year, one of the major struggles I encountered was trying to figure out how to draw using just the GPU, instead of drawing directly to the on-screen Canvas. (more…)
Read more »
I’ve been working on a project for a few months now, and I’m very excited to be ready to share it with other people. Its called cargonauts, and its a web framework for Rust, built on top of tokio… (more…)
Read more »
Turning rusty tech into Rust ~ When you need to FTP but don’t want to... (more…)
Read more »