Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

That's how I detect who is using LLMs at work.

  # loop over the images
  for filename in images_filenames:

    # download the image
    image = download_image(filename)
  
    # resize the image
    resize_image(image)

    # upload the image
    upload_image(image)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: