cd/sources/dev-to· home sources Dev.to
cat /sources/dev-to.feed | wc -l → 11672

Dev.to

articles 11672 domain dev.to → page 521/584 feed RSS
17:25
2026-05-23
dev.to
developer-tools

Glyph v0.2: the release is the joinery

Glyph v0.2 was released, adding seven new components to bring the total catalog from sixteen to twenty-three, but the key focus is that these components are designed to compose together. The release i…

17:24
2026-05-23
dev.to
artificial-intelligence

FCoP 3.0: Why AI Agents Need a Track, Not a Brake

The FCoP (Filesystem Coordination Protocol) 3.0 whitepaper introduces a governance framework that externalizes AI agent behaviors into a persistent, filesystem-native layer to address the failures of …

17:23
2026-05-23
dev.to
artificial-intelligence

The Subconscious Powered by Edge AI

Remora is a privacy-first "Subconscious Social Network" app that uses Google's Gemma 4 AI model to analyze dreams entirely on a user's smartphone, ensuring no raw dream data is uploaded to the cloud. …

17:22
2026-05-23
dev.to
cloud-computing

GPU Utilization Is Becoming the New Cloud Waste Crisis

According to Cast AI's 2026 State of Kubernetes Optimization Report, average GPU utilization across enterprise Kubernetes clusters is only 5%, meaning 95% of provisioned GPU capacity sits idle. This w…

17:21
2026-05-23
dev.to
developer-tools

Cómo solucionar `docker run` con exit code 1 en Raspberry Pi

The article explains that a `docker run` command resulting in exit code 1 on a physical Raspberry Pi is often caused by an architecture mismatch (e.g., running an amd64 image on an ARM system) or a sy…

17:21
2026-05-23
dev.to
cybersecurity

JWT is a scam and your app doesn't need it

The article argues that JSON Web Tokens (JWTs) are an overused and flawed authentication method for most applications, creating more problems than they solve. The author contends that JWTs' primary be…

17:20
2026-05-23
dev.to
artificial-intelligence

7 Agent Skill Packs That Actually Make AI Coders Better

Based on the article, the author tested dozens of AI agent skill packs and identified seven that genuinely improve AI coding performance. The selected packs solve real-world problems, including a comp…

17:20
2026-05-23
dev.to
artificial-intelligence

More Control, More Cost: Why Commanding AI Isn't Delegation

The article argues that current AI interaction models, such as issuing specific commands or building restrictive guardrails, constitute micromanagement rather than true delegation. It explains that th…

17:19
2026-05-23
dev.to
cybersecurity

SecureScan

SecureScan is a privacy-focused web tool that converts text and images into QR codes with a strict 120-second expiration, using Supabase's cryptographic Pre-Signed URLs for access control and a Node.j…

16:52
2026-05-23
dev.to
open-source

An In-Depth Overview of the Apache Iceberg 1.11.0 Release

Apache Iceberg 1.11.0, released on May 19, 2026, introduces major structural changes to enhance security and file format flexibility. Key improvements include native encryption for manifest lists usin…

16:40
2026-05-23
dev.to
developer-tools

Log Level Strategies: Balancing Observability and Cost

The article discusses the importance of establishing strategic log levels to balance system observability with cost control, particularly in production environments. It explains that while detailed lo…

16:34
2026-05-23
dev.to
large-language-models

Making LLM Calls Reliable: Retry, Semaphore, Cache, and Batch

The article describes a reliability stack for making LLM API calls in TestSmith, consisting of four layers: retry with exponential backoff (default 3 attempts), a semaphore to limit concurrent calls (…

← prev page 521 / 584 next →