How to do text summarization

2022-07-13 11:07:03 - No Comments

In this video we look into text summarization. We apply the albert large model to a piece of text and talk about the different steps required to do summarization. This is more of an overview not a complete explanation of the technology.

Read more →

Creating a Vitess POC

2022-06-27 11:06:03 - No Comments

I look into Vitess, talking about the different benefits of distributed database services, and create a quick Proof Of Concept to show how the system is put together. Installing vitess First of we need the registry and mysql server installed so we can keep track on which services are available, download new services and also […]

Read more →

How to create a PiBox Template

2022-06-20 11:06:02 - No Comments

We look into how to create a PiBox Template and install it on my PiBox. The procedure is very similar to creating a Kubernetes deployment, so that subject is also covered in this video.

Read more →

Let’s cover the Docker Basics

2022-06-13 11:06:03 - No Comments

In this video, we look through the docker basics. Working with docker is not that hard, but a couple of commands are considered basics. Then, we look at fetching base images, running commands, and setting environment variables.

Read more →

Java 19 – Agonizing Anticipation

2022-06-09 11:06:03 - No Comments

We look into the new Java version 19 and all the different features we could expect in this latest revision.

Read more →

I do my first PiBox installation

2022-06-06 11:06:03 - No Comments

I look into the PiBox installation and give my first impressions of the software and features of the PiBox solution.

Read more →

I finally got mine! – PiBox unboxing

2022-05-30 11:05:02 - No Comments

I look into the PiBox that arrived in the mail the other day. In this unboxing video, I go through the PiBox features and talk about what’s in the box and what you could use it for, and how the hardware is put together.

Read more →

How WebSockets actually work

2022-05-29 08:05:19 - No Comments

Looking into WebSockets and how to set up a simple server to send messages back and forth. I’m using a simple chat server example and sends messages from javascript and PHP.

Read more →

How to resize a osd in Ceph

2022-05-16 09:05:00 - No Comments

After a critical failure, we look into resizing an OSD in our Ceph environment. Unfortunately, the drive is entire, so resize of the OSD was the only option to start the service.

Read more →

How to encrypt data at rest in a Ceph cluster

2022-05-09 09:05:39 - No Comments

We look into Ceph encryption in a cluster where each OSD can be encrypted and the keys store externally in order to ensure data integrity and safety.

Read more →

Quick look into Netron

2022-05-02 09:05:26 - No Comments

We look into the machine learning network viewer Netron.

Read more →

Quick look into the new Ceph Quincy release

2022-04-25 09:04:13 - No Comments

We look at the new features in the Ceph Quincy release. Talk about changes and important improvements. Looking forward to starting using this on my clusters.

Read more →