Advent of Code – Day 15
We solve the day 15 challenge for the Advent of Code.
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…
We look into how to set up WireGuard on a Linux system. In this case, we use Debian in order to create a tunnel between two nodes using WireGuard. The setup is quite easy because WireGuard has strong opinions about what should be available and that means that the setup doesn’t have that many things…
I started to use a lot of the paint functions in Java at work and I wanted to create an example that could teach me about the different shaders available in Java. The paint interface is not something you come across if you don’t draw things in Java but having an understanding of the possibilities…
I’m trying to solve all the Advent of Code puzzles in this video series.
We look into how to setup webpack to package our Polymer 3 application.
In this video, we look into installing the Horizon dashboard and the Cinder volume storage. The volume storage will utilize Ceph as a backend, so we take a couple of extra steps for that to work.