Tip of The Week – Angry letters
In this video, we talk about angry letters and how to handle when you need to send one of those.
In this video, we look into how to set the proper TXT records in your DNS and sign your email to show up in the inbox of all email …
I’m trying to solve all the Advent of Code puzzles in this video series.
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 took a look at the service provider interface in java. This is a needed interface to build simple services using easy building blocks to extend and improve programs or libraries. We will create one example and also look into some tools that use this interface already.
We look into creating a Samba share on Debian. Then we connect to it from Windows 11 so we can work on our project in Windows and transfer data over Samba and run it in Linux.
In this video we look into how TensorRT 8.2 works. Talk about the improvements made in TensorRT and also what’s new in 8.2.