inherent subjectivity: why is it important

This commit is contained in:
Mahdi Dibaiee 2021-11-11 19:24:27 +00:00
parent 1e63fb5c44
commit f03fc83d67
2 changed files with 8 additions and 2 deletions

View File

@ -71,6 +71,12 @@ In the end one experiences only one's self. Said Nietzsche.
So What? (Or: Why is This Important?) So What? (Or: Why is This Important?)
---------------------- ----------------------
This realisation means that objectifying people's subjective experiences is not possible, we will never be able to decipher someone's subjective experience of something. This does not mean we should not try to _understand_ people, rather, it means we should always consider that our understanding of someone's subjective experience will never be objective, it will always be merely our perspective of it. When it comes to people's personal experiences, we can't be sure that we are right, the way we are confident we are right after measuring a distance using our agreed-upon metric ruler; when it comes to subjective experiences it's always only a crude approximation.
This video was sent to me by a friend today, and it is great timing, because it is very relevant:
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/oRG2jlQWCsY" title="Good Will Hunting | 'Your Move Chief' (HD) - Matt Damon, Robin Williams | MIRAMAX" frameborder="0" allow="picture-in-picture" allowfullscreen></iframe>
References References
---------- ----------

View File

@ -45,10 +45,10 @@ make
{% endhighlight %} {% endhighlight %}
- Install the newly built Kernel - Install the newly built Kernel
{% highlight bash %} {% highlight bash %}
make install_modules make modules_install
VERSION=5.10 VERSION=5.10
cp -v arch/x86_64/boot/bzImage /boot/vmlinuz-linux${VERSION} cp -v arch/x86_64/boot/bzImage /boot/vmlinuz-linux${VERSION}
mkinitcpio -k linux-${VERSION} -g /boot/initramfs-linux${VERSION}.img mkinitcpio -k $VERSION -g /boot/initramfs-linux${VERSION}.img
{% endhighlight %} {% endhighlight %}
- Run grub-mkconfig to add a menu option for this new kernel - Run grub-mkconfig to add a menu option for this new kernel
{% highlight bash %} {% highlight bash %}