Linux by example – GCC, Ncurses, attr and bzip2
We are in our new linux environment and create gcc compiler that will be our final compiler. Then we look at some text manipulation libraries, compressors and file attribute tools.
I discuss the solution to the legal battle going on around the Google Play Store and Epic Games. Kubernetes at scale managed for …
We look at configuring and running training in the cloud.
In this video we setup rust jni to call a rust function from java using jni. Java native interface is a great way to enable quick calls to native code built in other languages like Rust. This approach can be used for other languages as well.
We compile and look at the code for the Tensorflow lite demo, looking at the key concepts.
After the build in the real system we need to verify that the correct libraries are used and the correct tools will create a viable executable in our new system before building the rest of the packages.
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…