Hacker News new | ask | show | jobs
by chockchocschoir 1550 days ago

    fn classify-toxicity(text: string) {
      do_work(text)
      while true {}
      // this should never happen
    }