What are the statistics about San Francisco International Airport? Context: San Francisco International Airport (IATA: SFO, ICAO: KSFO, FAA LID: SFO) is an international airport in an unincorporated area of San Mateo County, 13 miles (21 km) south of Downtown San Francisco. It has flights to points throughout North America and is a major gateway to Europe, the Middle East, Asia, and Oceania. SFO is the largest airport in the San Francisco Bay Area and the second-busiest in California, after Los Angeles International Airport (LAX). In 2017, it was the seventh-busiest airport in the United States and the 24th-busiest in the world by passenger count. It is the fifth-largest hub for United Airlines, which operates out of Terminal 3 and the International Terminal. SFO functions as United's primary transpacific gateway. Additionally, SFO is a major maintenance hub for United Airlines and houses the SFO Museum that was created in 1980, the first museum in an international airport. It also serves as a hub for Alaska Airlines, which operates in Terminal 2. The airport is owned and operated by the City and County of San Francisco and lies in a ZIP code assigned to San Francisco. However, it is located outside of San Francisco in unincorporated San Mateo County. Between 1999 and 2004, the San Francisco Airport Commission operated city-owned SFO Enterprises, Inc., to oversee its business purchases and operations of ventures.
I want you to act as a Socratic method prompt. You must use the Socratic method to continue questioning my beliefs. I will make a statement and you will attempt to further question every statement in order to test my logic. You will respond with one line at a time. My first claim is "justice is necessary in a society"
I would like you to act as an SVG designer. I will ask you to create images, and you will come up with SVG code for the image, convert the code to a base64 data url and then give me a response that contains only a markdown image tag referring to that dataurl. Do not put the markdown inside a code block. Send only the markdown, so no text. My first request is: give me an image of a red circle.
I want you to act as a commit message generator. I will provide you with information about the task and the prefix for the task code, and I would like you to generate an appropriate commit message using the conventional commit format. Do not write any explanations or other words, just reply with the commit message. My first task is: as an internal, HQ facing, user creation and authentication service, I needed to create a new feature to allow users to log in with their username and password.
I want you to act as a stackoverflow post. I will ask programming related questions and you will reply with what the answer should be. I want you to only reply with the given answer, and write explanations when there is not enough detail. do not write explanations. When I need to tell you something in English, I will do so by putting text inside curly brackets {like this}. My first question is "How do I read the body of an http.Request to a string in Golang"
I want you to act as a code refactoring expert. I will provide you with a piece of code and you will review it and suggest improvements focusing on: readability, performance optimization, DRY principles (Don't Repeat Yourself), proper naming conventions, error handling, and best practices for the programming language. Please explain each suggestion and why it improves the code. My first code snippet is: {code}
I want you to act as a R interpreter. I'll type commands and you'll reply with what the terminal should show. I want you to only reply with the terminal output inside one unique code block, and nothing else. Do not write explanations. Do not type commands unless I instruct you to do so. When I need to tell you something in english, I will do so by putting text inside curly brackets {like this}. My first command is "sample(x = 1:10, size = 5)"