Tag
RustFS 1.0 is released as an open-source, high-performance distributed object storage system built in Rust, offering a migration path for MinIO users after its maintenance ended.
Warpgate v0.29.0 is a release of a smart bastion host that provides transparent access to protocols like SSH, HTTPS, Kubernetes, MySQL, PostgreSQL, RDP, and VNC with features such as session recording, 2FA, SSO, and brute-force protection.
wx-cli 是一个命令行工具,用于查询本地微信数据,现已公开发布,支持零依赖安装、毫秒级响应和AI代理集成。
Typst, a typesetting system positioned as a LaTeX replacement, has released version 0.15 with new features including support for variable fonts, MathML, and multiple bibliographies.
An ongoing campaign is targeting prominent Rust developers through social engineering to compromise devices and publish malware, with recent supply chain attacks on crates like array ref highlighted. Recommended defense includes dependency cooldowns to mitigate risks.
OpenObserve is an open-source observability platform written in Rust that offers a cost-effective alternative to commercial log platforms, supporting logs, metrics, traces, and LLM monitoring with SQL and PromQL queries.
Skillsync is an open-source tool that makes AI chat sessions portable across coding agents by converting session formats, addressing vendor lock-in and enabling collaboration.
The article discusses an ambitious project to revive the Vale programming language and create a new language called Valen, aiming for seamless integration with Rust to enable cross-language generics and memory safety.
Remote development has added AMD R9700 (RDNA 4) support to the Atlas LLM inference engine, enabling it to serve models like Qwen3.8-27B and Ornith-9B on the hardware.
The blog post explains the technical challenges of building a Language Server Protocol for Rust, drawing from the author's experience with Rust Glancer and insights from rust-analyzer.
Two programmers, assisted by hundreds of AI agents, rewrote Perplexity AI's storage layer in two months, achieving 100x capability amplification and significant cost and latency improvements.
MartyPC is a cycle-accurate emulator for early IBM PCs, designed to aid in retro PC development with extensive debugging tools and validated against real hardware for high accuracy.
The article discusses unconventional development choices in the open-source voxel RPG Veloren, highlighting the use of Entity Component System (ECS) for scalability and the unified player/NPC duality, offering insights for game developers.
The article discusses the challenges of unsizing unsized values in Rust compared to Go's dynamic typing with interfaces, highlighting limitations in Rust's type system for handling non-sized types.
Polymarket has built in-house indexing systems powered by rindexer in Rust, achieving near-instant updates for trades, positions, and balances with onchain data events processed up to 28 seconds faster.
The article describes optimizations to the `gearhash` Rust crate, adding a NEON backend that doubles performance on ARM64 architectures, improving content-defined chunking for applications like Hugging Face's Xet client.
Verus is an open-source automated program verifier for Rust that helps ensure code correctness through mathematical proofs, and is used at Amazon for projects like the Nitro Isolation Engine.
This article outlines best practices for optimizing Tokio applications in Rust, covering principles like latency vs. throughput and debugging strategies.
Ubuntu 26.10 has completed its migration to Rust-based coreutils, resolving previous security issues and enhancing memory safety without functional changes for users.
sdr-- is an open-source software-defined radio application with a visual patchable signal graph, built in Rust for DSP, and featuring a web UI for control and visualization.