• 0 Posts
  • 68 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle







  • Insufficient data!

    Was the bench around a corner or jutting out? Was the boy part of a crowd that obscured the bench? Is the bench somehow camouflaged? Is it static and stationary?

    Is the boy fully sighted? Is it dark? Did someone distract him? Was he panicked by someone? Could he have deliberately run into it?


  • egrets@lemmy.worldtoFunny@sh.itjust.worksEverybody! 🎶
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    20 days ago

    There’s meant to be an internal rhyme there, as in “take one down and pass it around”. I suggest “tinker a bit, push a commit”.

    Also, “programming code”? I’d go with “legacy app” or “code monolith” or something.

    And let’s also change “92” and “99” to be make the refactor comprehensive.











  • egrets@lemmy.worldtoProgramming Humor@lemmy.worldhaveYouTriedThinking
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    2
    ·
    2 months ago

    I have to say I’ve found the Copilot inline suggestions/predictions quite helpful for speeding up repetitive work, although they sometimes get in the way.

    I’ve also found its ability to summarise a class in plain English quite helpful when working on projects I didn’t create or haven’t looked at for a long time.

    However, I’ve recently been directed to try and port legacy code to modern languages but the same implementation as a rush job, and Copilot has not done well at that at all. It’ll skip bits out because they’re too complex, establish variables and parameters and never use them, or come up with ancient convoluted ways of addressing solved problems.