My adventure with Power Over Ethernet (POE) using my Raspberry PI 3B+
I am looking into POE (Power Over Ethernet). What is required to run servers without having a power cord? I've been really curious, so it was fun to learn about it.
I just switched to use Linux at work. I’ve had Gentoo at home for years but Windows seems to be a part of the consulting branch of work I’ve done so far. The new machine I got was of course a 64 bit one and I installed the right distribution. After a week of use…
Are you curious about how programming languages work? In this video, we explore the RosettaCode website and showcase a variety of coding tasks and examples in different programming languages. By examining real-world code, you’ll gain insights into the unique features and best practices of each language. Plus, we walk through some coding examples to demonstrate…
I needed some test data to migrate into Vitess and training on GUI work. In this video, I go through the code I created to convert the …
We look into how to run Flutter on Linux, Windows and on the web. What is the current status and what can you acheive if you want to try it out.
In this video, we look into running rados gateway on backends other than Ceph, particularly in SQLite. This could be useful for testing workloads or running a proxy service with user management. First a good start is to upgrade / update your system so you have the latest packages. sudo apt update sudo apt full-upgrade…
In this video, we look into the Ultralytics Yolo framework. It enables you to run a pre-trained Yolo algorithm and retrain it for your particular use case. Using this model, you could easily create a new model to detect your favorite things in an image and create location boxes over the objects.