Heise Nagscreen blocken mit uBlock Origin

Diese 2 Zeilen blocken aktuell das Cookie/Pur Abo Modal und entfernen den Scroll-lock, so dass man wieder runter- und hochscrollen kann.

Copy large qcow2 image via rsync between 2 servers

Problem: Very large (400GB+) .qcow2 file that needs to be copied from HostA to HostB, where HostB is behind an ISP that does 24 hour disconnection of the connection. Also because other people live in that household that use TV streaming, the bandwidth consumed should be limited. In this case I’m on a 100MBit/s connection, […]

Gibt es keinen Go / Golang Job ohne Cloud Native?

Ich bin extrem gefrustet. Seit Jahren schaue ich mir Stellenanzeigen an. Am Anfang wurden Java Jobs einfach als Go Jobs deklariert. Inzwischen nur noch Kubernetes Docker Microservices AWS GCP. Ich hab kein Bock mehr.

Today I learned about NATS, microservice API and security

Actual security, as in identity, is still a 3rd party thing, aka you still need a OIDC IDP (or oauth2 in the broadest sense or similar). All NATS security does is validate that the credentials you pass the a client are valid and enforce limits, if configured. The microservice API was necessary, since simple request/reply […]