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 »
Unless you prefer to define registers, addresses, and toggle bits manually, the simplest Rust “Blinky” program for an Arduino Uno board consists of the following: (more…)
Read more »
Rust and C++ are two popular systems programming languages. For years, the focus of C++ has been on performance. We are increasingly hearing calls from customers and security researchers that C++ should have stronger safety guarantees in the language. C++... (more…)
Read more »
While this post's title is a mash-up of "Hitchhiker's Guide to the Galaxy" with Dijkstra's 1968 letter, " Go To Statement Considered Harmful...
Read more »
Display and MQTT light sync utility built in Rust. Contribute to hendemic/zync development by creating an account on GitHub. (more…)
Read more »