by Azalio tdshpsk | Apr 8, 2026 | Cloud
Only very rarely does Python add a new standard data type. Python 3.15, when it’s released later this year, will come with one—an immutable dictionary, frozendict. Dictionaries in Python correspond to hashmaps in Java. They are a way to associate keys with values. The...
by Azalio tdshpsk | Apr 8, 2026 | Cloud
I don’t need to tell you that agentic coding is changing the world of software development. Things are happening so quickly that it’s hard to keep up. Internet years seem like eons compared to agentic coding years. It seemed like just a few short weeks ago that...
by Azalio tdshpsk | Apr 7, 2026 | Cloud
GitHub has introduced an experimental Rubber Duck mode in the GitHub Copilot CLI. The latest addition to the AI-powered coding tool uses a second model from a different AI family to provide a second opinion before enacting the agent’s plan. The new feature was...
by Azalio tdshpsk | Apr 7, 2026 | Cloud
Azure Red Hat OpenShift (ARO) now supports NVIDIA H100 and H200 GPU-based Azure Virtual Machine SKUs, enabling customers to run large-scale AI, machine learning, and high-performance computing (HPC) workloads on a fully managed OpenShift service. This...
by Azalio tdshpsk | Apr 7, 2026 | Cloud
Organizations that use HTTP proxies to control outbound traffic often need to change or remove those settings as network requirements evolve, which can be disruptive in running clusters. Azure Kubernetes Service allows administrators to disable HTTP...
by Azalio tdshpsk | Apr 7, 2026 | Cloud
Developers building MCP servers on Azure Functions can expose tools but not resources. Now, Azure Functions supports MCP resource triggers, enabling developers to expose resources directly from an Azure Functions–hosted Model Context Protocol (MCP)...