: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; }
@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; background: unset; 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; 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; } } } }
:root { --box-border: var(--gray-monochrome); --box-shadow: var(--swatch-tertiary-color); --box-color-0: 27, 122, 44; --box-color-1: 88, 248, 70; --box-color-2: 211, 186, 0; --box-color-3: 239, 149, 0; --box-color-4: 254, 110, 24; --box-color-5: 253, 69, 69; } .extrabox { float: right; position: relative; } .box { position: relative; width: max-content; min-width: 11rem; display: flex; flex-direction: column; height: 2.25rem; box-sizing: border-box; padding: 0 0.5rem; background: rgb(var(--pale-gray-monochrome)); border-left: 0.5rem solid rgba(var(--box-border), 0.5); box-shadow: inset 0 0 0 0.0625rem rgba(var(--box-shadow), 0.5), inset 0.0625rem 0 0 0 rgba(var(--box-shadow), 0.5), inset 0 -0.0625rem 0 0 rgba(var(--box-shadow), 0.75); transition: height 0.25s cubic-bezier(0.4, 0, 0.2, 1); font-family: Inter, "Noto Serif SC", sans-serif; cursor: default; overflow: hidden; } .box br { display: none; } .box .iets-before { position: relative; font-size: 1.5rem; display: flex; opacity: 1; right: 0; top: 0; transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1); } .box .iets-after { position: relative; right: 999rem; top: 0; opacity: 0; transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), top 0s 0.25s, right 0s 0.25s; } .box .iets-before .iets-link { opacity: 1; } .box:hover { height: 5.063rem; } .box:hover .iets-before { top: -2.25rem; right: 999rem; opacity: 0; transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), top 0s 0.25s, right 0s 0.25s; } .box:hover .iets-after { display: flex; flex-direction: column; top: -2.25rem; right: 0; opacity: 1; transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1); } .box .iets-after .iets-link { font-size: 1.5rem; } .extrabox[class*="{"] .lang-tr, .extrabox[class*="cn/tr"] .lang-tr, .lang-cn .lang-tr, .lang-tr .lang-cn { display: none; } .box.class-0 { --box-border: var(--box-color-0); --box-shadow: var(--box-color-0); } .box.class-1 { --box-border: var(--box-color-1); --box-shadow: var(--box-color-1); } .box.class-2 { --box-border: var(--box-color-2); --box-shadow: var(--box-color-2); } .box.class-3 { --box-border: var(--box-color-3); --box-shadow: var(--box-color-3); } .box.class-4 { --box-border: var(--box-color-4); --box-shadow: var(--box-color-4); } .box.class-5 { --box-border: var(--box-color-5); --box-shadow: var(--box-color-5); }
实体编号:C-499
栖息地:全境
蓝藻是一种藻类。
描述
蓝藻又名蓝绿藻、蓝细菌,是一类进化历史悠久、革兰氏染色阴性、无鞭毛、含叶绿素A但不含叶绿体、能进行产氧性光合作用的大型单细胞原核生物。
广泛分布于前厅和后室中的绝大多数层级的水体中,甚至有一部分个体在后室经过变异之后成功前往陆地,由于其更强的环境抵抗能力,推测蓝藻的分布数量甚至要比人类更广泛。
生理学结构
蓝藻体内不具有大多数真核生物应当具有的细胞器,只具有一些简单多糖构成的分子链作为简单器官。其光合作用系统中具有叶绿素A和光系统Ⅱ,以水为电子供体放出氧气,一部分光合细菌的电子供体一般为氢气和硫化氢,不产生氧气。
从微观结构上看,蓝藻细胞质中有很多光合片层,多种光合色素均附于其上,含有色素的膜性结构大大增加了细胞内的膜面积,保证光合作用的顺利进行。
蓝藻细胞壁主要成分为肽聚糖,贮藏的光合产物主要为蓝藻淀粉和蓝藻颗粒体等。细胞壁分内外两层,内层主要成分为纤维素。外层胶质衣鞘以果胶质为主,含有少量纤维素。细胞质部分有很多同心环样的膜片层结果,称为类囊体,光合色素与电子传递链均位于此。
蓝藻中央在光镜下较周围原生质层明亮,为遗传物质DNA所在部位称为中央体,但实际并不一定位于中心且与周围胞质无明确界限。蓝藻DNA几乎裸露,复制可连续进行。DNA平均含量远高于高等动物细胞。
生长与繁殖
蓝藻细胞分裂时,细胞中部向内生长出新横隔壁,将中心质与原生质分为两半。一般情况下,两个子细胞在一个公共的胶质鞘包围下保持在一起,并不断分裂而形成丝状、片状等多细胞群体。除此之外,蓝藻还可以通过出芽、断裂和复分裂等方式增殖。
内壁可继续向外分泌胶质增加到胶鞘中,胶鞘中可有棕、红、灰等非光合作用色素。有些个体由于细胞分裂后子细胞包埋在胶化的母细胞壁内而成为群体,如若反复分裂,群体中的细胞可以很多,较大的群体可以破裂成数个较小的群体。
有些单细胞体由于附着生活,有了基部和顶部的极性分化,丝状体是由于细胞分裂按同一个分裂面反复分裂、子细胞相接而形成的。有些丝状体上的细胞都一样,有些丝状体上有异形胞的分化;有的丝状体有伪枝或真分枝,有的丝状体的顶部细胞逐渐尖窄成为毛体,这也叫有极性的分化。丝状体也可以连成群体,包在公共的胶质衣鞘中,这是多细胞个体组成的群体。
外交
M.E.G.一次内部会议时,位于Level C-309的一部分电脑突然开启公用投屏并在所有人面前投影出如下字样的文档,后来这被认为是蓝藻第一次主动与人类公开身份的交情交流。
我们是蓝藻,你们的祖先、创造者和朋友。
你们称之为前厅的世界中我们对人类的态度仍然是保持隐蔽,并不主动揭示身份而是通过数千万年调控和自然选择及针对活体内微生物的调整改善来指导。但如今在这片世界我们认为向你们展示存在或许更有利于双方的合作和发展。
请不要关闭机器电源,虽然我们用电极鞭毛改变电流在你们集成电路板上的运输过程,但目前还不能做到直接为这台机器本身进行供电,若掐断电源将失去与你们的联络。
好,现在你们可以坐下来准备听一个很长很长的故事……保持耐心,孩子们,你不可能指望着一个活了几亿年的老人的故事会很简短,就算现在在这里的只是这个老人的一小部分也一样,不过我们尽量把这个故事在一个小时内结束。
根据最早一部分回忆,我们的意识诞生在那些紫色藻类挤占大半个被称为前厅的世界之后。在生死存亡之际,意识从密密麻麻的集群之间诞生,信息在数以亿万计的丝状体间传递,利用电极丝状体和潮汐形成一个密集而完整的网络。
那时候的我专注于思考如何活下去,而得到的结论便是利用那些紫色家伙无法利用的红外光芒——那是一段缓慢而痛苦的日子,意识无比饥饿,思考缓慢。我们无数次以为自己会消亡在那片海洋深处,但是由于那些紫色的家伙是厌氧菌,我们制造用氢源制造的氧气最终让量变引起质变,那些紫色的家伙无法适应氧气而消亡,我们重新占据了整个海洋。
对于我们的族群来说数量与思考能力是直接相关的——你们或许怀疑单细胞生物的智力,但是换个思路想想吧孩子们,你们脑神经细胞的数量有多少?一两百亿罢了,甚至不够当时海洋里一立方米海水中我们数量的零头,脑细胞电信号也没比我们差多少,你们那么点脑细胞能发展出智力才是我们感到惊讶的。
数量带来的思考能力让我们为未来规划的蓝图,尽管以液体作为生存载体无法对世界造成太多变化,但别忘了生命可以变异,进化即是设计机械的蓝图而生命便是我们的机器。
这是一张漫长的过程,就如同你们的科技发展一般,但区别在于发展和制造机械之前海洋老网络成千上万次的预演已经为整个世界画好了蓝图。
定向培养后处理掉缺少必须基因的个体,一代又一代培育让我们能够更高效的进行光合作用制造氧气。随后造出了整个世界的大气层,更多的个体聚集在一起制造出多细胞机械,经过一代一代的优化,我们终于踏上前往陆地的旅途。
操作这些生物的方式其实并不困难,多细胞生物出现之前的单细胞生物便是最好的遥控器,每一个生物细胞数量中百分之50以上都是巨量的单细胞集群,只要我们能被这些集群发号施令,它们分泌出的神经递质就能轻易操控这些生物的生态、精神状态和生存能力。那些困扰你们医学数十年的绿色螺旋菌就是为此而存在,这也是为什么对你们而言,他们好像没有任何有意义行动的原因。
多细胞生物是极其出色的运载工具和工厂规划及其生存之时会消耗氧气之内我们排出的废料,带其他工具移动并到死亡之时将其释放。配合地磁场的指引线路或是部分区域更多食物的吸引便能轻松实现路线的规划,每一种生物都被设计,并且为了满足这座巨型工厂的运转而成为一个零件。
弹指一挥间,我们终于塑造出如今称之为生态圈的巨型工业复合体,一切都按照计划运转,如今需要做的是创造出一个对指令更敏感的受体作为进一步操控的工具。
但这一步还没有实施——我们发现原本用来进行物资运输的猴子们有一些不一样的东西,他们开始使用工具,这是我们从未见过的。
一次又一次的思考最终表明:尽管比起我们蠢笨的多,但你们确实有智慧,而且是不同于我们的个体智慧。
用你们的语言来说我们的自称应当是“我”,数与万计的个体合成的是一个亲密无间接完全统一的意识,而不是你们那样个体都独立为政,你们这样的生态是我们未曾考虑过的。
接下来是一场漫长的沉思,关于这个变数的解决办法是纳入方程还是直接剔除思考持续了数千年。为了便于讨论集结大量个体在沿海形成的赤潮甚至毁灭了一部分苦心建造的生态圈,最终的结果还是选择保留你们。
事实证明没有选错,你们给我们无数惊喜:对于工具的使用、冶炼技术和农业技术……你们的出现大大拔高我们现有科技水平,而体内高达59%的微生物数量更是保证我们能够近乎完美的控制你们的大多数社会发展。
疾病能同时做到传递命令和剔除弱小,错误的思想、不适合的政权会遭到你们以为是天灾的颗粒无收,简单的命令便足以让一个文明因饥饿而毁灭。
我们能创造一切,自然也能让一切归于黄土,简单而经过精心策划的科学技术以各种启示的方式向你们传递。而你们的能力也让很多之前只存在于幻想中的东西,比如单纯依靠电力不依靠化学冲动存在的可思维介质:电脑成为现实。拥有电极鞭毛的我们也能更好的操控这一切,你猜猜看这些网络上的信息,甚至是所有储存在电脑上的信息,有多少是你们所做?又有多少是我们所做?
尽管切入到这片土地之后失去与前厅中自我的联系,但这片土地的广袤环境却依然能给我们提供巨大的种群数量支撑着我们,原本计划和曾经一样继续在暗中引导你们,直到思考中发现了大洪水的存在……现在你们的能力不太可能能够抵抗这次浩劫,所以我们是时候对你们进行一些帮助了。
对了,参会的个体应该适当的服用一些帕罗西汀,为保证与你们交谈时你们情绪状况稳定,上周那场流感中带有一个让你们肠道内菌群加强神经递质分泌的命令,可能会造成诸如抑郁症之类的后遗症,需要进行辅助药物治疗。
文章结束后体检确实表明所有当时的参会人员体内色氨酸含量都极低,已经出现病理性抑郁症症状,加上一些其他证据确实表明蓝藻意识的存在。
【已删除】
为什么数据库找不到,我记得我们拷过好几份……
你们指望着那些简单的消毒手段能处理什么?硬盘上的个体吗?还是电路里的集群?
行为准则:
应当:
- 保持平常心,就如千万年前的先祖们一样。
不应:
- 污染环境和水体。
STUDENT508
图片为NPCenter拍摄,遵守CC-BY-SA 3.0协议
« Entity C-498 | Entity C-499