ContentPosts from @ruzv..
Link
@kaptain shared a link, 4 days, 20 hours ago
FAUN.dev()

Docker Offload now Generally Available: The Full Power of Docker, for Every Developer, Everywhere.

Docker Offload is a managed cloud service that moves the container engine to Docker’s secure cloud, allowing developers to run Docker from any environment without changing their workflows. With Docker Offload, developers can keep using the same commands and workflows they are accustomed to in Docker.. read more  

Docker Offload now Generally Available: The Full Power of Docker, for Every Developer, Everywhere.
Link
@kaptain shared a link, 4 days, 20 hours ago
FAUN.dev()

Broadcom Makes Its Pitch To Run Kubernetes On VMware VCF

Broadcom's $69 billion acquisition of virtualization pioneer VMware in late 2023 brought about significant price increases and a shift towards subscription-based licensing. The company aims to establish VMware Cloud Foundation (VCF) as the foundation for enterprise workloads gravitating towards priv.. read more  

Broadcom Makes Its Pitch To Run Kubernetes On VMware VCF
Link
@kala shared a link, 4 days, 20 hours ago
FAUN.dev()

Our most intelligent open models, built from Gemini 3 research and technology to maximize intelligence-per-parameter

Built from Gemini 3 research and technology, Gemma 4 offers maximum compute and memory efficiency for mobile and IoT devices. Develop autonomous agents, multimodal applications, and multilingual experiences with Gemma 4's unprecedented intelligence-per-parameter... read more  

Our most intelligent open models, built from Gemini 3 research and technology to maximize intelligence-per-parameter
Link
@kala shared a link, 4 days, 20 hours ago
FAUN.dev()

Use Garry Tan's exact Claude Code setup: 23 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA

CTO at ZAR shares his experience managing 10 engineers, shipping code, and operating at the C-level with an AI assistant named Claude Code. The system allows him to maintain context across multiple workstreams, automate tasks, and scale his productivity. In just three weeks, he has documented 82 mee.. read more  

Link
@kala shared a link, 4 days, 20 hours ago
FAUN.dev()

From zero to a RAG system: successes and failures

An engineer spun up an internal chat with a localLLaMAmodel viaOllama, a PythonFlaskAPI, and aStreamlitfrontend. They moved off in-memoryLlamaIndexto batch ingestion intoChromaDB(SQLite). Checkpoints and tolerant parsing went in to stop RAM disasters. Indexing produced 738,470 vectors (~54 GB). They.. read more  

From zero to a RAG system: successes and failures
Link
@kala shared a link, 4 days, 20 hours ago
FAUN.dev()

Why we're rethinking cache for the AI era

Cloudflare data shows that 32% of network traffic originates from automated traffic, including AI assistants fetching data for responses. AI bots often issue high-volume requests and access rarely visited content, impacting cache efficiency. Cloudflare researchers propose AI-aware caching algorithms.. read more  

Why we're rethinking cache for the AI era
Link
@kala shared a link, 4 days, 20 hours ago
FAUN.dev()

State of Context Engineering in 2026

Context engineering has evolved in the AI engineering field since mid-2025 with the introduction of patterns for managing context effectively. These patterns include progressive disclosure, compression, routing, retrieval strategies, and tool management, each addressing a different dimension of the .. read more  

Link
@kala shared a link, 4 days, 20 hours ago
FAUN.dev()

Qwen3.6-Plus: Towards Real World Agents

Qwen3.6-Plus, the latest release following Qwen3.5 series, offers enhanced agentic coding capabilities and sharper multimodal reasoning. The model excels in frontend web development and complex problem-solving, setting a new standard in the developer ecosystem. Qwen3.6-Plus is available via Alibaba .. read more  

Link
@devopslinks shared a link, 4 days, 20 hours ago
FAUN.dev()

Supply Chain Attack on Axios Pulls Malicious Dependency from npm

A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases... read more  

Link
@devopslinks shared a link, 4 days, 20 hours ago
FAUN.dev()

Deployment strategies: Types, trade-offs, and how to choose

Deployment strategies control traffic shifts, rollback speed, and release risk. Options:canary,blue‑green,rolling,feature flags,shadow,immutable, andGitOps. Strategies trade production risk for setup cost. They pair withArgo Rollouts,Kayenta,ArgoCD/Flux, service meshes, and flag platforms. Pipelines.. read more  

Deployment strategies: Types, trade-offs, and how to choose