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

code

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

results 809 page 24/41
14:00
2026-05-22
stackoverflow.blog
artificial-intelligence

Dispatches from O'Reilly: The accidental orchestrator

This article, the first in a series on agentic engineering, argues that neither the hype claiming AI will make software engineers obsolete nor the reassurance that AI is just another tool is honest. The author observes t…

00:00
2025-09-11
jxnl.co
artificial-intelligence

Why Cognition does not use multi-agent systems

Cognition avoids multi-agent systems for coding tasks because they suffer from context loss, akin to a "game of telephone," where critical information is miscommunicated between agents. The company found that single agen…

01:35
2017-08-11
gist.github.com
developer-tools

Swift Concurrency Manifesto

The Swift Concurrency Manifesto, authored by Chris Lattner, outlines a long-term vision for introducing a first-class concurrency model to Swift, focusing on task-based abstractions like async/await and actors to elimina…

03:57
2026-05-24
masswerk.at
hardware

The C64 Dead Test Font

The article provides a detailed analysis of the unique font used in the Commodore 64 "Dead Test" diagnostic cartridge, which is embedded in the cartridge's ROM to function independently of the C64's built-in character se…

12:05
2026-04-21
counting-stuff.com
data

So you've been asked to "take over" some old data pipeline...

When someone is assigned an old, poorly documented data pipeline whose original creator is gone, the first and most critical step is to gather non-technical context by tracking down who used the output and why. Experienc…

00:59
2026-05-24
dev.to
artificial-intelligence

Your AI assistant is blind to your data. Here's how to fix that.

The article explains that AI coding assistants like Claude can analyze code and error messages but cannot access an application's actual production data, forcing developers to manually run queries and paste results. It i…

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

A tool to make your GitHub README impossible to ignore 🚀

ScribeSVG is a tool that generates customizable typing animation SVGs for GitHub README profiles, offering features like 14+ developer fonts, neon glows, linear gradients, and custom layouts such as a macOS Terminal fram…

14:48
2026-05-22
dev.to
developer-tools

The Five-Thousand-Line File

This article explains the concept of a "god file"—a single, excessively large file in a codebase that has grown incrementally over time by accumulating unrelated functions and concepts. It argues that such files are part…

13:53
2021-07-17
gist.github.com
developer-tools

Simple example of a wayland client with xdg-shell and EGL

This article provides a C code example demonstrating how to create a Wayland client that uses the xdg-shell protocol and EGL for OpenGL rendering. The code includes setup for the Wayland display, registry, compositor, an…

07:02
2026-04-01
chipsandcheese.com
artificial-intelligence

Embracing AI with Claude's C Compiler

The article announces the adoption of Claude's C Compiler (CCC), an AI-generated compiler developed by Anthropic using their Claude LLM, as a demonstration of embracing AI-driven software development. However, a note add…

20:37
2026-05-21
latent.space
ai-agents

Giving Agents Computers — Ivan Burazin, Daytona

Daytona CEO Ivan Burazin announced the company's pivot from human development environments to AI sandboxes, positioning its infrastructure as the "end of localhost" for AI agents. The company now provides composable, sta…

13:37
2026-05-18
blog.cloudflare.com
artificial-intelligence

Project Glasswing: what Mythos showed us

Findings from Project Glasswing, where security-focused LLMs, particularly Anthropic's Mythos Preview, were tested against over fifty internal code repositories. It highlights Mythos Preview's advanced capabilities in ex…

13:09
2023-01-14
gist.github.com
developer-tools

Medium's API Documentation

Medium's API is a JSON-based OAuth2 API that requires secure HTTPS requests to endpoints beginning with `https://api.medium.com/v1`. To publish on behalf of a user, developers need an access token, which can be obtained …

← prev page 24 / 41 next →