Development
Showing 12 of 109 articles · Page 1 of 10

Zig Creator Slams Bun's AI-Generated Rust Rewrite as 'Unreviewed Slop'
Andrew Kelley criticizes Bun's AI-rewritten Rust code as unreviewed slop, blaming poor practices not the language.

Linus Torvalds Tempers AI Productivity Hype: More Noise Than Real Code Quality
Linus Torvalds walks back AI productivity claims, citing low-quality code and false information overwhelming Linux kernel contributions.

Rust Enters TIOBE Top 10 for First Time, Signaling Shift Toward Memory Safety
Rust reaches TIOBE top 10 for first time, ranking 10th with 1.34%. Memory safety focus drives growth.

ECMAScript 2026 Approved: New Native Methods Transform JavaScript
ECMAScript 2026 officially approved with new native methods for Math, iterators, arrays, maps, and JSON handling in JavaScript.

GitHub's Ex-CEO Launches Entire: A New Git Hosting Platform for AI Agents
Ex-GitHub CEO Thomas Dohmke launches Entire, a Git hosting platform for AI agents supporting 2.1M pushes/hour.

TypeScript 7.0 Announced: 10x Performance Boost via Go Rewrite
Microsoft announces TypeScript 7.0 written in Go, delivering 10x faster performance through parallel processing. Learn about the new compiler and transition.

Deno 2.9 Challenges Electron with Lightweight Desktop App Compilation
Deno 2.9 introduces desktop app compilation, supporting Next.js and Astro with native WebView for 78% smaller apps. Test it now in the Canary version.

Developers Push Back Against New GitHub Copilot Usage-Based Credit System
Developers threaten to leave GitHub Copilot after Microsoft introduces a usage-based credit system that rapidly drains quotas for complex coding tasks.

Microsoft Plans Memory Safety Upgrades for C# 15
Microsoft is enhancing C# 15 and .NET 11 with Rust-like memory safety features while keeping its iconic automated memory management.

Why AI-Generated Code Could Become a Technical Debt Time Bomb
AI-generated code is creating a technical debt time bomb. Experts warn that rapid AI coding outpaces developer oversight, leading to system failures.

Ruby Creator Unveils Spinel: A Native Compiler Built with AI
Matz uses Claude AI to build Spinel, a native Ruby compiler that runs 11x faster than MiniRuby by converting code to C.

Bun Runtime Rewritten in Rust to Eliminate Memory Leaks
Bun creator Jarred Sumner rewrites the runtime in Rust using Claude, fixing memory leaks with zero performance loss. Read about the latest GitHub merge.