Anubis: Protection against LLMs and Scrapers
Hello everyone! ๐ In this blog post weโre exploring the option of self hosting Anubis. Anubis is a software that defends and protects your services from ...
Hello everyone! ๐ In this blog post weโre exploring the option of self hosting Anubis. Anubis is a software that defends and protects your services from ...
Hello everyone! ๐ This post is about accessing the host URL from inside a Podman (or Docker) container and how to avoid a mistake I made when setting up c...
Hello everyone! ๐ I wanted to write a short article about zipping and unzipping a directory in Golang. The answer is quite simple, you can use the AddFS ...
Hello everyone! ๐ Iโve had to work with RocksDB recently and in order to use it from Golang I had to jump a few hops before getting it to work properly. ...
Hello everyone! ๐ Welcome to another self-host article! This month weโre hosting a CalDAV and CardDAV server. Baรฏkal, the lightweight CalDAV+CardDAV serve...
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...