Ich zeige die Lieblingswerkzeuge, die mir im Alltag und auf der Arbeit dienlich sind. Ich gehe ein auf traditionelles für Softwareentwickler auf Linuxworkstations, und wie ich lokale LLMs einsetze.
Seit geraumer Zeit hinken RDBMS den generellen Programmiersprachen, die gefällig im Einsatz als Datenbankclients sind, in Ausdrucksfähigkeit und Mächtigkeit hinterher, was Datentypen angeht und erzeugen damit Reibung wegen redundanter Typprüfung und Aufweichung des Prinzips "Single Point of Truth" in Informationssystemen.
Das ist ein Bericht, was sich bei meinen graphischen CPAN-Modulen tat. Updates für Graphics::Color::Toolkit, Graphics::ColorNames::* aber vor allem beim Harmonographen, Juliagraphen, Cellgraphen und vielleicht sind auch schon neue Module hinzugekomme
In the world of cricket, T20, ODI, and Test matches represent distinct formats, each demanding a unique strategic mindset. Software development mirrors this diversity: the solution changes based on size, scale, and timeline, shifting from the rapid-fire execution of a one-liner to the long-term endurance required for enterprise systems. [...]
PerlOnJava is a Perl implementation designed to run on the Java Virtual Machine. It provides a self-contained jar file that includes the Perl runtime and core modules, working across Windows, macOS, and Linux wherever Java is available.
Die mächtigste Waffe, die Raku besitzt und was auch die Stärke von Perl weiterentwickelt sind die Grammatiken. Also lasst uns einen Parser bauen und staunen wie einfach das geht
There comes a time in the life time of a database, the database takes too many resources (be it disk space, number of I/O transactions, or something else) to be handled by a single box.
“Wenn jemand eine Reise tut, so kann er (oder sie) was erzählen. Drum nähme ich den Stock und Hut und tät das Reisen wählen.” (Matthias Claudius, 1740-1815)
For years, I’ve used my German apprenticeship roots (Fachinformatiker) and trainer certification (AEVO) to turn humans into Perl developers. But recently, I faced a new challenge: building a training program for a SysAdmin trainee—a role I’ve never actually held.
Since two releases Perl finally has a proper `class` syntax. I recently used this to build a small tool to convert (bibliographic) data from one horrible format into a slightly different horrible format.
Starting in 2027, the Cyber Resilience Act (CRA) requires manufacturers of CE-marked products to ensure that these are cyber-secure - including any Open Source components used with these products.
I had a lot of learnings while reading the 'Pro Git' book, and I wanted to share them. This includes how git configuration works (including a handful of examples I considered useful) and that git does have global hooks (including an example on the slides which I am not going to talk through to not exceed the time)