Advent of Code – Day 10 – This was a hard one
We solve the day 10 challenges for the Advent of Code. After 3 hours of trying we finally solve it by some interactive debugging.
Please follow me on twitter
Outro music: Sanaas Scylla
We solve the day 10 challenges for the Advent of Code. After 3 hours of trying we finally solve it by some interactive debugging.
Please follow me on twitter
Outro music: Sanaas Scylla
We look into how to setup an activity that changes language of your android application. Repositories: https://github.com/kalaspuffar/secure-quick-reliable-login https://github.com/kalaspuffar/poeditor-translate Please follow me on twitter Tweets by kalaspuffar Outro music: Danomate – http://danomate.com – https://www.youtube.com/user/danomate1
We look at dockerizing our java build both in the cloud and in our local docker environment. Git repository https://github.com/kalaspuffar/rcnn-model-test Please follow me on twitter Tweets by kalaspuffar Outro music: Danomate – http://danomate.com – https://www.youtube.com/user/danomate1
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 the slim framework version 4 and do a quick review. I looked into the slim framework back in 2019 and this is a revisit where I review the changes and see if the latest version 4 has improved from the earlier slim releases. Repository https://ift.tt/3oTKaah Please follow me on twitter Tweets by…
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. Please follow…
We look into installing OpenStack using Kayobe. OpenStack is a compute cluster solution with a lot of different services that could handle many task such as storage, network, compute and orchestration.