Recently, I was trying to figure out if the content of two headlines overlapped. I needed a script that would answer if Pacific Palisades is part of Los Angeles, but I couldn't use regex because there's no pattern that matches "Pacific Palisades is part of Los Angeles." There's also no simple string …
Read MoreI didn't expect LLM engines to be "just" binary files. Microsoft's AI Toolkit for VS Code helped me better understand how LLMs work by letting me download and run AI models locally. …
Read MorePeople talk a lot about AI slop but what about anti-AI slop? My friend's kid at uni is going to school for AI, yet is required to score nearly 0% on those fraudulent AI-detection services. To pass, he had to rewrite an authentic, well-written paper to say:
"We get good help, more happy people, and less money …
Read MoreI'm currently working on the final chapter of our book! It's the DevOps chapter, which for a while, I thought would probably be about LLMOps or GenAIOps. But I haven't found a way to apply those to me as a DevOps person.
After reading Chapter 2 which covers Code Assistants, my coauthor and BFF Brandon suggested we show …
Read MoreIncredible! I just used PowerShell and OpenAI to import text from a PDF right into SQL Server 🚀 AI's usefulness is often debated but this is such a great use-case. I also see it being useful for automatically adding SharePoint document metadata and cleaning dirty data.
Using a new feature from OpenAI called …
Read MoreI don't know if you can tell but I'm having a ton of fun lately with AI. I prefer AI coding over manual coding because I can skip all the tedium and just communicate in my first language. Advanced things too, in languages I don't know well like TypeScript.
I remember seeing a YouTube headline about a guy who built a …
Read MoreSince I can't find it anywhere else on the web, here's how you detect ARM64 xplat.
1# Determine OS and Architecture 2$osPlatform = [System.Runtime.InteropServices.RuntimeInformation]::OSDescription 3$architecture = [System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture 4 5# Adjust the platform and …
Read MoreLast 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 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 store. …
Read More