/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

gusc.lv
| | mcuoneclipse.com
5.1 parsecs away

Travel
| | This is the second part of series or articles how to use the Microsoft Visual Studio Code for embedded development on ARM Cortex-M. In this part I'm going to show how to create and build a project using CMake running Make or Ninja as build system. Building with Visual Studio a simple ARM Cortex-M Project...
| | berthub.eu
7.3 parsecs away

Travel
| | Welcome back! In part 4 we went over the nitty-gritty of lambdas and how to store them, we explored the relation between the various C++ algorithms and containers, plus we took a stroll through some non-standard containers with exceptional capabilities. Note: part 1 is here. In this probably final part 5, we'll be going over some of the most powerful stuff in modern C++: "perfect" reference counting and the concept of std::move.
| | calebfenton.github.io
6.8 parsecs away

Travel
| | When analyzing malware or penetration testing an app which uses a native library, it's helpful to isolate and execute the library's functions. This opens the door for debugging and using the malware's
| | www.integralist.co.uk
18.3 parsecs away

Travel
| I've been learning Rust recently. This will probably be my third (lazy) attempt to learn the language. The reason I've failed previously is simply because I had no reason to learn it. Other than the memory safety aspects, which I like a lot, I don't actually like the design of the language at all (but that's a conversation for another day). This time around I want to learn the language as it's pertinent to my job.