rust

Tag

Cards List
#rust

@otterpal24: Two programmers plus hundreds of agents can rewrite a storage layer, in two months' time, the capability amplification …

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

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.

0 favorites 0 likes
#rust

MartyPC – A Cycle-Accurate IBM PC/XT Emulator

Hacker News Top ↗ · 2026-09-16 Cached

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.

0 favorites 0 likes
#rust

Some things Veloren does differently

Lobsters Hottest ↗ · 2026-09-16 Cached

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.

0 favorites 0 likes
#rust

Unsizing unsized values

Lobsters Hottest ↗ · 2026-09-15 Cached

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.

0 favorites 0 likes
#rust

@devjoshstevens: We have built our Polymarket indexing systems in-house, powered by rindexer in Rust. We now see onchain data events up …

X AI KOLs Timeline ↗ · 2026-09-15

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.

0 favorites 0 likes
#rust

Speeding up gearhash on ARM64 (2× faster)

Hacker News Top ↗ · 2026-09-15 Cached

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.

0 favorites 0 likes
#rust

Developing provably correct Rust code with Verus

Hacker News Top ↗ · 2026-09-14 Cached

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.

0 favorites 0 likes
#rust

Principles for Fast Tokio Applications

Hacker News Top ↗ · 2026-09-14 Cached

This article outlines best practices for optimizing Tokio applications in Rust, covering principles like latency vs. throughput and debugging strategies.

0 favorites 0 likes
#rust

Ubuntu 26.10 completes transition to Rust-based coreutils

Hacker News Top ↗ · 2026-09-14 Cached

Ubuntu 26.10 has completed its migration to Rust-based coreutils, resolving previous security issues and enhancing memory safety without functional changes for users.

0 favorites 0 likes
#rust

SDR–; open source SDR with a patchable signal graph, Rust DSP, web UI

Hacker News Top ↗ · 2026-09-14 Cached

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.

0 favorites 0 likes
#rust

Libraries Run Rust Inside Python (With PyO3)

Hacker News Top ↗ · 2026-09-13 Cached

The article explains how to integrate Rust code into Python using PyO3, demonstrated by building a JSON parser in Rust and exposing it as a Python package, covering setup steps, type conversion, and performance comparisons.

0 favorites 0 likes
#rust

@AISuperDomain: Discovered an ultra-cool open-source project: Farcaster! This is a native, keyboard-first AI coding agent (Coding Agent…

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

Farcaster is an open-source, native AI coding agent workspace that integrates multiple AI agents, terminals, and Neovim into a unified UI for developers.

0 favorites 0 likes
#rust

@penberg: How does a large language model run on hardware? A large language model can feel like magic if your background is in CP…

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

The author implemented a full stack for running large language models on hardware from scratch, including the model, GPU instruction set, compiler, and simulator, to make each layer understandable. The project is open-sourced on GitHub.

0 favorites 0 likes
#rust

@vintcessun: Running multiple coding agents in parallel isn't hard; the hard part is avoiding manual scheduling for directories, branches, dependency caches, and cleanup. https://github.com/max-sixty/worktrunk… Worktrunk uses Rust to wrap Git worktree…

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

Worktrunk is a Git worktree management CLI tool built with Rust, designed to simplify the scheduling problem of running multiple coding agents in parallel, providing features like hooks and cache sharing.

0 favorites 0 likes
#rust

TailTalk: A modern async user space AppleTalk stack with Rust and Tokio

Hacker News Top ↗ · 2026-09-12 Cached

TailTalk is a modern async user space AppleTalk stack implemented in Rust and Tokio, designed for building implementations to communicate with classic Macs over EtherTalk or LocalTalk networks.

0 favorites 0 likes
#rust

Optimizing a single Rust Clippy lint by 3133X

Lobsters Hottest ↗ · 2026-09-12 Cached

The article explains how the `clippy::nonstandard_macro_braces` lint in Rust was optimized by 3133X, focusing on improving performance by addressing inefficiencies in handling macro expansions during compilation.

0 favorites 0 likes
#rust

@xeophon: i love the future

X AI KOLs Following ↗ · 2026-09-11 Cached

OpenAI's Habitat storage platform, which powers services like ChatGPT and Codex, has grown over 10x year-over-year and was rewritten in Rust to handle more than 20 million requests per second at peak.

0 favorites 0 likes
#rust

Why your local agent shouldn't keep all models hot in VRAM: real numbers from an agent loop

Reddit r/AI_Agents ↗ · 2026-09-11

By implementing a Rust-based daemon to dynamically sleep inactive AI models, GPU memory usage in local agents can be reduced from 122 GB to 43 GB with sub-200ms wakeup latency, making it viable to run multiple models on a single workstation.

0 favorites 0 likes
#rust

New

Reddit r/artificial ↗ · 2026-09-11

The article describes a personal project called Human Engineered Intelligence, a non-AI system built in Rust that processes language locally without training, featuring a custom architecture with authorities and cubes for knowledge representation.

0 favorites 0 likes
#rust

Synthesizing Loop-Free Programs with Rust and Z3 (2020)

Hacker News Top ↗ · 2026-09-11 Cached

The article explains program synthesis techniques, specifically counterexample-guided iterative synthesis for loop-free programs, and provides an implementation in Rust using the Z3 solver.

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

Submit Feedback