Sandboxing Zola: lightweight isolation of a static website generator
2023-08-12

In this post I'll show how to sandbox Zola using Landlock, avoiding to push confidential information (i.e., files and environment variables) to your website.

#landlock #zola #sandbox #environment #file-system

A programmer's approach to the JLPT N3
2022-12-16

In this post I'll share my experience preparing for the JLPT as a programmer.

#japanese #jlpt #emacs #org-mode #mozc

Calling Go from Python via gRPC
2022-05-20

In this post I’ll show you how to make remote procedure calls via gRPC between Python and Go, securing the communication with TLS.

#grpc #go #python #stream #tls

How to upgrade the Kernel (beginner)
2021-10-16

In this post I'll show you how to build and install the latest Kernel version available to your system, possibly enabling the Landlock LSM module.

#beginner #linux #kernel #build #landlock

A simple way to collaborate with Python developers that do not use Emacs
2021-02-28

In this post I'll share some tips to make it easier to setup a collaborative (Unix-based) Python development environment.

#emacs #vscode #python #development #linux