• 0 Posts
  • 16 Comments
Joined 3 years ago
cake
Cake day: June 9th, 2023

help-circle
  • Moreover, this is a breach of trust between the reviewer and the author. Our assumption when we review is that we’re talking to a real person who wants to do their best work.

    I think this is a really excellent point and gets at a general feeling I’ve had towards LLM-generated PR comments for a while now. I can understand the desire to use LLMs to generate changes (my company pushes AI super hard and it genuinely is a helpful tool in many cases), but to delegate discussion of those changes to an AI model feels extremely antisocial to me. I don’t really like the idea of vibe-coding in general, and this practice really distills down everything I don’t like about it with an added layer of deception.







  • The borrow checker is a feature of Rust’s compiler which places strict constraints on ownership of data to guarantee memory safety. It adds a lot of friction to writing Rust code if you’re not experienced with the language (or sometimes even if you are). OP refers to the “language restriction of Rust”, seemingly talking about the borrow checker, but has never even heard of it. It’s kind of like someone claiming they didn’t vibecoded their C++ project but having no idea what the STL is.




  • I don’t disagree that the language is a great way to build an understanding of object lifecycles, but in my experience C++ ctors and dtors are also the biggest source of confusing footguns I’ve ever encountered in any programming language.

    Separately, template metaprogramming is a whole different beast. It’s an extremely powerful tool, but to me it also feels like finding the correct incantation to get it to do exactly what you need for more complex scenarios. It can be really fun if you know what you’re doing, but it also tends to make me very upset at the compiler when my incantations are a bit off.





  • As other commentors have pointed out, it’s vital that justice is applied as uniformly as possible in the interest of maintaining a fair and truly just system. Defense attorneys are an important check on the state and ensure (at least in theory) that it has met its burden in proving guilt before a person can be convicted, however heinous their alleged crimes may be. Without this adversarial dynamic prosecutors would be free to paint whatever narrative they please, whether rooted in reality or not, and any semblance of actual justice would go completely out the window.