Fixing Cursor with ARM DevContainers
I use Cursor as my primary editor. Most of the time I’m using a Mac to develop software that runs on Linux. This means that my IDE context typically involves a Linux aarch64 dev container so I can...
I use Cursor as my primary editor. Most of the time I’m using a Mac to develop software that runs on Linux. This means that my IDE context typically involves a Linux aarch64 dev container so I can...
I had a need to build and publish docker images with support for multiple architectures, namely AMD64 and ARM64. This turned out to be surprisingly difficult, and I ended up creating a simple gola...
A few weeks ago a PR popped up in the libxlio project that adds listen socket support, which makes it possible to use the NVIDIA XLIO socket API end-to-end for TCP sockets. I was curious how effic...
PeepFS is a Linux FUSE file system that is layered on top of an ordinary base file system and provides transparent inspection and extraction of archive files (.zip, .tar, etc). Any place where a s...
It is possible to deploy k3s kubernetes in an airgapped environment by providing one or more airgap image tarballs which will be preloaded when k3s starts so that when containers are subsequently s...