LLM GitHub Repos to watch
I’m happy to share my (current) top list of GitHub repositories in the large language model space. Enjoy! Things you can try right now For Developers Interesting Experiments
I’m happy to share my (current) top list of GitHub repositories in the large language model space. Enjoy! Things you can try right now For Developers Interesting Experiments
Compiling Lua on z/OS Lua is small scripting language, that is mostly known for its use as an extension or configuration language, enabled by its C API. Another benefit of Lua is the highly portable source code written in C, which allows us to compile it for z/OS without changes to the source code. The…
Dealing with containers on the mainframe has its very own challenges. Sometimes you find a s390x container image and want to run it for testing or development. Normally you would have to do that on the mainframe. It is possible to run s390x container images on x86_64 using qemu to emulate the s390x architecture and…
Dealing with containers on the mainframe has its very own challenges. If you have internet access from your zLinux instance you’re fine — do as always, just be aware of the s390x instruction set architecture. If you have no internet access you have two challenges: You have to pull the image, store it, transfer it to…
Das Problem: clear(1) Wer schonmal beim Arbeiten im USS das Terminal leeren wollte, hat möglicherweise folgendes erlebt: $ clear terminals database is inaccessible Diese Fehlermeldung informiert darüber, dass die terminfo(5)-Datenbank nicht an auffindbar ist. Falls diese auf dem System vorhanden ist, sich jedoch nicht unter /usr/share/terminfo befindet, kann deren Pfad in der „TERMINFO„-Umgebungsvariable gesetzt werden.…
Eine spannende Herausforderung beim Modernisierung von Host-Anwendungen ist das Testen der modernisierten Anwendung unter Last. Für Web-Interfaces gibt es zahlreiche Möglichkeiten mit Lasttreibern zu arbeiten. Spezieller ist der Fall, wenn die Anwendung nach wie vor 3270-Masken anbietet, deren Performance unter Last ebenfalls verprobt werden muss. Im Folgenden möchte ich eine tolle Möglichkeit vorstellen, wie man…
When using IBM’s Mainframe Emulator zPDT (or zD&T or zUD&T or however it might be called) there is that one erratic and annoying problem that most of us stumble upon every once in a while — Losing connection to your Master Console. May it be because you lost connection because you are not physically attached…
Recently, we had the challenge of deploying a (simple) Spring Boot REST web service to an IBM WebSphere (Full Profile / WAS Classic) running on z/OS. Although only accessible in a local intranet, the web service should be protected against unauthorized use and only be available to certain RACF groups. Thus, it seemed obvious to…
Define service level agreements and monitor them There is no value in monitoring your servers without the knowledge whether you are good or not Define SLAs: Availability of a service Response time goals Maximum concurrent users or requests Key values in WebSphere Application Server to monitor Response time Connection pools Heap Size and Garbage Collection…
Immer wieder müssen wir eine größere Menge Log-Daten von z/OS auf Windows-Rechner herunterladen — meist weil eine umfangreiche Analyse auf dem Laptop einfacher umgesetzt werden kann als auf z/OS. Stunden laufende Scripte kosten unter z/OS MIPS, unter Windows nur Strom und Nerven. Natürlich haben wir uns — wie alle Informatiker — gewünscht, man könnte diesen…