Integrating an Azure AI Foundry Chatbot into Your Website

In a previous post, I detailed the process of deploying an AI model with Azure AI Foundry. Now, in this article, I’ll guide you through integrating it into a website as a chatbot. The idea is to have a PHP file on the server that will deal with the AI endpoint. This file will receive […]

Read More
Pondering the Chaos: Free Access and Zero-Value Noise

I remember talking with a friend about human behavior and how much people consume just because something is free, without it providing any real benefit to society or humanity. I was thinking about how a web service or app might start. You design it with the idea that users won’t abuse it, won’t misuse it, […]

Read More
AI Unleashed: Deploy AI Models to Your Tenant with Azure AI Foundry

In addition to the public services provided by AI players and their APIs, there are situations where we prefer to deploy a model within our own tenant to ensure better alignment with legislation, data compliance, and data regionalization requirements. Microsoft offers a straightforward solution for this through Azure AI Foundry. The Azure AI Foundry portal […]

Read More
Building a LAPS UI for Legacy LAPS in PowerShell

Microsoft deprecated it, so I built my own LAPS UI.

Read More
Migrating VPS from Ubuntu 20.04 LTS to 24.04 LTS

The time has come to update the VPS deployed in 2020 with Ubuntu 20.04. It still runs PHP7.x, and this is a good opportunity to upgrade to PHP8.x. A big change will be the move from MySQL to MariaDB as some collations are not directly compatible. The VPS will be upgraded to an AMD EPYC-Milan […]

Read More
Untangling X APIs to create an automated bot on X

To create an automated bot on X we need to follow the steps from the article.

Read More
1 2 3 5