Advent of Code 2023 – Day 9
I'm trying to solve all the Advent of Code puzzles in this video series.
I try to solve Advent of code puzzles during the 2024 event. Please share your solutions and be a part of this great community.
We look into what the error about global id reclaim when you upgrade your Ceph cluster is all about. I got this error when I installed my new cluster and had to solve the issue. After reading about the reclaim of the global id I understood that it was a really bad practice and I’m…
We look at what will come in the next release of java. Java 13, this release will boost your development and help you get up and running.
We look at the posibility of coding python in order to change your minecraft world. Adding blocks with python and creating buildings and games in Minecraft. Adventure in Minecraft: https://ift.tt/2UpJuvQ Castle code: # Import necessary modules import mcpi.minecraft as minecraft import mcpi.block as block # Connect to Minecraft mc = minecraft.Minecraft.create() # Get the players…
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 using mdx-deck to create a slide deck with code and react.