Java ahead of time compilation
We look into the different ways that your Java code can be executed and how this impacts performance.
We look into a Travis CI configuration file in order to test Android projects.
We look into how to create a simple chat using the OpenAI Chatgpt API. We talk about context and how to use it to improve our …
In this video we will look at abstractions of code and the performance of different programming languages and what different code can impact the performance. But the specific abstractions may give you improvements in readability and structure.
In these videos I try to solve problems in the SANS hacking challange.
We will look into Ceph Dokan which is a new library and command-line client in order to mount your Ceph cluster to a drive letter in Windows 10. Ceph Dokan still very much in beta but it can pretty easily be installed and mounted using some Windows voodoo.
We look into how to setup Sonatype Nexus in order to proxy downloads of debian packages or docker images. All by using the S3 interface of Ceph RadosGW. I will talk about the challanges I faced when setting up the RGW and pushing docker images. Not the best solution for my use-case but it might…