ELSEIF
Your brief EB
436 stories from 199 feeds 1254 clusters Refreshed 12 minutes ago next pull 15:19

TOPIC

Dev tools

Editors, build systems, version control, and CI. Tooling that changes how a working day feels, measured by what it removes rather than by what it adds to the sidebar.

5TODAY
8FEEDS
4mMEDIAN
FEEDS Hacker News 55 Lobsters 42 Techmeme 21 GitHub 15 InfoQ 15 The New Stack 11 Martin Fowler 10 Tomshardware 10

DEV TOOLS

Everything in Dev tools.

01 467 -9

Dev tools Hacker News

Neovim has a ~$800k Bitcoin donation unutilized since 2023

Why it matters — Neovim's significant Bitcoin donation could provide substantial funding for development projects. However, the project's lack of access to these funds raises concerns about financial management. The situation highlights the importance of keeping donation channels up to date.

1 feed
6 min
03 347 -3

Dev tools Zed

Delta replaces pull requests with collaborative coding threads in public beta

Why it matters — This shift represents a significant change in how software development teams collaborate, moving towards continuous engineering. By allowing real-time collaboration without traditional pull requests, Delta aims to streamline the code review process and improve overall efficiency. Teams can now work together more fluidly, with agents assisting in understanding code decisions and changes.

2 feeds
5 min
05 340 new

Dev tools Martin Fowler

Thoughtworks CTO proposes replacing comprehensive code review with pair programming, automated fitness functions, and review-by-exception

Why it matters — Pull request sizes and code volumes are increasing rapidly, making traditional code review unsustainable. Shifting to pair programming and automated fitness functions preserves knowledge sharing and architectural alignment without relying on post-implementation review cycles that create merge conflicts and delays.

3 feeds
6 min
06 337 -6

Dev tools gcaptain.com

Maersk to Test 35-Meter Rotor Sail on Containership, Marking Wind Power's Return to Shipping

Why it matters — The shift towards wind-assisted propulsion represents a significant change in the shipping industry, aiming to reduce fuel consumption and emissions. As more ships adopt these technologies, it could lead to a substantial transformation in maritime logistics and environmental impact. The practical implementation of rotor sails on large vessels indicates a growing acceptance of innovative solutions in commercial shipping.

1 feed
7 min
07 313 new

Dev tools Farid Zakaria’s Blog

GitHub action lets reviewers boot a PR build in the browser via TryNix

Why it matters — Engineers can review pull request changes instantly by clicking a link that runs the built artifact in a temporary browser-based Linux environment. This removes the need to clone repositories, build locally, or manage VMs, speeding up feedback loops. The approach works best for small to medium binaries because large builds take one to two minutes to boot.

3 feeds
3 min
08 313 new

Dev tools Andrew Nesbitt

Git submodules serve as a manifest and lockfile but URLs hard-coded in .gitmodules can break downstream pins

Why it matters — Engineers relying on submodules for dependency management may find builds fail when a submodule’s upstream URL changes, even though the pinned commit still exists. The need to use --force for worktree removal or movement adds friction to workflows that combine worktrees and submodules, increasing the chance of human error in CI pipelines.

3 feeds
8 min
10 298 new

Dev tools nixos.org

The Nixpkgs core team has disbanded

Why it matters — The loss of the core team removes a body that handled committer delegation, security triage, and policy formation for Nixpkgs. Engineers may see slower incident response and less clear contribution processes as the project adjusts to the gap.

3 feeds
5 min
11 298 new

Dev tools cursor.com

Cursor launches Origin in early beta, hosting repos and syncing pull requests with GitHub

Why it matters — For teams already using Cursor, Origin removes the context switch between editor and browser for code review and repo management. The two-way GitHub sync means adopting Origin does not require abandoning GitHub, but it does create a second surface where code lives. The early beta status and enterprise opt-out suggest this is far from production-ready for large organizations.

3 feeds
3 min
12 298 new

Dev tools lalitm.com

Developers seek GitHub alternatives amid recent service outages

Why it matters — For engineers, evaluating these alternatives means weighing the operational overhead of self-hosting against the reliability concerns of a centralized service. The thread highlights trade-offs such as maintenance effort, CI capabilities, and the need to protect instances from automated traffic.

3 feeds
2 min
13 295 new

Dev tools Martin Fowler

TDD inside the agent loop - theater or actual value?

Why it matters — For engineers who rely on AI-assisted coding, the result suggests that enforcing TDD inside the agent’s own loop does not clearly raise design or test quality, and may even be neutral or slightly detrimental. This means teams might spend effort on prompting agents to write tests first without gaining measurable benefits, and could instead focus on other ways to improve AI output. Understanding where the TDD habit helps or hinders agents helps decide whether to invest in such prompting strategies.

2 feeds
19 min
14 295 new

Dev tools Martin Fowler

Agentic engineering team accidentally builds blackboard coordination system in Git repo

Why it matters — This accidental discovery demonstrates how agentic systems can dynamically coordinate work without explicit orchestration. For engineers, it suggests Git repositories may already contain latent coordination structures that agents can exploit, potentially reducing the need for external workflow tools in agent-heavy environments.

2 feeds
6 min
15 294 new

Dev tools The New Stack

AI-generated code increases code review diffs to 500 lines without author context

Why it matters — Code review is a critical quality control step in software development. When engineers review AI-generated code, they lack the context of human-authored changes, increasing the risk of undetected errors or design flaws. This shift may degrade knowledge sharing within teams, as AI-generated code bypasses the collaborative learning that occurs during traditional code review.

2 feeds
26 min
16 281 -4

Dev tools chuckgreenman.com

GitHub reportedly experiences UI bugs affecting PR counts and organization memberships

Why it matters — GitHub's reported UI bugs could disrupt workflow for developers relying on accurate pull request counts and organization visibility. These issues may hinder productivity and create confusion in project management. Addressing these bugs is crucial to maintain GitHub's reliability as a development tool.

1 feed
1 min
17 271 -1

Dev tools Tigris Object Storage Blog

You can run git on object storage if you re-make packfiles

Why it matters — This development allows for more efficient storage of Git repositories in object storage systems. By adapting the packfile format, performance for larger repositories can significantly improve, making it feasible to use object storage for version control. This approach could influence how Git is integrated with cloud services.

2 feeds
19 min
18 267 new

Dev tools github.com

Maiao brings Gerrit-style stacked diffs to GitHub, GitLab, Codeberg, and more

Why it matters — Engineers can break large features into small, independently reviewable commits where each becomes its own PR/MR with automatic dependency tracking. The tool handles the tedious mechanics, auto-rebasing on merges, fixup management, and native stack registration, so stacked diffs stay practical across multiple hosting providers.

2 feeds
3 min
19 267 new

Dev tools GitHub Status - Incident History

GitHub pull requests and issues returned 500 errors because a database migration removed an index referenced by a hint

Why it matters — This incident highlights the risk of schema migrations that do not account for query hints or application-level dependencies on specific indexes. Engineers relying on GitHub for code review or issue tracking were blocked from loading these pages during the outage. It serves as a reminder that removing database indexes requires verifying that no active configurations depend on them.

2 feeds
21 min
20 257 new

Dev tools Blog on blog.gnoack.org

Git introduces interactive command to split existing commits into two

Why it matters — Engineers frequently need to split commits for cleaner history or bisecting changes, but the process was previously manual and error-prone. This built-in tool reduces friction and risk when refactoring commit history. It may shift workflows away from Stack Overflow’s long-standing but cumbersome workarounds.

2 feeds
1 min