How to create a self signed certificate
We look at creating self signed certificates and get them working with your docker image. We talk about different encryption and authentication algorithms and other configuration options.
We look at using XML transforms and testing the result using XSpec
I’m trying to solve all the Advent of Code puzzles in this video series.
We talk about the Folding@Home project, where it came from and what kind of problems it will cover and how it works.
In this video, we talk about Open WebUI, an open-source ChatGPT that you can run locally. It’s a front end that simplifies the use of …
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.
We talk about the struggles I had with running inferences in Java using a Keras model in tensorflow. This is the train.py used in this example. import tensorflow as tf #import tensorflowjs as tfjs import os from datetime import datetime from tensorflow.keras.models import Sequential, Model from tensorflow.keras.layers import Conv2D, MaxPooling2D, BatchNormalization, Layer from tensorflow.keras.layers import…