Linux by example – Building a temporary compiler
We talk about building the compiler we later will use to build the actual compiler used to build a linux system. Compiler inception.
After a critical failure, we look into resizing an OSD in our Ceph environment. Unfortunately, the drive is entire, so resize of the OSD was the only option to start the service.
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…
We will look at JBang which is a tool that could simplify your workflow with java applications. For instance you could run java programs directly from maven or github, you can create new programs in java with JBang.
In this video I look into htmx and the workflow to write a simple notes application with a simple backend API. htmx is a really cool way to write code in pure HTML and just add one small javascript library to get an reactive page.
I’m trying to solve all the Advent of Code puzzles in this video series.
We look into how to fetch messages manually so we don’t prefetch any messages and create bottlenecks for longer running processes.