Advent of Code 2023 – Day 17
I'm trying to solve all the Advent of Code puzzles in this video series.
In this video i will do a quick introduction to rust and introduce some important concepts that rust uses to handle packages and build your executables. Rust is a programming language that have been hyped since it’s introduction. It mixes good structure with execution performace, type safety and memory management.
I’m trying to solve all the Advent of Code puzzles in this video series.
In this video we’re looking into Ceph performance! We’ll be comparing different storage solutions and versions, specifically Pacific and Quincy, to see how they stack up against each other. We’ll cover everything from speed and efficiency to scalability and reliability.
In this video, we look into Ceph erasure coding. This is a feature where you can use more of the available space in your cluster without losing too much redundancy. It’s more complex and gives you the option to have more or less safety.
We talk about the Folding@Home project, where it came from and what kind of problems it will cover and how it works.
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…