Last week, I had such a blast at PSConf.eu in gorgeous Antwerp, Belgium. It was my first in-person conference in FIVE YEARS! Literally, the last time I was at a conference was at Data Grillen in June 2019. There, I professed that I'd be taking a break from speaking. Little did I know :grimace: Fast-forward five very …
Read Morefinetuna, the PowerShell module for fine-tuning OpenAI models, has been updated to version 2.0. This release now depends on PSOpenAI, supports Azure OpenAI services, and provides a demo notebook along with some sample data. If you're new to finetuna, it makes OpenAI model fine-tuning in PowerShell simpler. It does file …
Read MoreBrowsing the internet, with all the EU cookie consents, has made the entire internet unusable. As a dedicated Chrome user, it didn't really occur to me to give other browsers serious consideration. I only recently switched to Safari on the iPhone because it offered minimal blocking via a Safari extension in the app …
Read MoreMe and my BFF, Brandon, have been writing a new book it's available today in the Manning Early Access Program! This means you can get a copy of the book as we're writing it. We're a little less than halfway through. We've both had a lot of success using Generative AI, specifically ChatGPT Plus and Azure OpenAI Service, …
Read MoreI've been blown away by ChatGPT's vision features and have already used it for a ton of stuff, including: Taking a picture of my food and asking for the recipe Pasting in my friend's screenshot of her speaking in Norwegian and getting a translation Taking a photo of some French rubbing alcohol and asking if it's the …
Read MoreTLDR: This error is expected and the change is legitimate. To update, switch to Install-Module, then slap on the -SkipPublisherCheck and -Force parameters and continue your update. 1Install-Module dbatools -Force -SkipPublisherCheck I've always been very proud that dbatools is Code Signed like a "real" …
Read MoreIf you're wondering about the uptick in SQL Server-related posts, I recently changed jobs and went back to being a SQL Server DBA. For a few years there, I switched to security engineering; I figured I'd try something new and welcomed no longer being an admin. It was nice enough and I got to do a ton of PowerShell, but …
Read MoreI recently got into VS Code Dev Containers and Azure Functions, and I love them. Unfortunately, the PowerShell Azure Functions pretty much come out of the box with a high likelihood of throwing OmniSharp exceptions when debugging. Two of the files the setup process generates, launch.json and tasks.json, use the func …
Read MoreI've been super busy with a couple projects (including dbatools 2.0, which will be GA soon) and hadn't kept up with much, but I got a notification on my phone for an article on infoworld.com that talked about a new GitHub Copilot feature in VS code called Copilot chat. While reading the article, I got the feeling that …
Read MoreIf you work in an offline environment, you're probably familiar with how painful it can be to install anything, including PowerShell modules like dbatools. In the past, dbatools had no dependencies, so the installation process was somewhat straightforward — you could even download a zip from our GitHub repo. However, …
Read More