2025-02-20

Announcing Rust 1.85.0 and Rust 2024 | Rust Blog

Rust 1.85.0 introduces the Rust 2024 Edition, featuring significant language changes and improvements including async closures support and expanded tuple operations. The release includes extensive updates to the standard library, Cargo package manager, and development tools like Rustdoc and Rustfmt.

Original archive.is archive.ph web.archive.org

Log in to get one-click access to archived versions of this article.

read comments on news aggregators:

Related articles

GitHub - electronicarts/CnC_Red_Alert: Command and Conquer: Red Alert

Source code for Command & Conquer Red Alert has been released with Steam Workshop support, requiring specific legacy development tools and libraries for compilation. The code requires significant restoration effort and specific SDKs, with compilation requiring Watcom C/C++ and Borland Turbo Assembler.

ForeverVM: The sessionless code interpreter

ForeverVM provides a secure sandbox environment for running Python code with persistent state through memory snapshots, eliminating session expiration limitations. The platform enables long-running applications and agents through a REPL interface, with seamless worker allocation and state management.

GitHub - deepseek-ai/awesome-deepseek-integration

A comprehensive directory of software tools and applications that integrate with DeepSeek API, including desktop assistants, browser extensions, IDE plugins, and development frameworks, enabling AI-powered features across various platforms.

What's New in Emacs 30.1?

Emacs 30.1 introduces significant improvements including a new completion preview mode, tree-sitter sexp command enhancements, and better touch screen support. The release also features native JSON improvements, buffer-local file watching, and automated org protocol registration.

Tokio + prctl = nasty bug

A detailed analysis of a bug in HyperQueue where tasks were unexpectedly terminated after 10 seconds due to an interaction between tokio thread management, PR_SET_PDEATHSIG, and process spawning optimization. The bug emerged from moving process spawning to a worker thread, causing processes to receive SIGTERM when tokio cleaned up idle threads.

RUSTSEC-2025-0007: ring: *ring* is unmaintained

The ring cryptography package maintenance status underwent changes, initially being declared unmaintained but later receiving security-focused maintenance from the rustls team. The advisory highlights potential security implications for users of the ring crate, with the rustls team committed to addressing critical security issues.

asm-lessons/lesson_01/index.md at main · FFmpeg/asm-lessons

A comprehensive guide to FFmpeg assembly language programming, focusing on SIMD operations and vector processing for multimedia optimization. The lesson covers basic concepts, register types, and instruction syntax while explaining how hand-written assembly can achieve significant performance improvements over compiler optimizations.

Do You Really Want to be Doing This When You're 50?

A former programmer reflects on the frustrations of modern software development, highlighting challenges like incomplete domain knowledge, complex APIs, and constant technological evolution. The author expresses preference for small, manageable programming projects while suggesting that high-pressure development may be better suited for younger developers.