profile picture

3 pages tagged with "homelab"

Block AI Scrapers with ingress-nginx

March 03, 2024 - 630 words - 4 mins
robots.txt is a long established standard to control well-behaved1 web indexers (such as Google) for a site. Additionally, the <meta name="robots"> HTML tag and X-Robots-Tag HTTP header serve similar roles as robots.txt but for a specific page/request. Since I use ingress-nginx for r… read more

OIDC for Grafana with Helm

October 30, 2023 - 1044 words - 6 mins
I've avoided installing an observability stack on my Kubernetes homelab1 — it's always seemed excessive in terms of the ratio of resources consumed to the scale of my operation. Of course, as these things go, I have begun to rely on my self-hosted infrastructure more and more. This became apparent w… read more

GPU-Accelerated LLM on ARM64...in Docker!

August 19, 2023 - 911 words - 5 mins
I think the current "AI" hype is overblown, but certainly the recent advances in ML around large language models (LLMs) have been impressive. So, when Machine Learning Compilation (MLC) recently posted an LLM chat demo that can run on the Mali G610 GPU, I was intrigued. read more