Advent of Code – Day 18
We solve the day 18 challenges 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…
I show you how I test parsing functions in java using file testing; this is where I could add more files for each test case that I want to run. Testing this way makes your workflow quick and easy. Just add a file and then start to solve issues.
Getting started using ansible. In this example we will install sudo with ansible on Debian. The script will install all dependencies required and add a user to the sudo group.
We will read an old USENet post about a real programmer.
We look at two projects that tries to recreate a voice using extreamly small amount of voice data.
I will compile a version of Java 17 and try out the new switch statement. In the new Java version, the switch statement will give you a lot more flexibility when it comes to types and other interesting functions. Building Java gave me some insights into what is possible and not in Linux and Windows.