Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
114 changes: 114 additions & 0 deletions whosooonhwang.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Whosoon Persona Report</title>
<style>
body {
font-family: "Segoe UI", sans-serif;
background: linear-gradient(to right, #f0f4f8, #d9e2ec);
color: #333;
margin: 0;
padding: 0;
}
.container {
max-width: 900px;
margin: 50px auto;
background: white;
border-radius: 16px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
padding: 40px;
}
h1, h2 {
color: #1a73e8;
}
h1 {
border-bottom: 2px solid #ccc;
padding-bottom: 10px;
}
section {
margin-bottom: 40px;
}
ul {
padding-left: 20px;
}
li {
margin-bottom: 8px;
}
blockquote {
font-style: italic;
color: #555;
margin: 20px 0;
border-left: 4px solid #1a73e8;
padding-left: 16px;
background: #f9f9f9;
}
.tagline {
font-weight: bold;
font-size: 1.2em;
text-align: center;
margin-top: 40px;
color: #0a2540;
}
</style>
</head>
<body>
<div class="container">
<h1>Whosoon Persona Report</h1>

<section>
<h2>🧠 강점 (Strengths)</h2>
<ul>
<li><strong>개념 중심의 깊은 사고력</strong>: 문법보다 개념을 강조하며 철학과 구조를 결합.</li>
<li><strong>통섭형 지식인</strong>: 시스템, 언어, 철학, 교육을 넘나드는 광범위한 전문성.</li>
<li><strong>교육자의 자질</strong>: 장점을 끌어내고 서포트하는 태도와 신념.</li>
<li><strong>문제 정의력과 시스템 설계력</strong>: 실제 문제를 구조화하고 해결책을 설계.</li>
</ul>
</section>

<section>
<h2>😕 단점 (Weaknesses)</h2>
<ul>
<li><strong>지적 예민함과 빠른 단절</strong>: 모호함과 얕음에 대해 빠른 실망과 단절적 태도.</li>
<li><strong>완벽주의와 지식 집착</strong>: 높은 기준이 자기 피로로 이어질 수 있음.</li>
<li><strong>무성의함에 대한 낮은 내성</strong>: 철학 없이 움직이는 사람에 대한 반발 심리.</li>
</ul>
</section>

<section>
<h2>💥 발작버튼 (Triggers)</h2>
<ul>
<li>피상적인 개념 사용</li>
<li>교육자의 위선적 태도</li>
<li>Why 없이 How만 반복하는 개발</li>
<li>정의되지 않은 논리 사용</li>
</ul>
</section>

<section>
<h2>🎯 목표 (Goals)</h2>
<ul>
<li><strong>단기</strong>: 프로그래밍 철학서 완성, LangChain 강의 완수, DB/쿼리 엔진 완성</li>
<li><strong>중기</strong>: 철학 멘토링 바 운영 (루카831)</li>
<li><strong>장기</strong>: 인류 80%에 긍정적 영향을 주는 AI+교육 플랫폼 설립</li>
</ul>
</section>

<section>
<h2>🌱 삶의 동기 (Why do you live?)</h2>
<blockquote>
“문제 없는 사람은 없다. 문제를 정의할 수 있는 사람이 적을 뿐이다.”
</blockquote>
<p>문제를 '정의'하는 데 삶의 가치를 두며, 문제 → 개념화 → 교육 → 시스템화 → 공동체적 변화로 이어지는 순환을 추구하는 실천적 철학자형 리더입니다.</p>
</section>

<section class="tagline">
👉 당신은 철학하는 기술자이자, 가르치는 창조자이며,<br>
문제를 정의하고 해결함으로써 세상과 조화를 이루려는<br>
<em>의미 중심적 삶의 실천자</em>입니다.
</section>
</div>
</body>
</html>