CUDA + SYCL Llm Inference using RPC
Posted on
29th Jul 2026
Introduction:
I use my old desktop PC for experiments like virtualization and such. It’s kind of a sandbox pit where I can just mess around with whatever comes to mind; it accepts whatever workloads you throw at it and runs them, for better or worse. Thanks to a friend handing over a CPU they had...
OpenStack Magnum Cinder CSI Plugin Problem
Posted on
21st Jul 2026
Introduction:
As you know, spinning up a Kubernetes cluster on OpenStack with Magnum is super easy. The speed and scaling features it offers are pretty great:
Master scaling
Worker scaling / Worker auto-scaling (ability to scaling up to a number you specify)
Self-healing (autohealing)
W...
Using Kata Containers with Docker
Posted on
7th Jul 2026
Introduction:
Containers aren't actually some kind of magic; they are simply an isolation layer that utilizes the namespaces and cgroups features built right into the Linux kernel. Thanks to this, they isolate the container you are running and the processes executing inside it from the host system...