I built a Tauri app for my home lab I’ve been leaning a lot more into AI coding lately. It’s made me rethink a couple things: I can use any language Reliability and error detection at compile time is more important than ever Rust is a trade-off between compile-time and memory safety at the cost of developer experience and cognitive load. It takes a lot longer to develop a Rust app than a Go one and the results for most app’s (that I would built) aren’t worth the “Rust cost” IMO. AI kind of ...
No comments yet. Log in to discuss on the Fediverse