<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News - Newest: &#34;rust&#34;</title><link>https://news.ycombinator.com/newest</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 05 Aug 2026 05:35:13 +0000</lastBuildDate><atom:link href="https://hnrss.org/newest?q=rust" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Compass, a local-first code graph built in Rust for humans and AI agents]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/crabbuild/compass">https://github.com/crabbuild/compass</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49178759">https://news.ycombinator.com/item?id=49178759</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 05 Aug 2026 05:05:09 +0000</pubDate><link>https://github.com/crabbuild/compass</link><dc:creator>forhappy</dc:creator><comments>https://news.ycombinator.com/item?id=49178759</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49178759</guid></item><item><title><![CDATA[Show HN: SIMD Viterbi Decoder in Rust]]></title><description><![CDATA[
<p>I wrote libcorrect in C in 2016 and wanted to revisit it in Rust. Instead of doing just a direct conversion, I went down the rabbit hole of making Rust's std::simd work for me. I ended up with a templated, generic Viterbi decoder for convolutional codes that dispatches the decode at runtime depending on which instruction sets are available. For small rates and orders, the entire decode lives in registers. Larger codes work through memory but take advantage of some acceleration structures.<p>I also spent some time building a tool to find optimal (max d_free) conv codes for a given rate and order. Of course, there are better mechanisms available today, but I'm happy to talk through anything I learned in the process.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49176212">https://news.ycombinator.com/item?id=49176212</a></p>
<p>Points: 34</p>
<p># Comments: 3</p>
]]></description><pubDate>Tue, 04 Aug 2026 22:37:05 +0000</pubDate><link>https://github.com/brian-armstrong/fec</link><dc:creator>brian-armstrong</dc:creator><comments>https://news.ycombinator.com/item?id=49176212</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49176212</guid></item><item><title><![CDATA[Show HN: Terminal stock dashboard in Rust with SEC Form 4 insider trades]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/makeev/alphai-tui">https://github.com/makeev/alphai-tui</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49172140">https://news.ycombinator.com/item?id=49172140</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 04 Aug 2026 17:34:47 +0000</pubDate><link>https://github.com/makeev/alphai-tui</link><dc:creator>mmakeev</dc:creator><comments>https://news.ycombinator.com/item?id=49172140</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49172140</guid></item><item><title><![CDATA[Show HN: g6k-rs – lattice reduction framework on rust: supports CPU,Metal,CUDA]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/ovasylenko/g6k-rs">https://github.com/ovasylenko/g6k-rs</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49169949">https://news.ycombinator.com/item?id=49169949</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Tue, 04 Aug 2026 15:01:13 +0000</pubDate><link>https://github.com/ovasylenko/g6k-rs</link><dc:creator>_alphageek</dc:creator><comments>https://news.ycombinator.com/item?id=49169949</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49169949</guid></item><item><title><![CDATA[Topological Horizon – Zero-allocation Rust engine for predictive telemetry]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/aboofx41-sys/topological-horizon">https://github.com/aboofx41-sys/topological-horizon</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49169775">https://news.ycombinator.com/item?id=49169775</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 04 Aug 2026 14:48:56 +0000</pubDate><link>https://github.com/aboofx41-sys/topological-horizon</link><dc:creator>aboofx</dc:creator><comments>https://news.ycombinator.com/item?id=49169775</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49169775</guid></item><item><title><![CDATA[Pdf-inspector: The rust-powered open-source PDF parser for AI]]></title><description><![CDATA[
<p>Article URL: <a href="https://firecrawl.github.io/pdf-inspector/">https://firecrawl.github.io/pdf-inspector/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49168679">https://news.ycombinator.com/item?id=49168679</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 04 Aug 2026 13:26:58 +0000</pubDate><link>https://firecrawl.github.io/pdf-inspector/</link><dc:creator>richbray</dc:creator><comments>https://news.ycombinator.com/item?id=49168679</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49168679</guid></item><item><title><![CDATA[Learning-Rust.Github.io: Rust Programming Language Tutorials for Everyone]]></title><description><![CDATA[
<p>Article URL: <a href="https://learning-rust.github.io">https://learning-rust.github.io</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49166411">https://news.ycombinator.com/item?id=49166411</a></p>
<p>Points: 59</p>
<p># Comments: 10</p>
]]></description><pubDate>Tue, 04 Aug 2026 10:03:46 +0000</pubDate><link>https://learning-rust.github.io</link><dc:creator>dumindunuwan</dc:creator><comments>https://news.ycombinator.com/item?id=49166411</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49166411</guid></item><item><title><![CDATA[Socket.dev warns about Rust Tokio library obfuscation]]></title><description><![CDATA[
<p>Article URL: <a href="https://socket.dev/cargo/package/tokio">https://socket.dev/cargo/package/tokio</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49163657">https://news.ycombinator.com/item?id=49163657</a></p>
<p>Points: 6</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 04 Aug 2026 02:09:53 +0000</pubDate><link>https://socket.dev/cargo/package/tokio</link><dc:creator>cwaffles</dc:creator><comments>https://news.ycombinator.com/item?id=49163657</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49163657</guid></item><item><title><![CDATA[Show HN: Svelte-rs – a Svelte compiler in Rust]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/MrWaip/svelte-rs">https://github.com/MrWaip/svelte-rs</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49161336">https://news.ycombinator.com/item?id=49161336</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 03 Aug 2026 20:57:01 +0000</pubDate><link>https://github.com/MrWaip/svelte-rs</link><dc:creator>mrwaip</dc:creator><comments>https://news.ycombinator.com/item?id=49161336</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49161336</guid></item><item><title><![CDATA[Faster floating point math with Rust's new API]]></title><description><![CDATA[
<p>Article URL: <a href="https://pythonspeed.com/articles/faster-float-math-rust/">https://pythonspeed.com/articles/faster-float-math-rust/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49160806">https://news.ycombinator.com/item?id=49160806</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 03 Aug 2026 20:11:34 +0000</pubDate><link>https://pythonspeed.com/articles/faster-float-math-rust/</link><dc:creator>jmintz</dc:creator><comments>https://news.ycombinator.com/item?id=49160806</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49160806</guid></item><item><title><![CDATA[Learning Rust: Updated]]></title><description><![CDATA[
<p>Article URL: <a href="https://learning-rust.github.io">https://learning-rust.github.io</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49160424">https://news.ycombinator.com/item?id=49160424</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 03 Aug 2026 19:38:30 +0000</pubDate><link>https://learning-rust.github.io</link><dc:creator>dumindunuwan</dc:creator><comments>https://news.ycombinator.com/item?id=49160424</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49160424</guid></item><item><title><![CDATA[Rust Project goals 2026: Reflection and Comptime]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/rust-lang/rust-project-goals/blob/main/src/2026/reflection-and-comptime.md">https://github.com/rust-lang/rust-project-goals/blob/main/src/2026/reflection-and-comptime.md</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49159894">https://news.ycombinator.com/item?id=49159894</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 03 Aug 2026 18:50:54 +0000</pubDate><link>https://github.com/rust-lang/rust-project-goals/blob/main/src/2026/reflection-and-comptime.md</link><dc:creator>Ygg2</dc:creator><comments>https://news.ycombinator.com/item?id=49159894</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49159894</guid></item><item><title><![CDATA[SearXNG in Rust]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/MikeLuu99/searxng-rust">https://github.com/MikeLuu99/searxng-rust</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49158141">https://news.ycombinator.com/item?id=49158141</a></p>
<p>Points: 75</p>
<p># Comments: 23</p>
]]></description><pubDate>Mon, 03 Aug 2026 16:41:40 +0000</pubDate><link>https://github.com/MikeLuu99/searxng-rust</link><dc:creator>dluuuu</dc:creator><comments>https://news.ycombinator.com/item?id=49158141</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49158141</guid></item><item><title><![CDATA[We re-wrote the Excel engine in Rust to run headless for agents]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/peterjliu/status/2084298237884948928">https://twitter.com/peterjliu/status/2084298237884948928</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49157149">https://news.ycombinator.com/item?id=49157149</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 03 Aug 2026 15:33:37 +0000</pubDate><link>https://twitter.com/peterjliu/status/2084298237884948928</link><dc:creator>peterjliu</dc:creator><comments>https://news.ycombinator.com/item?id=49157149</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49157149</guid></item><item><title><![CDATA[Sovereign Tech Fellowship for Rust Maintenance (June-July 2026 Report)]]></title><description><![CDATA[
<p>Article URL: <a href="https://kobzol.github.io/rust/2026/08/03/stf-june-july-2026.html">https://kobzol.github.io/rust/2026/08/03/stf-june-july-2026.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49156217">https://news.ycombinator.com/item?id=49156217</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 03 Aug 2026 14:24:40 +0000</pubDate><link>https://kobzol.github.io/rust/2026/08/03/stf-june-july-2026.html</link><dc:creator>Tomte</dc:creator><comments>https://news.ycombinator.com/item?id=49156217</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49156217</guid></item><item><title><![CDATA[eek! it's a tiny rust LLM proxy in ~1k loc]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/Liana64/eek">https://github.com/Liana64/eek</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49156159">https://news.ycombinator.com/item?id=49156159</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 03 Aug 2026 14:20:58 +0000</pubDate><link>https://github.com/Liana64/eek</link><dc:creator>saidarembrace</dc:creator><comments>https://news.ycombinator.com/item?id=49156159</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49156159</guid></item><item><title><![CDATA[bstr: A string type for Rust that is not required to be valid UTF-8]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/BurntSushi/bstr">https://github.com/BurntSushi/bstr</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49155869">https://news.ycombinator.com/item?id=49155869</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 03 Aug 2026 13:56:10 +0000</pubDate><link>https://github.com/BurntSushi/bstr</link><dc:creator>tosh</dc:creator><comments>https://news.ycombinator.com/item?id=49155869</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49155869</guid></item><item><title><![CDATA[FalkorDB is rewriting its graph database engine in Rust]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.falkordb.com/blog/rewriting-falkordb-in-rust/">https://www.falkordb.com/blog/rewriting-falkordb-in-rust/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49155037">https://news.ycombinator.com/item?id=49155037</a></p>
<p>Points: 8</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 03 Aug 2026 12:45:14 +0000</pubDate><link>https://www.falkordb.com/blog/rewriting-falkordb-in-rust/</link><dc:creator>kunalshn</dc:creator><comments>https://news.ycombinator.com/item?id=49155037</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49155037</guid></item><item><title><![CDATA[Show HN: Argot, a Rust AI guardrail based on your codebase AST patterns]]></title><description><![CDATA[
<p>We have lots of benchmarks for new frontier LLMs (SWE benchmarks etc) to make them score on the "best code". In large codebase, the best code is the one that matches the codebase own voice and conventions, because that's the mental model of the team.<p>Ingesting a full codebase explicit/implict patterns in an agent windows to make them match the codebase doesnt work: too much context, hallucinations, ...<p>So I built this free/open source project, your codebase is a golden mine of AST code patterns that makes its unique voice, Argot learns them and then allows you to enforce them proactively or defensively.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49154714">https://news.ycombinator.com/item?id=49154714</a></p>
<p>Points: 3</p>
<p># Comments: 2</p>
]]></description><pubDate>Mon, 03 Aug 2026 12:12:51 +0000</pubDate><link>https://argot.tmonier.com/</link><dc:creator>damienmeur</dc:creator><comments>https://news.ycombinator.com/item?id=49154714</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49154714</guid></item><item><title><![CDATA[Drop-in Apache Spark replacement written in Rust]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/lakehq/sail">https://github.com/lakehq/sail</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49153806">https://news.ycombinator.com/item?id=49153806</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 03 Aug 2026 10:26:00 +0000</pubDate><link>https://github.com/lakehq/sail</link><dc:creator>davedx</dc:creator><comments>https://news.ycombinator.com/item?id=49153806</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49153806</guid></item></channel></rss>