ContentPosts from @naren..
Link
@kala shared a link, 2ย months, 1ย week ago
FAUN.dev()

OpenAI Needs $400 Billion In The Next 12 Months

OpenAI, Broadcom, NVIDIA, and AMD say theyโ€™ll deploy10GWof AI compute by end of 2026. That includes custom chips and slews of 1GW data centers. What they didnโ€™t say: where, when, or how. No sites named. No shovels in dirt. OpenAI alone aims for250GW by 2033โ€”a moonshot that needs$400Bin the next 12 m.. read more ย 

OpenAI Needs $400 Billion In The Next 12 Months
Link
@kala shared a link, 2ย months, 1ย week ago
FAUN.dev()

Claude Skills are awesome, maybe a bigger deal than MCP

Anthropic releasedClaude Skillsโ€”a lean way to snap specialized instructions and scripts into Claude without bloating the prompt. Each โ€œskillโ€ lives in a folder with Markdown and optional code. Frontmatter tags tell Claude when to load what. No need to cram everything into the context windowโ€”Claude g.. read more ย 

Claude Skills are awesome, maybe a bigger deal than MCP
Link
@devopslinks shared a link, 2ย months, 1ย week ago
FAUN.dev()

How AI can help your DevSecOps pipeline

AI is sliding into DevSecOps and turning security into less of a slog. Tools likeDarktrace PREVENT,CrowdStrike Falcon, andMicrosoft Security Copilotaren't just watchingโ€”they're flagging weird behavior, proposing fixes, and unclogging patch pipelines inside CI/CD. The shift:DevSecOps is on its way to.. read more ย 

How AI can help your DevSecOps pipeline
Link
@devopslinks shared a link, 2ย months, 1ย week ago
FAUN.dev()

How Shopify Handles 30TB of Data Every Minute with a Monolithic Architecture

Shopify handles billions of Black Friday requests on amodular monolith, built with Ruby on Rails and kept in check byPackwerk. Domain boundaries are enforced. Chaos averted. Inside, it blendsHexagonal Architecture, isolatedPods, and real-time Kafka pipes. The system scales without fracturing into mi.. read more ย 

How Shopify Handles 30TB of Data Every Minute with a Monolithic Architecture
Link
@devopslinks shared a link, 2ย months, 1ย week ago
FAUN.dev()

How I Block All 26 Million Of Your Curl Requests

A developer built a razor-sharp TLS fingerprinting and blocking toolโ€”all in kernel spaceโ€”witheBPFandXDP. It hooks into incoming packets, scrapes TLS Client Hello messages, and cranks out simplified JA4-style hashes from their cipher suite lists. The fun part? It's running under tight stack limits, s.. read more ย 

How I Block All 26 Million Of Your Curl Requests
Link
@devopslinks shared a link, 2ย months, 1ย week ago
FAUN.dev()

CVE-2025-49844 - The Redis CVSS 10.0 vulnerability and how we responded

Report URI closed the door on Redis CVE-2025-49844 fast. They rolled out ACL-based command blocks and jumped to Redis8.2.2, now running on a freshRedis Sentinel-based HA setup. To prove the fix stuck, they ran command counter checks and layered in enforced blocking rulesโ€”then pushed it all out fleet.. read more ย 

CVE-2025-49844 - The Redis CVSS 10.0 vulnerability and how we responded
Link
@devopslinks shared a link, 2ย months, 1ย week ago
FAUN.dev()

Hosting Remote MCP Server on Azure Container Apps (ACA) using Streamable HTTP transport mechanism

A fresh setup shows how to runModel Context Protocol (MCP) servers over HTTPinsideAzure Container Appsโ€”stateless, serverless, and ready for real-time jobs like live forex conversion. It pipes in a live API fallback, adds caching, and speaksJSON-RPC 2.0overPOST. You can spin it up withBicep templates.. read more ย 

Hosting Remote MCP Server on Azure Container Apps (ACA) using Streamable HTTP transport mechanism
Link
@devopslinks shared a link, 2ย months, 1ย week ago
FAUN.dev()

Migrating to Hetzner -ย We saved 76% on our cloud bills

DigitalSociety ditched AWS and DigitalOcean. Swapped the comfort of cloud for full control onHetzner, built onTalos Linux. PostgreSQL? Now running onCloudNativePG. Traffic flows throughIngress NGINXwithExternalDNShandling the names. The payoff: monthly costs dropped from $449.50 to under $100. ARM v.. read more ย 

Migrating to Hetzner -ย We saved 76% on our cloud bills
Link
@kaptain shared a link, 2ย months, 1ย week ago
FAUN.dev()

A fully functional Kubernetes cluster with 1 million active nodes.

Pushing Kubernetes to 1M nodes isnโ€™t just hardwareโ€”it's architectural judo. Networking flips to exclusive IPv6.Less chatter, more breathing room. etcd hits a wall.Write throughput stalls at scale, so they swap it out. Entermem_etcd, a Rust-built replacement pushing over 1M buffered writes per second.. read more ย 

A fully functional Kubernetes cluster with 1 million active nodes.
Link
@kaptain shared a link, 2ย months, 1ย week ago
FAUN.dev()

Debug Builds with Visual Studio Code

Docker droppedBuildx debuggingfor VS Code. Set breakpoints in your Dockerfiles. Peek into image layers. Even jump into an interactive shell mid-build. It runs on theDebug Adapter Protocol, so editors likeNeovimandJetBrains IDEscan join the party too... read more ย 

Debug Builds with Visual Studio Code