rust

Tag

Cards List
#rust

@GithubProjects: This free, handcrafted guide walks anyone through learning the Rust programming language from scratch, with over 170 ch…

X AI KOLs Timeline ↗ · 2026-09-08 Cached

A comprehensive free Rust programming guide with over 170 chapters and an integrated practice environment, designed for beginners and created by sunface.

0 favorites 0 likes
#rust

multistack - TUI orchestrator for local coding agents

Reddit r/AI_Agents ↗ · 2026-09-08

The article introduces multistack, a lightweight TUI orchestrator for local coding agents built in Rust using Ratatui.

0 favorites 0 likes
#rust

Rust debugging survey 2026 results

Lobsters Hottest ↗ · 2026-09-07 Cached

The Rust debugging survey 2026 results reveal that over half of Rust developers do not currently use debuggers, with print debugging and the dbg! macro being the most common methods.

0 favorites 0 likes
#rust

How well do agents use test/verification techniques?

Lobsters Hottest ↗ · 2026-09-07 Cached

The article evaluates how well AI coding agents implement test and verification techniques when given specific instructions, comparing various methods in Rust to improve software correctness.

0 favorites 0 likes
#rust

We open-sourced Paddock, our Rust/C++ inference engine with its own CUDA kernels (MIT/Apache-2.0)

Reddit r/LocalLLaMA ↗ · 2026-09-04

Paddock is an open-source Rust/C++ inference engine with custom CUDA kernels, demonstrating competitive performance against vLLM and SGLang in benchmarks while supporting OpenAI/Anthropic style APIs and GGUF/safetensors formats.

0 favorites 0 likes
#rust

Announcing Rust 1.98.1

Lobsters Hottest ↗ · 2026-09-03 Cached

Rust 1.98.1 is a point release that fixes a miscompilation bug in vtable generation, which could lead to undefined behavior in compiled code.

0 favorites 0 likes
#rust

VoxGen, an AMD-optimized TTS inference engine for VoxCPM 2 models

Reddit r/LocalLLaMA ↗ · 2026-09-02

VoxGen is a new lightweight native inference engine for VoxCPM2 models, optimized for AMD cards using Rust and Vulkan compute to enhance performance and remove Python/PyTorch dependencies.

0 favorites 0 likes
#rust

Implementing FMA and finding bugs in C and Rust standard libraries

Lobsters Hottest ↗ · 2026-09-02 Cached

The author implemented a vectorized FMA for Rust's fearless_simd library, leading to performance improvements and the discovery of bugs in Rust and musl libc standard libraries.

0 favorites 0 likes
#rust

RISC-V interpreter from the future

Lobsters Hottest ↗ · 2026-09-01 Cached

An update to a RISC-V interpreter in Rust, featuring modularity, no_std support, compile-time execution, and strict specification compliance, utilizing many nightly Rust features.

0 favorites 0 likes
#rust

Made my first fine tune!

Reddit r/ArtificialInteligence ↗ · 2026-09-01 Cached

RustEAI is a local AI-powered Rust coder for Apple Silicon Macs, based on a LoRA fine-tune of Qwen2.5-Coder-0.5B, providing one-shot code generation without cloud dependency.

0 favorites 0 likes
#rust

Wasmi 2.0 - Engineering of the Fastest Wasm Interpreters

Lobsters Hottest ↗ · 2026-09-01 Cached

Wasmi 2.0, a WebAssembly interpreter, has been released with significant performance improvements, running about 2.2x faster than version 1.0 and including new features like reduced binary size and stable fuel metering.

0 favorites 0 likes
#rust

Your agent hates walking your knowledge graph. So stop making it walk.

Reddit r/AI_Agents ↗ · 2026-09-01

The author discusses inefficiencies in agents walking knowledge graphs for memory and proposes IWE, a tool that consolidates graph traversal into a single deterministic call to improve speed and reliability.

0 favorites 0 likes
#rust

Coherence and orphan instance rules

Lobsters Hottest ↗ · 2026-09-01 Cached

This article explains the concept of coherence in typeclass systems and discusses orphan instance rules in programming languages, with examples in Haskell and Rust.

0 favorites 0 likes
#rust

RangeFrom, Part 2..: What I think is wrong about the design

Lobsters Hottest ↗ · 2026-08-31 Cached

This article critiques the design of Rust's RangeFrom iterator, highlighting issues with overflow handling and unexpected behavior that can lead to infinite loops or panics.

0 favorites 0 likes
#rust

@ryanlpeterman: Why Rust is overused right now Martin Odersky (Creator of Scala): "Right now, rust is actually overused because a lot o…

X AI KOLs Timeline ↗ · 2026-08-31 Cached

Martin Odersky, creator of Scala, argues that Rust is overused for applications where garbage collection is adequate, suggesting simpler alternatives. The tweet promotes an interview discussing comparisons between Rust, Zig, Python, and Scala, and AI's impact on programming languages.

0 favorites 0 likes
#rust

Cancelation Terminology

Lobsters Hottest ↗ · 2026-08-31 Cached

The article explains the differences between synchronous cancelation, asynchronous cancelation, and graceful shutdown in concurrent programming, highlighting their importance in avoiding confusion in software development.

0 favorites 0 likes
#rust

Could Cargo's scheduler be better?

Lobsters Hottest ↗ · 2026-08-31 Cached

The article investigates improvements to Cargo's scheduler by analyzing its behavior through benchmarks of Rust build tasks and exploring alternative scheduling algorithms.

0 favorites 0 likes
#rust

@tom_doerr: Squad coordinates multiple AI agents in your terminal using shell commands and SQLite. https://github.com/mco-org/squad

X AI KOLs Timeline ↗ · 2026-08-30 Cached

Squad is a command-line tool that enables multiple AI agents to collaborate in a terminal using shell commands and SQLite for real-time communication, without background processes.

0 favorites 0 likes
#rust

Rust Function Overloading - Call for Experimentation

Lobsters Hottest ↗ · 2026-08-30 Cached

The Rust Project is experimenting with function overloading in nightly Rust builds to enhance FFI bindings, especially with C++ interop, through a new #[rustc_splat] attribute for more ergonomic call syntax.

0 favorites 0 likes
#rust

@opensourcelab9: To people who want to feed documents to AI A tool has been released that converts Word, PowerPoint, Excel, PDF, and EPUB…

X AI KOLs Timeline ↗ · 2026-08-29 Cached

A Rust-based open-source tool called anydoc has been released to convert Word, PowerPoint, Excel, PDF, and other document formats into Markdown for AI and LLM use, with bindings for Node.js and Python.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback