ContentPosts from @devopslinks..
Link
@devopslinks shared a link, 1 week, 6 days ago
FAUN.dev()

From Static Rate Limiting to Adaptive Traffic Management in Airbnb’s Key-Value Store

Airbnb just rewired Mussel, its key-value store, with a smarter, layered QoS system. Out go the rigid QPS caps. In comeresource-aware rate control,criticality-based load shedding, andreal-time hot-key mitigation. Dispatchers now speak the language of backend cost -rows, bytes, latency - not just raw.. read more  

From Static Rate Limiting to Adaptive Traffic Management in Airbnb’s Key-Value Store
Link
@devopslinks shared a link, 1 week, 6 days ago
FAUN.dev()

Agent-Driven SRE Investigations: A Practical Deep Dive into Multi-Agent Incident Response

A sandboxed setup dropped multiple Claude-powered agents into Docker containers to run a full incident response drill. Each agent played a role: probing Kubernetes clusters, sniffing out root causes, and shipping remediation PRs straight to GitHub. Out of 7 test incidents, they nailed the diagnoses .. read more  

Agent-Driven SRE Investigations: A Practical Deep Dive into Multi-Agent Incident Response
Link
@devopslinks shared a link, 1 week, 6 days ago
FAUN.dev()

How We Saved 70% of CPU and 60% of Memory in Refinery’s Go Code, No Rust Required.

Refinery 3.0 cuts CPU by 70% and slashes RAM by 60%. The trick: selective field extraction from serialized spans. No full deserialization. Fewer heap allocations. Way less waste. It also recycles buffers, handles metrics smarter, and is gearing up to parallelize its core decision loop... read more  

How We Saved 70% of CPU and 60% of Memory in Refinery’s Go Code, No Rust Required.
Link
@devopslinks shared a link, 1 week, 6 days ago
FAUN.dev()

async dns

A developer went digging for safer async DNS incurlafterpthread_cancelstarted breaking things. Threadless, callback-free options took the spotlight.OpenBSD’sasrquickly stood out, clean event loop integration, no threads, no drama. Beat outc-areson portability and design clarity... read more  

News FAUN.dev() Team Trending
@devopslinks shared an update, 2 weeks, 1 day ago
FAUN.dev()

Rust Confirmed for Linux Kernel: Experiment Concludes Successfully

UNIX GNU/Linux The Linux Kernel Rust

The Rust experiment in the Linux kernel concludes, confirming its suitability and permanence in kernel development, with Rust now used in production and supported by major Linux distributions.

Rust Confirmed for Linux Kernel: Experiment Concludes Successfully
 Activity
@devopslinks added a new tool BigQuery , 2 weeks, 2 days ago.
News FAUN.dev() Team Trending
@devopslinks shared an update, 2 weeks, 2 days ago
FAUN.dev()

AWS Previews DevOps Agent to Automate Incident Investigation Across Cloud Environments

Amazon Web Services Amazon CloudWatch Datadog Dynatrace New Relic

AWS introduces an autonomous AI DevOps Agent to enhance incident response and system reliability, integrating with tools like Amazon CloudWatch and ServiceNow for proactive recommendations.

AWS Previews DevOps Agent to Automate Incident Investigation Across Cloud Environments
 Activity
@devopslinks added a new tool ServiceNow , 2 weeks, 2 days ago.
Link
@devopslinks shared a link, 3 weeks, 1 day ago
FAUN.dev()

Why we're leaving serverless

Every millisecond matters in the critical path of API authentication. After two years of battling serverless limitations, the entire API stack was rebuilt to reduce end-to-end latency. The move from Cloudflare Workers to stateful Go servers resulted in a 6x performance improvement and simplified arc.. read more  

Why we're leaving serverless
Link
@devopslinks shared a link, 3 weeks, 1 day ago
FAUN.dev()

Advancing Our Chef Infrastructure: Safety Without Disruption

Slack pulled back the curtain onSlack AI, its LLM-powered assistant built with a fortress mindset. Every customer gets their ownisolated environment. Any data passed tovendor LLMs? It'sephemeral. Gone before it can stick. No fine-tuning. No exporting data outside Slack. And there’s a wholemiddle-lay.. read more Â