We build ceph from source

2021-06-27 23:06:03 - No Comments

We look into building Ceph from source. A build of Ceph is built from Github code using normal tooling. But I need to build my own packages as there is no new packages built for the Raspberry PI arm processor. There are quite some challenges and interesting things to keep in mind when building Ceph […]

Read more →

We look into the Java 17 switch statement

2021-06-20 23:06:03 - No Comments

I will compile a version of Java 17 and try out the new switch statement. In the new Java version, the switch statement will give you a lot more flexibility when it comes to types and other interesting functions. Building Java gave me some insights into what is possible and not in Linux and Windows.

Read more →

Java 17 – Clean Power

2021-06-13 23:06:03 - No Comments

In this video we look into Java 17, what is new with the 17 release of java that will come to a download site near you on the 14th of september.

Read more →

I explain the way I prototyping software tools

2021-06-07 04:06:02 - No Comments

When I do prototyping on new software tools I usually create something quick and simple in order to show the concept in a straightforward approach. This might not be the solution to use but in this video, you will see one of my prototypes and I talk about the process of creating tools for prototyping […]

Read more →