Linux by example – Verifying glibc build
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.
I’m trying to solve all the Advent of Code puzzles in this video series.
We will discuss how to contribute and be a good citizen of a open source community. We talk about guidelines and licenses. We also look into code style and pull requests.
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.
I had to setup a docker image that could handle request in an API using async jobs to do the actual workload. This means that I had to have something running in the background async while also having a docker image with web server and php.
We will talk about how to start a web server using Java with the release of JDK 18 in Marsh of 2022. Java has not had an easy way to start a web server but there might be a change coming.
In this video, we improve the JavaCNN repository adding new image readers to get your test and training data.