Join us

ContentCurated links by FAUN.dev
Link
@varbear shared a link, 3Ā days, 5Ā hours ago
FAUN.dev()

The Slow Collapse of MkDocs

On March 9, 2026 a former maintainer grabbed the PyPI package forMkDocs. The original author's rights got stripped. Ownership snapped back within six hours. Core development stalled for 18 months.Material for MkDocswent into maintenance. The ecosystem splintered intoProperDocs,MaterialX, andZensical.. read more Ā 

The Slow Collapse of MkDocs
Dev Swag
@ByteVibe shared a product

I test in production - Heavy Blendā„¢ Hoodie

#developerĀ  #merchandiseĀ  #swagĀ 

This unisex heavy blend Hooded Sweatshirt is relaxation itself. It's made with a thick blend of Cotton and Polyester, which makes it plush, soft and warm. The spacious Kangaroo Pocket adds daily pract...

Link
@varbear shared a link, 3Ā days, 5Ā hours ago
FAUN.dev()

How we monitor internal coding agents for misalignment

AI systems are acting with more autonomy in real-world settings, with OpenAI focusing on responsibly navigating this transition to AGI by building capable systems and developing monitoring methods to deploy and manage them safely. OpenAI has implemented a monitoring system for coding agents to learn.. read more Ā 

How we monitor internal coding agents for misalignment
Link
@varbear shared a link, 3Ā days, 5Ā hours ago
FAUN.dev()

How Slack Rebuilt Notifications

At Slack, notifications were redesigned to address the overwhelming noise issue by simplifying choices and improving controls. The legacy system had complex preferences that made it difficult for users to understand and control notifications. Through a collaborative effort, the team refactored prefe.. read more Ā 

Link
@varbear shared a link, 3Ā days, 5Ā hours ago
FAUN.dev()

Why I Vibe in Go, Not Rust or Python

In a world where the machine writes most of the code, Python lacks solid type enforcement, Rust is overly strict with complex lifetimes, while Go strikes the right balance by catching critical issues without hindering development velocity. The article argues in favor of Go over Python and Rust for A.. read more Ā 

Why I Vibe in Go, Not Rust or Python
Link
@varbear shared a link, 3Ā days, 5Ā hours ago
FAUN.dev()

What if Python was natively distributable?

The Python ecosystem's insistence on solving multiple problems when distributing functions has led to unnecessary complexity. The dominant frameworks have fused orchestration into the execution layer, imposing constraints on function shape, argument serialization, control flow, and error handling. W.. read more Ā 

Link
@kaptain shared a link, 3Ā days, 5Ā hours ago
FAUN.dev()

AWS Load Balancer Controller Reaches GA with Kubernetes Gateway API Support

AWS ships GAGateway APIsupport in theAWS Load Balancer Controller. Teams can manageALBandNLBwith the SIG standard. The controller swaps annotation JSON for validated CRDs -TargetGroupConfiguration,LoadBalancerConfiguration,ListenerRuleConfiguration- and handles L4 (TCP/UDP/TLS) and L7 (HTTP/gRPC). M.. read more Ā 

AWS Load Balancer Controller Reaches GA with Kubernetes Gateway API Support
Link
@kaptain shared a link, 3Ā days, 5Ā hours ago
FAUN.dev()

A one-line Kubernetes fix that saved 600 hours a year

Atlantis, a tool for planning and applying Terraform changes, faced slow restarts of up to 30 minutes due to a safe default in Kubernetes that became a bottleneck as the persistent volume used by Atlantis grew to millions of files. After investigation, a one-line change to fsGroupChangePolicy reduce.. read more Ā 

A one-line Kubernetes fix that saved 600 hours a year
Link
@kaptain shared a link, 3Ā days, 5Ā hours ago
FAUN.dev()

Trivy Hack Spreads Infostealer via Docker, Triggers Worm and Kubernetes Wiper

Cybersecurity researchers found malicious artifacts distributed via Docker Hub after the Trivy supply chain attack. Malicious versions 0.69.4, 0.69.5, and 0.69.6 of Trivy were removed from the image library. Threat actor TeamPCP targeted Aqua Security's GitHub organization, compromising 44 repositor.. read more Ā 

Trivy Hack Spreads Infostealer via Docker, Triggers Worm and Kubernetes Wiper
Link
@kaptain shared a link, 3Ā days, 5Ā hours ago
FAUN.dev()

jsongrep is faster than {jq, jmespath, jsonpath-rust, jql}

This article introduces a tool called jsongrep, explains the internal search engine it uses, and outlines the benchmarking strategy used to compare its performance with other JSON path-like query tools. The tool parses the JSON document, constructs an NFA from the query, determinizes the NFA into a .. read more Ā 

jsongrep is faster than {jq, jmespath, jsonpath-rust, jql}
Link
@kaptain shared a link, 3Ā days, 5Ā hours ago
FAUN.dev()

Deploying Disaggregated LLM Inference Workloads on Kubernetes

In large language model (LLM) inference workloads, a single monolithic serving process can hit its limits due to different compute profiles for prefill and decode stages. Disaggregated serving splits the pipeline into distinct stages to better utilize GPU resources and scale more flexibly on Kuberne.. read more Ā 

Deploying Disaggregated LLM Inference Workloads on Kubernetes