PascalGPT: GPT Transformers for the Object Pascal World

The framework PascalGPT is a powerful, lightweight, Delphi-native – FPC compatible, open-source framework for creating, training, and experimenting with GPT-style transformer models, written entirely in Object Pascal. Its goal is to bring modern large language models into the Pascal ecosystem, without requiring Python or external ML runtimes. Since the first internal versions, the project has […]

Blockchain – An introduction with Object Pascal

This article does not intend to explain the blockchain in deep, because you can find a lot of information out there, but instead we will focus on a very simple application using Object Pascal, for this purpose I think you could also gain an special understanding on how it works. A needed introduction to the […]

[Delphi+Android] Touching the root

Probably for the most of situations your application will not require root access to the system. But, who knows why, sometimes you maybe need it. When developing my new application someone asked for a special feature: save the WiFi password which you are connected to. Well, you can get some of the wireless SSID infomation […]

[Delphi+Android] Using Bluestacks as emulator

When developing for Android if you don’t have any real Android device, you can use its own emulator Android Virtual Device (AVD),  which comes with Android SDK package. Even you are using Delphi, Android Software Development Kit, Eclipse/Android Studio or any other tool, using that emulator is a pain. So, here we come with Bluestacks. It´s was one […]

Up