Skip to content

논리는 틀릴 수 있다 - Context 없는 판단이 만든 오판#14

Merged
toothlessdev merged 1 commit intomainfrom
publish
Apr 13, 2026
Merged

논리는 틀릴 수 있다 - Context 없는 판단이 만든 오판#14
toothlessdev merged 1 commit intomainfrom
publish

Conversation

@toothlessdev
Copy link
Copy Markdown
Owner

@toothlessdev toothlessdev commented Apr 13, 2026

@toothlessdev toothlessdev merged commit d5f2cf7 into main Apr 13, 2026
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces a new blog post titled "Logic Can Be Wrong - Misjudgment Created by Decisions Without Context," which explores the importance of context and metacognition in decision-making. The content uses metaphors involving AI hallucinations and human intuition to illustrate how missing information can lead to incorrect logical conclusions. One review comment was provided regarding the frontmatter formatting, specifically noting that the createdAt and category values must be enclosed in double quotes to adhere to the repository's style guide.

Comment on lines +3 to +4
createdAt: 2026-04-14
category: Etc
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

저장소 스타일 가이드(39-40행)의 frontmatter 작성 규칙에 따라 createdAtcategory 값은 큰따옴표(")로 감싸야 합니다. 현재 작성된 형식은 따옴표가 누락되어 있어 컨벤션 준수가 필요합니다.

Suggested change
createdAt: 2026-04-14
category: Etc
createdAt: "2026-04-14"
category: "Etc"
References
  1. frontmatter의 모든 문자열 값(title, description, createdAt, category)은 큰따옴표로 감싸야 함 (link)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant