rust

Tag

Cards List
#rust

offset_of! slices

Lobsters Hottest · 5d ago Cached

A blog post presenting a Rust macro that computes the offset of a slice field in a struct at compile time, using a fake allocation to work around current stable Rust limitations.

0 favorites 0 likes
#rust

Bcachefs 1.38.6 - the performance release

Lobsters Hottest · 5d ago Cached

Bcachefs 1.38.6, the performance release, removes the experimental label, introduces erasure coding and reconcile for improved data management, and converts userspace code to Rust.

0 favorites 0 likes
#rust

@ericlbuehler: Excited to share cuTile Rust: bringing Rust's fearless concurrency to GPU kernel programming. Our paper "Fearless Concu…

X AI KOLs Timeline · 6d ago Cached

Excited to share cuTile Rust, bringing Rust's fearless concurrency to GPU kernel programming. Their paper 'Fearless Concurrency on the GPU' is now on arXiv.

0 favorites 0 likes
#rust

Data Visualization from the Comfort of your Terminal

Lobsters Hottest · 6d ago Cached

xan is a high-performance command-line CSV processing tool written in Rust, featuring SIMD parsing, parallel computation, and terminal-based data visualization capabilities.

0 favorites 0 likes
#rust

@charliermarsh: At OpenAI, we're continuing to bet on Rust as the future of systems programming. I'm proud to announce that we're makin…

X AI KOLs Following · 6d ago Cached

OpenAI announces a $600,000 commitment to the Rust Foundation, including Platinum membership and additional support for maintainer efforts across the Rust ecosystem.

0 favorites 0 likes
#rust

Why stdx is not on crates.io

Hacker News Top · 6d ago

Explains the rationale behind stdx not being published on crates.io, the Rust package registry.

0 favorites 0 likes
#rust

Making budget models punch above their weight with a smart Rust harness

Lobsters Hottest · 6d ago Cached

Dirge is a Rust-based agentic harness that helps smaller AI models punch above their weight by reducing memory footprint and intelligently managing errors, context, and tool calls, closing the performance gap with frontier models.

0 favorites 0 likes
#rust

Verified Detection and Prevention of Concurrency Anomalies in Multi-Agent Large Language Model Systems

arXiv cs.LG · 6d ago Cached

This paper formalizes four concurrency anomalies in multi-agent LLM systems, mechanically verifies a consistency hierarchy, and provides verified Rust runtimes with bounded prevention costs, including a fix for ByteDance's deer-flow and tool-effect reordering in LangGraph.

0 favorites 0 likes
#rust

Show HN: cuTile Rust: Safe, data-race-free GPU kernels in Rust

Hacker News Top · 2026-06-16 Cached

NVIDIA Labs releases cuTile Rust, a tile-based system for writing memory-safe, data-race-free GPU kernels in idiomatic Rust. It extends Rust's ownership model to GPU kernels, JIT-compiles Rust AST to GPU code, and achieves performance close to native CUDA.

0 favorites 0 likes
#rust

Build your project Zig-style

Lobsters Hottest · 2026-06-16 Cached

The author details building a tool called bygge-zig that uses the Zig build system to compile Rust projects, replicating Cargo's functionality in far fewer lines of code, highlighting the differences and challenges.

0 favorites 0 likes
#rust

I made a tool to convert OpenAPI V3 specifications into AI Skill

Reddit r/AI_Agents · 2026-06-16

A developer tool that converts OpenAPI V3 specifications (from URL or file) into AI agent skill markdown files, enabling efficient API interaction with reduced token usage.

0 favorites 0 likes
#rust

zlib-rs in Firefox

Lobsters Hottest · 2026-06-16 Cached

Firefox now uses zlib-rs for gzip compression, improving performance and safety, though integration required workarounds for an Intel Raptor Lake CPU bug.

0 favorites 0 likes
#rust

Async Task Locals From Scratch

Lobsters Hottest · 2026-06-16 Cached

This article explains how to implement async task locals in Rust from scratch, avoiding the tokio ecosystem. It discusses thread-local storage and the execution model to achieve data association with async tasks without passing variables through function arguments.

0 favorites 0 likes
#rust

@no_stp_on_snek: My second and late Build Small submission. 10 days, 1 dev: a from-scratch Rust engine + custom GPU kernels vs vLLM on N…

X AI KOLs Following · 2026-06-15 Cached

A developer built a from-scratch Rust inference engine with custom GPU kernels that outperforms vLLM on Nemotron-30B decoding, achieving 75.7 vs 57 tok/s, submitted to the Build Small hackathon.

0 favorites 0 likes
#rust

Memory safety CVEs differ between Rust and C/C++

Hacker News Top · 2026-06-15 Cached

An analysis of how memory safety CVEs are reported differently in Rust vs C/C++, arguing that Rust's design reduces certain classes of vulnerabilities even when bugs exist.

0 favorites 0 likes
#rust

We built SmithDB, the data layer for agent observability

Lobsters Hottest · 2026-06-15 Cached

LangChain announces SmithDB, a purpose-built distributed database for agent observability that powers LangSmith, offering up to 12x performance improvements and support for complex agent trace queries.

0 favorites 0 likes
#rust

Show HN: Deconvolution – a Rust image deconvolution and restoration crate

Hacker News Top · 2026-06-15 Cached

Deconvolution is a Rust crate for image deconvolution and restoration, providing known-PSF and blind restoration methods, PSF/OTF conversion, preprocessing, and simulation utilities.

0 favorites 0 likes
#rust

Diplomat: Multi-language FFI for Rust Libraries

Lobsters Hottest · 2026-06-15 Cached

Diplomat is a multi-language unidirectional FFI tool for wrapping Rust libraries, designed to expose Rust APIs to languages like C++, JS, Dart, and JVM without requiring FFI expertise, addressing a gap in the Rust tooling ecosystem.

0 favorites 0 likes
#rust

Comparison and Benchmarking of Rust Decimal Crates

Lobsters Hottest · 2026-06-15 Cached

A detailed technical article comparing and benchmarking various Rust decimal crates, covering fixed-point vs floating-point and fixed vs arbitrary precision designs.

0 favorites 0 likes
#rust

@yuanhao: https://x.com/yuanhao/status/2066341005847142674

X AI KOLs Timeline · 2026-06-15 Cached

Yoyo is an AI agent that self-evolves every 8 hours on GitHub Actions. Its key to success lies in a harness design of a stateless agent plus persistent state (git repository). The article deeply analyzes simple solutions to issues such as memory, context, feedback, verification, etc., emphasizing that persistent state is more critical than the model itself.

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

Submit Feedback