• 1 Post
  • 6 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle

  • Vagabond@kbin.socialto196@lemmy.blahaj.zonerule
    link
    fedilink
    arrow-up
    82
    ·
    7 months ago

    It really bugs me that someone highlighted and circled this as if they found this ironic error when it was written as a joke headline in the first place and it went clear over their head. The equivalent of red circles and arrows on thumbnails




  • I’m finding the opposite actually. Tried it months ago for basic python scripts and it was garbage. Recently started a project where I needed some c++ scripts to flash into an avr microcontroller and it’s been killing it. To be fair I did a decent amount of code myself and also knew exactly what I wanted the program to do. But it has been really good about cleaning up my code, keeping the code consistent through multiple iterations, and understanding my explanations. It teaches me new functions that I didn’t know existed which make the code better and faster. Also, when I was designing the circuit, I could describe what I needed a component to do and it would give me whole lists of, for example, possible types of 5volt voltage regulators and the differences between them.

    I equate it to having a coworker rather than an employee. I can’t really just tell it to do stuff and it’ll spit out a perfect script. I need to work with it to make sure it understands my requirements and realizes it’s errors. The biggest advantage is this coworker has encyclopedic knowledge of electrical components and c++.