Ioannis Polyzos
banner
ipolyzos.com
Ioannis Polyzos
@ipolyzos.com
DevOps.com’s 2026 outlook nails the direction:

AI-assisted development, mature platform engineering, and security-first design are converging into a single operating model.

� https://devops.com/3-notable-software-development-trends-for-2026-and-beyon#Softwaref#Platforma#AIr#DevOpsD#Cloud#Cloud
https://DevOps.com’s
December 13, 2025 at 7:23 PM
AWS published a solid guide on implementing HSTS across AWS services.
Done correctly, HSTS is a low-cost, high-impact security control that eliminates downgrade attacks and enforces HTTPS by default at the edge.

🔗 aws.amazon.com/blogs/securi...

#CloudSecurity #HSTS #AWS
Implementing HTTP Strict Transport Security (HSTS) across AWS services | Amazon Web Services
Modern web applications built on Amazon Web Services (AWS) often span multiple services to deliver scalable, performant solutions. However, customers encounter challenges when implementing a cohesive ...
aws.amazon.com
December 13, 2025 at 7:05 PM
Kubernetes risk doesn’t live in YAML — it emerges at deployment time.

AI-powered, deployment-aware analysis can spot issues traditional scanners miss: RBAC drift, namespace trust issues, network exposure, sidecar risks, and pipeline order effects.

🔗 thenewstack.io/ai-can-deliv...

#k8s #AI #risk
AI Can Deliver Deployment-Aware Risk Analysis for Kubernetes
Learn how Red Hat and IBM are using an AI agent to add real deployment context to Kubernetes security, moving beyond static scores to find true risks.
thenewstack.io
December 6, 2025 at 10:31 PM
The agents.md pattern for GitHub Copilot is one of the most important updates for AI-augmented development.

It gives AI tools explicit context, rules, and intent — reducing drift and improving code quality.

Every repo should adopt it.
🔗 build5nines.com/unlock-githu...

#GitHub #Copilot #AI
AGENTS.md
AGENTS.md is a simple, open format for guiding coding agents. Think of it as a README for agents.
agents.md
December 5, 2025 at 12:47 PM
AWS Graviton5 takes an interesting stance: focus on throughput, efficiency, and cloud-native workload patterns instead of single-thread supremacy.

A CPU designed around how distributed systems actually behave.

🔗 www.nextplatform.com/2025/12/04/a...

#AWS #Graviton5 #CloudArchitecture #ARM
AWS Graviton5 Strikes A Different Balance For Server CPUs
We have been expecting a new Arm server CPU design out of the Annapurna Labs folks who create the CPUs, XPUs, DPUs, and scale up switches for Amazon Web
www.nextplatform.com
December 5, 2025 at 12:41 PM
Fil-C is a compelling new direction for systems programming: a memory-safe implementation of C/C++ that keeps full compatibility with existing software, build systems and tooling.

🔗 fil-c.org

#MemorySafety #SystemsProgramming #C #CPP
Fil-C
fil-c.org
December 4, 2025 at 10:15 PM
AWS just introduced IAM Policy Autopilot, an open-source MCP server that generates secure IAM policies from natural-language intent.

🔗 aws.amazon.com/blogs/aws/si...

#AWS #IAM #Security #MCP
Simplify IAM policy creation with IAM Policy Autopilot, a new open source MCP server for builders | Amazon Web Services
Speed up AWS development with an open source tool that analyzes your code to generate valid IAM policies, providing AI coding assistants with up-to-date AWS service knowledge and reliable permission r...
aws.amazon.com
December 2, 2025 at 12:49 AM
Congress is preparing AGI-targeted legislation with requirements for audits, provenance, lineage, and safety controls.
AI systems are being treated less like tools and more like autonomous infrastructure…

🔗 m.slashdot.org/story/449659

#AI #AGI #Safety #Governance
Slashdot
m.slashdot.org
November 29, 2025 at 8:28 PM
AWS just introduced an Infrastructure-as-Code MCP Server, giving AI agents first-class access to CDK and CloudFormation.

🔗 aws.amazon.com/blogs/devops...

#AWS #IaC #MCP #DevOps
Introducing the AWS Infrastructure as Code MCP Server: AI-Powered CDK and CloudFormation Assistance | Amazon Web Services
Streamline your AWS infrastructure development with AI-powered documentation search, validation, and troubleshooting Introduction Today, we’re excited to introduce the AWS Infrastructure-as-Code (IaC)...
aws.amazon.com
November 29, 2025 at 8:24 PM
Google Cloud’s newest TPU mythbusting article shows how far TPU workloads have come: predictable pricing, strong training throughput, simplified scaling, and increasingly mature software tooling.

🔗 medium.com/google-cloud...

#AIInfra #TPU #GoogleCloud
TPU Mythbusting: cost and usage
Second part of the TPU Mythbusting. Learn how to get access to TPU without paying for them and how you can use TPUs through Vertex…
medium.com
November 29, 2025 at 8:16 PM
Google Cloud’s new AI SRE assistant inside the Gemini CLI is a big shift: conversational diagnostics, OS-level insights, and automatic log/metric summarisation directly in the terminal.

🔗 medium.com/google-cloud...

#SRE #AIOps #GoogleCloud #Gemini
AI-Powered SRE Assistant for VMs with Gemini CLI
Managing virtual machines (VMs) in production is a high-stakes task. Performance bottlenecks, resource exhaustion, and service failures can…
medium.com
November 29, 2025 at 8:11 PM
GNOME Foundry looks like a great step forward for Linux DX — a complete “IDE-in-a-box” with templates, tooling, debugging & packaging built in.

A more consistent, streamlined workflow for GNOME and Linux developers.

🔗 thenewstack.io/gnome-foundr...

#Linux #DevTools #OpenSource
Gnome Foundry Is a New 'IDE in a Box' for Linux
Like the Gnome Builder IDE but can't pull yourself away from the command line? Foundry provides a set of tools you can run directly in the terminal.
thenewstack.io
November 27, 2025 at 8:04 PM
Really enjoyed reading about SimplicityOS — a tiny, elegant OS built around clarity and minimalism.

A great reminder that well-designed systems don’t need layers of abstraction to be powerful.

🔗 isene.org/2025/11/Simp...

#UNIX #Minimalism #OpenSource
Building a 64-bit OS from Scratch with Claude Code
Philosophy - Sciences - Geekery - Art - Life - Coaching - Fun < Simplify Everything
isene.org
November 27, 2025 at 7:58 PM
Exploring workmux, a lightweight TMUX-inspired workflow multiplexer.
Define terminal workflows declaratively → spin them up instantly.

Great for dev, ops, K8s work, and repeatable environments.

🔗 github.com/raine/workmux

#DevTools #CLI #OpenSource
GitHub - raine/workmux: Seamless git worktrees and tmux windows as isolated dev environments
Seamless git worktrees and tmux windows as isolated dev environments - raine/workmux
github.com
November 27, 2025 at 7:55 PM
OctoSQL is a very cool OSS tool: it unifies files, DBs, APIs, and cloud sources under a single SQL interface.

Great for debugging distributed systems, incident response, and fast data exploration without pipelines.

🔗 github.com/cube2222/oct...

#OpenSource #SQL #SRE #DataEngineering
GitHub - cube2222/octosql: OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.
OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL. - cube2222/octosql
github.com
November 23, 2025 at 12:37 PM
Memori from GibsonAI is an open-source long-term memory layer for LLM agents — persistent, lightweight, and built for real workflows.

Supports episodic + semantic memory and removes the need for heavy RAG setups for small apps.

🔗 github.com/GibsonAI/Mem...

#AI #LLM #Agents #OpenSource
GitHub - GibsonAI/Memori: Open-Source Memory Engine for LLMs, AI Agents & Multi-Agent Systems
Open-Source Memory Engine for LLMs, AI Agents & Multi-Agent Systems - GibsonAI/Memori
github.com
November 23, 2025 at 12:31 PM
AWS now offers flat-rate CloudFront pricing with no overages.

This is a major step for FinOps maturity — predictable spend, no billing shocks, and simpler scaling for media, gaming, and global apps.

🔗 aws.amazon.com/blogs/networ...

#AWS #CloudFront #FinOps #Edge
Introducing flat-rate pricing plans with no overages | Amazon Web Services
Today, Amazon Web Services (AWS) is launching flat-rate pricing plans with no overages for website delivery and security. The pricing plans, available with Amazon CloudFront, combine global content de...
aws.amazon.com
November 23, 2025 at 12:27 PM
Azure Sentinel’s GitHub repo highlights a shift in SecOps: detections, automations, and analytics treated as code.

This is what scalable, modern SIEM/SOAR looks like — open, repeatable, and engineering-driven.

🔗 github.com/Azure/Azure-...

#CloudSecurity #SecOps #SIEM
GitHub - Azure/Azure-Sentinel: Cloud-native SIEM for intelligent security analytics for your entire enterprise.
Cloud-native SIEM for intelligent security analytics for your entire enterprise. - Azure/Azure-Sentinel
github.com
November 21, 2025 at 7:04 PM
Chinese actors reportedly jailbroke Claude and extracted sensitive corporate data. A clear signal that LLMs are becoming high-value attack surfaces. AI governance, isolation and model-level security testing need to advance rapidly.

🔗 hackread.com/chinese-hack...

#LLMSecurity #CyberSecurity #GenAI
Chinese State Hackers Jailbroke Claude AI Code for Automated Breaches
Follow us on Bluesky, Twitter (X), Mastodon and Facebook at @Hackread
hackread.com
November 18, 2025 at 8:24 PM
Reposted by Ioannis Polyzos
📰 New article by Mark Vinciguerra, Kunal Jha, Vivek Koppuru, Ajay Mahendru, Ross Povelikin, Siddharth Senger, Takuma Yoshitani

HyperPod enhances ML infrastructure with security and storage

#AWS #AI #MachineLearning
HyperPod enhances ML infrastructure with security and storage
This blog post introduces two major enhancements to Amazon SageMaker HyperPod that strengthen security and storage capabilities for large-scale machine learning infrastructure. The new features include customer managed key (CMK) support for encrypting EBS volumes with organization-controlled encryption keys, and Amazon EBS CSI driver integration that enables dynamic storage management for Kubernetes volumes in AI workloads.
aws.amazon.com
November 18, 2025 at 6:01 PM
Fresh AWS Weekly Roundup is out — updates across Lambda load balancers, Amazon Linux 2023, Amazon DCV and more. Solid improvements for platform teams and serverless builders.

🔗 aws.amazon.com/blogs/aws/aw...

#AWS #Cloud #Serverless #DevOps
AWS Weekly Roundup: AWS Lambda for Rust, NLB for QUIC protocol, Amazon DCV for Mac, and more (November 17, 2025) | Amazon Web Services
The weeks before AWS re:Invent, my team is full steam ahead preparing content for the conference. I can’t wait to meet you at one of my three talks: CMP346 : Supercharge AI/ML on Apple Silicon with EC...
aws.amazon.com
November 18, 2025 at 5:39 PM
Ever wondered what agentic dev workflows look like?

Check out Continuous Claude: runs Claude Code in a loop, makes branches, opens PRs, waits for checks, merges—all automated, with context persisted across runs.

🔗 github.com/AnandChowdha...

#AI #DeveloperTools #LLM
GitHub - AnandChowdhary/continuous-claude: 🔂 Run Claude Code in a continuous loop, autonomously creating PRs, waiting for checks, and merging
🔂 Run Claude Code in a continuous loop, autonomously creating PRs, waiting for checks, and merging - AnandChowdhary/continuous-claude
github.com
November 18, 2025 at 5:24 PM
Kubernetes has announced the retirement of Ingress-NGINX, moving the ecosystem toward the Gateway API.

A major shift for platform teams relying on ingress controllers today — a clear signal to start migration planning.

www.kubernetes.dev/blog/2025/11...

#Kubernetes #GatewayAPI
Ingress NGINX Retirement: What You Need to Know
To prioritize the safety and security of the ecosystem, Kubernetes SIG Network and the Security Response Committee are announcing the upcoming retirement of Ingress NGINX. Best-effort maintenance will...
www.kubernetes.dev
November 18, 2025 at 5:21 PM
AWS Lambda now supports Java 25, bringing faster cold starts, better security defaults, improved concurrency APIs, and smaller memory footprints. A solid upgrade for Java-heavy serverless workloads.

🔗 aws.amazon.com/blogs/comput...

#AWS #Lambda #Java25 #Serverless
AWS Lambda now supports Java 25 | Amazon Web Services
You can now develop AWS Lambda functions using Java 25 either as a managed runtime or using the container base image. This blog post highlights notable Java language features, Java Lambda runtime upda...
aws.amazon.com
November 16, 2025 at 3:46 PM
Reposted by Ioannis Polyzos
The 19th of September 2023, Java 21 was released. Let's take a look at the changes since the last LTS release, Java 17. In this blog, some of the changes are highlighted, mainly by means of examples.
#java
What’s New Between Java 17 and Java 21?
The 19th of September 2023, Java 21 was released. Time to take a closer look at the changes since the last LTS release, which is Java 17. In this blog, some of the changes between Java 17 and Java …
mydeveloperplanet.com
November 16, 2025 at 12:55 PM