Linux by example – Creating test tooling
We talk about building the test tooling we later will use to test the compiler and build systems.
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…
We will reverse engineer some code to figure out how it works and talk about different techniques to understand code.
We look into how to use the amazon s3 object storage API. After that, we changed it over to use our Ceph cluster and store objects in that storage engine. The s3 API is straightforward to use, and many storage engines support it out of the box.
I try to solve Advent of code puzzles during the 2024 event. Please share your solutions and be a part of this great community.
We look into how to record video in OBS so we can import it into Davinci Resolve in Linux.
We implement a simple REST web server using pure java. Both with socket server and using the HTTP server implementation currently in Java.