Self-Hosting

Installing Pi-Hole - free Adblocker

Installing Pi-Hole - free Adblocker

It's so annoying to watch all those ads

You can install a browser adblock plugin or addon for google chrome, firefox or safari, but but you will have to do this on each device. The network-wide ad-blocker is my favorite solution.

Logical Fallacy Detection with LLMs

Logical Fallacy Detection with LLMs

Let's test logical fallacy detection quality of different LLMs

Here I am comparing several LLM versions: Llama3 (Meta), Phi3 (Microsoft), Gemma (Google), Mistral Nemo(Mistral AI) and Qwen(Alibaba).

Gitea SSL with Apache as reverse proxy

Gitea SSL with Apache as reverse proxy

To use container registry in k8s we need it over ssl

We want to host a nice and secure container registry - to push docker images there and our kubernetes cluster would pull them from this registry. So came the idea to use the gitea over ssl.