The interfaces between C and Rust in the kernel have grown over time; any non-trivial Rust dri [...]| LWN.net
Our challenges and learnings from trying to make portable, cross-language SDKs.| Flipt
An in-depth look at the Ada programming language, its history, and what it has to offer developers today. As well as a fistful of my humble opinions.| ajxs.me
The Dark Arts of Advanced and Unsafe Rust Programming| doc.rust-lang.org
The essentials of the Rust programming language in one post| GeekLaunch
How we chose the Rust programming language to advance the state-of-the-art in real-time communication| blog.tonari.no
Build Scripts| doc.rust-lang.org
The Dark Arts of Advanced and Unsafe Rust Programming| doc.rust-lang.org
tl;dr - I finally got around to releasing exceptionfree-readfile, a small haskell package for reading files without logging exceptions when running a binary built for profiling (+RTS -xc -RTS). Why write exceptionfree-readfile? I decided to create exceptionfree-readfile while trying to clean up the output of my +RTS -xc -RTS output (I also wrote about it on reddit). For those unfamiliar, when haskell programs are built with profiling enabled, the runtime system can be triggered with special o...| vadosware.io