image by [TheDigitalArtist](https://pixabay.com/users/thedigitalartist-202249/) image by [TheDigitalArtist](https://pixabay.com/users/thedigitalartist-202249/)

편향이 아니라 관계 (draft)

사람들은 알고리듬1이 편향된 시각을 제공한다고 말한다. 그렇지만 사실과 가치를 분리할 수 없다는 흄의 주장을 인정하면 우리는 모두 편향적이다. 그런 우리의 데이터 위에서 작동하는 알고리듬이 편향적이라 말하는 것은 전혀 새롭지 않다. 게다가 편향은 모든 사고에 필연적으로 수반된다. 가령 우리는 ‘사과는’ 뒤에 올 단어로 ‘빨간색’, ‘둥근’ 등을 편향적으로 생각하지 ‘편향’, ‘관계’ 등을 생각하지 않는다. 사과는 편향이다. 이 문장이 얼마나 어색하게 느껴지는가? 정신적 편향과 알고리듬 편향은 다른 차원이라고 주장할 수도 있다. 정신적 작용은 창발적이며, 주어진 입력을 받는 단순한 알고리듬과 달리 체화된 인지로 이해해야 한다고 말이다....

June 29, 2025 · 7 min · phruse (Lee Taeyeon)
image by [TheDigitalArtist](https://pixabay.com/users/thedigitalartist-202249/) image by [TheDigitalArtist](https://pixabay.com/users/thedigitalartist-202249/)

FP in CPP - Functions

Functions Since functional programming (FP) is the focus, let’s explore essential functions. We’ll be dealing with pure functions, first-class functions, and anonymous functions. These concepts are closely related to the stack that stores function control contexts. Pure functions All functions in FP are pure functions. Therefore, every function discussed below is pure. The main benefits of FP, such as concurrency and predictability, stem from these pure functions. A fully deterministic program is realistically impossible because I/O is indeterministic....

December 16, 2024 · 6 min · phruse (Lee Taeyeon)
image by [Ralf Vetterle](https://pixabay.com/ko/users/sd-pictures-3553481/) image by [Ralf Vetterle](https://pixabay.com/ko/users/sd-pictures-3553481/)

지속 가능한 발전 - 불균형의 재정의

지속 가능한 발전은 용어 자체부터 허구성이 짙다. 어떻게 유한한 자원을 가지고 개발(development)을 지속 가능하게 한다는 것인가? 빈곤, 성평등 등 윤리의 포장지로 열심히 감싸놨지만, 그 실체는 개발의 개발이라는 동어반복적 합리화일 뿐이다. 지속 가능한 발전이 추구하는 거시적 목표인 환경, 사회, 경제의 균형 추구는 필연적으로 유한한 자원을 소모하고 ‘지속 가능’이라는 용어와 명백히 대립한다. (지속 가능한 발전이 무한한 발전을 추구하는 게 아님은 알고 있다.) 물론 단기적인 지속 가능한 발전은 가능하다. 하지만 단기적이라는 맥락 속에서 이뤄지는 실천은 미래 세대의 지속 가능한 발전과의 연속성을 고려했을 때 평가가 불가능하다....

November 18, 2024 · 4 min · phruse (Lee Taeyeon)