Linux by example – Building libraries and tools
We build some important tools, the M4 compiler and libraries needed by the system.
I show off an open-source project I started writing a RabbitMQ executor in Java. This little tool is something you can deploy on a machine in order to execute workloads from a RabbitMQ queue. The executor will run the commands defined by a file and return the result to another queue.
In this video, I look into how to record audio in javascript. I built this small page to help me out recording text strings for TTS training.
We talk about what is going to happen going forward for java and OpenJDK.
In this video I review the new Reef release of Ceph. This release is not generally available so I had to put in a bunch of effort in order to build it. I talk about the trials and tribulations with this project. All the different distributions and versions of operating systems I tried. I also…
I look into installing and using TopGrade to upgrade all kinds of packages from a lot of different package managers in Linux and Windows. There is support for Mac as well but I was not able to test that.
I’m trying to solve all the Advent of Code puzzles in this video series.