Addie's place on the web...

Just some stuff I want to share with you

Dev Containers Fail Fast

Friday 27 October 2023
Dev ContainersLinuxPodmanWSL 2

I started to experiment with Development Containers using Podman. The Linux system setup by the podman machine init command was so basic that things like git were not installed. So, let’s install git to find out that another thing was missing and a setting had to be changed an yet another one and and another one.

And finally, things still fail… Time for another approach: replace the Podman installed and configured Linux system with another one that comes with Windows/WSL integration.

Read full article

Then came Podman

Thursday 26 October 2023
Dev ContainersHugoLinuxPodmanWSL 2

In the First there was Linux post I explained how to get going with a Linux system on a Windows laptop. Where this would be a difficult task many years ago, it’s a breeze nowadays with Windows Subsystem for Linux.

Running a Linux system only doesn’t add much value to my way of working. I need applications. But this whole journey started with messing up a Windows laptop with all sorts of applications, frameworks and add-ons to just try something. I don’t want to do the same thing on a Linux system.

The solution: containerization; and that doesn’t read: Docker. Let’s dive into it.

Read full article

First there was Linux

Wednesday 25 October 2023
WSL 2Linux

Step one on the road to using Dev Containers is to get a Linux system running on my Windows laptop. In my setup, the Linux system will be used to run the Dev Containers. But since it is a full-fledged Linux system, I can use it for anything that I want of course.

Let’s get going and start to install a Linux system on top of a Windows laptop.

Read full article

Dev Containers, Podman and WSL 2

Tuesday 24 October 2023
Dev ContainersPodmanWSL 2

Although I am not a software developer, every now and then I tinker with software. When I do so, I tend to end up with a whole bunch of software, modules and add-ons that need to be installed before I can start to do what I want to do. After a while, my computer is a big mess and the next thing I try is impacted by whatever I did some time ago and forgot about.

There must be better ways of doing this right? Yes, there are better options and I have tried a few of them over time. The latest and greatest option: DevContainers. Let me introduce you to what I did and learned recently.

Read full article

Let’s get physical

Thursday 6 May 2021
3D

It took over 165 hours to print all the parts of the name sign. By now I have:

  • 5 parts that make up the backside of the name sign
  • 5 parts that make up the casing of the characters
  • 16 parts that make up the fronts of all the characters
  • 5 parts that make up the QR/electronics box.

And I have 171 LEDs that need to get in there and need to be connected to the microcontroller.

Time to assemble the name sign.

Read full article