Tips for working at home
We talk about the requirements for home work and what experiances we have gained working from home for a couple of years.
We talk about the struggles I had with running inferences in Java using a Keras model in tensorflow. This is the train.py used in this example. import tensorflow as tf #import tensorflowjs as tfjs import os from datetime import datetime from tensorflow.keras.models import Sequential, Model from tensorflow.keras.layers import Conv2D, MaxPooling2D, BatchNormalization, Layer from tensorflow.keras.layers import…
I needed a solution to save data and I wanted to create an API so I could handle different storage solutions. One of the solutions I wanted to support was OpenSwift, a part of OpenStack. Trying create a small local installation for testing wasn’t easy and required research. Configuration options seems endless so I’m trying…
I’m trying to solve all the Advent of Code puzzles in this video series.
Going though the process of solving the advent of code challenges for this year.
In this enlightening video, we dive into the world of Ceph redundancy and explore the essential requirements for seamless data read and write operations within a cluster. Join us as we uncover the key components needed to ensure optimal data accessibility and examine the crucial role of OSD (Object Storage Daemon) services.
I found out today that the java -version command doesn’t work as I expected and there is actually a lot more to this simple command than you think at first glance.