<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>trbritt | notes</title><description>Notes on high performance computing, cryptography, numerical methods, and physics.</description><link>https://blogs.tbritt.xyz/</link><language>en</language><item><title>From crystals to market making: an overview of legendre - part 1</title><link>https://blogs.tbritt.xyz/posts/i_like_crystals-part-1/</link><guid isPermaLink="true">https://blogs.tbritt.xyz/posts/i_like_crystals-part-1/</guid><description>legendre is a PDE framework built on one bet — that if you refuse to let the mathematics know how it&apos;s being computed, the mathematics outlives the machine. A tour of the design, and why a dendrite solver and a market maker are the same program.</description><pubDate>Tue, 23 Jun 2026 00:00:00 GMT</pubDate><category>rust</category><category>physics</category><category>numerics</category></item><item><title>One slot, two numbers: designing a lock-free queue</title><link>https://blogs.tbritt.xyz/posts/one_queue_to_rule_them_all/</link><guid isPermaLink="true">https://blogs.tbritt.xyz/posts/one_queue_to_rule_them_all/</guid><description>jacques is a lock-free MPMC queue that packs your data and its sequence number into a single 128-bit atomic. A walk through the design, and why the entire correctness argument comes down to one even-or-odd bit.</description><pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate><category>rust</category><category>concurrency</category></item><item><title>From scalar to signature: a tour of Sylow</title><link>https://blogs.tbritt.xyz/posts/from_scalar_to_signature/</link><guid isPermaLink="true">https://blogs.tbritt.xyz/posts/from_scalar_to_signature/</guid><description>sylow is a from-scratch BN254 library in Rust, built because the existing ones made me angry. A walk through what actually happens between a byte string and a verified threshold signature.</description><pubDate>Sat, 11 Oct 2025 00:00:00 GMT</pubDate><category>cryptography</category><category>rust</category></item></channel></rss>