CHILLICOTHE, Ohio — A recent incident at Adena Health System has intensified scrutiny of its cardiology department. A 65-year-old woman died during what should have been a routine heart catheterization, leading to pressing questions about the practices and credentials of the physicians involved. What happened after her time of death is concerning.

  • @Buddahriffic@lemmy.world
    link
    fedilink
    29 months ago

    Or when your employer is sued by stack exchange after a code audit because their TOS says they own the copyright on all user submitted code and their whole business model is get everyone used to using it and go after businesses for copyright violation because programmers copy paste code blurbs.

    • @Redscare867@lemmy.ml
      link
      fedilink
      49 months ago

      The number of code snippets that can be copied and pasted and fit your use-case exactly is almost 0. The number of those code snippets that are well written and would survive code review is even smaller. Stack overflow is good for getting an idea of what libraries exist. Good programmers use it for inspiration and move on to official docs from there (assuming they exist).

      • @Buddahriffic@lemmy.world
        link
        fedilink
        29 months ago

        There’s usually other non-stack exchange resources that pop up in searches so I’ll just scroll on to those.

        And that copy pasting can include changing variable names to match yours while still violating copyright. And I agree that good programmers don’t even do that, but there’s a lot of not so good programmers out there.