A few weeks ago, two C++ bloggers initiated a challenge: use the shiny new features of C++17 to write a small program that manipulates CSV files. The link is to the results; you can see the examples people came up with. I decided to implement it... | Stev... (more…)
Read more »
Writing an OS in Rust. Contribute to phil-opp/blog_os development by creating an account on GitHub. (more…)
Read more »
When people talk about code coverage, they’re referring to metrics which show
how much of their source code is “covered” by their tests. Now covering the code
is of course only the first step, the tests actually have to test the
functionality in a meani... (more…)
Read more »
Naivechain implementation in rust. Contribute to erenoku/naivechain-rs development by creating an account on GitHub. (more…)
Read more »
Thanks in part to Linkerd's performance numbers and stellar security audit report, there's been a recent surge of interest in Linkerd2-proxy, the underlying proxy used by Linkerd. I've been working on Linkerd2-proxy for the majority of my time as a Linker... (more…)
Read more »