Articles
-
Monthly update, July 2023
Lots of playing around with gRPC, some fixes in stbl. It's summer ;)
Read on... -
Backing up my github repositories
I spent today doing various ops tasks that have been postponed for a while. One of them was to re-enable backup of my github repositories. I require a local "mirror" with all the branches, tags etc.…
Read on... -
A smart asynchronous object-cache in C++
A generic cache in C++ that only fetch an item once, even if there are many simultaneous requests for the data.
Read on... -
Version 0.90 of restc-cpp with important new features
Restc-cpp is a REST client library for C++ projects.
Read on... -
The great mystery on how to make durable, asynchronous functions for asio.
Many C++ developers seems confused about the secret sauce of asynchronous completions - or composed operations - in Boost.asio.
Read on... -
Taming port-forwarding to k8s pods with SOCKS
Some times, especially during development, I need to connect to lot's of k8s pods using command-line curl (or other tools I have on my PC). The traditional solutions is to install a "jump-pod", and execute the commands there. Today I had enough and installed a socks proxy pod in the k8s cluster.
Read on... -
Deploying a docker-registry in your private kubernetes cluster
It is surprisingly hard to deploy a private docker registry anywhere, and kubernetes is no exception.
Read on... -
Deploying distcc in a kubernetes cluster to transform it into a big, fast build-machine.
For C++ developers, more cores to build on means faster builds. If your project is big, more cores can make a significant boost. If you have a local k8 cluster with spare CPU, it's amazingly simple to turn it into a build-machine.
Read on... -
Docker Cheat-Sheet
Just some notes for myself.
Read on... -
Lenovo Legion Y730 as a Linux Workstation
My experience and spells to make the Lenovo Legion Y730 work well on Debian Buster and Ubuntu 18.4 and 18.10
Read on...
