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

code

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

results 786 page 19/40
08:41
2026-05-20
dev.to
developer-tools

Agent Token Kosten reduzieren per CLI (2026 Anleitung)

CLI coding agents like Claude Code and Codex can generate significant token costs by reading entire files, repeating conversation history, and processing irrelevant context during each session. The guide recommends reduc…

12:00
2026-05-07
spectrum.ieee.org
artificial-intelligence

AI Is Starting to Build Better AI

Artificial intelligence systems are now helping to build improved versions of themselves, with OpenAI's GPT-5.3-Codex assisting in its own creation and Anthropic reporting that Claude Code writes the majority of its code…

15:41
2025-10-18
righto.com
developer-tools

Solving the NYTimes Pips puzzle with a constraint solver

The article describes how the author used the MiniZinc constraint solver to solve the New York Times' daily Pips puzzle, where dominoes must be placed on a grid to satisfy specific conditions like sums and equality of pi…

21:19
2017-09-30
gist.github.com
news

A guide to Markdown on Discord.

Discord uses Markdown, a plain text formatting system, to allow users to style their messages by adding specific characters before and after text. The system supports various formatting options including italics, bold, s…

11:06
2026-05-23
dev.to
developer-tools

Episode 4: The Time Loop (Layers & Caching)

The article explains that Docker builds images using a stack of read-only layers, where each instruction in a Dockerfile creates a new layer, and caching speeds up builds by reusing unchanged layers. However, if a layer …

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

Terraform with AI: Build AWS Infra (Cursor + MCP)

Based on the article, the author describes how using AI to generate Terraform code for AWS infrastructure often fails because the AI lacks context about project structure, dependencies, and documentation. To solve this, …

19:15
2026-05-22
dev.to
artificial-intelligence

AI made senior devs 19% slower. They swore it made them faster.

A recent study found that experienced developers using AI coding tools took 19% longer to complete tasks, yet they self-reported a 20% higher productivity rate. The discrepancy is attributed to senior developers' overcon…

12:00
2025-09-30
deno.com
cybersecurity

How Deno protects against npm exploits

The article explains that Node.js and npm have a permissive default security model, allowing any installed package code, including malicious scripts, full system access. In contrast, Deno is designed with security as a d…

17:53
2026-05-22
dev.to
developer-tools

Optimizing Vite Build Output: A Practical Guide to Tree-Shaking

This article explains how to optimize Vite build output through effective tree-shaking, which is the elimination of unused code from ES modules. The author describes common mistakes like using namespace imports (`import …

13:33
2026-05-22
dev.to
developer-tools

Google Antigravity 2.0 & Slash Commands

Google's Antigravity 2.0 introduces an agent-first architecture that replaces traditional code editors with an advanced agent manager, enabling concurrent AI-driven development across multiple projects. Key features incl…

08:46
2026-05-20
dev.to
artificial-intelligence

CLI ile Aracı Token Maliyetlerini Düşürme (2026 Rehberi)

CLI coding agents like Claude Code and Codex can waste significant tokens by reading entire files, retaining full conversation histories, and performing unnecessary context loading, leading to high API costs. The guide r…

18:10
2026-04-13
xint.io
cybersecurity

Finding and Patching a CPython 0day in Hours: CVE-2026-6100

A security researcher used the AI-native tool Xint Code to scan the entire CPython source code, which identified a critical vulnerability (CVE-2026-6100) in the tarfile module within 30 minutes. The bug was reported to t…

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

Stop Letting AI Guess Your Playwright Tests: Use Context7 MCP

The article explains that AI coding assistants often generate outdated Playwright test code due to their training data cutoffs, as Playwright's features and best practices change rapidly. Context7 MCP is introduced as a …

06:38
2026-05-24
dev.to
developer-tools

Python SDK for Tell A Bot API: Automate Your SMS Verification

The article announces the release of a Python SDK for the Tell A Bot API, which provides temporary US phone numbers to receive SMS messages and OTP codes for over 700 services. The SDK allows developers to automate phone…

← prev page 19 / 40 next →