Skip to content

Commit 0f6f0cd

Browse files
committed
Deploy post/2026-05-31-01 d74711e
1 parent 24ffbf3 commit 0f6f0cd

5 files changed

Lines changed: 165 additions & 8 deletions

File tree

post/chaos-to-cosmos.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
<meta name="giscus:backlink" content="https://chebread.github.io/post/chaos-to-cosmos">
88

99
<title>Chaos To Cosmos | 차한음 블로그</title>
10-
<meta name="description" content="폴 그레이엄, 『해커와 화가』">
10+
<meta name="description" content="폴 그레이엄 (2014). 『해커와 화가』 (임백준 번역, 정희 감수). 한빛미디어.">
1111
<meta name="author" content="차한음">
1212
<link rel="canonical" href="https://chebread.github.io/">
1313

1414
<meta property="og:title" content="Chaos To Cosmos | 차한음 블로그">
15-
<meta property="og:description" content="폴 그레이엄, 『해커와 화가』">
15+
<meta property="og:description" content="폴 그레이엄 (2014). 『해커와 화가』 (임백준 번역, 정희 감수). 한빛미디어.">
1616
<meta property="og:type" content="article">
1717
<meta property="og:url" content="https://chebread.github.io/post/chaos-to-cosmos">
1818
<meta property="og:site_name" content="차한음 블로그">
1919

2020
<meta name="twitter:card" content="summary_large_image">
2121
<meta name="twitter:title" content="Chaos To Cosmos | 차한음 블로그">
22-
<meta name="twitter:description" content="폴 그레이엄, 『해커와 화가』">
22+
<meta name="twitter:description" content="폴 그레이엄 (2014). 『해커와 화가』 (임백준 번역, 정희 감수). 한빛미디어.">
2323

2424
<script type="application/ld+json">
2525
{
@@ -35,7 +35,7 @@
3535
"name": "차한음",
3636
},
3737
"datePublished": "2026-05-07",
38-
"description": "폴 그레이엄, 『해커와 화가』"
38+
"description": "폴 그레이엄 (2014). 『해커와 화가』 (임백준 번역, 정희 감수). 한빛미디어."
3939
}
4040
</script>
4141

post/인간의-힘.html

Lines changed: 140 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,140 @@
1+
<!DOCTYPE html>
2+
<html lang="ko">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
6+
7+
<meta name="giscus:backlink" content="https://chebread.github.io/post/인간의-힘">
8+
9+
<title>인간의 힘 | 차한음 블로그</title>
10+
<meta name="description" content="장 지오노. (1995). 『나무를 심은 사람』 (김경온 옮김, 최수연 삽화). 두레.">
11+
<meta name="author" content="차한음">
12+
<link rel="canonical" href="https://chebread.github.io/">
13+
14+
<meta property="og:title" content="인간의 힘 | 차한음 블로그">
15+
<meta property="og:description" content="장 지오노. (1995). 『나무를 심은 사람』 (김경온 옮김, 최수연 삽화). 두레.">
16+
<meta property="og:type" content="article">
17+
<meta property="og:url" content="https://chebread.github.io/post/인간의-힘">
18+
<meta property="og:site_name" content="차한음 블로그">
19+
20+
<meta name="twitter:card" content="summary_large_image">
21+
<meta name="twitter:title" content="인간의 힘 | 차한음 블로그">
22+
<meta name="twitter:description" content="장 지오노. (1995). 『나무를 심은 사람』 (김경온 옮김, 최수연 삽화). 두레.">
23+
24+
<script type="application/ld+json">
25+
{
26+
"@context": "https://schema.org",
27+
"@type": "BlogPosting",
28+
"headline": "인간의 힘 | 차한음 블로그",
29+
"author": {
30+
"@type": "Person",
31+
"name": "차한음"
32+
},
33+
"publisher": {
34+
"@type": "Organization",
35+
"name": "차한음",
36+
},
37+
"datePublished": "2026-05-30",
38+
"description": "장 지오노. (1995). 『나무를 심은 사람』 (김경온 옮김, 최수연 삽화). 두레."
39+
}
40+
</script>
41+
42+
<link rel="stylesheet" href="/styles/reset.css" />
43+
<link rel="stylesheet" href="/styles/layout.css" />
44+
<link rel="stylesheet" href="/styles/color-palette.css">
45+
<link rel="stylesheet" href="/styles/chroma.css">
46+
47+
<link rel="stylesheet" href="/styles/github-markdown.css">
48+
<link rel="stylesheet" href="/styles/post.css">
49+
50+
<link rel="icon" href="/favicons/favicon.ico" sizes="any">
51+
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
52+
<link rel="apple-touch-icon" href="/favicons/apple-touch-icon.png">
53+
</head>
54+
<body>
55+
<div class="root">
56+
<div class="post">
57+
<nav class="post-nav">
58+
<a href="/" class="">
59+
<span></span>
60+
</a>
61+
<a href="/about" class="">
62+
<span>어바웃</span>
63+
</a>
64+
<a href="/posts" class="active">
65+
<span>포스트</span>
66+
</a>
67+
</nav>
68+
69+
<main class="post-content">
70+
<header class="post-header">
71+
<h1 class="post-title">인간의 힘</h1>
72+
<p class="post-date"><time datetime="2026-05-30">2026년 05월 30일</time></p>
73+
<p class="post-category"><a href="/posts/%eb%8f%85%ec%84%9c">[독서]</a></p>
74+
</header>
75+
<div class="post-body">
76+
<article class="markdown-body"><h2>요약</h2>
77+
<p>고산지대에는 원래 나무가 많았으나, 마을들의 나무를 숯으로 만들어 파는 사람들로 하여금 나무가 다 죽어버렸다.
78+
나무가 없어지면 땅에 물이 스며들지 않아 숲이 없어지고, 천도 메말라 버리고, 바람도 거세게 불게 되며, 매우 혹독한 환경으로 만들어진다.
79+
이러한 환경 속에서 마을 사람들은 힘들게 살아가게 되었다.
80+
벗어날 곳을 찾지 못한 채 서로 부대끼며 이기심만 키워나갔으며, 끊임없이 그곳을 벗어나기를 바라면서 부질없는 욕심만 키워나가고 있었다.
81+
마을 사람들은 숯을 파는 것, 교회에서 앉는 자리 등 모든 것을 놓고 경쟁했다.
82+
그래서 그 마을에는 자살이 전염병처럼 번지고 여러 정신병마저 유행해서 사람들이 목숨을 잃었다.</p>
83+
<p>부피에는 인생에서 큰 상실을 겪고, 양 떼와 개와 함께 여유롭게 살기 위해 고독한 환경을 가진 이 고산지대에 오게 되었다.
84+
그는 나무가 없기 때문에 이곳의 땅이 죽어 가고 있다고 생각했다.
85+
그는 달리해야 할 중요한 일도 없었으므로 이러한 상태를 바꾸어 보기로 결심한 후 나무를 심기 시작했다.
86+
그렇게 매일 나무를 심은 결과, 사람 보다 더 큰 키의 나무가 자라서 숲이 만들어지게 되었다.
87+
저자는 만약 사람이 한 일이라면 훼방을 놓았을 것이지만 고산지대의 그러한 변화는 아주 천천히 일어났기 때문에 습관처럼 익숙해져서 사람들에게 놀라움을 주지 못했고, 사람들은 그것을 그저 땅이 자연스럽게 부리는 변덕 탓이라고만 여겼기 때문에 마을 사람들이 그가 한 일이라고는 생각조차 하지 못하여 나무가 자라났다고 말한다.</p>
88+
<h2>해석</h2>
89+
<p>이 소설이 이야기하는 바는 모든 인간에게는 파괴적인 힘과 창조적인 힘을 동시에 가지고 있다는 것이다.
90+
저자는 인간이 가진 파괴적인 힘에 대해서는 자본에 의한 숲의 파괴 및 숲의 파괴로 인한 인간 사회의 파괴로 보여주며,
91+
창조적인 힘에 대해서는 한 사람이 나무를 매일 심었을 때 엄청난 숲이 끝내 만들어지는 것으로 보여준다.
92+
더불어, 저자는 숲이 울창하게 된 와중에 1차 세계대전에 참전한 주인공으로 하여금 파괴적인 힘이 여전히 만연함을 부각한다.</p>
93+
<p>이 소설은 한 사람이 가진 힘이 얼마나 막대한 것인지 알게 해주며, 그 힘의 방향성이 가지는 파급력에 대해서 알려주는 소설이다.
94+
서점에서 책을 집는데 약 70 페이지라 초급적이지 않을까라는 우려가 있었지만 오산이었다.
95+
이 소설을 읽고 소설의 양이 중요한 것이 아니라는 깨달음을 얻었다.
96+
또한, 그림이 많이 포함되어 있어 원론적이지 않을까라는 우려가 들었지만 이 또한 오산이었고, 그림이 왜 포함되어 있는지에 대해서 알게 되었다.
97+
참으로 독해하는데 많은 도움을 준 그림에게 감사하다.
98+
이 짧은 책이 가지는 함의는 여타 고전 작가들의 소설에 견줘봐도 뒤쳐지지 않는다.
99+
자연의 일원인 인간이 할 수 있는 능력에 대해서 다시금 일께워주는 소설이라는 점에서,
100+
남은 인생에 대한 인생관을 정립해야 하는 청소년들에게 중요한 준거가 될 자격이 충분한 소설이다.</p>
101+
</article>
102+
</div>
103+
<section class="post-comments">
104+
<script src="https://giscus.app/client.js"
105+
data-repo="chebread/chebread.github.io"
106+
data-repo-id="R_kgDOP0JptQ"
107+
data-category="Announcements"
108+
data-category-id="DIC_kwDOP0Jptc4CwG8I"
109+
data-mapping="title"
110+
data-strict="0"
111+
data-reactions-enabled="1"
112+
data-emit-metadata="0"
113+
data-input-position="top"
114+
data-theme="light"
115+
data-lang="ko"
116+
crossorigin="anonymous"
117+
async>
118+
</script>
119+
</section>
120+
</main>
121+
122+
<footer class="post-footer">
123+
<section>
124+
<p>&copy; 2025-2026 Cha Haneum</p>
125+
</section>
126+
<section>
127+
<a href="https://github.com/chebread">
128+
<span>깃허브</span>
129+
</a>
130+
<a href="mailto:chahaneum@chebread.com">
131+
<span>이메일</span>
132+
</a>
133+
</section>
134+
</footer>
135+
</div>
136+
</div>
137+
138+
<script src="/js/main.js"></script>
139+
</body>
140+
</html>

posts.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,16 @@ <h3 class="post-item-title"><a href="post/reflections-on-trusting-trust">Reflect
6969
<p class="post-item-description">Thompson, K. (1984). Reflections on trusting trust. Communications of the ACM, 27(8), 761–763. https://doi.org/10.1145/358198.358210</p>
7070
</article>
7171
</li></ul></section><section class="category-group"><h2 class="category-group-title"><a href="posts/독서">[독서]</a></h2><ul class="category-group-list"><li>
72+
<article class="post-item">
73+
<h3 class="post-item-title"><a href="post/%EC%9D%B8%EA%B0%84%EC%9D%98-%ED%9E%98">인간의 힘</a></h3>
74+
<p class="post-item-date"><time datetime="2026-05-30">2026년 05월 30일</time></p>
75+
<p class="post-item-description">장 지오노. (1995). 『나무를 심은 사람』 (김경온 옮김, 최수연 삽화). 두레.</p>
76+
</article>
77+
</li><li>
7278
<article class="post-item">
7379
<h3 class="post-item-title"><a href="post/chaos-to-cosmos">Chaos To Cosmos</a></h3>
7480
<p class="post-item-date"><time datetime="2026-05-07">2026년 05월 07일</time></p>
75-
<p class="post-item-description">폴 그레이엄, 『해커와 화가』</p>
81+
<p class="post-item-description">폴 그레이엄 (2014). 『해커와 화가』 (임백준 번역, 정희 감수). 한빛미디어.</p>
7682
</article>
7783
</li></ul></section><section class="category-group"><h2 class="category-group-title"><a href="posts/미술">[미술]</a></h2><ul class="category-group-list"><li>
7884
<article class="post-item">

posts/독서.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,16 @@
6363

6464
<main class="category-list">
6565
<section class="category-group"><h2 class="category-group-title">[독서]</h2><ul class="category-group-list"><li>
66+
<article class="category-item">
67+
<h3 class="category-item-title"><a href="/post/%EC%9D%B8%EA%B0%84%EC%9D%98-%ED%9E%98">인간의 힘</a></h3>
68+
<p class="category-item-date"><time datetime="2026-05-30">2026년 05월 30일</time></p>
69+
<p class="category-item-description">장 지오노. (1995). 『나무를 심은 사람』 (김경온 옮김, 최수연 삽화). 두레.</p>
70+
</article>
71+
</li><li>
6672
<article class="category-item">
6773
<h3 class="category-item-title"><a href="/post/chaos-to-cosmos">Chaos To Cosmos</a></h3>
6874
<p class="category-item-date"><time datetime="2026-05-07">2026년 05월 07일</time></p>
69-
<p class="category-item-description">폴 그레이엄, 『해커와 화가』</p>
75+
<p class="category-item-description">폴 그레이엄 (2014). 『해커와 화가』 (임백준 번역, 정희 감수). 한빛미디어.</p>
7076
</article>
7177
</li><li>
7278
<article class="back-link">

sitemap.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.1/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
33
<url>
44
<loc>https://chebread.github.io/</loc>
5-
<lastmod>2026-05-30</lastmod>
5+
<lastmod>2026-05-31</lastmod>
66
<changefreq>monthly</changefreq>
77
</url>
88
<url>
99
<loc>https://chebread.github.io/about.html</loc>
10-
<lastmod>2026-05-30</lastmod>
10+
<lastmod>2026-05-31</lastmod>
1111
<changefreq>monthly</changefreq>
1212
</url>
1313
<url>
@@ -105,6 +105,11 @@
105105
<lastmod>2026-05-07</lastmod>
106106
<changefreq>weekly</changefreq>
107107
</url>
108+
<url>
109+
<loc>https://chebread.github.io/post/인간의-힘</loc>
110+
<lastmod>2026-05-30</lastmod>
111+
<changefreq>weekly</changefreq>
112+
</url>
108113
<url>
109114
<loc>https://chebread.github.io/post/핸드폰을-보고-만족하는-k씨</loc>
110115
<lastmod>2025-12-29</lastmod>

0 commit comments

Comments
 (0)