Advent of Code – Day 16
We solve the day 16 challenges for the Advent of Code.
I needed some test data to migrate into Vitess and training on GUI work. In this video, I go through the code I created to convert the …
I talk about my experience of switching over to Linux, the pros and cons. I cover topics like games, speed, stability, simplicity and much much more.
We look at what will come in the next release of java. Java 13, this release will boost your development and help you get up and running.
I discuss the solution to the legal battle going on around the Google Play Store and Epic Games. Kubernetes at scale managed for …
We talk about building different file utils and how they can be stringed together to great usage.
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…