DaviRain
9.4K posts



Formally verify your code!


Many people have claimed that with AI-assisted bug finding, secure code (and hence trustless anything) will be impossible. I have a much more optimistic take, and AI-assisted formal verification is a major part of the reason why: vitalik.eth.limo/general/2026/0…

github.com/DaviRain-Su/ru… Rewrite the Rust compiler implementation using Zig. The goal is to see if we can introduce Zig's compile-time features (comptime) and metaprogramming (reflection) into Rust. This would change the existing way Rust handles macros, as the current macro system in Rust is quite problematic.






While the industry is pouring resources into programs without GC (rust), I think the Jane Street OCaml folks have it figured out with OxCaml. Almost all your code paths are cold and GC is net positive. 1% of your code is performance sensitive. Don't create GC pressure there.













