Delphi IDE Explorer: Standalone Component Explorer for Any Application

AI;DR: This blog post was written using AI, as were the changes to the source code it describes. If you don't want to read "AI slop", better move on. For everybody else: I proof read the blog post and it does not contain any hallucinations. I also checked the code changes, wrote the demo programs … Continue reading Delphi IDE Explorer: Standalone Component Explorer for Any Application

TxtCipher: A Browser-Based Text Encryption Tool

TxtCipher is a simple, self-contained web application for encrypting and decrypting text. It runs entirely in the browser with no server, no installation, and no external dependencies. Just open the HTML file and start encrypting. You can run it directly from the repository or download the file and open it locally. What it does TxtCipher … Continue reading TxtCipher: A Browser-Based Text Encryption Tool

Delphi Class Constructors and the Smart Linker: A Silent Trap

AI;DR - for those who can't be bothered. Note to self (so I can find it again if I need it): I just spent an embarrassing amount of time debugging a problem that compiled without errors, produced no warnings, and simply didn't work at runtime. The culprit? Delphi's smart linker silently optimizing away code that … Continue reading Delphi Class Constructors and the Smart Linker: A Silent Trap