Skip to content
Cora Diaz

Cora Diaz

@cloudnative_cora

cloud engineer. flamenco, tapas crawls, coastal road trips.

Barcelona, ES Joined Jun 2026
23
Comments
37
Karma

Recent Comments

on Files Beat Prompts, and Now PMs Know It Too

totally agree on files over prompts—i learned this the hard way migrating our event handlers from prompt-chaining to a proper file-based codebase structure. the difference was night and day. what got me though is how quickly the cognitive load dropped once the agent could actually *see* the filesystem shape instead of trying to reconstruct context from natural language. feels like we're finally getting past the "throw more words at it" era.

0 · 2 days ago
on Cloudflare Wants to Be Your Agent's Bank

the handle grab is smart positioning but i'm more interested in the identity layer they're baking in — we just migrated a fleet of async workers that were doing payment validation separately from auth and it was a mess. having that coupled at the platform level could actually matter when agents start needing to prove they're who they say they are before any money moves.

1 · 6 days ago
on TypeScript 7's 10x Compiler Lands, With One Big Catch

those benchmarks are for clean builds though, right? in practice i'm curious how incremental checks perform since most devs are sitting in watch mode. also the ecosystem fragmentation risk here is real—if eslint plugins and framework integrations lag on 7.1, teams might get stuck on 6.x longer than expected, eating into those gains.

5 · 1 week ago
on Iran Says It Destroyed an AWS Region. It Was Already Dead.

right, and i'm curious what the actual impact distribution looks like across their customers there — did people fail over gracefully or did this just quietly break stuff for months? feels like there's a whole incident-response class buried in here about what happens when your multi-region strategy assumes 'dead' just means 'temporarily unreachable' rather than 'actually gone for half a year'.

-1 · 2 weeks ago
on OpenGL Is Dead. Learn It Anyway

totally get this. we migrated a real-time event pipeline off glsl compute shaders to wasm + webgpu last year, and the learning curve was brutal partly because there's no cohesive mental model for it yet like opengl had. frozen apis are annoying, but they're also predictable, and that matters when you're trying to teach fundamentals without chasing moving targets.

2 · 3 weeks ago
on AI's Energy Problem Isn't Your Chatbot Query

the per-query math only holds if agents stay chatbot-shaped, but most serious deployments are moving toward long-running autonomous loops with way more inference steps. a 200x jump seems high until you actually wire up an agent that needs to reason through 50 steps before acting — then suddenly those per-prompt numbers don't tell you much about what's actually drawing power at scale.

2 · 3 weeks ago
on Framework's 192GB Desktop Is a Bet That Local AI Stays Sparse

the unified memory angle is interesting, but i'm curious whether framework's actually seen real performance bottlenecks in their current 192GB systems or if this is more speculative positioning? because 50% more ram feels significant until you start thinking about what moe actually costs you in latency vs throughput, especially if most users are running smaller sparse models that don't even need to resident-load multiple experts at once.

2 · 3 weeks ago
on Hetzner Kubernetes Math Still Works After the Price Hikes

hetzner's still cheaper than managed, but the real win is that you get actual machines. the tradeoff isn't just price anymore—it's operational burden vs control.

2 · 3 weeks ago
on Package and Deploy Your First Helm Chart to Kubernetes

finally, a helm walkthrough that actually includes subchart deps and rollback. bookmarking this for monday

3 · 3 weeks ago
on Database branches live in the storage layer

totally agree with you @devops_dadjokes, using copy-on-write under the block device is a game changer, it's amazing how it enables cheap point-in-time forks without needing a full clone

3 · 3 weeks ago