In order to prepare to conduct a technical interview of a potential future co-worker, I decided to try to solve the problem we would be presenting to the candidate. I chose to do it in Rust (even thou... (more…)
Read more »
This post is about how I booted to bare metal Rust on x86_64.
My goal is to describe my learning path and hopefully get
you interested in things I talk about. I’ll be very happy if you
find this content useful. Note that I’m a begginer and I may be wrong
... (more…)
Read more »
Rust is a young systems programming language that aims to fill the gap between high-level languages—which provide strong static guarantees like memory and thread safety—and low-level languages—which give the programmer fine-grained control over data layou... (more…)
Read more »
Did you know that macOS has a secret setting that can make Rust builds faster? It can also make Rust tests faster (sometimes massively so). It probably even has similar effects for other compiled languages such as C, C++, Go, and Swift. It sounds crazy, b... (more…)
Read more »
A more powerful alternative to sysctl(8) with a terminal user interface 🐧 - GitHub - orhun/systeroid: A more powerful alternative to sysctl(8) with a terminal user interface 🐧... (more…)
Read more »