Advent of Code 2020 – Day 5
We solve todays challange at the advent of code 2020. Come join and have some fun.
We solve todays challange at the advent of code 2020. Come join and have some fun.
We solve todays challange at the advent of code 2020. Come join and have some fun.
We solve todays challange at the advent of code 2020. Come join and have some fun.
We solve todays challange at the advent of code 2020. Come join and have some fun.
We solve todays challange at the advent of code 2020. Come join and have some fun.
We solve todays challange at the advent of code 2020. Come join and have some fun.
We look into how to use the amazon s3 object storage API. After that, we changed it over to use our Ceph cluster and store objects in that storage engine. The s3 API is straightforward to use, and many storage engines support it out of the box.
I found out today that the java -version command doesn’t work as I expected and there is actually a lot more to this simple command than you think at first glance.
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…
With the new Windows subsystem for linux it’s easier to install kubernetes on Windows 10. In this video we look at kubernetes using minikub and KinD which is two easy setups to try out kubernetes locally.