ContentPosts from @bbr32..
Link
@kala shared a link, 1 week, 4 days ago
FAUN.dev()

How AI Agents Automate CVE Vulnerability Research

A multi-agent system runs onGoogle's Agent Development Kit (ADK). It orchestrates specialized AI models for CVE research and report synthesis. It runso4-mini-deep-researchwith web search. On timeouts it falls back toGPT‑5. It extracts structured technical requirements. It maps those requirements to .. read more  

How AI Agents Automate CVE Vulnerability Research
 Activity
@environmentalbit3940 started using tool werf , 1 week, 4 days ago.
 Activity
@environmentalbit3940 started using tool VictoriaMetrics , 1 week, 4 days ago.
 Activity
@environmentalbit3940 started using tool SaltStack , 1 week, 4 days ago.
 Activity
@environmentalbit3940 started using tool Python , 1 week, 4 days ago.
 Activity
@environmentalbit3940 started using tool Pulumi , 1 week, 4 days ago.
 Activity
@environmentalbit3940 started using tool Kubernetes , 1 week, 4 days ago.
Link
@devopslinks shared a link, 1 week, 4 days ago
FAUN.dev()

Building a Database on S3

This paper from 2008 proposes a shared-disk design over Amazon S3 for cloud-native databases, separating storage from compute. Clients write redo logs to Amazon SQS instead of directly to S3 to hide latency. The paper presents a blueprint for serverless databases before the term existed... read more  

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

AWS RDS Cost Optimization Guide: Cut Database Costs in 2026

Amazon RDS costs are not fixed - they vary based on configuration and usage. Making informed configuration and governance decisions is key to optimizing costs. Graviton instances offer better price-performance for common databases, while storage costs can be reduced by decoupling performance from ca.. read more  

AWS RDS Cost Optimization Guide: Cut Database Costs in 2026
Link
@devopslinks shared a link, 1 week, 4 days ago
FAUN.dev()

Introducing Agentic Observability in NGINX: Real-time MCP Traffic Monitoring

NGINX ships an open-sourceAgentic ObservabilityJS module. It parsesMCPtraffic and extracts tool names, error statuses, and client/server identities. The module uses nativeOpenTelemetryto export spans. A Docker Compose reference wires upOTel collector,Prometheus, andGrafanafor realtime throughput, la.. read more  

Introducing Agentic Observability in NGINX: Real-time MCP Traffic Monitoring