Advent of Code 2022 – Day 11
I'm trying to solve all the Advent of Code puzzles in this video series.
We look into how to build docker images for performance. Talk about the compromises between speed and size.
Doing a manual upgrade of my Ceph cluster. In the same process, I get the Debian operating system upgraded that my Ceph cluster is running on. The new version of Ceph called Pacific requires some extra measures and when you’ve updated you can’t go back.
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 …
Installing Vitess manually on Debian Bookworm. This Vitess script will install Vitess 20.0.1 on MySQL 8.0.32 using Debian Bookworm as an operating system. Vitess requires MySQL 8.0 at the moment because some features are deprecated in 8.4. And the configuration package for MySQL 8.0.32 requires Bookworm. Prepare system First we need to install a couple…
We look into how to run Flutter on Linux, Windows and on the web. What is the current status and what can you acheive if you want to try it out.
Using the material design we create a new web component with an input box and label.