Advent of Code 2024 – Day 16 – Reindeer Maze
I try to solve Advent of code puzzles during the 2024 event. Please share your solutions and be a part of this great community.
Looki Looki No Hands, Automatic install of Ubuntu server. Extracting all the files from the original ISO mkdir source-files xorriso -osirrox on -indev ubuntu-22.04.2-live-server-amd64.iso –extract_boot_images source-files/bootpart -extract / source-files Edit the boot menu menuentry "Autoinstall Ubuntu Server" { set gfxpayload=keep linux /casper/vmlinuz quiet autoinstall ds=nocloud\;s=/cdrom/nocloud/ — initrd /casper/initrd } Repack the ISO from the files…
We solve the day 17 challenges for the Advent of Code.
I talk about some maintainance I had to do recently where we switched the public network of our monitors, removed the cache tier and remove massive amount of objects and all the problems we encountered and handled.
We will talk about what HacktoberFest is and how to contribute. The HacktoberFest 2021 is a really good way to get into open source, boost your CV and help out your fellow programmers.
I’m trying to solve all the Advent of Code puzzles in this video series.
We talk about building the test tooling we later will use to test the compiler and build systems.