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

code

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

results 827 page 31/42
18:03
2026-05-19
developers.googleblog.com
developer-tools

Gemini CLI will stop working from June 18, 2026

According to a Google announcement, the Gemini CLI tool will stop working on June 18, 2026, as the company shifts its focus to a new platform called Google Antigravity. The decision was made to unify development efforts …

17:45
2026-05-19
blog.google
artificial-intelligence

Gemini 3.5: frontier intelligence with action

Google has announced the release of Gemini 3.5 Flash, the first model in its new Gemini 3.5 family, which combines frontier-level intelligence with enhanced agentic and coding capabilities. The model outperforms previous…

17:43
2026-05-19
blog.google
artificial-intelligence

Gemini 3.5 Flash

Google has announced the release of Gemini 3.5 Flash, a new AI model designed for agentic and coding tasks that offers frontier-level performance with significantly faster speeds. The model is now available globally thro…

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

89. The Claude API: Building with Anthropic's Models

Anthropic designed Claude with a philosophy prioritizing both capability and safety, which is reflected in its API design where system prompts have higher authority than user messages. It provides practical guidance on u…

16:54
2026-05-18
github.blog
developer-tools

Take your local GitHub sessions anywhere

GitHub has announced the general availability of remote control for GitHub Copilot CLI sessions, allowing developers to start work in VS Code or the CLI and continue it from their phone via the GitHub Mobile app or web. …

07:55
2026-04-28
x86ecosystem.org
ai-chips

APX – Revitalizing the x86 General-Purpose Instruction Set

Intel and AMD are jointly developing Advanced Performance Extensions (APX), a major expansion of the x86 instruction set that doubles the number of general-purpose registers from 16 to 32 and adds conditional instruction…

21:41
2026-04-27
xint.io
large-language-models

System, Not Model: Why Off-the-Shelf LLMs Don’t Replace a Pen Test

Off-the-shelf large language models (LLMs) cannot replace professional penetration testing because the model is only one small component of the overall security assessment process. While current LLMs can identify pattern…

02:45
2026-01-18
gist.github.com
developer-tools

Solveit reference

Solveit is a "Dialog Engineering" web application that combines code execution, markdown notes, and AI prompts in a single interactive workspace, unlike ChatGPT or Jupyter. Users build solutions incrementally, with the A…

13:30
2025-09-02
deno.com
developer-tools

Fresh 2.0 Graduates to Beta, Adds Vite Support

Fresh 2.0 has graduated to beta after 63 alpha releases, introducing Vite integration that provides hot module reloading, access to the Vite plugin ecosystem, and 9–12× faster boot times through on-demand route loading a…

16:28
2024-07-01
veronicaexplains.net
web3

RIP guestbook

The author retired their 90s-era guestbook, which was built with nearly 30-year-old Perl code from Matt's Script Archive, due to an increasing inability to filter out hate speech and spam without using modern, non-period…

17:29
2026-05-25
pscanf.com
ai-agents

The User Is Visibly Frustrated

Coding agents that use conversational interfaces trigger users' social instincts by behaving like helpful colleagues, but their inability to learn from repeated mistakes or take responsibility makes their errors feel mor…

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

Your Node.js Server is Using Just One CPU. Here's How to Fix It.

The article explains that Node.js runs on a single thread, meaning a deployed application only utilizes one vCPU at a time, leaving additional vCPUs idle. It introduces clustering as a solution, which spawns multiple wor…

14:54
2026-05-23
dev.to
artificial-intelligence

Building Automated Text-to-Video Pipelines with AI

Based on the article, the author explains how developers can build automated text-to-video pipelines using AI tools to convert written content like blog posts, documentation, and markdown files into professional videos w…

10:07
2026-05-22
dev.to
developer-tools

Stop Treating setTimeout(fn, 0) Like Magic

`setTimeout(fn, 0)` does not execute code instantly but instead defers it to the Macrotask queue, allowing all Microtasks and pending browser renders to complete first. It argues that relying on this technique to fix rac…

09:40
2026-05-21
dev.to
machine-learning

Building a Real-Time Camera Classifier

Architecture and implementation of a real-time camera-based object classifier, detailing its use in applications like retail analytics, security, and self-driving cars. It provides a technical guide for building the syst…

← prev page 31 / 42 next →