Advent of Code 2024 – Day 15 – Warehouse Woes
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 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…
We look into how a Ceph filesystem works and how to add a filesystem to your Ceph cluster. Configuration, authentication and other important topics you need to know in order to run a cluster with a filesystem. Setup MDS services First, we need to add the MDS (MetaData Service) to each of the nodes. The…
We look into training your model locally on windows and other platforms.
When using the marketing trigger “Current page” with “Customer is viewing a catalog entry”. The template you use is actually saying look for a specific productId on a command called ProductDisplay. If you look in the dmeletemplate table you could find all the templates for the different triggers and other elements used by marketing. In…
We use OpenCL to run workloads on GPU and try a simple blur filter.
We look into the new Java version 19 and all the different features we could expect in this latest revision.