Advent of Code 2020 – Day 8
We solve today's challenge at the advent of code 2020. Come join us and have some fun.
I’ve looked into diskprediction. I think it’s an interesting way to figure out the state of your hardware by running a scikit learn model over your statistical data from S.M.A.R.T.
We solve the day 13 challenges for the Advent of Code.
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…
In this video, we look into installing the Horizon dashboard and the Cinder volume storage. The volume storage will utilize Ceph as a backend, so we take a couple of extra steps for that to work.
I’m trying to solve all the Advent of Code puzzles in this video series.
I was looking into an performance issue the other day and came by some small interesting changes you could do to your Websphere Application Server to increase performance and remove locks. The first was located in the file Stores.war/WEB-INF/ibm-web-ext.xml a file that I’ve never looked at. Seems that the WAS developers enabled support for handling the…