• 51 Posts
  • 579 Comments
Joined 3 years ago
cake
Cake day: April 27th, 2023

help-circle









  • catch_unwind […] does not guarantee the program is in a consistent state afterward, since Drop impls may have run partway through.

    Wait, what? Any more details about this, I’ve never heard about that before. Partially run Drop impls sounds like a big potential for undefined behavior, how could catch_unwind possibly cause that?

    EDIT: The more I read this article, the more AI-generated it looks and so I’m sort of wondering if the above quote is just complete bogus.
















  • I have this feeling that a lot of people are against AI-generated code, even if you use it in this “responsible” way - but maybe I’m seeing an exaggerated view? I’m sort of wondering if I should start using AI models in my own work, including open source stuff, but I don’t want it to be like I’m just having the AI do everything for me and I’m worried that others will disregard the code as slop. I’ve seen a lot of frustration with new open source projects that are largely AI-generated, but then again, we’re seeing a lot of those because it’s a useful tool that lowers the barrier for a lot of work. I’m conflicted, anyone have thoughts?