Build Your Own Chatbot with OpenAI's ChatGPT API: A Step-by-Step Guide
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 ...
We look into setting up a local copy of jitsi video conference solution on a clean Debian install. We also try it out and see how it impacts the installed server.
We solve the day 16 challenges for the Advent of Code.
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…
Explore a new and improved version of Doom 3, developed by a team of skilled programmers and available on our GitHub repository. With enhanced lighting and atmosphere, their latest version offers a unique gaming experience that stands out from the original and the BFG version. Join us on this thrilling adventure and witness the difference…
We will look into the Ceph dashboard and the different metrics you can find there. Then we will configure Prometheus Alertmanager to get timely alerts from the metrics in your Ceph Cluster.
We implement a simple REST web server using pure java. Both with socket server and using the HTTP server implementation currently in Java.