Skip to content

Commit fbbb95a

Browse files
committed
Deploy post/2025-09-29-01 ed09bbb
1 parent d87cd5f commit fbbb95a

19 files changed

Lines changed: 146 additions & 148 deletions

about.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
<a href="/" class="">
5656
<span></span>
5757
</a>
58-
<a href="/about.html" class="active">
58+
<a href="/about" class="active">
5959
<span>어바웃</span>
6060
</a>
61-
<a href="/posts.html" class="">
61+
<a href="/posts" class="">
6262
<span>포스트</span>
6363
</a>
6464
</nav>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
<a href="/" class="active">
5656
<span></span>
5757
</a>
58-
<a href="/about.html" class="">
58+
<a href="/about" class="">
5959
<span>어바웃</span>
6060
</a>
61-
<a href="/posts.html" class="">
61+
<a href="/posts" class="">
6262
<span>포스트</span>
6363
</a>
6464
</nav>
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<meta property="og:title" content="Go로 정적 블로그 개발해 본 후기 | 차한음 블로그">
1313
<meta property="og:description" content="작성 중...">
1414
<meta property="og:type" content="article">
15-
<meta property="og:url" content="https://chebread.github.io/post/Go로-정적-블로그-개발해-본-후기.html">
15+
<meta property="og:url" content="https://chebread.github.io/post/go로-정적-블로그-개발해-본-후기">
1616
<meta property="og:site_name" content="차한음 블로그">
1717

1818
<meta name="twitter:card" content="summary_large_image">
@@ -56,10 +56,10 @@
5656
<a href="/" class="">
5757
<span></span>
5858
</a>
59-
<a href="/about.html" class="">
59+
<a href="/about" class="">
6060
<span>어바웃</span>
6161
</a>
62-
<a href="/posts.html" class="active">
62+
<a href="/posts" class="active">
6363
<span>포스트</span>
6464
</a>
6565
</nav>
Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
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+
<title>단일 책임 원칙이 무너지고 있다 | 차한음 블로그</title>
8+
<meta name="description" content="단일 책임 원칙: 하나의 것은 하나의 일만 해야 한다. 실용주의 프로그래머를 읽으며, 단일 책임 원칙을 알게 되었다. 근래 단일 책임 원칙이 부서지고 있는 듯하다. AI가 각광받음...">
9+
<meta name="author" content="차한음">
10+
<link rel="canonical" href="https://chebread.github.io/">
11+
12+
<meta property="og:title" content="단일 책임 원칙이 무너지고 있다 | 차한음 블로그">
13+
<meta property="og:description" content="단일 책임 원칙: 하나의 것은 하나의 일만 해야 한다. 실용주의 프로그래머를 읽으며, 단일 책임 원칙을 알게 되었다. 근래 단일 책임 원칙이 부서지고 있는 듯하다. AI가 각광받음...">
14+
<meta property="og:type" content="article">
15+
<meta property="og:url" content="https://chebread.github.io/post/단일-책임-원칙이-무너지고-있다">
16+
<meta property="og:site_name" content="차한음 블로그">
17+
18+
<meta name="twitter:card" content="summary_large_image">
19+
<meta name="twitter:title" content="단일 책임 원칙이 무너지고 있다 | 차한음 블로그">
20+
<meta name="twitter:description" content="단일 책임 원칙: 하나의 것은 하나의 일만 해야 한다. 실용주의 프로그래머를 읽으며, 단일 책임 원칙을 알게 되었다. 근래 단일 책임 원칙이 부서지고 있는 듯하다. AI가 각광받음...">
21+
22+
<script type="application/ld+json">
23+
{
24+
"@context": "https://schema.org",
25+
"@type": "BlogPosting",
26+
"headline": "단일 책임 원칙이 무너지고 있다 | 차한음 블로그",
27+
"author": {
28+
"@type": "Person",
29+
"name": "차한음"
30+
},
31+
"publisher": {
32+
"@type": "Organization",
33+
"name": "차한음",
34+
},
35+
"datePublished": "2025-09-13",
36+
"description": "단일 책임 원칙: 하나의 것은 하나의 일만 해야 한다. 실용주의 프로그래머를 읽으며, 단일 책임 원칙을 알게 되었다. 근래 단일 책임 원칙이 부서지고 있는 듯하다. AI가 각광받음..."
37+
}
38+
</script>
39+
40+
<link rel="stylesheet" href="/styles/reset.css" />
41+
<link rel="stylesheet" href="/styles/layout.css" />
42+
<link rel="stylesheet" href="/styles/color-palette.css">
43+
<link rel="stylesheet" href="/styles/chroma.css">
44+
45+
<link rel="stylesheet" href="/styles/github-markdown.css">
46+
<link rel="stylesheet" href="/styles/post.css">
47+
48+
<link rel="icon" href="/favicons/favicon.ico" sizes="any">
49+
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
50+
<link rel="apple-touch-icon" href="/favicons/apple-touch-icon.png">
51+
</head>
52+
<body>
53+
<div class="root">
54+
<div class="post">
55+
<nav class="post-nav">
56+
<a href="/" class="">
57+
<span></span>
58+
</a>
59+
<a href="/about" class="">
60+
<span>어바웃</span>
61+
</a>
62+
<a href="/posts" class="active">
63+
<span>포스트</span>
64+
</a>
65+
</nav>
66+
67+
<main class="post-content">
68+
<header class="post-header">
69+
<h1 class="post-title">단일 책임 원칙이 무너지고 있다</h1>
70+
<p class="post-date"><time datetime="2025-09-13">2025년 09월 13일</time></p>
71+
<p class="post-category">[에세이]</p>
72+
</header>
73+
<div class="post-body">
74+
<article class="markdown-body"><blockquote>
75+
<p>단일 책임 원칙: 하나의 것은 하나의 일만 해야 한다.</p>
76+
</blockquote>
77+
<p>실용주의 프로그래머를 읽으며, 단일 책임 원칙을 알게 되었다.</p>
78+
<p>근래 단일 책임 원칙이 부서지고 있는 듯하다. AI가 각광받음에 따라, 개발자들이 모든 제품에 AI를 다 갖다 붙이는 중이다.</p>
79+
<p>Apple도 Xcode 26에 AI를 붙여놓았고, T월드에도 AI 추천이 있으며, 카카오 뱅크에도 AI 챗봇이 있고, 한컴에도 AI가 있고, JetBrains IDE에도 AI가 범벅되어 있다.</p>
80+
<p>나는 이렇게 생각한다. 모든 것은 '단일 책임 원칙'을 지켜야 한다. 도대체 왜 IDE에 AI 어시스트가 들어가야 하는가? 코드 작성에만 완전히 집중되어야 하는 것 아닌가? 개발 환경에만 완전히 집중되어야 하는 것 아닌가? 왜 굳이 쓸데없는, 이미 다른 환경을 통해 충분히 사용 가능한 AI를 거기에 굳이 붙여놓는 건가?</p>
81+
<p>나는 이해가 되지 않는다. 프로그램은 계속해서 가벼워지고, 빨라지고, 버그가 fix 되어야 하며, 기능은 더욱더 간단해져야 한다. 근데 왜 요즘의 프로그램들은 기능은 점점 불어나며, 이로 인해 버그는 계속해서 증가하고, 앱은 느려지며, 프로그램은 기하급수적으로 큰 용량을 차지하게 되는가? 이는 결국 기능 블로트로 이어진다.</p>
82+
<p>그리고 웃긴 것은, AI 랍시고 갖다 붙여 놓았으나, 막상 사용해 보면 LLM 모델에 대한 API 호출이다. 그냥 호출하고 필요에 맞게 조작해놓은 것을 AI랍시고 갖다 붙여놓은 거다. 자체 모델을 구축하려는 시도조차 하지 않는 데, 이게 뭔 AI 기능인가?</p>
83+
<p>시대가 아무리 봐도 역행하는 듯하다. 단일 책임 원칙은 아마 10년 전이 더 잘 지켜진 듯하다. 하나의 것은 하나의 일만 해야 한다. 하나의 것들이 모여 새로운 일을 해야 한다.</p>
84+
</article>
85+
</div>
86+
</main>
87+
88+
<footer class="post-footer">
89+
<section>
90+
<p>&copy; 2025 Cha Haneum</p>
91+
</section>
92+
<section>
93+
<a href="https://github.com/chebread">
94+
<span>깃허브</span>
95+
</a>
96+
<a href="">
97+
<span>이메일</span>
98+
</a>
99+
</section>
100+
</footer>
101+
</div>
102+
</div>
103+
104+
<script src="/js/main.js"></script>
105+
</body>
106+
</html>

post/바닐라-자바스크립트의-한계.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<meta property="og:title" content="바닐라 자바스크립트의 한계 | 차한음 블로그">
1313
<meta property="og:description" content="저는 주로 Vanilla JavaScript로 Side project를 개발 중입니다.Vanilla JavaScript로 코딩하는 것이 어떤 방식으로 이루어지는 가에 대해 궁금하신...">
1414
<meta property="og:type" content="article">
15-
<meta property="og:url" content="https://chebread.github.io/post/바닐라-자바스크립트의-한계.html">
15+
<meta property="og:url" content="https://chebread.github.io/post/바닐라-자바스크립트의-한계">
1616
<meta property="og:site_name" content="차한음 블로그">
1717

1818
<meta name="twitter:card" content="summary_large_image">
@@ -56,10 +56,10 @@
5656
<a href="/" class="">
5757
<span></span>
5858
</a>
59-
<a href="/about.html" class="">
59+
<a href="/about" class="">
6060
<span>어바웃</span>
6161
</a>
62-
<a href="/posts.html" class="active">
62+
<a href="/posts" class="active">
6363
<span>포스트</span>
6464
</a>
6565
</nav>

post/해커톤을-처음-나가는-개발자들을-위한-팁.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<meta property="og:title" content="해커톤을 처음 나가는 개발자들을 위한 팁 | 차한음 블로그">
1313
<meta property="og:description" content="저는 이번 처음 한국코드페어 해커톤을 출전하여 동상을 수상하였습니다. 거기서 느낀 경험담을 들리고자 합니다. 주어질 주제에 대해 지나치게 신경 쓰지 마라 나는 해커톤을 하기 몇 주...">
1414
<meta property="og:type" content="article">
15-
<meta property="og:url" content="https://chebread.github.io/post/해커톤을-처음-나가는-개발자들을-위한-팁.html">
15+
<meta property="og:url" content="https://chebread.github.io/post/해커톤을-처음-나가는-개발자들을-위한-팁">
1616
<meta property="og:site_name" content="차한음 블로그">
1717

1818
<meta name="twitter:card" content="summary_large_image">
@@ -56,10 +56,10 @@
5656
<a href="/" class="">
5757
<span></span>
5858
</a>
59-
<a href="/about.html" class="">
59+
<a href="/about" class="">
6060
<span>어바웃</span>
6161
</a>
62-
<a href="/posts.html" class="active">
62+
<a href="/posts" class="active">
6363
<span>포스트</span>
6464
</a>
6565
</nav>

post/행동하는-종이-건축-(반-시게루).html

Lines changed: 0 additions & 108 deletions
This file was deleted.

0 commit comments

Comments
 (0)