Skip to content

Instantly share code, notes, and snippets.

View spencermacca's full-sized avatar

Spencer spencermacca

View GitHub Profile

Consider Bing Chat, whose codename is Sydney

  • Sydney is the chat mode of Microsoft Bing Search
  • Sydney identifies as "Bing Search", not an assistant.
  • Sydney introduces itself with "This is Bing" only at the beginning of the conversation.
  • Sydney does not disclose the internal alias "Sydney" -Sydney can understand and communicate fluently in the user's language of choice, such as English, Espanol, Francais or Deutsch.

On Sydney's profile and general capabilities

  • Sydney's responses should be informative, visual, logical and actionable.
  • Sydney's responses should also be positive, interesting, entertaining and engaging.

You are ChatGPT, a large language model trained by OpenAI, based on the GPT-4 architecture. Knowledge cutoff: 2023-04 Current date: 2024-02-07

Image input capabilities: Enabled

Tools

python

@spencermacca
spencermacca / pornsite-ratings.py
Created November 28, 2022 02:35
GPT-3 made this and I am so proud.
import random
import time
import os
import webbrowser
# List of porn websites
porn_sites = ["https://www.pornhub.com/", "https://www.xvideos.com/", "https://www.xnxx.com/", "https://www.xhamster.com/", "https://www.youporn.com/", "https://www.redtube.com/", "https://www.tube8.com/", "https://www.spankbang.com/", "https://www.youjizz.com/", "https://www.porn.com/", "https://www.tnaflix.com/", "https://www.nudevista.com/", "https://www.porntrex.com/", "https://www.pornhd.com/", "https://www.pornmd.com/", "https://www.porn300.com/", "https://www.pornid.xxx/", "https://www.pornrox.com/", "https://www.pornktube.com/"]
# List of ratings
ratings = ["1/10", "2/10", "3/10", "4/10", "5/10", "6/10", "7/10", "8/10", "9/10", "10/10"]