This is a day long course to quickly learn the inner working of hypervisors and techniques to write them for high-performance fuzzing. (more…)
Read more »
So, I’m a big fan of FRP for UI. I love to use it on the web. React and other frameworks sort-of follow FRP. For the Desktop, and… (more…)
Read more »
:mailbox_with_mail: Easily and securely share files from the command line. A fully featured Firefox Send client. (more…)
Read more »
Static variables are available
throughout the entire life of a program. They are allocated in a block of
memory known at compile time. Due to that, they tend to represent global
state that the program can access.
It's getting especially tricky if one stat...
Read more »
Rust is a systems programming language focused onspeed and safe concurrency, and which I’ve been using for personal projectsheavily since the 1.0 release las...
Read more »