• Murdo Maclachlan@lemmy.world
    link
    fedilink
    English
    arrow-up
    39
    ·
    edit-2
    1 year ago

    Image Transcription: Meme


    People in every profession: We know what we do

    Programmers:

    [“Awkward Look Monkey Puppet”, two images of a red monkey puppet from “Ōkiku naru Ko”. On the left, the monkey faces right and sideglances with wide eyes and contracted pupils, while the right image shows the monkey staring straight ahead.]


    I am a human who transcribes posts to improve accessibility on Lemmy. Transcriptions help people who use screen readers or other assistive technology to use the site. For more information, see here.

    • coloredgrayscale@programming.dev
      link
      fedilink
      arrow-up
      3
      ·
      1 year ago

      It may be similar for most professions. But the difference is that programming is much more accessible to everyone than medical stuff, or even car mechanics.

      Lets take the example of someone finding solution X for [problem], but X is wrong, but not fatal:

      • Medical: possible malpractice lawsuit.
      • car mechanic: Lost $$$ buying wrong parts
      • Programming: Error hopefully caught by tests / QA. If the issue made it into production, roll it back to the prev version.

      But it seems very likely other professions will also “google the problem”

      • Woodworker: how to do X joint, constructions for drawer, table,…
      • Car mechanic: likely cause of X, how to diagnose faults. Especially if they work on all cars
      • Repairman: same as car mechanic. Also diagrams, and pinout of chips.
      • Eletrical engineering: Parts, pinouts, troubleshooting issues with design
      • Cashier: What’s the number for Bananas? (ok, they don’t use the internet for that)
      • Waiters: Where was table 69?
      • Fast food worker: “Legal to get fired over eating a fry?”
  • nonearther@lemmy.ml
    link
    fedilink
    arrow-up
    14
    ·
    1 year ago

    I know what I do.

    I go to ChatGPT, type my problem and copy the solution to my codebase.

    If it doesn’t work, I search my issue over Stackoverflow or DDG, and copy from there.

    And once the code fails in production, which is always, I repeat the process again to find the new solution which will then fail in next iteration.

    So don’t you ever tell me I don’t know what I do. I may not know what code I’m writing or for what, but I very well know what I’m doing.

  • Zardoz@lemmy.world
    link
    fedilink
    arrow-up
    13
    ·
    edit-2
    1 year ago

    Gets even worse the more years of experience you have. You end up being the solo dev trying to figure out a stupidly over complicated 20 year old piece of software written by a sadist that loves WCF and using tcp sockets to send data between classes in the same project