Advent of Code 2024 – Day 3 – Mull It Over
I try to solve Advent of code puzzles during the 2024 event. Please share your solutions and be a part of this great community.
In this video, we look into running rados gateway on backends other than Ceph, particularly in SQLite. This could be useful for testing workloads or running a proxy service with user management. First a good start is to upgrade / update your system so you have the latest packages. sudo apt update sudo apt full-upgrade…
I’m trying to solve all the Advent of Code puzzles in this video series.
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 using mdx-deck to create a slide deck with code and react.
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.
We look into how to set up FastCGI Process Manager (FPM). What configuration options and considerations are important.