Advent of Code 2023 – Day 14
I'm trying to solve all the Advent of Code puzzles in this video series.
In this video I revisit the topic of cephadm, last time I thought it was not ready for production but I show off some of the improvements that have been done in the process. We talk about the different steps required in the console to get the cluster started and then I look at the…
We look into setting up an RBD pool and running an SQLite database directly against the cluster. We check what languages have built-in support and how to work with the tools available.
Trying to implement a SQRL login for Websphere Commerce I ran in to the issue of changing the logged in user from another session. To accomplish this I used the persistent sessions in commerce fetching an activity and changing what user ran in that session. If you want to enable this behavior you need to…
In this video, we look at installing stable diffusion in a Ubuntu environment. This entails making our GPUs available and running stable diffusion on your command line. Install stable diffusion locally. First we need to download the repository and create a new python environment. If you want to run this on the server the environment…
We look into the PWNKit vulnrability and how it works. PWNKit is a linux exploit that have been in linux environments for over 12 years. We look at how it works and what is required to be vulnrable and different approaches to secure your system.
We look into how to create TFRecords to and handle images from a custom dataset. Later we load these records into a model and do some predictions.