Advent of Code 2023 – Day 1
I'm trying to solve all the Advent of Code puzzles in this video series.
We talk about the requirements for home work and what experiances we have gained working from home for a couple of years.
We look into how to use Java to create an image classification model using TFRecords and train it with python. Then we will read that model in TensorflowJS in order to predict images.
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 …
We look at the differences in how we do HTTP requests today in Java 8 vs the new incubation project in Java 9 for HttpClient.
In this video, we look into the database library Galera for MySQL or MariaDB. It enables replication over multiple hosts where each host is a master and replicated to the other hosts so it’s eventually consistent.
I write a lot of small java applications and need a good command line interpreter. Apache Common CLI helps me keep track of options and arguments. Apache have a lot of great tools in their tool chain and even if some of them are common they have a great track record of usability.