ls /news/developer-tools · home newsdeveloper-tools
grep -r --recent /news/developer-tools | head -20

Developer Tools News

Developer tools news — AI coding assistants, IDEs, CLI tools, APIs, and productivity tools for software engineers. GitHub Copilot, Cursor, and more.

2033 articles page 88 of 102 0 sources 30 min sync cycle
16:03
2025-10-01
veronicaexplains.net
open-source · 8m read ↑ pos

Everyday rsync

The article explains that rsync is a widely available file synchronization tool, commonly used for system backups, and highlights the author's preferred flags: `-av` for archive and verbose modes, `--delete` to keep remo…

21:44
2025-09-30
gist.github.com
artificial-intelligence · 25m read ↑ pos

Claude Code Agents to OpenCode Agents

The article describes the successful migration of 12 specialized AI agents from Claude Code to OpenCode, completed in a single day. The migration revealed fundamental architectural differences between the platforms, with…

12:00
2025-09-30
deno.com
cybersecurity · 4m read ↓ neg

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…

10:11
2025-09-28
bun.com
developer-tools · 14m read ↑ pos

Bun v1.2.23

Bun v1.2.23 fixes 119 issues and introduces several new features. Key additions include automatic migration from pnpm-lock.yaml to bun.lock, new `--cpu` and `--os` flags for filtering optional dependencies, built-in Redi…

11:30
2025-09-22
joshwcomeau.com
developer-tools · 11m read · neu

The Big Gotcha With @starting-style

The article explains the new CSS `@starting-style` at-rule, which allows developers to use CSS transitions for enter animations when elements are dynamically added to a page, overcoming the traditional limitation that tr…

22:54
2025-09-14
bun.com
developer-tools · 18m read ↑ pos

Bun v1.2.22

Bun v1.2.22 introduces several key improvements, including async stack traces that now show the full asynchronous execution path for easier debugging, and a new fast path that makes `postMessage` and `structuredClone` up…

bun
09:09
2025-09-12
gist.github.com
developer-tools · 2m read · neu

Some notes on Model Context Protocol (MCP) tools I’ve stumbled across that seem interesting or useful to me personally — not aiming to be a catch-all list.

The article highlights two notable Model Context Protocol (MCP) tools: GitHub's official MCP Server, which enables AI agents to interact with repositories, issues, and workflows via natural language, and Cloudflare's MCP…

03:16
2025-09-11
alexselimov.com
developer-tools · 2m read ↑ pos

Say goodbye to st and say hello to ghostty

The author explains their decision to switch from the st terminal emulator, which they valued for its speed and compatibility with DWM's swallow patch, to the Ghostty terminal. The primary reasons for the switch are time…

00:00
2025-09-11
jxnl.co
artificial-intelligence · 6m read · neu

Text Chunking Strategies for RAG Applications

Discussion with ChromaDB's Anton on text chunking strategies for RAG applications, explaining that chunking remains critical for retrieval efficiency and accuracy regardless of LLM context window size. It covers two main…

00:00
2025-09-11
jxnl.co
artificial-intelligence · 6m read · neu

Do Your Engineers Know How to Leverage AI?

Based solely on the provided text, the article explains that the key difference between engineers who successfully leverage AI and those who do not is not talent, but workflow. Engineers who treat AI as an integrated par…

00:00
2025-09-11
jxnl.co
artificial-intelligence · 16m read · neu

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…

00:00
2025-09-11
jxnl.co
artificial-intelligence · 14m read ↑ pos

The 12% RAG Performance Boost You're Missing (Ayush, LanceDB)

Fine-tuning re-rankers and embedding models can boost RAG system retrieval performance by up to 12%, with re-rankers acting as a plug-in between initial retrieval and the LLM. It details training approaches using query-c…

00:00
2025-09-11
jxnl.co
machine-learning · 12m read · neu

Stop Trusting MTEB Rankings (Kelly Hong, Chroma)

Public benchmarks like MTEB are unreliable for evaluating embedding models in real-world retrieval systems because their generic, artificially clean data does not reflect actual user behavior or domain-specific needs. Ke…

15:00
2025-09-10
bun.com
developer-tools · 36m read ↑ pos

Behind The Scenes of Bun Install

The article explains that Bun's package installation is significantly faster than other Node.js package managers because it treats installation as a systems programming problem rather than a JavaScript problem, optimizin…

09:00
2025-09-10
deno.com
developer-tools · 14m read ↑ pos

Deno 2.5: Permissions in the config file

Deno 2.5 introduces the ability to define permission sets directly in the `deno.json` config file, allowing users to pre-configure and reuse specific permission flags for different commands like `deno run` or `deno test`…

← prev page 88 / 102 next →
LIVE [news/developer-tool] indexed:2033 page:88/102 en · ua 2026-05-20 ·