Higher kinded types and your favourite Haskell type classes for Rust - GitHub - bodil/higher at gatify... (more…)
Read more »
This is chapter 7 of a multi-part series on writing a RISC-V OS in Rust. (more…)
Read more »
Having a CI system is very convenient to ensure that your project contains no
bugs. But running tests locally before pushing is also a great solution. By
running tests before every commit, we ensure that each of them is working
independently (as they shou... (more…)
Read more »
I had a week of fun designing and optimizing a perfect hash table. In this video, I take you through the journey of making a hash table 10 times faster and s... (more…)
Read more »
This article garnered a lot of attention for my use of the word unsafe. Frankly it’s my bad for using terms like “debatably ethical” in a tongue-and-cheek way when it’s in fact hardly unethical: no one but myself is affected by potential unsafe bugs, as t... (more…)
Read more »