Personal website of Matthias Endler, a Software Engineer interested in low-level programming and backend development. PHP, Python, Go, Rust. (more…)
Read more »
In the previous post I covered the binary representation of the Flattened DeviceTree or DeviceTree Blob and was already starting to work on memory management for my hobby project, but I got stuck for quite some time trying to come up with a reasonable way... (more…)
Read more »
The Parity Bitcoin client. Contribute to paritytech/parity-bitcoin development by creating an account on GitHub. (more…)
Read more »
Concurrent programs suffer from data races. To prevent data races,
programmers use locks. However, programs can eliminate data races only when
they acquire and release correct locks at correct timing. The lock API of C, in
which people have developed a la... (more…)
Read more »
I recently completed a #100binaries series on Twitter wherein I shared one
open-source Rust tool or application each day, for one hundred days (Jul—Nov
2020). This post lists binaries 1–50.
See page 2 for binaries 51–100.
(more…)
Read more »