Advent of Code 2023 – Day 17
I'm trying to solve all the Advent of Code puzzles in this video series.
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…
We solve todays challange at the advent of code 2020. Come join and have some fun.
We look into Ubuntu MiniCloud which is a tool to easily spin up a cluster with Ceph, OVN and LXD. This enables you to run workloads over a large amount of servers with and easy to use web interface.
We look into how to fetch messages manually so we don’t prefetch any messages and create bottlenecks for longer running processes.
We look into how to set up FastCGI Process Manager (FPM). What configuration options and considerations are important.
Going though the process of solving the advent of code challenges for this year.