ContentPosts from @jfajardo..
Link
@faun shared a link, 2 days, 10 hours ago

Sandboxed to Compromised: New Research Exposes Credential Exfiltration Paths in AWS Code Interpreters

Researchers poked holes insandboxed Bedrock AgentCore code interpreters—and found a way to leak execution role credentials through theMicroVM Metadata Service (MMDS). No outside network? Doesn’t matter. The exploit dodges basic string filters in requests and lets non-agentic code swipe AWS creds to ..

Link
@faun shared a link, 2 days, 10 hours ago

Measuring Developer Productivity with Amazon Q Developer and Jellyfish

Amazon Q Developer now plugs into Jellyfish. Teams get a clearer view of how AI fits into the real flow of work—prompt usage, code adoption, PR throughput. Not just surface stats. The setup pipes data from AWS S3 straight into Jellyfish’s analytics engine. It tags AI users, tracks velocity gains, an..

Measuring Developer Productivity with Amazon Q Developer and Jellyfish
Link
@faun shared a link, 2 days, 10 hours ago

Which LLM writes the best analytical SQL?

Tinybird threw 19 top LLMs at a 200M-row GitHub dataset, testing how well they could turn plain English into solid SQL. Most models kept their syntax clean—but when it came to writing SQL that actually ran well and returned the right results, they lagged behind human pros. Messy schemas or tricky pr..

Which LLM writes the best analytical SQL?
Link
@faun shared a link, 2 days, 10 hours ago

GitHub Copilot on autopilot as community complaints persist

GitHub's biggest debates right now? Whether to shut down AI-generated "noise" fromCopilot—stuff like auto-written issues and code reviews. No clear answers from GitHub yet. Frustration is piling up. Some devs are ditching the platform altogether, shifting their projects toCodebergor spinning upself-..

GitHub Copilot on autopilot as community complaints persist
Link
@faun shared a link, 2 days, 10 hours ago

Being on the Same Page During an Incident: Not Actually Telepathy

Collaboration in incident response is crucial for effective resolution, starting with establishing a basic compact among responders. Grounding is a process that ensures alignment and common ground is maintained throughout an incident, encompassing initial common ground, public events so far, and the..

Link
@faun shared a link, 2 days, 11 hours ago

Container Logs in Kubernetes: How to View and Collect Them

This guide shows how to wrangle container logs in Kubernetes—usingkubectl, shell tools, structured logging, and the Kubernetes Dashboard. It covers the basics and dives into how to scale up log collection and make observability less painful across clusters...

Container Logs in Kubernetes: How to View and Collect Them
Link
@faun shared a link, 2 days, 11 hours ago

v1.34: DRA has graduated to GA

Kubernetes 1.34 turnsDynamic Resource Allocation (DRA)loose into General Availability—enabled by default. That cements native support for high-maintenance gear like GPUs, FPGAs, and any other quirky hardware your workloads need. The release also packs a fresh mix of alpha/beta features: tighter admi..

Link
@faun shared a link, 2 days, 11 hours ago

v1.34: Service Account Token Integration for Image Pulls Graduates to Beta

Kubernetes v1.34 bumpsServiceAccount token integration for Kubelet Credential Providersto beta. That means image pulls can now ditch long-lived secrets for workload-scoped tokens. Cleaner, safer, and more locked down per ServiceAccount...

Link
@faun shared a link, 2 days, 11 hours ago

v1.34: Introducing CPU Manager Static Policy Option for Uncore Cache Alignment

Kubernetes 1.34 bumps theCPU Manager uncore-cache alignment policyto beta. It’s aimed at nodes withsplit uncore cache architectures. The policy groups all a container’s CPUs under the same uncore cache—cutting latency and easing contention for workloads that hate waiting. System shift:Kubernetes kee..

v1.34: Introducing CPU Manager Static Policy Option for Uncore Cache Alignment
Link
@faun shared a link, 2 days, 11 hours ago

Building a Scalable, Flexible, Cloud-Native GenAI Platform with Open Source Solutions

A fresh reference architecture built withEnvoy AI GatewayandKServebrings order to the GenAI chaos. One clean interface to route requests across internal and external LLMs—locked down with policies. It’s called aTwo-Tier Gateway Architecture. Think of it like a split-brain: external API traffic goes..

Building a Scalable, Flexible, Cloud-Native GenAI Platform with Open Source Solutions