Tag
gPTY is a PTY foundation built on Godot and Rust, providing a tiling grid for terminal panes with AI agent integration via JSON-RPC/MCP for automation and observability.
This is the main source code repository for the Rust programming language, detailing its features like performance, reliability, and productivity, along with installation, contributing, and tooling information.
Lantunnel is a lightweight private networking tool written in Rust that allows users to securely access home NAS, remotely invoke Ollama, or stream games in environments without public IPv4 or complex NAT, using P2P direct connections and encrypted relays to avoid port exposure.
Conviva's technical blog post describes an experiment where replacing mmap with io_uring in their Rust query engine resulted in slower performance under high concurrency due to page cache thrashing and page faults.
An interview with Thibault, head of OpenAI's Codex team, discussing Codex's development, the choice of Rust for its core, open-source strategy, and shifts in engineering practices at OpenAI.
Cubacadabra leverages shared Rust crates to unify application logic across iOS, Android, and web platforms, reducing code duplication and simplifying maintenance for a multi-platform game or app.
Dioxus Labs, the team behind the open-source Rust framework Dioxus, has joined Cognition to accelerate the development of Devin, an autonomous cloud coding agent.
Microsoft has declared Rust as a tier-1 language for internal development and introduced rustc_codegen_utc, a new code generation backend that integrates Rust with MSVC for enhanced Windows platform support.
The article reflects on the 6th anniversary of the Bevy game engine, highlighting recent technical improvements like the BSN macro and UI advancements, while addressing community distress over a new AI policy that permits more LLM usage in contributions, raising concerns about open-source contribution ethics.
An interview with Tibo Sottiaux discussing the development, architecture, and open-source aspects of Codex, an AI coding tool from OpenAI, including its integration with ChatGPT.
pgterm.dev 2.0 has been launched as a modern, Rust-based Postgres terminal with native TUI and built-in PgBot for database monitoring and diagnostics.
GPT-6 Astra optimized a Rust backtesting engine using a 2014 math paper, solving a problem other AI models couldn't, and the author argues this indicates imminent AGI.
Rust has stabilized its 'never' type after over two years of development, a feature that enables more efficient generic code and simplifies type inference in the language.
A developer describes how Google Ads falsely flagged their macOS terminal multiplexer RACE as malicious software, leading to account suspension despite verification of the tool's cleanliness.
A retrospective on the ten-year history of rustls, a Rust-based TLS library, covering its origins, development milestones, and future directions.
The article updates on the progress of stabilizing custom allocators in Rust, highlighting recent developments such as the Allocator trait becoming dyn compatible and efforts to address unsoundness issues.
Minnow is a high-performance Rust inference server for LLaDA2.2 models, offering optimized inference with quantization, GPU acceleration, and significant speed improvements over standard Transformers implementations.
The article discusses the recent addition of the empty type in Rust, explaining the difference between empty and bottom types and how it affects type coercion in the language.
Ben reverse engineered the Egret GT e-scooter, discovered hidden features via Bluetooth and CAN bus, and wrote custom firmware in Rust for the display unit.
This article explains how to work with animations in the Bevy game engine, providing a step-by-step guide to understand the animation system and components like AnimationPlayer.