Advent of Code 2022 – Day 6
I'm trying to solve all the Advent of Code puzzles in this video series.
I’m trying to solve all the Advent of Code puzzles in this video series.
In this video we look into Java 17, what is new with the 17 release of java that will come to a download site near you on the 14th of september.
We look closer at an encryption algorithm used in communication today in order to establish secrets at two endpoints.
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…
Customer segments aren’t the most straight forward concept. It should be and works fine but the back-end handling seems to be a set of different solutions put together to make the whole. First of we have the customer segments created as member groups. These groups have names and some small settings but only a few…
We look into the way SQRL stores keys on disk or paper in QR form. How to read the data and decrypt the different blocks.