Thank you for all the years, cuddles and lovely memories
Today our cat took her last breaths. She was almost 18 years old, so it was her time. But it still brings me great sadness, and I feel a real emptiness.
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…
I go through a recent PR I created on the Ceph project. This contribution was something that solved a problem that really annoyed me when I’ve used the dashboard regularly the last weeks during a large upgrade/migration.
We look into creating a game in love2d
After my kid asked me to download and install an auto-clicker, I saw this as a teachable moment to build one in Java. I could talk about the different concepts Java offers and also explore a new API in the Java API. Source code: package org.ea; import javax.swing.*; import java.awt.*; import java.awt.event.InputEvent; import java.awt.event.KeyEvent; import…
After configuring the system we will install a boot manager, build the kernel and finally boot into our newly built system.
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.