Advent of Code 2021 – Day 9

2021-12-09 11:12:02 - No Comments

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

Read more →

Advent of Code 2021 – Day 8

2021-12-08 15:12:02 - No Comments

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

Read more →

Advent of Code 2021 – Day 7

2021-12-07 08:12:02 - No Comments

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

Read more →

Advent of Code 2021 – Day 6

- No Comments

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

Read more →

Advent of Code 2021 – Day 5

2021-12-05 21:12:03 - No Comments

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

Read more →

Advent of Code 2021 – Day 4

2021-12-04 14:12:02 - No Comments

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

Read more →

Advent of Code 2021 – Day 3

2021-12-03 09:12:03 - No Comments

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

Read more →

Advent of Code 2021 – Day 2

2021-12-02 08:12:02 - No Comments

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

Read more →

Advent of Code 2021 – Day 1

2021-12-01 23:12:02 - No Comments

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

Read more →

How to setup a Ceph RADOS Block Device

2021-11-29 12:11:03 - No Comments

In this video, we talk about how to set up a Ceph RADOS block device. We will mount this device on a Linux client and talk about what block device is used for and the difference between a Ceph file system. We also touch on iSCSI and its usage around block devices. Moreover, we talk […]

Read more →

Setting up a Ceph posix filesystem in your cluster

2021-11-22 12:11:02 - No Comments

We look into how a Ceph filesystem works and how to add a filesystem to your Ceph cluster. Configuration, authentication and other important topics you need to know in order to run a cluster with a filesystem. Setup MDS services First, we need to add the MDS (MetaData Service) to each of the nodes. The […]

Read more →

Trying to building tensorflow from source on Windows

2021-11-15 12:11:02 - No Comments

I looked into building tensorflow from source on Windows. The reason, TensorRT released and I wanted to test the new functionallity. I got tensorflow to build after some tribulations using the latest source release. Sadly I never got the new functionallity of TensorRT up and running but I did headway at least.

Read more →