Advent of Code 2020 – Day 9
We solve today's challenge at the advent of code 2020. Come join us and have some fun.
2024-07-09 17:12:13 Tuesday In this video we look at how to install stable diffusion in a docker container. This entails making our GPUs available in docker containers and running stable diffusion in a listening mode. We also enable the capability to run extensions inside of the container. Nvidia docker First of we need to get…
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…
In this video, we talk about how to set up a Ceph cache pool and tier your cache in order to improve read and writes. There is a lot of cache settings that we could cover but I will talk about the most important values you can set on a pool to cache your data…
I’m trying to solve all the Advent of Code puzzles in this video series.
We look at what will come in the next release of java. Java 14, this release will wrap up development for the long time support release.
In this video, I look into how to record audio in javascript. I built this small page to help me out recording text strings for TTS training.