Advent of Code 2023 – Day 5
I'm trying to solve all the Advent of Code puzzles in this video series.
Unlock the full potential of Ceph debug flags in this insightful video! Join us as we explore two crucial debug flags: file writing and memory persistence. Learn how to set and leverage these flags to enhance your Ceph system’s performance and ensure data resilience in case of a crash.
We will read an old USENet post about a real programmer.
We build some important tools, the M4 compiler and libraries needed by the system.
We look at what will come in the next release of java. Java 13, this release will boost your development and help you get up and running.
We look into using mdx-deck to create a slide deck with code and react.
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.