This is a space where I express my thoughts and opinions on mostly technical things - sidkshatriya/me... (more…)
Read more »
tldr: Rust/coreutils is good enough to boot a Debian with GNOME, install the top 1000 packages, build Firefox and the Linux Kernel. (more…)
Read more »
This book aims to explain Futures in Rust using an example driven approach. (more…)
Read more »
I used to think that macros were just a feature that a language
included or lacked. In practice, there’s a huge design space of how
macro systems can be implemented. (more…)
Read more »
A friend posted the following pipeline to find all the firmware files for a set of Linux kernel modules: find /lib/modules/4.9.0-2-amd64/ -name '*.ko' | xargs modinfo -F firmware > /dev/null As an exercise in systems programming, I was curious how... (more…)
Read more »