9148c358d0
Topic_Agent/Topic_Blog/Topics/Topics_Biz/Topics_Meeting/Topics_Rag의 마크다운 지식 문서를 Topic_General/Topic_Programming/Topic_Graphic/Topic_Business 4개 카테고리로 재분류. - 중복 제거: frontmatter의 status:duplicate/merged + duplicate_of/redirect_to 필드로 자기 자신을 중복으로 선언한 리다이렉트 stub 1032개 제거, 완전 동일 내용 파일 472개 제거, 동일 파일명·다른 내용 충돌 시 더 큰(완전한) 버전만 유지(162개 제거) — 총 1639개 중복 제거. - 분류: 폴더 단위로 명확한 항목(AI_and_ML/Coding/Architecture 등 → Programming, Comfyui/Visual_Effects → Graphic, Topics_Biz/Topics_Meeting/사업 등 → Business, Poetic_Blog_Writing/창의성/Game_Design 등 → General)은 폴더 우선순위로, 나머지 혼재 폴더(Topic_Agent/Topic_Blog/Topics 루트/Thinking & Reasoning/Other/UI_UX_Assets)는 title/tags 키워드 스코어링으로 파일 단위 분류(불명확한 경우 General로 폴백). 원본 폴더명은 "From_*" 서브폴더로 보존해 추적 가능성 유지. - 최종 배치: Programming 2784 / General 1608 / Graphic 285 / Business 249 = 4926개 문서. - 에이전트 운영 상태(.astra/.agent/.obsidian/sessions/memory/_company/docs/lessons/_shared/src)는 지식 콘텐츠가 아니므로 재분류 대상에서 제외하고 원위치 유지. - Topics/Topic_email(상위 보호 폴더 Topic_email과 파일명 100% 중복) 삭제 — 보호 폴더 자체는 미변경. - 완전히 비게 된 Topic_Agent/Topic_Blog/Topics_Biz/Topics_Rag 폴더 제거.
5.5 KiB
5.5 KiB
id, title, category, status, canonical_id, aliases, duplicate_of, source_trust_level, confidence_score, verification_status, tags, raw_sources, last_reinforced, github_commit, tech_stack
| id | title | category | status | canonical_id | aliases | duplicate_of | source_trust_level | confidence_score | verification_status | tags | raw_sources | last_reinforced | github_commit | tech_stack | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| wiki-2026-0508-mycological-horror | Mycological Horror | 10_Wiki/Topics | verified | self |
|
none | A | 0.9 | applied |
|
2026-05-10 | pending |
|
Mycological Horror
매 한 줄
"매 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.
매 핵심
매 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.
매 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.
매 응용
- Game design (The Last of Us, Returnal biome).
- Cosmic-horror / weird-fiction adjacency.
- Climate-fiction (mass extinction + fungal succession).
- Folk-horror revival (witch & ergot tradition).
💻 패턴
Trope catalog (writer's reference)
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"
Game-design beat (procgen biome)
# 매 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),
}
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
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
Reference shelf
- 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)
매 결정 기준
| 상황 | 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 |
기본값: slow-creep + sensory anomaly 의 lead, body horror 의 climax 의 reserve.
🔗 Graph
🤖 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 정리 |