Advent of Code 2023 – Day 9
I'm trying to solve all the Advent of Code puzzles in this video series.
We talk about building different file utils and how they can be stringed together to great usage.
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…
Quick note just to save this small information. IBM support is telling us that it’s impossible to use Commerce Developer with an external Solr server. After some research I found which config file to change in order to change which server it will call. [WCDEV_INSTALL]\wasprofile\config\cells\localhost\nodes\localhost\servers\server1\namebindings.xml This file has multiple entries for configuring the search. Changing…
In this video, I give a small view of our new office and introduce channel memberships.
We look into how to run Flutter on Linux and Windows. What is the current status and what can you achieve if you want to try it out.
We look into how to build docker images for performance. Talk about the compromises between speed and size.