From ceb4a5c065628ecc07fc762d8b9cf67e2f4c0bc0 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Sat, 30 Oct 2021 13:03:40 +0100 Subject: [PATCH] [Objectivity] First Draft --- _drafts/2021-10-29-inherent-subjectivity.md | 26 +++++++++++++++++++++ _layouts/post.html | 3 +++ 2 files changed, 29 insertions(+) create mode 100644 _drafts/2021-10-29-inherent-subjectivity.md diff --git a/_drafts/2021-10-29-inherent-subjectivity.md b/_drafts/2021-10-29-inherent-subjectivity.md new file mode 100644 index 0000000..2a4dd44 --- /dev/null +++ b/_drafts/2021-10-29-inherent-subjectivity.md @@ -0,0 +1,26 @@ +--- +layout: post +title: "An Alternative Definition of Objectivity for Rigid Scientists" +subtitle: "On Inherent Subjectivity of Some Things" +date: 2021-10-30 12:57:46 +permalink: alternative-objectivity-and-inherent-subjectivity/ +categories: philosophy +author: Mahdi +--- + +https://postcognitivism.wordpress.com/2021/04/06/the-great-escape-can-we-transcend-our-own-conceptual-frameworks/ +https://gatelessgateblog.wordpress.com/ +https://www.sciencedirect.com/science/article/pii/S0388000121000802 +Distinctions and Common Ground in Collective Epistemology + +As a computer scientist and someone who loves [mathematics](/mathematical-induction-proving-tiling-methods) and [abstractions](/typoclassopedia-exercise-solutions), I was obsessed with the idea of rationality, that is, an _objective_ and absolute rationality. + +I somehow stumbled upon Eliezer Yudkowsky's [Rationality: From AI to Zombies](https://www.readthesequences.com/) about 4 years ago, and it took me two years to go through it all but I was absolutely fascinated by this book. I _knew_ how to be rational now, and I could _prove_ it using mathematics, what else could I ask for! + +The book basically looks at the world as a probabilistic system, and everything that happens can be assigned probabilities, and using mathematical theorems such as Bayes Theorem, we can predict outcomes of certain actions and then decide between them. There is a lot of focus on [cognitive biases](https://en.wikipedia.org/wiki/List_of_cognitive_biases) as well. I was particularly very interested about these biases, and so I set out to learn more about them, and that's how I found my current course: [Cognitive Science at University College Dublin](https://cogsci.ucd.ie). + +So I enter this course with this mindset: we can objectively analyse the world around us using probability and statistics (mathematics), but we are limited by our cognitive biases, so I want to learn about these cognitive biases: where do they come from, how can they be resisted to allow us to act more rationally and so on. These questions would mainly fall under the umbrella of psychology... + +However... I found myself to be more and more interested in the philosophy side of this course than the psychology side, hell I even started to not like the psychology side anymore, but fall in love with the philosophy. This is where I found the opposite of what I had come for: an alternative definition of objectivity, and an inherent subjectivity of some things. + + diff --git a/_layouts/post.html b/_layouts/post.html index aefb8e4..08c9509 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -5,6 +5,9 @@ layout: default

{{ page.title }}

+ {% if page.subtitle %} +

{{ page.subtitle }}

+ {% endif %}