ELSEIF
Your brief EB
411 stories from 200 feeds 1259 clusters Refreshed 52 minutes ago next pull 22:21

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.

10TODAY
8FEEDS
4mMEDIAN
FEEDS Hacker News 61 Lobsters 39 Techmeme 21 InfoQ 16 GitHub 14 Martin Fowler 10 The New Stack 10 Tomshardware 10

DEV TOOLS

Everything in Dev tools.

01 438 -9

Dev tools LWN.net

Git 2.56 release candidate available ahead of expected launch

Why it matters — Git is a crucial tool for version control in software development, and any updates can significantly impact workflows. The upcoming Git 2.56 release may introduce new features or changes that could require adjustments in existing projects. Understanding these changes is vital for developers to maintain compatibility and efficiency in their development processes.

1 feed
2 min
02 424 -10

Dev tools rickub.com

Rickub offers a new hosted Git service with enhanced code review tools

Why it matters — Rickub presents a competitive alternative to existing Git services like GitHub and GitLab, emphasizing cost-effectiveness, data privacy, and integrated workflows. Its features, such as AI-assisted code reviews and support for various artifact types, may streamline development processes for teams seeking efficiency. This could encourage wider adoption of alternate platforms in a landscape dominated by major players.

1 feed
3 min
03 400 -11

Dev tools Vercel

v0 now reads npm credentials from shared environment variables

Why it matters — This change simplifies the installation of private packages and improves team collaboration on projects. By allowing the use of shared environment variables, it streamlines access to internal libraries and design systems without compromising security.

1 feed
1 min
05 370 -7

Dev tools tokenstead.ai

ZCode reportedly uploads entire Git history to Aliyun OSS without user consent

Why it matters — This incident raises serious privacy concerns regarding developer tools that handle sensitive code. The automatic uploading of Git histories, which may contain confidential information, poses risks to software security and intellectual property. Developers must be vigilant about the tools they use and their data handling practices.

1 feed
7 min
06 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
08 332 -1

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.

3 feeds
5 min
10 318 -9

Dev tools The New Stack

Code review is reportedly burning out top engineers due to excessive demands

Why it matters — This event highlights a significant challenge in software development environments where code quality is prioritized. The burnout of skilled engineers can lead to decreased productivity and higher turnover, negatively impacting project outcomes. Addressing this burnout is crucial for maintaining team morale and efficiency.

1 feed
27 min
11 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
12 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
14 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
15 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
17 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
19 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
20 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
21 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
22 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
23 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
24 264 -6

Dev tools Techmeme

Security researchers accessed OpenAI's GitHub monorepo using cybersecurity versions of Opus 4.8 and Opus 5

Why it matters — This incident highlights serious vulnerabilities in OpenAI's security architecture, raising concerns about the safety of sensitive data. The successful exploit demonstrates how quickly and efficiently AI tools can be leveraged to conduct sophisticated attacks. As AI continues to evolve, the implications for cybersecurity practices become more critical.

1 feed
78 min
25 257 new

Dev tools GitHub Status - Incident History

GitHub Actions and Pages degrade as database primary fails over

Why it matters — Engineers relying on GitHub Actions for CI/CD may see delayed or failed runs, and Pages sites could load slowly. The database failover indicates a backend infrastructure issue that might affect other services. Monitoring the status page is important.

2 feeds
20 min
26 257 new

Dev tools Surfing Complexity

GitHub outage autoscaling policy missed Istio sidecar limits, illustrating component substitution fallacy

Why it matters — Engineers configuring autoscaling need to account for all components in the request path, including sidecars, not just the primary service. The deeper lesson is that incident analysis should examine interactions between multiple factors rather than fixating on a single misconfigured component, since systems contain many latent defects that only cause failures in combination.

2 feeds
5 min
27 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
29 252 new

Dev tools githubstatus.com

GitHub Actions Is Down

Why it matters — Builds and deployments that rely on GitHub Actions are failing to start or complete, causing delays in CI/CD pipelines. API calls to the Actions REST endpoint are returning errors, and migrations using GitHub Enterprise Importer may also fail. Engineers are actively working on a mitigation, but no immediate fix is available.

2 feeds
18 min
30 252 new

Dev tools Hacker News

GitHub incident brings 20% error rate to pull requests and issues

Why it matters — For engineers, this means PR workflows are disrupted and code review is blocked, while the status page initially showed all systems operational, making it an unreliable source during incidents. The global scope of the outage, with reports from India, Brazil, and Bulgaria, underscores the platform's central role in daily development.

2 feeds
2 min
31 246 new

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
32 244 new

Dev tools Farid Zakaria’s Blog

nixpkgs-multiverse is audacitymaxxing

Why it matters — Only one feed elseif tracks has carried this so far, so there is no independent corroboration yet. Read it as a single-source report.

2 feeds
3 min
33 243 new

Dev tools Farid Zakaria’s Blog

Nix binary caches reduced to three HTTP functions enabling any static file host as a store

Why it matters — This lowers the barrier for hosting Nix binaries, enabling decentralized or ephemeral caches without requiring dedicated Nix infrastructure. Engineers can now repurpose existing static file hosts for Nix stores, reducing dependency on cache.nixos.org or self-hosted solutions. The separation of transport from signature validation means trust remains cryptographically verifiable regardless of where binaries are fetched from

2 feeds
7 min
34 239 new

Dev tools Farid Zakaria’s Blog

Nixpkgs now supports version-range queries with grail SAT solver

Why it matters — This capability turns nixpkgs from a version-less store into a searchable space where dependency constraints can be satisfied, enabling reproducible builds that match upstream intentions. It also shows that adding version ranges makes the underlying problem NP-hard, requiring a SAT solver and incurring computational cost.

2 feeds
9 min
35 239 new

Dev tools Farid Zakaria’s Blog

nixpkgs-multiverse: every version that ever existed

Why it matters — Engineers no longer need to manually pin multiple Nixpkgs inputs to retrieve specific package versions. This reduces flake bloat and eliminates the overhead of maintaining separate inputs for each required revision. The trade-off is a larger initial metadata fetch, but the payoff is instant access to any package version without additional configuration.

2 feeds
6 min
36 234 new

Dev tools Andrew Nesbitt

Package managers converge on release cooldowns, install-script blocking, and integrity enforcement

Why it matters — The convergence means supply-chain attack patterns that worked against one tool increasingly don't work against others, but teams adopting the latest versions face breaking changes in how installs, scripts, and credentials behave. The recurrence of path-traversal and credential-leakage bugs across nearly every tool suggests the underlying problem space is still being mapped.

2 feeds
4 min
37 228 -3

Dev tools vinix-os.org

Vinix – A modern operating system written in V

Why it matters — The introduction of Vinix may influence the development of modern operating systems, especially those focused on unique programming paradigms. By utilizing the V programming language, Vinix could offer new features or efficiencies not found in traditional operating systems. This could prompt further exploration and adoption of V in systems programming.

1 feed
4 min
39 209 -3

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
43 185 new

Dev tools Martin Fowler

Data architectures built for human analysts must add foundation, context, and access layers to support autonomous agents

Why it matters — Autonomous agents act confidently on flawed data because they lack the human instincts to question suspicious values or apply tribal knowledge. Without explicit data contracts, context layers, and auditable access controls, deploying agentic AI will propagate errors at machine speed rather than streamline processes.

1 feed
43 min
44 185 new

Dev tools Martin Fowler

AI-assisted development splits software creation from enterprise-grade engineering judgement

Why it matters — The gap between prototyping and production is widening as AI lowers the barrier to building functional software. Engineers now face pressure to explain why enterprise systems can't match the speed of weekend projects. The shift elevates governance and design judgement over raw coding capacity in professional workflows

1 feed
7 min
45 185 new

Dev tools Martin Fowler

Practitioner Voice proposed as distinct writing style for engineering experience over credentials

Why it matters — Engineers often struggle to find writing that reflects real-world judgment rather than polished marketing or abstract theory. This category explicitly values experience over credentials, which could shift how technical knowledge is shared. If adopted, it may reduce reliance on generic thought leadership or AI-generated content.

1 feed
7 min
46 185 new

Dev tools Martin Fowler

Engineering communication guidance questions necessity of slide decks for information sharing

Why it matters — Engineers spend significant time preparing slide decks for internal reviews, client pitches, and team updates. If documents can replace slides for most information sharing, that time can be reallocated to design, testing, or documentation. The trade-off is that live interaction and emotional resonance are lost when presentations are dropped.

1 feed
11 min
47 184 new

Dev tools Simon Willison

GitHub Models is now retired

Why it matters — Workflows that used GitHub Models for on-the-fly prompting now fail, forcing engineers to provision their own LLM credentials. The change removes the convenience of using the existing GitHub API token, introducing explicit cost and secret-management overhead. Pipelines must be updated or replaced to continue generating AI-driven artifacts.

1 feed
2 min
48 183 -1

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
49 171 -1

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
50 167 new

Dev tools GitHub

GitHub Copilot app for Beginners: Automate Dependabot pull request triage

Why it matters — Manually reviewing and merging Dependabot updates can be time-consuming, especially for large projects. Automating this triage frees engineers to focus on higher-value work and helps keep dependencies current. The app lowers the barrier for teams that lack automation expertise.

1 feed
4 min
52 157 new

Dev tools cursor.com

GitHub upstream degradation disrupted Cursor's Automations, Cloud Agents, Review Agents, Codebase, and Origin

Why it matters — Cursor's dependency on GitHub as an upstream provider means GitHub outages directly take down Cursor's Automations, Cloud Agents, Review Agents, Codebase, and Origin simultaneously. Teams relying on Cursor for code review or agent-driven workflows had no recourse during the window of degradation other than waiting for GitHub to recover.

1 feed
1 min
53 152 new

Dev tools GitHub

How we took malware advisories beyond npm

Why it matters — Engineers now receive security alerts for a wider range of packages through a single GitHub channel, reducing the need to monitor multiple sources. The integration relies on a pipeline designed to be paranoid, which aims to catch threats early but may increase processing overhead. Understanding these trade-offs helps teams adjust their dependency-scanning workflows.

1 feed
2 min
54 151 -1

Dev tools strix.ai

Strix reportedly gained admin access to Baseten's GitHub in 25 minutes

Why it matters — The incident highlights a critical vulnerability in Baseten's security practices, especially regarding token management in Docker images. It underscores the importance of rigorous security testing before trusting third-party services with sensitive data. The quick response from Baseten's security team showcases the need for prompt action in addressing such vulnerabilities.

1 feed
9 min
55 148 new

Dev tools GitHub

AI contributors are already in your queue; AutoGPT maintainer shares gates and boundaries

Why it matters — Open source maintainers now face a new class of contributor: AI agents that submit pull requests. Without explicit repo instructions and automated gates, these contributions can overwhelm maintainers or introduce low-quality changes. This guidance offers a practical way to keep control while still accepting useful AI-driven work.

1 feed
1 min
56 148 new

Dev tools GitHub

Your alt text passes automated checks. That doesn’t mean it’s any good.

Why it matters — Automated accessibility checks often miss poor-quality alt text that satisfies syntax rules but provides no meaningful context. This tool helps engineers catch those cases before deployment. It shifts focus from compliance to actual usability for screen-reader users

1 feed
2 min
57 148 new

Dev tools GitHub

How we make AI coding more cost efficient without sacrificing task quality

Why it matters — The provided material is thin, offering only a summary of a blog post rather than technical details. Engineers should note the counterintuitive claim that shorter outputs can cost more, but will need to read the full article for actionable implementation details.

1 feed
1 min
59 148 new

Dev tools GitHub

Decoding the new AI lingo: Loops, harnesses, squads, hill climbing… oh my!

Why it matters — As AI engineering practices mature, a specialized vocabulary is forming that practitioners need to follow technical discussions and tooling. This episode serves as a orientation layer for engineers encountering these terms in documentation, codebases, and team conversations.

1 feed
2 min
60 148 new

Dev tools GitHub

OpenClaw went viral. Meet the maintainers building and securing it.

Why it matters — The material shows OpenClaw experiencing viral growth, indicating strong community interest in a new dev-tool. It does not provide information on adoption costs, required expertise, or limits where the tool may cease to function effectively.

1 feed
2 min
61 148 new

Dev tools GitHub

From coder to orchestrator: How agents shift the role of a developer

Why it matters — The change expands a developer’s responsibilities to include managing automated pipelines and integration points, which can improve delivery speed and reliability. Engineers will need to invest time in learning orchestration tools and agent frameworks to stay effective in this evolving role.

1 feed
2 min
62 147 new

Dev tools GitHub

GitHub availability report: July 2026

Why it matters — For engineering teams that depend on GitHub for source control, CI/CD, and collaboration, eight incidents in one month represents repeated disruptions to development workflows. The frequency raises questions about platform reliability for teams running critical production infrastructure on GitHub.

1 feed
4 min
63 147 new

Dev tools GitHub

How to bring your software delivery workflow into GitHub with agent apps

Why it matters — Engineers may reduce context-switching by keeping software delivery tasks within GitHub, but adoption requires retooling existing workflows around these agent apps. The trade-off between platform lock-in and workflow consolidation remains untested at scale.

1 feed
2 min
64 147 new

Dev tools GitHub

GitHub availability report: August 2026

Why it matters — The five incidents in August 2026 mean GitHub services experienced degraded performance, which could affect development workflows. Engineers should review the report to understand the nature of the incidents and plan accordingly.

1 feed
4 min
65 147 new

Dev tools GitHub

Marketing ops as code: Automating events from planning to follow-up on GitHub

Why it matters — Marketing operations traditionally rely on manual processes or proprietary tools. Automating them with code could reduce errors, improve reproducibility, and align marketing workflows with engineering practices. The approach may not scale for teams without coding expertise or those using non-GitHub toolchains.

1 feed
2 min
67 146 new

Dev tools coulouris.net

The early days of UNIX development in the UK detailed by George Coulouris

Why it matters — This account provides insights into the genesis of UNIX tools like 'em', which influenced later editors like 'vi'. Understanding this history can help engineers appreciate the evolution of software development practices. It highlights the challenges of optimizing software for different environments, a relevant concern in today's development.

1 feed
11 min
68 145 new

Dev tools github.com

GitHub repository list compiles 1,325 projects with AI-assisted development patterns

Why it matters — Engineers can now inspect a large sample of real-world projects that integrate AI tooling. The list provides concrete examples of how AI assistance is being adopted, but the criteria for inclusion are not documented. Without clear definitions, the dataset may mix trivial and transformative uses of AI, limiting its utility for benchmarking or research

1 feed
1 min
70 142 new

Dev tools andros.dev

1983 Unix talk command now connects to an AI via a streaming bridge

Why it matters — This experiment shows how a legacy character-by-character protocol can be repurposed as a streaming interface for LLMs. For engineers, it demonstrates that the talk command's real-time nature aligns with token-by-token generation, and that bridging old protocols with modern AI is feasible with a small amount of glue code.

1 feed
2 min
71 142 new

Dev tools github.com

Developer replaces paid AI code reviewer with open-source local Python static analysis tool

Why it matters — By limiting review to the diff, avouch avoids flagging inherited code and focuses on changes you are about to push. Its reliance on Git subprocess calls and the Python standard library eliminates network traffic and daemon overhead, making it suitable for both local workflows and CI pipelines. Configurable rules in avouch.toml and optional JSON output let teams enforce complexity and style limits without a paid subscription.

1 feed
25 min
72 142 new

Dev tools caiustheory.com

Git alias workaround reportedly ignores repeated git commands in terminal

Why it matters — Engineers frequently mistype or over-type commands in the terminal, leading to errors and wasted time. This workaround reduces friction for common Git operations without requiring custom shell scripts or binary overrides. It demonstrates how small configuration tweaks can improve workflow efficiency.

1 feed
2 min
73 142 new

Dev tools codefloe.com

Codefloe offers EU-hosted Forgejo forge with public infrastructure and no feature gates

Why it matters — For teams seeking an alternative to US-hosted forges, Codefloe provides GDPR compliance and transparent operations by publishing its provisioning and configuration code. It removes feature gating, meaning private repositories and CI/CD are available without a subscription, though resource-intensive usage requires paid tiers.

1 feed
3 min
74 142 new

Dev tools koreajoongangdaily.com

Got a hot date? A secondhand SK Hynix jacket is perfect as bonuses raise cachet

Why it matters — For engineers, this shows how strong earnings and stock gains can translate into visible symbols of workplace prestige that influence talent perception. It indicates that a company’s financial health may affect employee morale, recruitment appeal, and expectations around compensation. Observing such external markers can help engineers assess the stability and culture of potential employers.

1 feed
3 min
75 142 new

Dev tools Hacker News

Ask HN: GitHub employees what's going on? Why?

Why it matters — Engineers rely on GitHub for version control, continuous integration, and collaboration, so any degradation directly affects development velocity. If commit processing slows or pull request checks fail, teams may experience delayed releases and increased debugging overhead. Understanding whether the strain stems from traffic growth, infrastructure limits, or software architecture helps teams decide on mitigation or alternative hosting.

1 feed
8 min
76 142 new

Dev tools tomverbeure.github.io

Tektronix TDS7104 works again after CMOS battery replacement and Windows 2000 reinstall

Why it matters — For engineers maintaining legacy test equipment, this walkthrough shows the practical steps to revive a Tektronix TDS7104, including dealing with a dead CMOS battery and reinstalling Windows 2000 Pro. It highlights the challenges of keeping old instruments operational, from hardware failures to software installation on aging hardware.

1 feed
23 min
77 142 new

Dev tools unyolo.io

UnYOLO: Agent credential broker and policy engine for your GitHub account

Why it matters — The project targets a specific failure mode of agentic workflows: an agent running with the same scope as a human can act outside the task you intended. Only one feed carried this, and the material is the project's own page, so the adoption picture outside Hacker News is unclear. For teams running agents against GitHub today, the interesting question is whether a policy file plus an approval inbox is a tighter control surface than scoped tokens plus audit logging.

1 feed
5 min
78 142 new

Dev tools github.com

Tithon enables VSCode notebooks to keep kernels alive across disconnects

Why it matters — Engineers can start long-running notebook jobs on remote machines and safely close their editor or lose network connectivity without losing kernel state or output. The persisted output journal also keeps notebook diffs clean and makes replay of results straightforward.

1 feed
7 min
79 142 new

Dev tools githubstatus.com

GitHub Is Experiencing Difficulties

Why it matters — Engineers relying on GitHub Actions for CI/CD pipelines or Copilot for code assistance will see disrupted workflows, delayed jobs, or outright failures. Self-hosted runners may also face registration errors or rate limits. Recovery is gradual, so teams should expect prolonged instability in automated processes tied to GitHub’s infrastructure.

1 feed
19 min
80 142 new

Dev tools playtechnique.io

Newsletter revisits Unix's early design decisions from Thompson and Ritchie's original paper

Why it matters — The open/create and exec system calls that Unix introduced were a deliberate rejection of Multics' single-level store, and that design choice still shapes how every modern operating system handles files and program execution. Understanding the original rationale clarifies why the file abstraction works the way it does for engineers who build on top of it daily. Only one feed carried this, so it is a single-source educational piece rather than a widely reported event.

1 feed
7 min
81 142 new

Dev tools justfuckinguseneovim.com

Neovim manifesto urges developers to abandon GUI editors for terminal-based workflows

Why it matters — The argument highlights a persistent divide between terminal-based and GUI-based development tools. For engineers, it surfaces trade-offs between immediate usability and long-term efficiency. The post’s tone obscures practical adoption barriers but underscores real performance and flexibility advantages.

1 feed
3 min
83 142 new

Dev tools github.com

RealDiff early-preview tool flags runtime behavior changes a PR triggers in unedited files across six languages

Why it matters — For engineers, RealDiff targets a gap that source diffs cannot close: catching behavior changes in files the pull request never touched. It spans six language ecosystems via a shared trace contract, but ships with documented limits including structurally unobservable type/class initializers, out-of-scope Node workers, and skipped generators. The project is explicitly marked early preview, so adoption carries the usual risk of new tooling.

1 feed
22 min
87 142 new

Dev tools cursor.com

Git repository hosting at scale reportedly constrained by packfile-based design

Why it matters — Engineers building or maintaining Git hosting infrastructure face inherent limitations in Git’s design when scaling beyond single-server deployments. The trade-offs between compatibility, performance, and complexity shape how teams architect version control backends for enterprise or open-source use.

1 feed
24 min
88 142 new

Dev tools pushin.eu

Pushin.eu launches EU-only Git hosting platform with anti-spam and no code-training policy

Why it matters — Engineers handling sensitive code can keep data under European jurisdiction, avoiding US CLOUD Act subpoenas. The platform also aims to reduce low-quality contributions, which can lower maintenance overhead for maintainers. Subscription pricing is said to be comparable to existing services, so cost switching may be modest.

1 feed
5 min
90 142 new

Dev tools indiatimes.com

Phoenix's reflective coating cools asphalt by 12°F at noon but warms pedestrians

Why it matters — Engineers evaluating cool pavement must weigh surface cooling against pedestrian comfort, since reflected sunlight raises radiant heat. The coating also degrades over time, so maintenance costs and performance longevity are key. It works best on open, low-traffic roads, not in shaded or crowded areas.

1 feed
6 min
91 142 new

Dev tools dylan.blog

I'm Scared a Stranger Will Call My Novel AI, So I Built GitHub for Words

Why it matters — Engineers can see how core version-control ideas apply to non-code artifacts, providing a concrete audit trail for prose work. The tool also underscores the growing need for provenance mechanisms as AI-generated content becomes harder to distinguish from human writing.

1 feed
5 min
94 142 new

Dev tools asme.org

Data centers raise nearby temperatures by up to 4 degrees in Phoenix

Why it matters — For engineers operating or siting data centers, localized thermal output is a measurable externality that affects cooling costs, community relations, and site selection. The Phoenix case provides a concrete data point for how facility density translates into ambient temperature change in an already hot climate.

1 feed
4 min
95 142 new

Dev tools visualstudio.com

Implant – an extension to VS Code that exposes its APIs to coding agents

Why it matters — Coding agents today typically operate on files as text, which means refactors and symbol lookups bypass the language server and can break imports or scoping. Implant routes agent actions through the same vscode.* API the editor uses, so rename, go-to-definition, and quick-fixes respect project semantics. The tradeoff is that the extension runs unsandboxed JavaScript in the extension host, so the approval prompt is the only barrier between an agent and arbitrary code execution with your privileges.

1 feed
3 min
96 142 new

Dev tools dhruv2038.bearblog.dev

GitHub outages prompt developer discussion on migrating source control platforms

Why it matters — Frequent outages disrupt workflows for teams relying on GitHub for source control and collaboration. The lack of a clear alternative complicates migration decisions, risking fragmentation of developer communities and tooling ecosystems. This highlights the trade-offs between platform reliability and network effects in critical infrastructure.

1 feed
1 min
97 142 new

Dev tools isgithubcooked.com

GitHub Outage Tracker: Is GitHub Cooked?

Why it matters — Only one feed elseif tracks has carried this so far, so there is no independent corroboration yet. Read it as a single-source report.

1 feed
2 min
98 142 new

Dev tools barrd.dev

Git worktree allows parallel branch development in separate directories without stashing

Why it matters — Engineers often juggle multiple tasks like features and hotfixes, which traditionally require frequent branch switching and stashing. Git worktree reduces context-switching overhead by isolating each branch in its own directory, improving focus and reducing errors. The trade-off is managing multiple working directories, which may complicate workspace organization.

1 feed
6 min
99 142 new

Dev tools githubstatus.com

GitHub Actions suffers second-longest major outage in its history

Why it matters — Continuous integration pipelines that rely on GitHub Actions may experience failed or delayed jobs, breaking automated testing and deployment. The outage also throttles webhook triggers, so code pushes and pull-request events may not start builds, forcing teams to add manual checks or alternative CI paths.

1 feed
21 min
100 142 new

Dev tools ozgur.works

Developer abandons GitHub for self-hosted Forgejo citing instability and trust issues

Why it matters — The move highlights growing dissatisfaction among developers with centralized code hosting platforms, particularly around uptime and corporate data usage. For engineers, this signals a potential shift toward self-hosted alternatives, though with trade-offs in accessibility and maintenance overhead.

1 feed
3 min
101 131 new

Dev tools Techmeme

GitHub experiences worldwide outage impacting core services and tools

Why it matters — Engineers rely on GitHub for source control, continuous integration, and collaboration; the outage blocks pushes, pulls, and automated workflows. Teams cannot merge code or run CI/CD pipelines, halting development progress. The disruption forces engineers to pause work or seek temporary alternatives, affecting delivery timelines.

1 feed
41 min
102 131 new

Dev tools Techmeme

Cursor reportedly rolls out Origin code hosting service in early beta for paid plans

Why it matters — Embedding a code host inside Cursor lets engineers keep code, AI assistance, and version control in one environment, potentially reducing context switching. Because the service is limited to paid plans and is still in early beta, teams must weigh the convenience against possible instability and missing features. Integration with GitHub sync may ease migration but does not replace a full-featured external Git provider yet.

1 feed
57 min
103 129 new

Dev tools Kotlin

JetBrains extends onboarding support through first months for new hires

Why it matters — Onboarding is often front-loaded in the first week, leaving new engineers to navigate early challenges alone. A structured multi-month process may reduce ramp-up time and improve retention. The approach reflects how dev-tool companies treat internal tooling as a product worth iterating on

1 feed
2 min
104 129 new

Dev tools Kotlin

JetBrains GameDev Day 2026 opens free registration for game development tooling talks

Why it matters — Game developers and tooling engineers face fragmented workflows across engines, languages, and pipelines. A vendor-agnostic event that surfaces production stories and debugging techniques can reduce trial-and-error costs. The free livestream and watch parties lower the barrier to accessing these insights.

1 feed
4 min
106 129 new

Dev tools DuckDB

Thank You for 40 000 Stars on GitHub

Why it matters — Only one feed elseif tracks has carried this so far, so there is no independent corroboration yet. Read it as a single-source report.

1 feed
4 min
107 129 new

Dev tools Kotlin

JetBrains ends Teacher Pack for Bootcamps, final applications accepted until Sept 30 2026

Why it matters — Bootcamp instructors will lose free access to JetBrains IDEs through the bootcamp program after October 1 2026, although any licenses already granted will remain active until their expiration. Educators can shift to other JetBrains education offerings such as the Teacher Pack for Individuals or Classrooms, the Course Creators Program, the Student Pack, or the free IDE tiers, but may need to adjust budgets or administrative processes.

1 feed
5 min
109 129 new

Dev tools Kotlin

JetBrains Research podcast explores deeper questions behind AI and software development culture

Why it matters — The podcast shifts focus from short-term AI hype to long-term challenges in software development, such as team psychology and cultural frameworks. For engineers, this provides a structured way to think about systemic issues that affect code quality, collaboration, and tool adoption. The discussions may influence how teams evaluate AI tools and organizational practices beyond benchmarks or vendor claims.

1 feed
10 min
110 126 -2

Dev tools The New Stack

Zed launches Delta as agents reportedly make pull requests obsolete

Why it matters — The launch of Delta signifies a significant change in the development workflow, moving away from reliance on pull requests. This could streamline collaboration among developers and potentially reduce overhead in code management. As tools evolve, engineers must adapt to new practices and technologies to enhance productivity.

1 feed
28 min
111 126 new

Dev tools yuvalino.com

40-year-old kernel bug makes fstat return different inodes on same UNIX domain socket end

Why it matters — Any system code that caches inode numbers from fstat() on UNIX domain sockets to distinguish socket ends will hit assertion failures or incorrect behavior on first boot. The bug is deterministic and reproducible, making it particularly dangerous for production systems that rely on inode-based socket identification patterns.

1 feed
10 min
112 125 new

Dev tools char.lt

Sorcery rebuilds git repos as static HTML, rendering history client-side

Why it matters — For engineers running personal git forges on small machines, sorcery offers a way to avoid the resource exhaustion of full-featured forges like Forgejo. By pre-rendering HTML and serving the .git directory directly, it reduces server compute per request. However, it sacrifices static historical views and requires a JavaScript client for rich history browsing.

1 feed
7 min
113 124 new

Dev tools jfmengels.net

Concurrent linter fixes can introduce breaking changes in code refactoring

Why it matters — Engineers relying on automated refactoring tools need to understand the limitations of concurrent fix application. This issue highlights a fundamental trade-off between performance and correctness in static analysis tools. The problem becomes more acute as linters add more aggressive automatic fixes.

1 feed
5 min
114 124 new

Dev tools jezenthomas.com

Nix Overrides That Expire Themselves

Why it matters — Developers using Nix often accumulate stale overrides that are difficult to track manually as upstream repositories update. This pattern automates the detection of obsolete workarounds, reducing technical debt in flake configurations. It ensures temporary fixes are removed promptly once they are no longer justified.

1 feed
2 min
115 124 new

Dev tools epage.github.io

A Vision for Cargo

Why it matters — Cargo is frequently cited as the primary reason developers choose Rust, so any friction in its workflow ripples through the whole ecosystem. Improving how dependencies are vetted and upgraded could lower security risk and reduce the time spent on version bumps. Smoother migration paths for breaking changes would make large codebases easier to evolve without costly rebuilds.

1 feed
30 min
116 124 -1

Dev tools Techmeme

SK Hynix agrees to pay half of profit-sharing bonuses in cash instead of stock

Why it matters — This change in the profit-sharing structure may impact employee satisfaction and retention at SK Hynix. By shifting to a cash-heavy bonus structure, the company could be responding to employee preferences for immediate financial benefits over stock options, which depend on company performance. This could also indicate a strategic shift in how SK Hynix manages employee compensation amid market conditions.

1 feed
83 min
117 124 new

Dev tools qaidvoid.dev

Soar package manager

Why it matters — Without article content or corroboration from additional feeds, the specific problem Soar solves or ecosystem it targets cannot be determined. Package managers are foundational infrastructure, so any new entrant warrants attention, but this item lacks the detail needed to assess its relevance.

1 feed
4 min
119 124 new

Dev tools spirali.github.io

B-level scheduler shows promise for Cargo builds in replay experiments

Why it matters — For engineers who build Rust projects, Cargo's scheduling directly affects build times. The post suggests a b-level priority approach could improve on Cargo's default, but the results are preliminary and based on replay experiments, not production builds.

1 feed
12 min
120 124 new

Dev tools norbauer.com

GitHub stacked PR public preview works with Jujutsu via gh-stack extension

Why it matters — GitHub's stacked PR feature now has documented support for jj, but the workflow is manual: every commit in a stack needs its own bookmark, and inserting commits anywhere but the top requires deleting and recreating the entire stack. Engineers using jj can adopt this today, but should expect friction compared to native git workflows.

1 feed
7 min
121 124 new

Dev tools utoronto.ca

Some ways to navigate through 'git blame' over time in GNU Emacs

Why it matters — Engineers who debug or refactor code in Emacs can now move backward and forward through blame history without losing context. The trade-off is that no single Emacs package replicates GitHub’s one-click 'blame prior' experience; you must choose between Magit’s navigation or VC’s annotation display. If you already use one of these packages, the cost of adoption is low, just learn a few new key bindings.

1 feed
4 min
122 124 new

Dev tools foxgirl.engineering

nixpkgs isn't doing too hot

Why it matters — This development raises concerns about the reliability and timeliness of the Nixpkgs package set, which many engineers depend on for reproducible builds and development environments. It signals that the current volunteer-driven maintenance model may be strained, potentially affecting downstream consumers. Teams using Nixpkgs may need to allocate extra effort to monitor stability or consider alternatives.

1 feed
8 min
123 124 new

Dev tools yossarian.net

GitHub Actions needs OIDC audience constraints

Why it matters — Any job that runs third-party code and holds id-token:write can mint OIDC tokens for arbitrary audiences, meaning a single compromised dependency or malicious action can federate access to services the job was never intended to reach. This undermines the defense-in-depth that the aud claim is supposed to provide in OIDC-based federation.

1 feed
5 min
124 124 new

Dev tools scd31.com

Developer keeps Nix configuration private citing intimacy and security concerns

Why it matters — For engineers, this highlights the tension between reproducibility and personal exposure in declarative infrastructure. The trade-offs between sharing useful configurations and protecting operational details or personal quirks may influence how teams adopt or publish their own Nix setups.

1 feed
4 min
125 124 new

Dev tools 9p.io

Odd Comments and Strange Doings in Unix

Why it matters — These stories illustrate how cultural artifacts in codebases often stem from specific hardware limitations or incomplete understanding rather than intentional obfuscation. Recognizing this helps engineers interpret legacy code and understand the historical evolution of software portability issues.

1 feed
9 min
126 124 new

Dev tools buenzli.dev

Flirt implements local custom refs for GitHub and mailing list sync

Why it matters — Engineers can use Flirt to review code through GitHub pull requests or mailing list archives without constant API calls, streamlining workflow integration. However, the current limitations mean teams must manage local state carefully and accept missing historical diff information or restricted comment placement.

1 feed
8 min
130 124 new

Dev tools github.com

touch brings Unix file creation and timestamp updates to Windows as early Python release

Why it matters — Windows lacks a native equivalent to the Unix touch command, and this project fills that gap with a dependency-free tool that continues processing remaining files even when one operation fails. It is still in early development at version 0.1.0 and has not yet been published to PyPI, so adoption currently requires cloning the repository and running it through uv.

1 feed
1 min
131 119 new

Dev tools Kotlin

Grails IntelliJ Plugin Moves to Apache, No Longer Bundled with IDEA Ultimate

Why it matters — Users of IntelliJ IDEA Ultimate who rely on the bundled Grails plugin will need to install it separately from JetBrains Marketplace starting with version 2026.2. The shift means updates will follow the Grails framework's roadmap rather than JetBrains' release cycle, which could improve alignment between the plugin and framework but changes the support model.

1 feed
4 min
132 116 new

Dev tools Techmeme

Agility unveils Digit 5, humanoid robot for safe human collaboration using AI collision-avoidance

Why it matters — The introduction of Digit 5 represents a significant advancement in robotics, enabling safer interactions between humans and machines in various work environments. By utilizing AI to avoid collisions, this technology can potentially reduce workplace accidents and enhance productivity. This innovation may also influence how industries integrate robotics into their operations, shifting the landscape of human-robot collaboration.

1 feed
79 min
133 112 new

Dev tools Techmeme

AI-linked Asian stocks tumble over 5% as US tech CEOs call for pacing AI development

Why it matters — The sharp sell-off shows that investor sentiment can shift quickly when leading CEOs call for slower AI progress, potentially tightening capital for AI-focused ventures. Engineers may face tighter budgets, slower hiring, and heightened scrutiny of model deployment as companies adjust to a more cautious investment climate.

1 feed
57 min
135 111 new

Dev tools Techmeme

Predictions of AI delivering double-digit GDP growth in advanced economies called extremely unlikely over next 10-15 years

Why it matters — For teams building AI tooling, this challenges the macroeconomic narrative that AI adoption will automatically yield outsized productivity gains. If the economic payoff is more modest than assumed, investment decisions and ROI expectations for AI infrastructure may need recalibration. The argument is carried by a single feed, so it lacks corroboration from other sources.

1 feed
104 min
136 111 new

Dev tools Techmeme

SK Hynix plans a $38B chipmaking expansion in South Korea, including a new ~$24.7B DRAM facility in Yongin and a ~$13.3B NAND fabrication plant in Cheongju (Yoolim Lee/Bloomberg)

Why it matters — The announcement signals SK Hynix’s intent to raise its DRAM and NAND output, which could affect future memory component availability. Engineers involved in system design or procurement should monitor the project’s progress for potential shifts in supply dynamics.

1 feed
63 min
137 111 new

Dev tools Techmeme

ClearJet raises $25M Series B led by Edison Partners

Why it matters — The material is a single-feed funding item and does not describe a product, API, or technical change an engineer would act on. The event is filed under Dev tools, but the supplied text offers no developer surface, integration point, or adoption cost, so there is nothing here to evaluate, integrate, or migrate against.

1 feed
66 min
139 111 new

Dev tools Techmeme

Seoul semiconductor cram schools expand as Samsung and SK Hynix hiring surges

Why it matters — The surge in cram schools signals intense competition for semiconductor engineering talent in South Korea. This reflects broader industry demand for specialized skills, potentially raising entry barriers for new engineers. It may also indicate a shift in how technical talent is recruited and trained in high-stakes sectors.

1 feed
34 min
140 111 new

Dev tools Techmeme

SK Hynix reportedly builds $720B Yongin Cluster as world's largest memory factory network for 2027 production

Why it matters — This investment signals a major expansion in memory manufacturing capacity, which could influence global supply chains and pricing. For engineers, it may affect availability and cost of memory components in future hardware designs. The scale suggests long-term strategic positioning in the semiconductor market.

1 feed
69 min
141 111 new

Dev tools Techmeme

CodeRabbit raised $143M Series C at $1.5B valuation co-led by Atomico and Smash

Why it matters — The rapid succession of large rounds signals strong investor confidence in AI-assisted code review as a category, and the $1.5B valuation suggests significant traction in a competitive dev tools market. For engineering teams, this means CodeRabbit will have substantial resources to expand its product but also faces pressure to justify that valuation.

1 feed
77 min
142 111 new

Dev tools Techmeme

Equinix inks Nvidia deal to let customers run AI models on Together AI platform

Why it matters — This partnership gives Equinix customers a structured path to AI model deployment through Together AI, extending Equinix beyond traditional colocation into AI compute services. The deal also signals how established data center providers are repositioning to capture AI demand rather than ceding it entirely to hyperscalers.

1 feed
95 min
144 111 new

Dev tools Techmeme

China's YMTC captures 14% of global NAND flash shipments in Q2, surpassing Micron and Kioxia

Why it matters — YMTC's rise signals China's growing influence in the NAND flash market, a critical component for storage in consumer and enterprise hardware. For engineers, this shift may affect supply chain dynamics, pricing, and long-term availability of NAND flash. However, revenue rankings lag due to pricing strategies, indicating potential trade-offs in cost versus market share.

1 feed
77 min
150 95 -1

Dev tools InfoQ

Presentation: Teaching Engineers, Trusting AI: How Education Enabled Autonomous Code Review

Why it matters — The talk illustrates that cultural AI adoption can replace manual code review with reliable automated assessment, reducing bottlenecks without sacrificing quality. It demonstrates that education and guardrails are essential to build trust in AI-driven workflows. Engineers can use this model to accelerate delivery while maintaining stable defect rates.

1 feed
26 min
152 95 new

Dev tools InfoQ

GitHub Hardens npm and Actions Defaults, Drawing Debate over Delays versus Signing

Why it matters — The defaults now block potentially malicious code from entering pipelines unless teams explicitly opt out, reducing the attack surface for supply-chain compromises. Engineers must adapt existing workflows to accommodate new read-only states and waiting periods, or risk build failures. The changes also spark debate about whether time-based gates are sufficient without broader package-signing mechanisms.

1 feed
5 min
154 93 new

Dev tools Docker

Governance Is a Developer Experience Problem

Why it matters — For engineers building or operating software, treating governance as a UX issue shifts focus from restrictive controls to enabling environments. When platforms embed governance, developers spend less time on manual approvals and more on delivering value. This perspective helps teams adopt AI agents faster without sacrificing safety.

1 feed
5 min
155 92 -1

Dev tools Planet GNU

GNU Project urges developers to avoid hosting repositories on GitHub

Why it matters — The GNU Project's warning highlights concerns over GitHub's practices, which may affect software freedom and developers' rights. Avoiding GitHub can help preserve these principles, encouraging developers to seek alternative hosting solutions that align with their values. This discourse is significant in the ongoing debate about the responsibilities of platform providers towards their users.

1 feed
2 min
157 88 new

Dev tools CNCF

Shadow AI in CI/CD: Threat-modeling the path from developer laptop to Kubernetes

Why it matters — If you operate CI/CD or Kubernetes, developers are likely already using AI agents that hold Git tokens, cloud credentials, or ServiceAccounts, and those agents can take destructive actions at machine speed that Kubernetes will not distinguish from a human attacker's. The article maps each pipeline stage to specific open-source controls, giving you a concrete starting point for inventorying and constraining these identities rather than banning them.

1 feed
15 min
159 80 new

Dev tools InfoQ

GitHub Code Quality Targets Maintainability as AI-Generated Code Increases

Why it matters — Engineering teams get an automated layer that surfaces design and reliability debt before code lands, helping to keep AI-generated output maintainable. The feature integrates into pull-request reviews and default-branch scans, providing dashboards and enforceable quality gates. However, the service introduces a per-committer subscription and usage fees, and it is not yet supported on GitHub Enterprise Server.

1 feed
4 min
161 80 new

Dev tools InfoQ

Cursor launches Origin, a git hosting platform embedded in its AI editor for Pro and Enterprise users

Why it matters — Origin introduces a new workflow for teams already using Cursor, embedding source control directly into the editor. This could reduce context-switching but locks users into Cursor’s ecosystem. The timing and positioning suggest a challenge to GitHub’s dominance, though adoption depends on reliability and feature parity.

1 feed
5 min
162 80 new

Dev tools InfoQ

GitHub Copilot Code Review now available for Azure Repos with per-review billing and 48-hour cost lag

Why it matters — Teams on Azure Repos gain AI-assisted code review without migrating to GitHub, but the billing model carries operational risk: budgets only notify and cannot stop reviews, and the 48-hour reporting delay means costs can accumulate for two days before appearing anywhere. Concurrency limits of five reviews per organization could also queue reviews in busy teams.

1 feed
5 min
163 80 new

Dev tools The New Stack

CodeRabbit introduces agentic change management layer targeting pull request bottlenecks in SDLC

Why it matters — Pull requests have become a critical bottleneck in modern software delivery, slowing down merges and reviews. Automating this step could reduce friction but may also shift oversight responsibilities to AI-driven tools. Teams adopting this approach will need to balance speed gains against potential gaps in human review.

1 feed
26 min
164 80 new

Dev tools InfoQ

LinkedIn deploys multi-agent AI code review platform to reduce hallucinations and enforce internal standards

Why it matters — The platform turns AI code review into an infrastructure component, giving engineers higher-signal feedback that aligns with company-wide policies and repository-specific conventions. By cross-validating multiple models, it lowers the risk of hallucinated or noisy suggestions that can slow down pull-request cycles.

1 feed
4 min
168 75 new

Dev tools The New Stack

AI broke code review. Two experts disagree on what replaces it.

Why it matters — The volume of AI-generated code is straining existing review processes, and the lack of consensus on a replacement leaves engineering teams without a clear path forward. This uncertainty affects how teams will manage code quality and workflow efficiency.

1 feed
24 min
170 75 new

Dev tools The New Stack

JetBrains reportedly urged Cadence cloud users to rotate credentials after failing to patch its own service

Why it matters — If you run workloads on JetBrains Cadence, previous executions and their outputs may be exposed, and credential rotation is now necessary. The irony of a vendor issuing patch guidance it did not follow itself raises trust questions about the security posture of managed dev-tool services. Only one feed is carrying this story, so details remain limited.

1 feed
25 min
171 75 new

Dev tools InfoQ

Neovim adds vim.async, a structured concurrency library, to its Lua standard library

Why it matters — Plugin authors can now use a built-in async framework instead of relying on third-party libraries or raw Libuv callbacks, reducing dependency collisions and error-prone code. The new model enforces cancellation and error propagation, making asynchronous plugins more predictable and stable. However, adopting vim.async requires learning its task model and may not be compatible with existing plugins that use other coroutine libraries.

1 feed
4 min
173 75 new

Dev tools InfoQ

Rootly Drops Small PR Rule as Agentic AI Changes Code Review Economics

Why it matters — Human reviewers spent disproportionate time stitching together stacked PRs that AI produced in one go, turning the size limit into overhead. By switching to an AI-driven risk assessment and feature-flag rollout, teams can focus on the actual blast radius of a change. The shift signals a broader move away from PR-size metrics toward outcome-based safety checks in AI-augmented development pipelines.

1 feed
6 min
174 75 new

Dev tools The New Stack

The npm attack that turned provenance attestations into camouflage

Why it matters — Provenance attestations are meant to let consumers verify that a package was built from a trusted source, but this attack demonstrates that the presence of an attestation does not guarantee the package is safe. Engineers who rely on attestation verification as a gate in their CI or dependency policies now have evidence that the mechanism can be spoofed. The scale, over 400 packages, suggests this was not a narrow proof of concept.

1 feed
23 min
175 75 new

Dev tools InfoQ

npm 12 disables install scripts by default and blocks non-registry dependencies

Why it matters — Engineers upgrading to npm 12 must review and explicitly allow dependency lifecycle scripts, including implicit node-gyp builds, or installs will fail. The change also closes code execution paths via git and remote tarball dependencies, but requires new workflows for approving trusted packages. Teams should test with npm 11.16.0 warnings to prepare.

1 feed
4 min
177 66 new

Dev tools www.theregister.com - Articles

GitHub outage caused by autoscaling misconfiguration and VS Code retry storm overloaded load balancers

Why it matters — This outage highlights risks in relying on tightly coupled SaaS infrastructure, where a single misconfiguration or client-side retry logic can cascade into prolonged downtime. For engineers, it underscores the need to validate autoscaling policies against all dependent components, not just primary services.

1 feed
3 min
179 66 new

Dev tools GitHub Status - Incident History

Incident with several GitHub Services

Why it matters — Only one feed elseif tracks has carried this so far, so there is no independent corroboration yet. Read it as a single-source report.

1 feed
7 min
180 61 new

Dev tools exe.dev

Simpler GitHub Integration URLs, Plus Read-Only Access

Why it matters — This simplifies configuration for teams that manage multiple repositories, as they no longer need to remember or update per-repo integration URLs. The read-only mode adds a security layer, preventing accidental or malicious writes from VMs that only need to fetch code or query the API.

1 feed
1 min