I already have done a post on how to create a complete Devcontainer using Devpod and Neovim. See reference here. Recently I was challenged on creating the same setup but for other code editors like VSCode or Intellij. And since I spent some more time on it, I thought it would be also a good…
I spent some time pocking around with LLMs and a setup which is called RAG (Retrieval-Augmented Generation) and I stumbled on some pretty interesting benchmarks on MacOS. I’ve been a huge fan of MacBooks for the last 10+ years and especially since they launched their Apple Silicon chips. When I played around with LLMs, I…
You probably heard of an amazing piece of technology called Devcontainers. Largely pushed by Microsoft through their editor Visual Studio Code and their online development platform Codepsaces, it makes this piece of software the ideal companion to completely containerize your development environments.Since I am a huge fan of containerization, I had a closer look.In this…
Ever needed to get hold of what is going on in Docker or why some logs seem to be outside of the usual log files. Heck even Docker logs does not give you the information you are looking for and yet your containers seem to restart without you having any trace of that. Docker logs…
For some time now I do system installations on Linux machines and I find myself searching the exact commands to quickly install Docker on Ubuntu and be able to run docker commands without sudo. So, here is a quick guide to do that. System configuration The steps hereafter have been tested on: Install Docker Cleanup…