Advent of Code 2024 – Day 10 – Hoof It
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 will cover what I use in my ceph cluster. I’m not an hardware reviewer but this is an example of what kind of hardware that could be used in a ceph cluster. Especially if you want to create a cluster for home use or testing.
We solve the day 18 challenges for the Advent of Code.
I try to solve Advent of code puzzles during the 2024 event. Please share your solutions and be a part of this great community.
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…
I’m trying to solve all the Advent of Code puzzles in this video series.
We implement a simple REST web server using pure java. Both with socket server and using the HTTP server implementation currently in Java.