<div style="font-family: Arial, sans-serif; font-size: 14px;"><span>-----BEGIN PGP SIGNED MESSAGE-----</span><div><span>Hash: SHA512</span></div><div><br></div><div><span>Hi Ken,</span></div><div><br></div><div><span>Thank you! Rust's compiler 确实是个严厉的伙伴 ("indeed is a strict partner" - as we say in some </span></div><div><span>programming circles). It might occasionally feel like fighting the borrow checker is 80% of the </span></div><div><span>work, but it certainly pays off in preventing whole classes of memory safety and concurrency bugs.</span></div><div><br></div><div><span>The type system and ownership model actually helped catch several potential issues during </span></div><div><span>development that would have been subtle bugs in other languages.</span></div><div><br></div><div><span>I appreciate you recognizing the effort that goes into writing Rust that actually compiles!</span></div><div><br></div><div><span>Best,</span></div><div><span>Hitokiri</span></div><div><span>-----BEGIN PGP SIGNATURE-----</span></div><div><br></div><div><span>iQIzBAEBCgAdFiEEOPhOn65N+XbUXMpWZ3IkUdCGxpUFAmi+FWIACgkQZ3IkUdCG</span></div><div><span>xpVqmxAAiQbgmwc8sz33lOQoBkekOxcmEQKRH7+ca42ihKSpVSirLAZtnZbc6mPb</span></div><div><span>taRLBLSsvD9IoT8i7smcL4ASi8Bgw94vv3/6VemZFGepvtByMaBhCRyk/Swjmhtm</span></div><div><span>i3b67uDDA7pF+5rmITeJhkbzobmDWkNMpMIfMEfkEWkv1hc6mKyoKKg8uCT4Nuzo</span></div><div><span>/G4JbF4AE6RgrhGpb5Ko/SOhFSqylY57VZ+2aUinfgJlfQd817HtpWu0sOu8OceT</span></div><div><span>d+d9r6Kk9n+L/xZUGaHi9Q77fBR26yKTHEy71kgIvKNoU8ugPNkHrv3X/m4qzmL9</span></div><div><span>ICAATuum3I+j89nSwU4IT9I8G+BT03apfUkrtcZ85cpKIWJKetFLYiiDHO2E0IMo</span></div><div><span>NUNtH0eLO0vie4sswb8HoqOo+Phhfu4FdvkmHUu/VVhjahGs3Cha+Q2YrNRA1DO1</span></div><div><span>GiRc79AJO7ekSf+tJaXyQPn6f4wC42BHqWV5ylfQtbaWh4CCezwhOwnP5VLzC/FY</span></div><div><span>8ETYJdKp2EsvxVonxNe0/piauaB/1BPEtaWeNzTpjSea263yRfCVCEEy0dCdTEoR</span></div><div><span>gHGEu6qJ7XTTYeru8cUxMX2lK3tIbiR1J0AJLC5qKxd+QanbPT0oBT6YmNzY68eU</span></div><div><span>TKQPDKEpbDXR72uqSRir14p+ir+M6/Sb6O73YnPlkrv3FUfDeWo=</span></div><div><span>=hV4N</span></div><span>-----END PGP SIGNATURE-----</span><br></div><div style="font-family: Arial, sans-serif; font-size: 14px;"><br></div>
<div style="font-family: Arial, sans-serif; font-size: 14px;" class="protonmail_signature_block">
    <div class="protonmail_signature_block-user protonmail_signature_block-empty">
        
            </div>
    
            <div class="protonmail_signature_block-proton">
        Sent with <a href="https://proton.me/mail/home" target="_blank">Proton Mail</a> secure email.
    </div>
</div>
<div style="font-family: Arial, sans-serif; font-size: 14px;"><br></div><div class="protonmail_quote">
        On Sunday, September 7th, 2025 at 16:08, Kent Borg <kentborg@borg.org> wrote:<br>
        <blockquote class="protonmail_quote" type="cite">
            
    <div class="moz-cite-prefix">On 9/6/25 1:14 PM, Ferecides de Siros
      via cryptography wrote:<br>
    </div>
    <blockquote type="cite">
      <p><span style="white-space-collapse: preserve; word-spacing: normal; color: rgb(0, 0, 0); background-color: transparent;"><b>let p_hex = "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffd3";</b></span></p>
      <p>to:</p>
      <p><span style="white-space-collapse: preserve; word-spacing: normal; color: rgb(0, 0, 0); background-color: transparent;"><b>let p_hex = "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff43";</b></span></p>
    </blockquote>
    <p>So I had to glance at the source…and I have to admire it is
      written in Rust. Rust us a full-featured language, certainly
      capable of writing bugs and silliness, but still, there are a
      whole lot of bugs that are not in that code. Because the compiler
      will insist on a lot of self-consistency.</p>
    -kb<br>
  


        </blockquote><br>
    </div>