Self Hosting PeerTube on Fedora Server
Hello everyone! ๐ This is my first blog post in 2025, and Iโd like to talk about my experience in self-hosting PeerTube in Fedora Server and how to do it...
Hello everyone! ๐ This is my first blog post in 2025, and Iโd like to talk about my experience in self-hosting PeerTube in Fedora Server and how to do it...
Hello everyone! ๐ I run a small set of containers on my NAS at Home to monitor different weather and run automations. Because of this I wanted to install ...
Hello everyone! ๐ In this article you will learn how to install DaVinci Resolve Free and Studio editions on Fedora 40 and Fedora 41. The first step is to d...
Introduction Hello everyone! ๐ In this article Iโll present you the options pattern in Golang. The pattern is useful when you want to create a function tha...
Introduction A hash set is a data structure that allows storing elements inside a set using a hash function. The set is a data structure that offers effici...
Hello everyone, This is a short guide on how to change Microk8sโ default storage path for the hostpath addon. First, ensure the addon is enabled: microk8s...
Introduction The BM25+ is a ranking algorithm used to rank text documents based on a relevance score. It is used in search engines to determine which docum...
Introduction A linked list is a fundamental data structure which consists of Nodes that are connected to each other. Other variations are: Double linke...
https://mastodon.social/@nuculabs/113811889816569079 Iโve found a BME680 library written in Rust, but I could not compile it because the author added crates...
Hello! ๐ The Cancellation Token Pattern article is a pattern inspired by C#โs CancellationToken struct and Golangโs context package. The main idea of the p...