Join us

ContentCurated links by FAUN.dev
Link
@devopslinks shared a link, 2Ā weeks ago
FAUN.dev()

Why does SSH send 100 packets per keystroke? Ā·

The default macOS SSH client now floods connections withSSH2_MSG_PING ā€œchaffā€ packets- a 2023 privacy tweak meant to hide keystroke timing. Nice in theory. In practice? It tanks performance for real-time terminal apps like games built on Bubbletea over SSH. Turning it off - either through client fla.. read more Ā 

Why does SSH send 100 packets per keystroke? Ā·
Dev Swag
@ByteVibe shared a product

I fix problems you didn’t know you have in a way, you don’t understand. - 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
@devopslinks shared a link, 2Ā weeks ago
FAUN.dev()

From Paging to Postmortem: Google Cloud SREs on Using Gemini CLI for Outage Response

Google Cloud SREs just leveled up their incident response game with theGemini CLI- an LLM-fueled terminal sidekick built onGemini 3. It jumps in fast: drafts mitigation playbooks, digs into root causes, and cranks out postmortem reports. All withhuman-in-the-loopguardrails to keep things sane... read more Ā 

From Paging to Postmortem: Google Cloud SREs on Using Gemini CLI for Outage Response
Link
@varbear shared a link, 2Ā weeks, 4Ā days ago
FAUN.dev()

Discord Alternatives, Ranked

A veteran Discord admin did a deep dive into chat platform alternatives - Signal, Matrix, Zulip, Rocket.Chat, Discourse - stacked against five key pillars: functionality, openness, security, safety, and decentralization. Discord didn't come out looking great. Centralized. No end-to-end encryption. S.. read more Ā 

Discord Alternatives, Ranked
Link
@varbear shared a link, 2Ā weeks, 4Ā days ago
FAUN.dev()

What Is an Async Agent, Really?

An async agent is not inherently async, it depends on whether you wait for it to finish or not. Async agents can manage their own event loop of other agents, spawning and coordinating them to handle tasks, just like an async runtime in programming. This architectural distinction allows for concurren.. read more Ā 

Link
@varbear shared a link, 2Ā weeks, 4Ā days ago
FAUN.dev()

I struggled to code with AI until I learned this workflow

AI coding assistants work best when given clear context, a specific plan, and implemented in small, reviewable steps. Start with context, then a plan, and iterate through implementation and testing to avoid AI freelancing pitfalls... read more Ā 

Link
@varbear shared a link, 2Ā weeks, 4Ā days ago
FAUN.dev()

Company as Code

Organisations rely heavily on digital systems, yet manage important organisational data using outdated manual methods despite advanced automation capabilities in other areas. A novel "Company as Code" concept proposes a programmatic representation of the entire organisation, enabling structured, ver.. read more Ā 

Link
@kaptain shared a link, 2Ā weeks, 4Ā days ago
FAUN.dev()

Introducing Node Readiness Controller

Kubernetes just dropped theNode Readiness Controller- a smarter way to track node health. It slaps taints on nodes based on custom signals, not just the plain old "Ready" status. The goal? Safer pod scheduling that actually reflects what’s going on under the hood. It's powered by theNodeReadinessRul.. read more Ā 

Link
@kaptain shared a link, 2Ā weeks, 4Ā days ago
FAUN.dev()

How GKE Inference Gateway improved latency for Vertex AI

Vertex AI now plays nice withGKE Inference Gateway, hooking into the Kubernetes Gateway API to manage serious generative AI workloads. What’s new:load-awareandcontent-aware routing. It pulls from Prometheus metrics and leverages KV cache context to keep latency low and throughput high - exactly what.. read more Ā 

How GKE Inference Gateway improved latency for Vertex AI
Link
@kaptain shared a link, 2Ā weeks, 4Ā days ago
FAUN.dev()

CVE-2026-22039: Kyverno Authorization Bypass

Kyverno - a CNCF policy engine for Kubernetes - just dropped a critical one:CVE-2026-22039. It lets limited-access users jump namespaces by hijacking Kyverno'scluster-wide ServiceAccountthrough crafty use of policy context variable substitution. Think privilege escalation without breaking a sweat. I.. read more Ā 

CVE-2026-22039: Kyverno Authorization Bypass
Link
@kaptain shared a link, 2Ā weeks, 4Ā days ago
FAUN.dev()

How Kubernetes Learned to Resize Pods Without Restarting Them

Kubernetes v1.35 introduces in-place Pod resizing, allowing dynamic adjustments to CPU and memory limits without restarting containers. This feature addresses the operational gap of vertical scaling in Kubernetes by maintaining the same Pod UID and workload identity during resizing. With this breakt.. read more Ā 

How Kubernetes Learned to Resize Pods Without Restarting Them