Profile avatar
funbucket.dev
Dual Microsoft MVP, Inaugural GitHub Star, creator of dbatools, author http://dbatools.io/book 🏳️‍🌈 Creator of @mutesky.app Totally into PowerShell, SQL Server and AI. 📍 Very North of France
1,144 posts 3,734 followers 884 following
Regular Contributor
Active Commenter

Reminder that as tech professionals we probably have a lot more we haven't documented. @funbucket.dev created this handy checklist

GitHub Copilot Agent mode is very fast nowadays. And I love using it. Just now it quickly created a schema file for a large JSON file for me. Saved me a ton of time and hassle! 🔥🚀 #GitHub #GitHubCopilot #MVPBuzz

Authentication is hard. We've been juggling OAuth and pockets full of app passwords, and we're know we're not the only ones. That's why today, we're open sourcing an all in one, best-in-class service that anyone can use to deal with ATProto authentication - for free.

I'm not sure how I missed it, but the Graph X-Ray extension is phenomenal. I was getting so frustrated trying to write a CA policy in #PowerShell and this has absolutely saved my evening. graphxray.merill.net Thank you, @merill.net!

MCP just got a huge update so you can delegate the authorisation server to a third party like Entra, a massive security improvement. What a fab community effort @anthropic.com ! 👏 modelcontextprotocol.io/specificatio...

Great blog on security considerations for those playing with MCP: techcommunity.microsoft.com/blog/microso...

Metro-AI is a unified #PowerShell module that streamlines management of #Azure #AI Agent and Assistant APIs. github.com/Azure/Metro....

See how AI can feel like magic in everyday scenarios and professional settings with @funbucket.dev From intuitive responses to complex coding, explore the capabilities of AI bots and tools. #PowerShell #PSConfEU

I’m moving to the Netherlands this weekend 🇳🇱 Of all the things I’ll miss from Belgium, I’ll miss Peche Mel the most. An 8.5% smooth amber that punches you in the face with peach flavor. Nothing like it.

`dotnet run file.cs` is coming: Allows running C# source files with no need for an explicit backing project. We call these file-based programs (as opposed to project-based programs). github.com/dotnet/sdk/b...

Docker Model Runner Demo The following tutorial by Abhishek Veeramalla provides an introduction to the Docker Model Runner. The Model Runner enables the local running of LLMs with Docker Desktop. www.youtube.com/watch?v=uFax... #Docker #LLM #AI #MLOps #DevOps

People keep mentioning MCP in the context of AI SRE/Cloud Assistants. Here's one example a colleague just shared. I'm still trying to figure out when MCP is the right solution. AIs are really good at using CLIs; helm, kubectl... So why wrap the CLI in an MCP server? github.com/alexei-led/k...

Continuing on MCP; here's an example. I'm building a cloud assistant using OpenAI's Responses API and Vector Store. The UI quickly becomes useless for managing large numbers of files; i.e. no lookup by name capability. So I created a simple CLI which is working pretty good.

Rigged up a thing so my kid can change the color of her bedroom using her marker set!

Build AI agent tools using remote #MCP with #Azure Functions. This is an early experimental preview of triggers and bindings that allow you to build tools using remote MCP with server-sent events (SSE) with Azure Functions. . techcommunity.microsoft.com/blog/appsona...

Landing page for Remote #MCP Server efforts in #Azure Functions with links to all language stack specific repos. Contains quickstart templates and additional resources to easily build and deploy a custom remote MCP server to the cloud using Azure functions github.com/Azure-Sample...

📣 This just in... The *open source* and official GitHub MCP Server is here 🤩 github.blog/changelog/20...

MCP Run Python The MCP Run Python package is an MCP server that allows agents to execute Python code in a secure, sandboxed environment. It uses Pyodide to run Python code in a JavaScript environment with Deno, isolating execution from the host system.