Advent of Code 2020 – Day 5

2020-12-08 00:12:32 - No Comments

We solve todays challange at the advent of code 2020. Come join and have some fun.

Read more →

Advent of Code 2020 – Day 4

2020-12-07 00:12:35 - No Comments

We solve todays challange at the advent of code 2020. Come join and have some fun.

Read more →

Advent of Code 2020 – Day 3 update 1

2020-12-06 16:12:13 - No Comments

We solve todays challange at the advent of code 2020. Come join and have some fun.

Read more →

Advent of Code 2020 – Day 3

- No Comments

We solve todays challange at the advent of code 2020. Come join and have some fun.

Read more →

Advent of Code 2020 – Day 2

2020-12-03 10:12:37 - No Comments

We solve todays challange at the advent of code 2020. Come join and have some fun.

Read more →

Advent of Code 2020 – Day 1

2020-12-02 06:12:11 - No Comments

We solve todays challange at the advent of code 2020. Come join and have some fun.

Read more →

Using the amazon s3 object storage api for local storage on ceph

2020-11-23 00:11:36 - No Comments

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.

Read more →

How the java -version command actually works.

2020-11-22 12:11:40 - No Comments

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.

Read more →

Playing around with minecraft doing some python coding

2020-11-15 00:11:38 - No Comments

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 […]

Read more →

We look at install of kubernetes on windows 10

2020-11-09 00:11:51 - No Comments

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.

Read more →

Current state of wasm with rust using an example

2020-11-02 00:11:58 - No Comments

We are looking into wasm using rust and creating a small rust example that we then run in wasm context in your browser. We also look into wasm-bindgen in order to use complex types in rust and javascript.

Read more →

Getting started with ceph storage cluster setup

2020-10-26 00:10:03 - No Comments

We look into ceph storage building our own cluster using the ceph storage engine. A cluster usually contains multiple monitors, object storage daemons, managers and metadata servers. We talk about what their role is and how to install machines to handle this. We also cover what requiredments a ceph cluster has.

Read more →