Looking into Dell R420, what can I use this for?
I aquired a Dell R420 which will not fit in my rack at all but I guess now that I have it I need to do something with it. There is quite some power in it but not efficient power.
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…
We solve the day 16 challenges for the Advent of Code.
In this video we are using fetch to do a file upload. File uploads could be hard if you haven’t done it before, fetch is a new api that can simplify the process.
We look into how to use the amazon s3 object storage API. After that, we changed it over to use our Ceph cluster and store objects in that storage engine. The s3 API is straightforward to use, and many storage engines support it out of the box.
We look into how to run workloads on the Azure Devops Pipeline, compare it with other similar solutions and also look at settings up a simple maven project for testing.
We look at exporting our model into saved_model and use that in java in order to run inference on images the model never is seen before.