SuperMicro Servers: First Steps, BIOS Flash, & IPMI Setup Guide!
I got a donation of three SuperMicro machines. In this video I go through the first steps I do when getting new hardware. We do an ...
The linux environment is now fully build, all tools and programs are created and we will do the final configuration of the system.
We solve today’s challenge at the advent of code 2020. Come join us and have some fun.
I’m trying to solve all the Advent of Code puzzles in this video series.
In this video, I try to solve my problem after upgrading to the latest Linux kernel. The drivers have not been updated from Blackmagic, so I go in and check the source code and make the suggested changes from their forum, but it still won’t work. The last fix was to change the kernel object…
The CRUD concept is pretty integral to the state-management concepts and an ORM is a good way to store information. ORM stands for Object-Relation Mapping and the CRUD concept is the function Create Read Update Delete. Using my ORM Snok we will look at the concepts and talk about the pros and cons of using…
We look into how to create a simple chat using the OpenAI Chatgpt API. We talk about context and how to use it to improve our …