In this blog, I share my ideas and concepts that worked for me and I […]
Resilient Nameserver Infrastructure – The Architecture
In a previous post, the foundation for the basic concepts of two scenarios was laid. […]
Resilient Nameserver Infrastructure – The Tools
There are many mature DNS services, such as unbound, dnsmasq, and bind9, but some may […]
Virtualization with Bhyve on FreeBSD
FreeBSD [Link] traditionally relies heavily on the command line (CLI), but web-based administration tools can […]
AI Image Transformation – Upscaling / Enhancing / Extending
UPSCALING Upscaling models are specialized architectures designed to increase image resolution by a specific factor […]
AI Image Transformation – Inpainting / Outpainting
INPAINTING Inpainting is a technique used to modify specific parts of an image. It uses […]
AI Image Transformation – Image-to-Image
IMAGE-TO-IMAGE While Text-to-Image starts from pure random noise, Image-to-Image partially diffuses an existing image and […]
AI Image Generation – Text-to-Image
TEXT-TO-IMAGE In the script below, the diffusers library is imported and the DiffusionPipeline class loads […]
Image Manipulation with LLMs
A model’s speciality is defined by what inputs it was trained and configured on: Text-to-Image […]
Acronyms, Jargon, and Architecture of LLM and Generative AI
This glossary covers the foundational concepts, file structures, and technical operations needed to work with […]
Interacting Directly with Ollama’s API
Directly interacting with a model through its API is the most effective way to integrate […]