I've been using Uninterruptible Power Supply (UPS) for a year.
I talk about how it's been to run UPS power on my machines for a year. In this video, I will cover the difference between APC and ...
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…
In this video, we talk about how to set up a Ceph cache pool and tier your cache in order to improve read and writes. There is a lot of cache settings that we could cover but I will talk about the most important values you can set on a pool to cache your data…
We are looking into wasm using rust and creating a small rust example that we then run in wasm context in your browser. We also look into wasm-bindgen in order to use complex types in rust and javascript.
We are in our new linux environment and create the Perl language interpretor and some network utils required in order to manage your internet conncetion.
I started to use a lot of the paint functions in Java at work and I wanted to create an example that could teach me about the different shaders available in Java. The paint interface is not something you come across if you don’t draw things in Java but having an understanding of the possibilities…
We look at creating a WordPress Plugin and what is required for it showing up on wordpress.org and getting through the review process. I made it and found some things to look out for and things that can make the process smoother.