:root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: clamp(2rem, 5vw, 2.8125rem); --header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem); --logo-image: url("https://nu-scptheme.github.io/Black-Highlighter/img/logo.svg"); } #header { --search-textbox-text-color: var(--swatch-secondary-color); background: none; } #header::before { content: " "; position: absolute; width: 100%; height: 100%; left: 0; top: 0.75rem; background-image: var(--logo-image); background-repeat: no-repeat; background-position: center 0; background-size: auto calc(var(--header-height-on-desktop) - 1.5rem); opacity: 0.8; pointer-events: none; } #header h1, #header h2 { margin: 0; padding: 0; width: 100%; height: var(--header-height-on-desktop); display: flex; align-items: center; justify-content: center; display: flex; align-items: center; justify-content: center; } #header h1 a, #header h1 a::before, #header h2 span, #header h2 span::before { margin: 0; padding: 0; z-index: 0; display: block; text-align: center; } #header h1 { z-index: 1; } #header h1 a::before, #header h1 a::after { content: var(--header-title); } #header h1 a::before { color: rgb(var(--swatch-text-tertiary-color)); z-index: -1; -webkit-text-stroke: 0.325rem rgb(var(--swatch-text-dark)); } #header h1 a::after { color: rgb(var(--swatch-headerh1-color)); z-index: 1; } #header h2 { z-index: 0; text-transform: uppercase; pointer-events: none; } #header h2 span { margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - 2em); } #header h2 span::before, #header h2 span::after { --wght: 600; content: var(--header-subtitle); position: absolute; left: 50%; transform: translateY(-50%) translateX(-50%); width: 100%; text-align: center; } #header h2 span::before { -webkit-text-stroke: 0.25rem rgb(var(--swatch-text-dark)); } #header h2 span::after { color: rgb(var(--swatch-headerh2-color)); z-index: 1; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { color: rgba(0, 0, 0, 0); } @media (min-width: 36rem) { #login-status { flex-grow: 1; left: 3%; right: initial; } #login-status::before { --mask-image: none; background-color: transparent; } #login-status:not(:focus-within) { color: rgb(var(--login-line-divider-color)); -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; user-select: initial; } #login-status #account-topbutton, #login-status:not(:focus-within) #account-topbutton { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgba(var(--login-arrow-color), 0); } #login-status #account-topbutton::before{ --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(var(--login-arrow-color), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton:hover::before { --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; } #login-status:not(:focus-within) #account-topbutton::after { display: none; } #login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); pointer-events: all; -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) { opacity: 1; } #login-status #my-account { --wght: 300; } #account-options { background: var(--gradient-header); } #search-top-box { top: 1.5em; right: 3%; background: rgba(var(--search-focus-textbox-bg-color), 0.4); box-shadow: calc(var(--search-height) / 2 * -1) 0 calc(var(--search-height) / 2) rgba(var(--search-focus-textbox-bg-color), 0.4); } #search-top-box:focus-within ~ #login-status { opacity: 1; } #search-top-box::after { transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); } #search-top-box:not(:focus-within)::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0% 100% ); background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #search-top-box:not(:focus-within):hover::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgb(var(--search-icon-hover-bg-color)); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) { max-width: var(--search-width); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { max-width: var(--search-width); padding: 0 var(--search-height) 0 1em; outline-width: 0; background-color: rgb(var(--search-focus-textbox-bg-color), 0.35); color: rgba(var(--search-textbox-text-color), 0.4); cursor: pointer; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"], #search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] { pointer-events: all; border: none; } } #page-title::after, .meta-title::after, #page-title::before, .meta-title::before { content: ""; flex-grow: 1; height: 0.0625rem; background: rgb(var(--swatch-primary)); } #page-title::before, .meta-title::before { margin: auto 1.25rem auto auto; }
@supports(display: grid) { :root { --sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 769px) { #side-bar .close-menu { display: block; position: fixed; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; opacity: 1; pointer-events: all; z-index: -1; } #side-bar .close-menu img { color: transparent; } #side-bar .close-menu::before, #side-bar .close-menu::after { content: ""; box-sizing: border-box; position: fixed; display: block; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; padding: 0; margin: 0; text-align: center; pointer-events: all; cursor: pointer; transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { --mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Hamburger' x='0' y='0' baseProfile='tiny' overflow='visible' version='1.2' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm24 4H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2zm0 8H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2z'/%3E%3C/svg%3E"); z-index: -1; background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: 50% 50%; mask-position: 50% 50%; -webkit-mask-size: 60%; mask-size: 60%; } #side-bar .close-menu::after { z-index: -2; background-color: var(--toggle-button-bg, rgb(var(--sidebar-bg-color))) !important; border-radius: var(--toggle-roundness, 50%); border: var(--toggle-border-color, rgb(var(--sidebar-links-text))) var(--toggle-border-width, 0.25rem) solid; } #side-bar:focus-within .close-menu, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu { pointer-events: none; } #side-bar:focus-within .close-menu::before, #side-bar:focus-within .close-menu::after { opacity: 0; pointer-events: none; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::before, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::after { opacity: 0; pointer-events: none; } #side-bar { display: block; position: fixed; top: 0; left: calc(var(--sidebar-width-on-desktop)*-1); z-index: 10; transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; height: 100%; overflow-y: auto; overflow-x: hidden; margin-top: 0; } #side-bar:focus-within { left: 0; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover { left: 0; } #side-bar .side-block { margin-top: 1rem; background-color: rgb(0, 0, 0, 0); border-radius: 0; border-left-width: 0px; border-right-width: 0px; } #main-content::before { content: ""; display: block; position: fixed; top: 0; right: 0; z-index: -1; opacity: 0; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, width 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; margin-left: var(--sidebar-width-on-desktop); background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat; padding-right: 0; width: 100%; height: 100vh; pointer-events: none; z-index: 99; } #side-bar:focus-within ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } @supports (-moz-appearance:none) and (background-attachment:local) and (not (-moz-osx-font-smoothing:auto)) { #side-bar { padding: inherit; } } #content-wrap { display: flex; flex-direction: row; width: calc(100vw - (100vw - 100%)); min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem))); flex-grow: 2; height: auto; position: relative; margin: 0 auto; max-width: inherit; } #main-content { width: 100%; position: initial; max-height: 100%; padding: 2rem 1rem; width: var(--body-width-on-desktop, 45.75rem); max-width: var(--body-width-on-desktop, 45.75rem); margin: 0 auto; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } @supports (-webkit-hyphens:none) { #side-bar { transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, padding-right 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, background-color 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; padding-right: 0; background-color: rgb(0, 0, 0, 0); pointer-events: all; overflow-x: visible; overflow-y: visible; z-index: 999; } #side-bar::-webkit-scrollbar { opacity: 0; -webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; } #side-bar .close-menu::before { z-index: 999; } #side-bar .close-menu::after { z-index: 998; } #side-bar:hover .close-menu::before, #side-bar:hover .close-menu::after { opacity: 0; } #side-bar:hover { left: 0; background-color: rgba(var(--swatch-menubg-color), 1); padding-right: 0; } #side-bar:hover::-webkit-scrollbar { opacity: 1; } #side-bar:hover~#main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } } } }

Special Containment Procedures
METATRON.aic is to scan email servers associated with media production companies, media studies departments at universities, and media focused publications (such as ET or Variety) for any mention of SCP-6123.
Upon confirmation of an SCP-6123 communication, MTF Kappa-43 (“The Mediators”) are to be dispatched to administer amnestics to the receiving parties.
Stratagems concerning physical correspondence related to SCP-6123 are being considered but at this time no apparent solutions have arisen. Until such time as the originating source of SCP-6123 communications is identified, the anomaly is to be considered Keter.
Description
SCP-6123 is a recurrent series of seminar programs entitled Media and You aimed at fostering discussion of both the interpretation and creation of media. SCP-6123 occurs on an indeterminate basis and within an undetermined exospatial reality but is reported to resemble a small conference center with capacity for a few hundred attendees.
When an SCP-6123 event occurs, certain individuals chosen by currently unknown methodology will receive an invitation. Currently, SCP-6123 invitations take the form of email registration requests.1 When the individual addressed on the invitation accesses the webinar, they anomalously manifest in the conference center SCP-6123 is held at.
Discovery:
Dr. Lillian Lillihammer,2 of Site-43, received the following email and alerted Site Director McInnis.
To: Lillian Lillihammer, PhD, Site-43
From: Marian McPhaerson, Vikander-Kneed Public Outreach
Subject: Exclusive invitation to the “Media and You” Seminar
Date: 29/06/2021
Hello, Lillian! May I call you Lillian? I feel like we already know you so well, with all the wonderful research you’ve been doing. Given your experience with media research, my team thinks you’re a perfect fit for the upcoming seminar we’re holding on July 5th at 9:00 EST! All you have to do is click this link and register with an original username and password, you know, the usual.
I’m open for any and all questions you might have. And don’t worry about cost, this is a free webinar!
Have a great day!
– Mari
Having noticed that the email had been apparently sent by a member of GOI-5889 (“Vikander-Kneed Technical Media”) and after discussing the matter with Director McInnis, Dr. Lillihammer decided to register for the event. She utilized recording devices on the given date, such as a recording program on her personal computer and back up body camera with vitals monitoring. The following is an abridged3 transcript of that recording:
Addendum 6123-1
Recording of SCP-6123 Event
Date: Monday – 05/07/2021
Foreword: For research purposes, Dr. Lillihammer will record the webinar as described in the email received from GOI-5889.
[Dr. Lillihammer powers on her laptop. She is sitting in her living quarters at her personal desk. She sips from a coffee mug as she logs into the webportal provided by GOI-5889’s registration process. As the session initiates, Dr. Lillihammer demanifests from her living quarters and appears in a brightly lit conference center.]
Lillihammer: What in the fu–
[Dr. Lillihammer drops her cup of coffee, which shatters on the floor. Dr. William Wettle4 manifests next to her just in time to have the coffee splash over his slacks.]
Wettle: Son of a bi– Lillian?
Lillihammer: Wettle? What are you doing here? Also, what happened?
Wettle: I got an invitation to join in on a webinar for media literacy and then boom, here I am having your coffee splashed all over me.
Lillihammer: Focus, Wettle. We were just nabbed from the Site under unknown anomalous means.
Unknown individual: Hello! Drs. Wettle and Lillihammer, so nice to finally meet you!
[A female humanoid entity approaches the two researchers. The entity is dressed in a navy blue skirt suit with bright yellow tie, and has a bloody bandage wrapped around the top 50% of her head, covering her eyes and nose. Dirty red hair can be seen slipping out of the bandage and hanging roughly to her shoulders. The suit is immaculate except for droplets of blood on the lapels.]
Unknown individual: [Shaking Wettle’s hand vigorously.] I’m Mari MacPhaerson, we chatted over email. Welcome!
[Lillihammer takes a step back from the entity.]
MacPhaerson: What’s wrong? You did sign up for the seminar, right?
Lillihammer: You seem to be bleeding.
MacPhaerson: That’s just my excited face! We’re so glad you’ve come. Please step up to the registration table with the other attendees and get your name tags!
[The entity turns away to speak with someone else, who darts around her with a wide-eyed look and heads towards the registration table on the other side of the hall.]
MacPhaerson: Does my soul good to see the enthusiasm for media literacy! Okay, you two have fun! I’ll be wanting to hear what you think during the breakout sessions!
[Lillihammer turns to Wettle.]
Lillihammer: I don’t have the faintest clue how we got brought here, and it’s pissing me off. But the thing I don't get most of all? Why the hell are you here, Wettle?
Wettle: Are you kidding? What's more relevant to media than replication?
[Lillihammer groans audibly.]
Wettle: What now?
Lillihammer: I just hate it when you're right. It happens so rarely; I never see it coming.
[Lillihammer and Wettle spend approximately ten minutes trying to secure an exit from the building, but cannot find any doors or windows that lead to the exterior. Given the lack of available exits, the researchers decide to sit in on the seminars.]
Lillihammer: It just occurred to me that you intentionally signed up for a VKTM seminar without official approval. You imbecile.
Wettle: [Mumbling.] I skimmed the email.
[Extraneous fifteen minutes cut for brevity, in which Lillihammer and Wettle go through the registration table and are shown to the first session’s meeting room. The first brief meeting outlines the roadmap for the seminars during the day; said roadmap is recreated below.]


[The following is an abridged transcript the sessions provided. Only those sections relevant to the anomaly have been included with this file.]
THEORY: Authors and Audiences
[The conference room is lit by fluorescent bulbs and populated with over fifty other attendees, each with a name tag and sitting in a folding plastic chair. At the front of the room is a stage with podium. The presenter walks up behind the podium and adjusts the microphone. He is a male humanoid of advanced age with lightly purple hued skin. His voice is strong but metallic. He has no nose, but instead an empty cavity.]
Presenter-Alpha: My name is Rodolfo “Boots” Gorsach. No, you may not call me “Boots.” I am here to discuss the first of today’s seminars: Authors and Audiences.
Lillihammer: [Speaking sotto voce.] Jesus, he’s a barrel of laughs.
Wettle: [Normal volume.] I don’t know, I like him.
[A woman in front of the two researchers turns around to “shhh” Wettle. Lillihammer covers her mouth to laugh.]
Presenter-Alpha: Please no talking, it’s rude.
Lillihammer: Yeah, Wettle.
Wettle: What is this, high school? I’m a doctor!
Presenter-Alpha: Are you two quite finished? Or perhaps you would like to give the presentation?
[Neither researcher says anything.]
Presenter-Alpha: Thank you. Hmmmmm. Where was I? Ah, so, the central concept at play here is the vast difference between those who make media and those who consume it. Authors design the content, audiences consume it. Easy right? Well, there’s more to it. If you want to consume media intelligently – or create media with the intent of it being consumed intelligently – the art is important. What do I mean by art? I mean the coding and implanting of meaning in your media, of course. It can get messy.
[Lillihammer raises her hand.]
Presenter-Alpha: What? Usually questions are for the end, young lady.
Lillihammer: Apologies, Mr. Gorsach, but when you say “messy” what do you mean?
Presenter-Alpha: What do I mean? All the viscera, obviously! Now, can I continue? Please hold any further questions to the end.

THEORY: Messages and Meanings
[This session’s presenter is a large female entity, height estimated at just under three meters. She is wearing a white-on-white three piece suit. Her voice is quiet but melodic, speech often echoed with a sound matching that of an 1874 Stradivarius violin being plucked. She introduces herself as Herbacious Willoughby.]
Presenter-Beta: Meaning is easy: what the author intends the media to say, and how it could be interpreted. We don’t really need to belabor that point I think. Now, the important thing to understand about messages is that the medium matters. What form is your media taking? A novel, a radio show, a dark ritual of Saranür, a podcast, a film – each has its own positives and negatives regarding the communication of the meaning you as media providers will intend.
[Wettle clears his throat and just starts speaking at a loud volume.]
Wettle: What was that middle one you mentioned?
Presenter-Beta: Radio show. I know, it’s a wonder to all of us that people still listen to radio. I’m not surprised you forgot it exists. Moving right along.
THEORY: Representations and Reality
[The presenter of this session is a quadrupedal entity resembling a moose with stark gray fur from the neck down. Instead of a typical head, the entity has three screens on articulated arms that continually flash through various images. The presenter’s voice is an 87.89% match to that of deceased TV host Regis Philbin. The entity does not provide a name.]
Presenter-Gamma: NOW LISTEN HERE! REPRESENTATION IS THE WAY YOU FRAME THE MEDIA IN QUESTION. PRODUCTION QUALITY, VECTOR, LENGTH, STAR POWER, WRITING – ALL THESE THINGS MAKE UP REPRESENTATION. IT’S THE BOW AND WRAPPING PAPER YOU PUT ON A GIFT FOR YOUR SWEETIE ON SAMHAIN.
[Presenter-Gamma proceeds to cough for twelve minutes. During this period the images on entity's screens depict war, disease, poverty, and common violence.]
Wettle: Jeez, someone get him a lozenge.
Lillihammer: Where would you put it?
Presenter-Gamma: EXCUSE ME, MY ALLERGIES HAVE BEEN TERRIBLE ALL WEEK. NOW WHERE WAS I? AH YES, WHEREAS REALITY IS WHAT THE MEDIA IS ACTUALLY TRYING TO IMPART. TAKE A CAR COMMERCIAL OR ADVERT FOR HEALTH INSURANCE COMMUNICATING THE JOYS IN LIFE, THAT IS THE REPRESENTATION. THE REALITY IS, THEY WANT YOU TO BUY A THING.

Lunch Break
[Lillihammer and Wettle are in a cafeteria, sitting at a round table with food in front of them. Surrounding them are other attendees at other tables. Several of the individuals seen on Lillihammer’s body camera look emotionally distressed, many are not eating. One woman wearing a white blazer and pencil skirt is rocking herself back and forth. She has a nametag that reads “Ainsley Earhardt.”]
Lillihammer: I can’t believe you’re eating that.
[Wettle is mechanically eating the meal in front of him: ham sandwich on rye with avocado and a bag of chips.]
Wettle: I’m hungry, Lillian.
Lillihammer: Look where we are, I’m not eating a thing here. Besides, Grimm Countenance Protocol strictly prohibits the consumption of food while in an unknown extradimensional space.
Wettle: I notice you’re not holding back from drinking the coffee.
Lillihammer: I’m not a monster. It’s arabica.
[Wettle nearly falls from his seat as a loud voice starts speaking behind him.]
MacPhaerson: Oh, I’m so glad you like the food, William! I had it flown in from my favorite place in Philly. [The entity turns to Lillihammer.] Not hungry, Lillian?
Lillihammer: No, I’m fine. Just coffee for me.
MacPhaerson: There are vegan and vegetarian options, if you prefer? I want you to have a good time!
[MacPhaerson leans over the table as she’s speaking to Lillihammer. Some blood droplets fall from her bandages and land on Wettle’s sandwich.]
Lillihammer: No, thank you though. Actually, I have a question, if you don’t mind?
MacPhaerson: Of course I don’t mind! That’s what I’m here for.
Lillihammer: What is it you people are trying to do here? Like, what’s the purpose of kidnapping fifty something professionals to attend a seminar in an undisclosed location?
MacPhaerson: Hmmm, people… Oh! You mean Vikander-Kneed! People, right. We’re people. Um, our goal is to increase media literacy, of course. It’s all part of the Better TomorrowTM.5
Lillihammer: Right. Well, then how about this? Who are the other attendees?
MacPhaerson: Academics, professionals in the advertising and media production industry, cultists, and many more! You should introduce yourselves, you never know when some networking could lead to a new connection!
[MacPhaerson moves on to another table. Wettle is staring at the drops of blood on his sandwich.]
Lillihammer: Still hungry, Willie?
[Wettle groans and pushes his plate away from him.]
APPLICATION: Making Media that Matters
[Gorsach has returned to present for this session. Occasionally he pulls a bottle of Coca-Cola brand soft drink to his nose cavity and pours some inside. Every time he does this he makes a noise that is interpreted to represent pleasure.]
Presenter-Alpha: Now for the good stuff. How do we make media that matters? See, the question I’m asking is, how do we make sure your media is content that makes an impact on the community? Well, lemme tell you, it’s not simple… first you–
[The remainder of this session’s recording has been redacted for fear of memetic corruption and for reasons of good taste.]
[Approximately one hour passes. Wettle and Lillihammer exit the conference room. Her breathing and heartrate are elevated; it is clear she has been crying. She rubs at her eyes. Wettle stops by a trash can to vomit.]
APPLICATION: Audience Engagement
[This session’s presenters are Presenter-Gamma and an entity consisting of a shower of sparks in the shape of a human male. It is introduced as Javier Karnellian.]
Presenter-Gamma: WE’VE COVERED THE BASICS BUT I KNOW WHAT YOU’RE ALL REALLY HERE FOR: “HOW DO WE GET THE AUDIENCE TO ENGAGE WITH THE MEDIA?” I’LL TELL YOU, THERE’S NO ONE BETTER TO SPEAK ON THAT SUBJECT THAN MY FRIEND, JAVIER. TAKE IT AWAY.
Presenter-Epsilon: [Static and the sounds of screeching metal for three minutes.]
Presenter-Gamma: EXACTLY, MEMETICS! IF YOU WANT YOUR AUDIENCE TO ENGAGE WITH WHATEVER MEDIA YOU’RE SLINGING, YOU GOTTA ENCODE THAT SUCKER WITH A MEMETIC VIRUS. IN THIS DAY AND AGE OF TWITTER AND TIKTOK, PEOPLE ONLY SEEM TO CONSUME IN SMALL BURSTS OF ATTENTION. SO, YOU GOTTA WORM YOUR WAY INTO THEIR HEADS AND GET THEM TO SPREAD THAT ENGAGEMENT LIKE THE MEMETIC VECTORS THEY’VE BEEN TRAINED TO BE THEIR WHOLE LIVES.
Presenter-Epsilon: [Cacophonous explosions, reminiscent of a fireworks display persist for ninety-six seconds.]
Presenter-Gamma: OF COURSE, ALWAYS MEME RESPONSIBLY. WE’RE NOT IN THE BUSINESS OF SCORCHING BRAIN PANS AFTER ALL! [Entity laughs loudly.]
[Presenter-Gamma coughs for thirty seconds.]
Presenter-Epsilon: [Wailing and more screeching metal sounds for twenty-two seconds.]
Presenter-Gamma: NO NO, I’M ALRIGHT. JUST THESE DAMN ALLERGIES. ANYWAY, LIKE I WAS SAYING, YOU CAN’T TRUST THE AUDIENCE TO GET OBSESSIVELY INVESTED IN YOUR MEDIA AS EASY AS IT WAS IN THE OLD DAYS. THIS ISN’T CHARITY, RIGHT? THIS IS ABOUT SELLING PRODUCTS. SO, TRUST ME WHEN I SAY, PUT AN INFECTIOUS MEMETIC CENTER INTO WHATEVER YOUR MEDIA IS, THAT’S THE TICKET.
APPLICATION: Reading Between the Lines
[Herbacious Willoughby makes a return as presenter for the final session.]
Presenter-Beta: So, in conclusion, the important thing to realize is if you’re injecting code and compulsions into your media then Disney is certainly doing it too. What, you think the Marvel movies are reinforcing the military industrial complex and making heroes outta billionaires because the source material says so? Media is there to communicate ideas, and the best way for someone to do that is to encode that media with a forced compulsion to the audience to do what they want.
[Willoughby takes a sip of water and gargles for thirty seconds.]
Presenter-Beta: You gotta be on your guard when you’re checking out the competition. You don’t want that memetic cluster you spent weeks – and literal pints of blood – on for that Viagra commercial to get mixed up with Warner’s new compulsion to start a cannibalistic cell of Randian philosophy just because you weren’t paying attention. Cross pollination of media memetics is dangerous stuff, just look at the Kardashians! They haven’t finished picking out the viscera from the crater and it’s been almost six months.
At the end of the sessions, the attendees (including Wettle and Lillihammer) were asked to confirm their contact information and handed a “goody” bag. After providing their contact information Lillihammer and Wettle demanifested and found themselves where they had originally logged into the webinar.
Dr. Lillihammer submitted a proposal to Director McInnis for an expanded program of media research on memetics in all major media outlets and publications. Dir. McInnis forwarded the proposal to Overwatch Command but was told the potential cost of such a venture made it unlikely in the current fiscal quarter. The proposal is slated to be considered at the beginning of next quarter.
After six weeks, all other attendees were identified and administered amnestics. A total of fifteen articles describing SCP-6123 written by attendees were taken off the web and wide-targeting amnestics were encoded in the publications to stem the impact on the public.
Addendum 6123-2
Upon Drs. Wettle and Lillihammer’s report concerning the events as described in the above log, Dir. McInnis ordered the “goody” bags (designated SCP-6123-1) quarantined and examined under Class-A security protocols. They contained:
- One black, large-sized unisex t-shirt with the Vikander-Kneed logo on the back.
- One battered cardstock advertisement of Vikander-Kneed’s services with contact information on the reverse side, reproduced below.
- One flash drive loaded with a highlight reel of GOI-5889’s productions. Contained within is a memetic cognitohazard with an anomalous effect implanting a compulsion to sign up for GOI-5889’s newsletter.
- One $60.00 gift card to Bed, Bath and Beyond.
Cite this page as:
"SCP-6123" by Grigori Karpin, from the SCP Wiki. Source: https://scp-wiki.wikidot.com/scp-6123. Licensed under CC-BY-SA.
For more information, see Licensing Guide.
Licensing Disclosures
Filename: Closeup portrait of a group of businesspeople laughing
Author: Richard Foster
License: CC BY-SA 2.0
Source: LINK
Additional Notes: Used in Edit of following image:
Filename: VKTMFlyer
Author:Grigori Karpin
License: CC BY-SA 3.0
Source: LINK
Additional Notes: Made with the use of above image.
Filename: VKTMbanner.png
Author:HarryBlank
License: CC BY-SA 3.0
Source: LINK
Additional Notes: Used with their express permission.
Slides1 &2: Are made by me and are licensed CC BY-SA 3.0.
Filename: Slide3
Author:Grigori Karpin
License: CC BY-SA 3.0
Source:
Additional Notes: Created by using the following two images
Filename: Female lion on the prowl
Author: jonrawlinson
License: CC BY 2.0
Source: LINK
Additional Notes: Edited byGrigori Karpin
Filename: Thomson’s gazelle
Author: shankar s.
License: CC BY 2.0
Source: LINK
Additional Notes: Edited byGrigori Karpin
Filename: Slide4
Author:Grigori Karpin
License: CC BY-SA 3.0
Source:
Additional Notes: Created by using the following two images
Filename: Sublime
Author: Solis invicti
License: CC BY 2.0
Source: LINK
Additional Notes: Edited byGrigori Karpin
Filename: US dollars and Euros - cash banknotes
Author: Mark Hodson Photos
License: CC BY 2.0
Source: LINK
Additional Notes: Edited byGrigori Karpin
Additional notes: Website of author included as requested in their flickr bio: LINK
Filename: North Korea - Propaganda poster
Author: Roman Harak
License: CC BY-SA 2.0
Source: LINK
Additional Notes: Edited byGrigori Karpin
Filename: vintage paper texture
Author: pinkorchid_too (Sandra)
License: CC BY 2.0
Source: link
Additional Notes: Used in the editing of above image to make it look aged.
Filename: 6123-logo
Author:HarryBlank
License: CC BY-SA 3.0
Source: link
Additional Notes: Used with express permission.
For more information about on-wiki content, visit the Licensing Master List.