作者页很快就会有,希望如此,也许吧。
同时你也可以来看看我的鬼屋故事SCP-6808 This Cancer Within Me
和我的维坎德·尼德技术媒体的文章SCP-5428 101 Life Hacks With Eleonor
: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); } #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; }
:root { --timeScale: 1; --timeDelay: 0s; } /* Converting middle divider from box-shadow to ::before pseudo-element */ .anom-bar > .bottom-box { box-shadow: none!important; } .anom-bar > .bottom-box::before { position: absolute; content: " "; width: 100%; height: 0.5rem; background-color: rgb(var(--black-monochrome, 12, 12, 12)); transform: translateY(-0.74rem); } /* DIVIDER */ .anom-bar > .bottom-box::before { animation-name: divider; animation-duration: calc(0.74s * var(--timeScale)); animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; } /* CLASSIFIED LEVEL BARS */ div.top-center-box > * { animation-name: bar; animation-duration: calc(0.45s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); } /* TOP TEXT */ div.top-left-box, div.top-right-box { clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%); } div.top-left-box > *, div.top-right-box > * { position: relative; animation-name: bottomup; animation-duration: calc(0.65s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /* CONTAINMENT, DISRUPTION, RISK CLASSES */ div.text-part > * { clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%); animation-name: expand2; animation-duration: calc(0.5s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.text-part > :nth-child(1) { animation-name: expand1; } div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); } div.main-class::before, div.main-class::after { animation-name: iconslide; animation-duration: calc(0.45s * var(--timeScale)); animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } /* BOTTOM TEXT */ div.main-class > *, div.disrupt-class > *, div.risk-class > * { animation-name: flowIn; animation-duration: calc(0.42s * var(--timeScale)); animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /* DIAMOND */ div.arrows { animation-name: arrowspin; animation-duration: calc(0.7s * var(--timeScale)); animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.quadrants > * { animation-name: fade; animation-duration: calc(0.3s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.top-icon, div.right-icon, div.left-icon, div.bottom-icon { animation-name: nodegrow; animation-duration: calc(0.4s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.diamond-part { clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%); animation-name: diamondBorder; animation-duration: calc(0.8s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; will-change: box-shadow; } /* MOBILE QUERY */ @media (max-width: 480px ) { .anom-bar > .bottom-box::before { display:none; } .anom-bar > .bottom-box { box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important; } div.top-center-box > * { animation-name: bar-mobile; animation-duration: calc(0.9s * var(--timeScale)); } div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } } /*-------------------------*/ @keyframes divider { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar-mobile { from { max-height: 0%; } to { max-height: 100%; } } @keyframes bottomup { from { top: 100px; } to { top: 0; } } @keyframes expand1 { from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0);} to { opacity: 1; clip-path: inset(0);} } @keyframes iconslide { from { opacity: 0; transform: translateX(-5rem);} to { opacity: 1; transform: translateX(0);} } @keyframes expand2 { from { opacity: 0; max-width: 1%;} to { opacity: 1; max-width: 100%;} } @keyframes fade { from { opacity: 0;} to { opacity: 1;} } @keyframes flowIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } @keyframes arrowspin { from { clip-path: circle(0%); transform: rotate(135deg); } to { clip-path: circle(75%); transform: rotate(0deg); } } @keyframes nodegrow { from { transform: scale(0);} to { transform: scale(1);} } @keyframes diamondBorder { from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } }
一个SCP-6803-A个体。相邻间距离不成比例。
特殊收容措施:SCP-6803的所造成的影响对公众无害。 因此,目前没有必要对SCP-6803-A实体进行审查。 同样地,在可能性不大的目击事件中,除对平民目击者执行记忆删除外,SCP-6083-B无需收容措施。
然而,符合以下一项或两项标准的所有员工需每四个月接受一次接种剂OH-16。标准如下:
- 已接受过6级或更高模因接种的个人。
- 已接受过4级或更高认知危害接种的个人。
警告:需要生物特征扫描
>正在扫描访客是否接受过6级或更高模因接种
>状态:否
>正在扫描访客是否接受过4级或更高认真危害接种
>状态:是
>进行OH-16接种扫描
>正在扫描访客是否接受过OH-16接种剂接种
>状态:是
>计算最后一次接种时间
>123天前
描述:SCP-6803为一种存在于媒体中的认知危害,以视觉方式直观描绘了于轨道上观测到的地球。此后,该类个体被命名为SCP-6803-A。
在距地球表面10.7km处拍摄的图像和视频中,SCP-6803表现得尤为明显,在这些图像和视频中,地球表面是可见的。值得注意的是,10.7km是地球曲率刚好可见的最小高度;鉴于目击者的视角超过60°,视觉气象条件最佳。
根据记录,当SCP-6803停止造成影响时,其与地球的最大距离并无明确定义。相反,随着行星的拓扑特征变得愈加不可识别,认知危害强度也愈来愈弱。在SCP-6803-A个体中,若地球表面模糊或部分表面模糊,影响效果也会类似地减弱。若对图像进行编辑,但行星在图像上仍可识别,则该影响效果就会保持不变。
在阿波罗11号执行任务期间拍摄的SCP-6803-A个体。
通常情况下,暴露于SCP-6803的人员不会受到明显的身体影响。然而,神经扫描表示,该活动相当于暴露于一级认知危害或异常模因下。
暴露于SCP-6803-A个体所造成的影响对接种过大量模因或接受过认知危害的人来说变得难以预测。 因此,这些特定的风险等级从“待观察”升级为“危急”。暴露于SCP-6803-A个体后,对象可能会受到Columbus级事件的影响。 在上述事件中,对象被转移到距离地球表面10,000至100,000km的轨道上。 此后他们被指定为SCP-6803-B个体。 衣服和财物在其消失后仍留在原处,但内部植入物不会,植入物之后可能会靠近该个体,但并不会成为其一部分。
SCP-6803-B个体将无限期绕地球运行。此外,其身穿来源不明的宇航服,所有人都死于大面积的头部创伤,但宇航服仍完好无损。SCP-6803-B不具有实体,因而不会被雷达探测到;远程灵能扫描是唯一已知的定位它们的方法。目前已知的SCP-6803-B个体有65个,最新的个体也是最恶名昭彰的。详见附录6803.1。
与受影响对象的所有通信将在其消失的那一刻断开。然而,通过近距离观察得出,只要与其保持视觉接触,相应的SCP-6803-B个体将以心灵感应方式将单个的特定短语反复传递至观察者大脑中。示例包括:
SCP-6803-B 004:地球表面有什么问题?
SCP-6803-B 042:这一切都太糟糕了。
SCP-6803-B 063:呃,我更喜欢这样。
由于没有发现Columbus级事件发生的明确方式,所以05指挥部已批准广泛使用接种剂OH-16。关于此类事件的触发因素与针对SCP-6803模因方面的研究正在进行中。
接种剂OH-16通过注射给药,给药后12至18小时具有药效。其在体内有四个月的有效期,之后必须重新给药。OH-16能使对象无法感知任何描绘地球的图像,而且可使所述对象感知到不合理的白色无特征矢量方块。因此,服用OH-16会使对象对SCP-6803-A个体具有免疫效果。
接种剂确也会有不良副作用,即在观察大多数地球图像描绘时也会触发,包括对SCP-6803的人工描绘。
由于其高强度阻碍的性质,研究管理接种剂OH-16触发因素的方法为Alpha级优先事项。因此,SIT(语义和图像训练)允许个人在不触发OH-16的条件下,观察大多数属于语义范畴“地图”下的图像和物体。这种效果还无法复制到其他语义范畴。完整描绘地球的“地图”仍为一个例外,因为它们也是对地球完整图像的描绘。
以下示例进一步说明何为可能会触发接种剂OH-16并使其激活的图像。该类图像都不能免疫SCP-6803。
地球仪的图像。该图像总能触发接种剂OH-16。
描绘俄亥俄州的地图。对象只是对地球的部分描绘。受过训练的人不会触发接种剂OH-16。
“淡蓝点”的分辨率太小,无法触发接种剂OH-16或免疫SCP-6803。
描绘地球的矢量图形。该图形总是触发接种剂OH-16。
2019年5月6日,美国宇航局的一名冒充宇航员的嵌入特工在ISS(国际空间站)上消失。无船员目睹此事件,但当他们注意到Alden特工的消失时,其感到恐惧。Alden一直表现出妄想症的症状,因此,国际空间站的工作人员担心他可能是跳出了空间站,而宇航服并没有丢失的事实更加剧了这种恐惧。
国际空间站,于60号考察队接近时记录。
NASA与基金会合作报道了这一事件。基金会拥有的一艘飞船离开ORP-5(轨道研究平台5号),执行轨道交会机动,并与国际空间站对接。基金会的工作人员登上空间站,把船员们召集起来,他们当时已经开始互相指责Alden的失踪。船员被执行记忆删除,一个新的基金会特工取代Alden。机组人员的记忆也随之被修改,所有的任务记录都被删除和替换。一架与之匹配的SCP-6803-B后来被发现在距离地球表面57000km的轨道上运行。
Alden特工没有受到任何已知能引发Columbus事件的接种剂的影响,因此得出他尚未注射过OH-16。然而,他植入了一个实验性的颅内CRD(认知记录装置),用于记录其停留于空间站的期间。根据目前理论,CRD可能导致了神经认知干扰,从而导致了Columbus事件,但确切的触发因素仍未得到证实。让D级人员暴露在SCP-6803-A环境下运动进行CRDs的测试,并没有得出类似的结果。
Alden特工的CRD靠近于其尸体,且其中数据得以恢复。日志如下:
日志 01,特工Alden——该死,习惯不了这里。我是60号考察队的Alden特工,从国际空间站发回报道。我们——我,Kuznetsov和Thompson——大约九小时前离开了拜科努尔航天发射场。七小时后,我们的联盟号与空间站对接。
我们在船上见了三个人——King,Vinograd和Nishimura——到目前为止一切都如我们所料。我想一半的船员肯定都是美国人,对吧?不管怎样,我还是说通常……
我在追随Campbell特工和许多前辈的脚步。我的任务是记录任何异常事件并且必要时适当地对其他船员进行记忆删除。
我怎么样才能偷偷地这么做呢?我不知道。找到一个隐蔽的地方来记录这段视频已经够难的了,而且要看起来不像一个白痴一样呆呆地盯着——
不管怎样……又……
只要不发生这种情况,我就只需要每周更新状态。我相信这就是目前的一切。现在,我要怎么把这个——
我在用一滴水打乒乓球,我不能,操——天啊,我爱死这上面了!我——
该死,我启动这东西了吗?他妈的,他妈——
日志 02,特工Alden。CRD远比我想的具有挑战性。在没有集中注意力的情况下进行临床说话已经让我很痛苦了,但是思考呢?这完全是“另一个维度”。
我想我之所以被选中是因为我倾向于与内心对话而不是说话,我喜欢称它为我内心的孩子。因此,希望在这方面我能得到点理解。
我听了之前的日志,结果不是很理想。昨天发生的小事故就更不重要了。
我会更努力地集中注意力,保持冷静,尤其是在出现情况的时候。但不太可能,因为自2005年空间转移以来就没有发生过事故。随着ORP项目进展顺利,我现在的职位很快就变得无关紧要了。因此,基金会对Campbell离职和我到任的七天时间没有异议。
无论如何,情况仍如预期。我继续主要在命运号中进行实验。这里的生活很美好。
…
妈的,我又犯了——
[日志03-04由于冗余而被跳过]
日志 5,特工Alden。一个月过去了,还剩五个月。我想说我想家,但是……是的。我的意思是,我还是能从上面看到它。它看起来同样美丽,甚至更美。我想它看起来也更自然。
挺怪的,欣赏我们星球辉煌的最好方式之一原来就是把它留在身后。
……
继续。我还没有真正谈论过船员。
Thompson整天都在玩,录制有趣的教育视频或其他什么。真是个幸运的混蛋。
另一方面,Kuznetsov,他一直都很认真。有时候,当我记录这些日志并让自己发笑时,我发现他盯着我看。大概是觉得我疯了。
现在我,很好,呃……
哦,对了!昨天Nishimura和我从希望号发射了一堆微型卫星。整整三个小时我都在盯着小窗户,看着那些闪闪发光的方块。它们越来越远。微弱的灯光映衬着无尽的虚空。我的意思是——
呃。哦亲爱的。看你妈。
日志 06,特工Alden。没有什么新消息。情况仍如预期。
[日志07-11跳过]
日志 12,特工Alden。Vinograd,King和Nishimura今天离开了。四天后,三名新船员就会抵达了。
……
我……我看着他们的联盟号慢慢地远去。就像那些微型卫星一样。
再过12个星期,就轮到我了。
……
……
他妈的。我可不想浪费这最后三个月。
“这是人类的一小步,但对我来说却是一大步!”真是不负我的姓氏啊!
没有多少人知道那是他的第二个名字……随便。
“地面控制室呼叫Tom长官……地面控制室呼叫……滋滋滋滋 Tom……带上你的蛋白质药丸和 滋滋滋滋滋 头盔。地面控制室 滋滋滋滋 呼……倒计时 滋滋滋滋……开始。 检查点火装置,愿奇迹与你同在……”
啊该死。太专注于实验了……
…
…
Chris Hadfield让你伤心透了。
吸气,呼气,吸气,呼气。这只是一次太空行走,没什么大不了的。气闸差不多准备好了。没有大的……哇……
[18篇以及更多的计划外日志跳过]
日志 13。 如果有什么,我很高兴我的经验将有助于继续完善CRD。很明显,它有时还会继续触发。我觉得我兴奋的时候就会这样?这不确定。
谢天谢地,只有内部对话组件做了,我还没有打开感知现场记录仪,我也不打算这样做。我知道他们不会让我留着录像带的,所以没人能拿到。再说了,我可不想在尿尿的时候被随机记录下来,在这里的动作会更尴尬。
Ricci——是新来的人之一,她一直问我为什么总是心不在焉的。我告诉她我对一切都很敬畏。我也没有撒谎。
[日志 14-15跳过]
[54篇计划外日志跳过]
日志 16。重复,这里是特工Alden。没有什么新消息。现在在冲天号舱里,观察着我脚下无边无际的蓝色海洋。我觉得这应该被禁止。人类不该从这个角度看地球。
等等,那是极光吗?哦,我的——不好意思——天啊。
……
我真他妈幸运。
在此日志期间,由CRD认知记录装置捕获的视频帧。
日志 17,特工Alden。 自上次日志以来,我感觉有点不一样。我不知道为什么,
然而,我已经证实了我脑电波中的模因活动,它一直在随机进行。我是说,不是随机的,我正在研究它的模式。
日志 18。我意识到一些关于16号日志的事情……
不知怎么的,这是我在看窗外时记录的第一个日志。事实证明,无论发生什么事情窗户实际上一直都是开着的。该死。现在关了。
我也不知道我是怎么做到每次往外看的时候都不触发CRD的,即使是在太空行走的时候。看来是我太敬畏它了,连兴奋都没有了?也许我的看法是错的,谁知道呢。CRD显然有许多问题需要解决。在那张便签上……
它确实在太空行走时录下了一帧,我想我知道为什么了。Kuznetsov是我的搭档。他像往常一样很安静。最重要的是,在太空中没有人能听到你尖叫的情况,有那么一会儿我甚至忘记了他的存在。至少在他用无线电发出命令之前。
……
我经常一转身,他就会出现在我意想不到的地方,就像他同时出现在两个地方一样。我认为CRD记录了其中一次。
它很模糊。我想记忆是这样的?
CRD在2019年3月27日太空行走时拍摄的画面
日志 19。仍然没有答案,我的模因活动继续随机增加,甚至达到更高的水平。我也发现了认知危害载体,但我还没能确定它们的来源。他们到处都是。
我想……我想其他人已经开始注意到了。Ricci说我有幽居病,Kuznetsov也这么认为。Thompson让他们解雇我,另外两名新员工也是。无论怎样。我需要继续调查。
如果有人敢对我做任何事,我会进行足够的记忆消除,并将他们重新送回到幼儿园。
日志 20。我今天在命运号的小窗户上看到一只手。在外面。手套看起来不像我们穿衣服时戴的,看起来很旧。而且我们也没丢衣服。他妈的怎么回事?
[从此时起特工Alden停止记录每周日志。]
又来了。
它看起来很旧,就像早期的太空竞赛服。太远了,我看不出来。
它手里拿着什么,是在指着我吗?
它是……威胁我吗?我想它想让我往外看,但我不确定。
是的,我确定。我听到了它在我脑海里的声音。我现在该怎么办?
大陆,它们在跳舞,它们他妈的在跳舞。它们的形状融合在一起,像汤一样旋转。他们在嘲笑我。
我不想再往外看冲天号了。它不是正确的。它不是正确的!
再过两周你就出来了,再过两周你就出来了。他妈的。才两周,你就出来了。
谁能想到呢。在国际空间站上被一名失踪的宇航员所困扰。
它闭不上嘴。它闭不上嘴!它闭——……哦?
我不想往外看,我不想。但我必须这么做。我要知道它是否还在外面。
我一直都是个傻瓜吗?
[这是Columbus事件之前的最后一次日志。事件估计在日志记录后立即发生。]
警告。扫描显示访客的接种即将过期
>下面的日志中包含了一个SCP-6803-A实例。
>是否继续操作?
Alden:我不明白你的意思。这一点意思都没有。意大利在哪里?我发誓我去过意大利。Ricci就是那里的人!并不是说它不宏伟,只是太……
[Alden激活了他的CRD的认知记录装置]
Alden:和我想的太不一样了。但不知怎么回事,它还是那么美。
未知: 一直都是。
[XFV-43215错误,不再检测到神经活动。]
…
…
…
…
…
…
[日志结束]
CRD拍摄的最后一帧。