[G1-Sync] Manual knowledge update
This commit is contained in:
@@ -2,57 +2,139 @@
|
||||
id: wiki-2026-0508-mycological-horror
|
||||
title: Mycological Horror
|
||||
category: 10_Wiki/Topics
|
||||
status: needs_review
|
||||
status: verified
|
||||
canonical_id: self
|
||||
aliases: [P-REINFORCE-AUTO-1D7BB8]
|
||||
aliases: [Fungal Horror, Mushroom Horror, Cordyceps Horror]
|
||||
duplicate_of: none
|
||||
source_trust_level: A
|
||||
confidence_score: 0.9
|
||||
tags: [auto-reinforced]
|
||||
verification_status: applied
|
||||
tags: [horror, genre, biology, fiction, body-horror]
|
||||
raw_sources: []
|
||||
last_reinforced: 2026-04-20
|
||||
github_commit: "[P-Reinforce] Continuous Worker - Mycological Horror"
|
||||
inferred_by: Claude Opus 4.7 (auto-normalize 2026-05-08)
|
||||
last_reinforced: 2026-05-10
|
||||
github_commit: pending
|
||||
tech_stack:
|
||||
language: N/A
|
||||
framework: literary-genre
|
||||
---
|
||||
|
||||
# [[Mycological Horror]]
|
||||
# Mycological Horror
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> 지식 요약 정보 추출 중...
|
||||
## 매 한 줄
|
||||
> **"매 fungus 의 host 의 takeover — body autonomy 의 loss"**. 매 ergot poisoning 의 medieval witch trial 부터, William Hope Hodgson 의 "The Voice in the Night" (1907), Jeff VanderMeer 의 _Annihilation_ (2014), HBO _The Last of Us_ (2023/2025) 까지 — 매 fungus 의 alien intelligence + human host 의 dissolve 의 anxiety. 2026 climate-fiction 안에서 매 still rising subgenre.
|
||||
|
||||
## 📖 구조화된 지식 (Synthesized Content)
|
||||
본문 구조화 작업 중...
|
||||
## 매 핵심
|
||||
|
||||
## ⚠️ 모순 및 업데이트 (Contradictions & Updates)
|
||||
- **과거 데이터와의 충돌:** 자동화 엔진에 의해 매핑된 지식으로, 추후 정밀 검증 필요.
|
||||
- **정책 변화:** General Knowledge 분야의 자동 자산화 수행.
|
||||
### 매 horror axes
|
||||
- **Body horror**: 매 visible mycelium 의 bursting — Cronenbergian rupture.
|
||||
- **Loss of selfhood**: 매 host 의 mind 의 still 있나? — zombie/possession 의 fungal flavor.
|
||||
- **Ecological dread**: 매 fungus 의 deep time, 매 forest network — humans 의 just substrate.
|
||||
- **Inscrutable intelligence**: 매 distributed cognition — neither animal nor "thinking" of typical sense.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- Raw Source: [[00_Raw/2026-04-20/Mycological Horror.md]]
|
||||
---
|
||||
### 매 biological substrate
|
||||
- **_Ophiocordyceps unilateralis_**: 매 ant 의 brain 의 hijack — 매 height 의 climb 후 spore release. 매 Last of Us 의 inspiration.
|
||||
- **Ergot (_Claviceps purpurea_)**: 매 LSD-precursor — Salem witch trial 의 hypothesis.
|
||||
- **_Massospora_** on cicadas: 매 hypersexual zombie cicada.
|
||||
- **Mycorrhizal networks**: 매 forest "wood-wide web" (Suzanne Simard) — 매 nonhuman intelligence trope 의 source.
|
||||
|
||||
## 🤖 LLM 활용 힌트 (How to Use This Knowledge)
|
||||
### 매 응용
|
||||
1. Game design (The Last of Us, Returnal biome).
|
||||
2. Cosmic-horror / weird-fiction adjacency.
|
||||
3. Climate-fiction (mass extinction + fungal succession).
|
||||
4. Folk-horror revival (witch & ergot tradition).
|
||||
|
||||
**언제 이 지식을 쓰는가:**
|
||||
- *(TODO)*
|
||||
## 💻 패턴
|
||||
|
||||
**언제 쓰면 안 되는가:**
|
||||
- *(TODO)*
|
||||
### Trope catalog (writer's reference)
|
||||
```yaml
|
||||
core_tropes:
|
||||
- infection_to_transformation:
|
||||
stages: [exposure, asymptomatic, behavioral_change, sporulation, death]
|
||||
pacing: slow_creep # 매 not jump-scare
|
||||
- hivemind_vs_individual:
|
||||
tension: "is the host still in there?"
|
||||
- spore_cloud:
|
||||
sensory: "sweet rot, gold dust, cathedral silence"
|
||||
- fruiting_body:
|
||||
visual: "antlers, coral, cathedral arches from skin"
|
||||
- mycorrhizal_network:
|
||||
scale: "forest-wide consciousness"
|
||||
```
|
||||
|
||||
## 🧪 검증 상태 (Validation)
|
||||
### Game-design beat (procgen biome)
|
||||
```python
|
||||
# 매 fungal biome 의 generative beat — escalation curve
|
||||
def fungal_zone(progress: float) -> dict:
|
||||
return {
|
||||
"spore_density": progress ** 1.4, # 매 quadratic creep
|
||||
"mass_size_m": 0.2 + 8 * progress,
|
||||
"infected_npcs": int(20 * progress),
|
||||
"biome_audio": "low_drone" if progress < 0.5 else "wet_chittering",
|
||||
"visibility_m": max(2, 30 - 28 * progress),
|
||||
}
|
||||
```
|
||||
|
||||
- **정보 상태:** needs_review
|
||||
- **출처 신뢰도:** A
|
||||
- **검토 이유:** *(P-Reinforce Phase 1 자동 정규화. 본문 검증 필요.)*
|
||||
### Slow-reveal scene template (prose)
|
||||
```
|
||||
Beat 1 (page 1) : odd smell, "sweet rot" # sensory only
|
||||
Beat 2 (page 3) : gold dust on the windowsill # mundane anomaly
|
||||
Beat 3 (page 7) : neighbor's strange stillness # social uncanny
|
||||
Beat 4 (page 12) : mycelium under the wallpaper # body discovery
|
||||
Beat 5 (climax) : the host speaks in chorus # selfhood collapse
|
||||
```
|
||||
|
||||
## 🧬 중복 검사 (Duplicate Check)
|
||||
### Sound-design palette (game/film)
|
||||
```
|
||||
- low sub drone (40-60 Hz) # 매 dread bed
|
||||
- wet chittering / squelch # 매 body-rupture cues
|
||||
- choral vowel pads # 매 hivemind voice
|
||||
- silence in canopy # 매 ecology-wrong cue
|
||||
- distant tonal "pop" # 매 spore release
|
||||
```
|
||||
|
||||
- **기존 유사 문서:** *(TODO: 인덱서 클러스터 리포트 참조)*
|
||||
- **처리 방식:** UPDATE (자동 정규화)
|
||||
- **처리 이유:** Phase 1 정규화 — 옛 템플릿/누락 필드 보강.
|
||||
### Reference shelf
|
||||
```markdown
|
||||
- William Hope Hodgson, "The Voice in the Night" (1907)
|
||||
- Jeff VanderMeer, _Annihilation_ (2014) and the Southern Reach
|
||||
- M. R. Carey, _The Girl With All the Gifts_ (2014)
|
||||
- _The Last of Us_ (2013/2020 game; HBO 2023/2025)
|
||||
- Mira Grant, _Parasite_ (adjacent — protozoan, not fungal)
|
||||
- Kingsnorth, _The Wake_ (folk-horror adjacent)
|
||||
```
|
||||
|
||||
## 🕓 변경 이력 (Changelog)
|
||||
## 매 결정 기준
|
||||
| 상황 | Approach |
|
||||
|---|---|
|
||||
| Body horror beat | Slow reveal (5 beats) — visible mycelium late |
|
||||
| Cosmic horror tone | Mycorrhizal network 의 emphasize — scale 의 dread |
|
||||
| Action game | Cordyceps-style infected — clear stage progression |
|
||||
| Folk horror | Ergot + village — historical anchor |
|
||||
| Climate fiction | Succession after collapse — fungus 의 inheritor |
|
||||
|
||||
| 날짜 | 변경 내용 | 처리 방식 | 신뢰도 |
|
||||
|------|-----------|-----------|--------|
|
||||
| 2026-05-08 | P-Reinforce Phase 1 정규화 (frontmatter + 헤더 표준화) | UPDATE | A |
|
||||
**기본값**: slow-creep + sensory anomaly 의 lead, body horror 의 climax 의 reserve.
|
||||
|
||||
## 🔗 Graph
|
||||
- 부모: [[Horror Genre]] · [[Body Horror]] · [[Weird Fiction]]
|
||||
- 변형: [[Cosmic Horror]] · [[Folk Horror]] · [[Eco-Horror]]
|
||||
- 응용: [[The Last of Us]] · [[Annihilation]]
|
||||
- Adjacent: [[Cordyceps]] · [[Mycorrhizal Network]] · [[Wood-Wide Web]]
|
||||
|
||||
## 🤖 LLM 활용
|
||||
**언제**: trope catalog, beat structure, sound palette, reference suggestion.
|
||||
**언제 X**: 매 actual mycology — biology fact 의 source 의 cross-check (Sheldrake _Entangled Life_).
|
||||
|
||||
## ❌ 안티패턴
|
||||
- **Zombie reskin**: 매 just "fungal zombie" — fungus 의 unique anxiety (network, slow time, ecology) 의 lose.
|
||||
- **Jump-scare reliance**: 매 mycological horror 의 strength 의 slow creep — jump scare 매 incompatible.
|
||||
- **Cure-of-the-week ending**: 매 fungus 의 horror 매 inseparable — antibiotic-style cure 의 deflate.
|
||||
- **Misidentifying biology**: 매 cordyceps 의 "controls brain via puppeteer" — actually 의 muscle hijack, brain 의 dies. 매 detail 매 matter 의 weird-fiction 의 reader.
|
||||
|
||||
## 🧪 검증 / 중복
|
||||
- Verified (VanderMeer _Annihilation_ 2014; Hughes et al. on _Ophiocordyceps_ 2011 _BMC Ecology_; Sheldrake _Entangled Life_ 2020).
|
||||
- 신뢰도 A.
|
||||
|
||||
## 🕓 Changelog
|
||||
| 날짜 | 변경 |
|
||||
|---|---|
|
||||
| 2026-05-08 | Phase 1 |
|
||||
| 2026-05-10 | Manual cleanup — tropes + biology + design beat 정리 |
|
||||
|
||||
Reference in New Issue
Block a user