Exporting org-roam notes to Hugo and Quartz
I use Org Mode for note taking and tracking purposes.
Read More · 17 min readMarin Atanasov Nikolov – A place about Open Source Software, Operating Systems and some random thoughts
I use Org Mode for note taking and tracking purposes.
Read More · 17 min readCouple of days ago I got my brand new Synology DS224+ disk station, which was
meant to replace my current (and old) Synology DS213j system.
One of the things I like doing in my spare time is messing around with Software-defined radio (SDR).
My homelab setup hasn’t changed much for the last few years.
Read More · 6 min readIn the Setting up a Kubernetes cluster with Vault and OIDC trust post we’ve seen how to configure identity federation between a Kubernetes cluster and Vault.
In this post we will see how to create and configure a development Kubernetes cluster with Vault running in it and setup OpenID Connect trust between Vault and Kubernetes workloads.
Read More · 17 min readNot long ago I have switched from lsp-mode to eglot and tree-sitter.
In a previous post I’ve talked about makefile-graph - a tool which lets you visualize your Makefile targets so you can better understand how targets relate to others.
Read More · 2 min readkustomize is a configuration management tool, which allows you to manage Kubernetes resources in a template-free way.
Read More · 9 min readAnyone who has done any kind of programming at some point comes across
GNU Make and Makefile.