02 Jun 2025

Why Pascal (Lazarus) is Still a Great Choice for Writing GUI Applications

In the world of software development, there are numerous programming languages that are constantly updated and improved to keep pace with rapid technological advancements. One language that has often been overlooked in recent years, yet still holds a strong presence... [Read More]
Image: Why Pascal (Lazarus) is Still a Great Choice for Writing GUI Applications

22 May 2025

How to use an array in Cobol

In COBOL, the OCCURS clause can be used to define a table (array). In the example, a table WS-NUM-TABLE with 10 elements is created. Each element (NUM-ITEM) is of type PIC 9(4) and can store a number up to 9999.... [Read More]
Image: How to use an array in Cobol

17 Apr 2025

Matrix Bot with Ollama image recognition

In the current avbot version 0.5.0, I have added the possibility, Ollama to describe an image. If you use Element via smartphone, photos of Ollama can be analyzed directly. I tried this with a cherry tree. For confusion with Easter... [Read More]
Image: Matrix Bot with Ollama image recognition

14 Mar 2025

GPU and Runtime Support in Mesos-compose

The next version of Mesos-Compose will support GPUs from NVIDIA and AMD for the Docker Executor. [Read More]
Image: GPU and Runtime Support in Mesos-compose

17 Feb 2025

AI for Apache Mesos with Tensorflow

With my TensorFlow framework for Apache Mesos, it becomes possible to run TensorFlow processes in parallel on servers within a Mesos cluster. [Read More]
Image: AI for Apache Mesos with Tensorflow