Advent of Code 2024 – Day 11 – Plutonian Pebbles
I try to solve Advent of code puzzles during the 2024 event. Please share your solutions and be a part of this great community.
We talk about logging in general and the different levels used in java and then we talk about the log4j logging API and how to set it up for writing files, logging to console, or doing a custom setup. We also talk about different frameworks and best practices.
We look into how to install Headwind MDM and connect an Android device to it. This system is a great choice for medium size companies that want to manage their mobile fleet.
We look into how to fetch messages manually so we don’t prefetch any messages and create bottlenecks for longer running processes.
We look into creating a Samba share on Debian. Then we connect to it from Windows 11 so we can work on our project in Windows and transfer data over Samba and run it in Linux.
We look into building Ceph from source. A build of Ceph is built from Github code using normal tooling. But I need to build my own packages as there is no new packages built for the Raspberry PI arm processor. There are quite some challenges and interesting things to keep in mind when building Ceph…
We look into how to upload really large files using fetch. By splitting up the files, we bypass browsers’ upload limitations. We send …