Kustainer UI

I'm happy to share...

A cross-platform web interface for Microsoft's Kusto Emulator. Develop KQL queries, experiment with graph semantics, and build Kusto applications locally — without provisioning Azure resources or incurring cluster costs.

Tags

vortex-go - source code release

I'm happy to share:

A native Go implementation of the Vortex columnar file format.

Vortex is a next-generation columnar file format (Linux Foundation project) designed for analytical workloads. It achieves significantly faster scans and better compression than Apache Parquet through adaptive encoding selection and lazy materialisation.

vortex-go provides full read and write support from pure Go — no CGo, no Rust FFI.

A Go MCP Server for System-Level Bash Execution

Persistent sessions, nested MCP support, and a compiled server that deploys as a single binary.

The Model Context Protocol gives Claude the ability to call external tools, and bash execution is one of the most immediately useful. The MCP Bash Server is a Go implementation that provides Claude with a persistent bash session on the host system, allowing it to run commands, build projects, manage files, and interact with the operating environment while maintaining state between calls.

Why Anthropic Skills Will Transform Enterprise AI (And The Models That Actually Work)

It's only been a year since Anthropic released Model Context Protocol (MCP), which became the standardised "interface" solution for AI models. Over the Christmas break, Anthropic Skills went live, and I believe they represent the missing piece for reliable AI automation in enterprise environments.

The Sentinel Data Lake – Not Right for All

Fabric

OPINION: The Sentinel Data Lake is being heavily promoted as a game-changing development in SIEM. After two years of working with Microsoft's technology on a Big Data SIEM, I have a different perspective on this development.

This is a long read but a different assessment to every other perspective I have come across.

PowerShell access to the Sentinel Data Lake

PowerShell DataLake

It's early days for the Sentinel Data Lake and Microsoft haven't yet released any information about the APIs that are going to be exposed.  For the small number of API calls that can be found, the following PowerShell script can provide some access from PowerShell so we can at least get an idea about authentication!