Ordio – Home Assistant Music Streamer

A physical Spotify player: NFC disks, an OLED, and Home Assistant I wanted music my household could hold. Streaming is convenient to the point of being forgettable — you tap a name in a list and sound happens. So I built a slot reader: 3.5″ 3D-printed disks, each with an NFC tag inside and a … Read more

Claude Code: the patterns that hold up

Claude Code is the terminal-first agentic CLI from Anthropic — claude in your shell, reading the codebase, editing files, running commands, shelling out to git. It’s genuinely useful for real work. But using it without burning your context budget on the first session?

How to Display the Playlist Name on Your AzuraCast Public Page

Learn how to dynamically display the playlist name on your AzuraCast public page using a simple JavaScript solution. Enhance your listener experience with real-time updates.

Get Computer Name from Azure Device ID

We have multiple RRAS servers, and occasionally, I need to locate which one a client is connected to for troubleshooting. Now the RRAS console has some inconsistencies, sometimes it displays the computer name, sometime the Azure Device ID (Not the object ID) The Microsoft Docs on the Get-AzureADDevice is woefully incomplete, and it took me … Read more

Domain Replication Health

I have been doing a fair amount of work upgrading/removing/building domain controllers for a client, and wanted an easy way to check replication health and topology, and came up with this script. It has a GUI and allows for export of results to CSV This requires powershell remoting to be enabled, and a powershell version … Read more

Introducing Google Bookmarks Manager for GPOs: A Simple and Customizable Tool for Managing Google Bookmarks

Managing Google bookmarks for your organization can be a challenging task, especially when you need to deploy bookmarks across multiple machines using Group Policy Objects (GPOs). To make this process more manageable, we’ve developed the Google Bookmarks Manager for GPOs, a simple and customizable WPF application that allows you to create, edit, import, and export … Read more

I’m Going Green – Part 2

Read part 1 here. So, in part 1, I was going to use a multiplexer to grab the signals from the MPU6050 gyros. What I hadn’t realised is that these devices communicate over the I2C bus, which is only really meant for on board communications, and short distances. I had to ditch this idea, and … Read more

I’m Going Green!

Starting small with 3 x 400w panels (Trina 400w panels) giving me a max 1.2Kwh output, paired with 3 x Enphase iq7a inverters and an Enphase Envoy S (metered) So as I bought this, the regulations have changed around “plug in” solar options (In the UK) and now must be wired into their own breaker … Read more

Check language in Media Files

I have a largish media collection (mainly ripped DVDs) but noticed that somehow, I had managed to rip foreign audio instead of English. A little script can help identify these easily with the help of the PowerShell module “Get-MediaInfo” (The script will install this for you providing the first run is from an elevated PowerShell … Read more

Post an image from a URL to a Teams Chat/Channel

Now I work for a company where timesheets are mandatory, and it’s become a repetitive chore chasing everyone to remind them to make sure their timesheets are up to date every Friday! So being a fan of all things M365 and automation, I decided to automate this task with a simple Power Automate flow! We … Read more