Hello, and welcome to a new edition of Links lists! A few longer but interesting articles this week, and a couple of short ones. I hope you enjoy them! Tech article Swapping memory at Meta Swapping unused memory to the disk, to fit more applications in RAM, is a simple concept that all developers (I hope!) are familiar with. This article from FacebookMeta explains how they have built an infrastructure, composed of a kernel module and a userspace agent, to more aggressively implement swapping ...