[DEV]
STORIES FROM THE DEV DESK ■ LAST 14 DAYS ■ RSS
■ DEV
37 STORIESDoorDash has opened a limited beta for dd-cli, a command-line interface that enables developers and AI agents to search restaurants, build carts, and place orders directly from the terminal.
Linus Torvalds said he will ignore objections to AI tools in Linux development, telling critics to fork the project or leave.
A developer has successfully compiled the entire Firefox browser—including the Gecko engine, UI components, and SpiderMonkey JavaScript engine—to run as WebAssembly in a web canvas element.
Cloudflare introduced Flagship, a new developer platform designed to streamline application deployment and management. The service generated significant developer interest with 130 upvotes on Hacker News and 63 comments.
Val.town has migrated its authentication infrastructure from Supabase to Clerk, then to Better Auth. The shift reflects evolving requirements for the platform's developer tools.
GitHub's Dependabot now implements a default package cooldown period for version updates, spacing out dependency upgrades to reduce noise and improve workflow efficiency.
Julia can execute code 10 to 1,000 times faster than Python by some benchmarks, yet the language remains relatively unpopular among developers. The performance gap highlights a persistent challenge in programming: the trade-off between ease of use and raw speed.
A developer has demonstrated a complete workflow for building and shipping Mac and iOS applications without using Apple's Xcode IDE. The approach gained significant traction on Hacker News with 139 points and 69 comments.
The creator of the Zig programming language has publicly challenged statements made by Anthropic regarding AI capabilities, sparking debate in the developer community.
Researchers are focusing attention on cognitive debt—the mental burden accumulated when developers work with poorly documented or complex codebases. The concept is gaining traction in discussions about software quality and team productivity.
Text-based user interfaces are experiencing renewed interest among developers, driven by improved tooling, remote work demands, and efficiency gains over graphical alternatives.
AMD's Vivado 2026.1 will no longer support Linux for free-tier users, limiting the free version to Windows only. The change affects hardware developers and students relying on open-source tools.
A new open-source tool called Mindwalk lets developers replay coding-agent sessions as interactive 3D visualizations of their codebase. The project gained traction on Hacker News with 108 points and 46 comments.
Modern terminal user interfaces (TUIs) are creating significant accessibility barriers despite the assumption that text-based applications are inherently accessible. A technical analysis reveals how contemporary TUI design practices undermine screen reader compatibility and assistive technology support.
AI adoption is reshaping software engineering, once a top-paying US profession, forcing engineers to adapt through skill development, foundational learning, and collective action.
Open-source project maintainers are struggling with an influx of poor-quality code contributions from users of AI coding assistants. The volume of submissions is overwhelming volunteer maintainers and threatening community engagement.
Electrobun 2.0 will be decoupled from Bun as the project undergoes a complete Rust rewrite. This architectural shift marks a significant departure from the original JavaScript runtime integration.
A new JavaScript runtime called Ant bundles its own engine with a package manager, registry, hosting platform, and desktop app framework. The project seeks to create a cohesive platform while maintaining compatibility with existing JavaScript tools.
The yt-dlp project has announced limited and deprecated support for Bun, the JavaScript runtime. The change affects users relying on Bun to run the popular video downloader.
Mitchell Hashimoto discusses his Ghostty terminal emulator and the Zig programming language in a new interview, sharing insights into both projects.
A new perspective on software development emphasizes writing code with future maintainers in mind. The approach prioritizes readability and clarity over clever optimizations.
A Rust implementation of PostgreSQL has reached a major milestone by passing 100% of the database system's regression test suite. The project demonstrates functional parity with the original C-based database.
While UV has gained traction as a Python tool, users and developers are flagging significant usability issues with its package management interface, sparking debate in the community.
A developer successfully indexed a full year of video footage locally on a 2021 MacBook using the Gemma 2-31B model with 50GB of swap space, demonstrating practical on-device AI capabilities without cloud infrastructure.
Google has refreshed Android Bench with additional large language models, though its own Gemini model continues to underperform compared to competitors in benchmarking tests.
Former GitHub CEO Thomas Dohmke's startup Entire has launched a decentralized Git network designed to handle traffic from AI coding agents. The infrastructure spans servers across the US, EU, and Australia.
Claude Cowork has expanded beyond desktop to include mobile and web platforms. Users can now start tasks on their computer, monitor progress on their phone, and access completed work from any device—even when their laptop is offline.
A new platform for sharing and managing open-source code within government has entered soft launch. The initiative aims to streamline collaboration on public sector software projects.
A new analysis identifies common failure patterns in open source development, while Colorado lawmakers carved out protections for community-driven projects in age verification legislation.
Shadcn/UI, the popular React component library, has changed its default primitive components from Radix UI to Base UI. The shift alters the foundation for new projects using the library.
A developer has released Files.md, an open-source note-taking application positioning itself as an alternative to Obsidian. The project gained traction on Hacker News with 311 points and 178 comments.
The Zig programming language has shifted all package management functionality from its compiler to its build system. This architectural change simplifies the compiler and consolidates dependency handling in the build layer.
Open-source tool pxpipe converts text prompts into PNG images to exploit favorable pricing in Claude Code and Fable 5. Developer Steven Chong reports cost reductions of 59-70 percent.
PostgreSQL deployments are shifting toward strict memory overcommit settings to prevent the Linux OOM killer from terminating database processes unpredictably. The approach trades memory efficiency for reliability.
A developer has successfully hosted a functional website on an 8-bit microcontroller, demonstrating extreme minimalism in web hosting. The project generated significant interest in the developer community with 109 points on Hacker News.
Marijn Haverbeke, creator of ProseMirror, has launched Wordgard, a new in-browser rich-text editor. The project builds on years of experience developing collaborative editing infrastructure.
Apple's WebKit team has introduced a Model Context Protocol (MCP) server designed to help web developers debug and test Safari compatibility. The tool integrates with MCP-compatible editors and AI assistants.