grep -r "off" /news · homesearch
grep -rli "off" /news

off

Full-text search across 690 articles. Combine with topic and date filters; results sorted by relevance.

results 690 page 12/35
17:28
2026-05-23
dev.to
developer-tools

🐳 How to Run Any Project in Docker: A Complete Guide

This article provides a comprehensive guide to using Docker, explaining how it packages applications and dependencies into portable containers to eliminate environment-specific issues. It covers essential steps like writ…

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 transient runtime ar…

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. By running the model…

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 benefit—stateless auth…

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 complete software develo…

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 these approaches force…

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.js cron job to automa…

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 using the GCM stream cip…

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 logs like DEBUG are us…

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 (default 5), a conten…

16:29
2026-05-23
dev.to
cybersecurity

What's actually going on with CORS, under the hood

The article explains that CORS (Cross-Origin Resource Sharing) is a browser mechanism that relaxes the same-origin policy, which by default blocks JavaScript on one origin from reading data from another origin. The brows…

← prev page 12 / 35 next →