Reverse Engineering – The art of understanding
We will reverse engineer some code to figure out how it works and talk about different techniques to understand code.
We look into logrotate on Debian and figure out how timers actually work with a system with cron installed and configured. This was a bit of a gotcha for me, so hopefully, this will help you when you configure logrotate and want to use the timers in Debian to set a correct time.
We look at creating self signed certificates and get them working with your docker image. We talk about different encryption and authentication algorithms and other configuration options.
Today our cat took her last breaths. She was almost 18 years old, so it was her time. But it still brings me great sadness, and I feel a real emptiness.
We look into writing a QR code generator in java from scratch. QR Code has a lot of different technologies and strategies in order to create a readable and unambiguous code. Writing an implementation in Java needs to be done in multiple steps and have a lot of fun and interesting challenges.
I’m trying to create a lightbox with an auto playing youtube video
We compile and look at the code for the Tensorflow lite demo, looking at the key concepts.