Advent of Code 2020 – Day 9
We solve today's challenge at the advent of code 2020. Come join us and have some fun.
In this video, we talk about angry letters and how to handle when you need to send one of those.
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…
We look into what the error about global id reclaim when you upgrade your Ceph cluster is all about. I got this error when I installed my new cluster and had to solve the issue. After reading about the reclaim of the global id I understood that it was a really bad practice and I’m…
We look into how to set up FastCGI Process Manager (FPM). What configuration options and considerations are important.
Going though the process of solving the advent of code challenges for this year.
In this video, I will teach you how to store data with ETCD, set up an ETCD cluster, and recover from a disaster.