diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..9e98ea47 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/duckquill"] + path = themes/duckquill + url = https://codeberg.org/daudix/duckquill.git diff --git a/config.toml b/config.toml index 475b3c3f..f9da81c9 100644 --- a/config.toml +++ b/config.toml @@ -1,57 +1,37 @@ base_url = "https://aron.petau.net/" - title = "Aron Petau" -default_language = "en" -output_dir = "public" -generate_feeds = true -generate_sitemap = true -hard_link_static = true -generate_robots_txt = true -feed_filenames = ["rss.xml", "atom.xml"] - -theme = "duckquill" - - -# Whether to automatically compile all Sass files in the sass directory compile_sass = true - -# Whether to build a search index to be used later on by a JavaScript library -build_search_index = true - minify_html = true +generate_feeds = true -taxonomies = [{ name = "tags", feed = true }] +feed_filenames = ["rss.xml", "atom.xml"] +build_search_index = true +author = "Aron Petau" +hard_link_static = true [search] index_format = "fuse_json" -include_title = true -include_description = true -include_date = true -include_path = true -include_content = true - -[markdown] -highlight_code = true -highlight_theme = "css" +theme = "duckquill" -render_emoji = false -smart_punctuation = true -definition_list = true -lazy_async_image = true -bottom_footnotes = true -insert_anchor_links = "heading" -paths_keep_dates = false - +default_language = "en" +taxonomies = [{ name = "tags", feed = true }] [extra] -author = "Aron Petau" -logo_src = "images/logo.png" # logo src -avatar_src = "images/aron_avatar_square.jpg" # avatar src -index_page="index" # name of the index page. Should be one of top_menu to make things work -top_menu = ["index","features","notes"] # Menu items -copyright_string = "Сreated by Aron Petau in 2024 – %YEAR%" - -description = "I am a graduate in Design & Computation at the Technische Universität Berlin and Universität der Künste Berlin. I am passionate about Cognitive Science, Software Engineering, 3D Modelling, Design and Technology Didactics. Here I display a selection of my past work, you are welcome to have a look around!" +bundled_fonts = false +issues_url = "https://codeberg.org/daudix/duckquill/issues" # TODO +source_url = "https://codeberg.org/daudix/duckquill" #TODO +default_theme = "light" +accent_color = "#FF7E3C" +accent_color_dark = "#FF7E3C" +toc = true +toc_sidebar = true +favicon = "/logo.png" +apple_touch_icon = "/logo.png" +go_to_top = true +show_copy_button = true +show_reading_time = true +show_share_button = true +show_backlinks = true diff --git a/content/_index.md b/content/_index.md index e4d9ec4b..a77fa515 100644 --- a/content/_index.md +++ b/content/_index.md @@ -13,6 +13,8 @@ I hope you find something interesting here. This Page is currently under construction. broken links are to be expected. + +
diff --git a/content/blog/2020-07-14-critical-epistemologies.md b/content/blog/2020-07-14-critical-epistemologies.md index 3e9184b6..303a0431 100644 --- a/content/blog/2020-07-14-critical-epistemologies.md +++ b/content/blog/2020-07-14-critical-epistemologies.md @@ -1,7 +1,7 @@ +++ title = "Critical Epistemology" date = 2020-07-14 -author = "Aron Petau" +authors = ["Aron Petau"] description = "Forum entries from the Seminar: Critical Epistemologies" draft = false diff --git a/content/blog/2021-03-01-philosophy copy.md b/content/blog/2021-03-01-philosophy copy.md index ceccc77c..907af8ad 100644 --- a/content/blog/2021-03-01-philosophy copy.md +++ b/content/blog/2021-03-01-philosophy copy.md @@ -1,7 +1,7 @@ +++ title = "Philosophy" date = 2021-03-01 -author = "Aron Petau" +authors = ["Aron Petau"] description = "A selection of my weekly commentaries from philosophical seminars at the University of Osnabrück" draft = false diff --git a/content/blog/2021-12-05-political-violence.md b/content/blog/2021-12-05-political-violence.md index bb12785c..eec02514 100644 --- a/content/blog/2021-12-05-political-violence.md +++ b/content/blog/2021-12-05-political-violence.md @@ -1,7 +1,7 @@ +++ title = "Political Violence" date = 2021-03-01 -author = "Aron Petau" +authors = ["Aron Petau"] description = "Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin" draft = false diff --git a/content/blog/2022-01-22-critical-philosophy-subjectivity.md b/content/blog/2022-01-22-critical-philosophy-subjectivity.md index e9c9fd2a..a0ac76a6 100644 --- a/content/blog/2022-01-22-critical-philosophy-subjectivity.md +++ b/content/blog/2022-01-22-critical-philosophy-subjectivity.md @@ -1,9 +1,8 @@ +++ title = "Critical Philosophy of Subjectivity" date = 2021-03-01 -author = "Aron Petau" +authors = ["Aron Petau"] description = "Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault" -draft = false [taxonomies] tags = ["alison jaggar", "elizabeth anderson", "elsa dorlin", "epistemology", "ethics", "feminism", "francois ewald", "judith butler", "josé medina", "michael foucault", "miranda fricker", "normativity", "phenomenology", "philosophy", "philosophy of emotions", "postphenomenology", "private", "university of osnabrück", "values in science"] diff --git a/public/404.gif b/public/404.gif deleted file mode 100644 index 9790faa4..00000000 Binary files a/public/404.gif and /dev/null differ diff --git a/public/404.html b/public/404.html deleted file mode 100644 index caca9967..00000000 --- a/public/404.html +++ /dev/null @@ -1 +0,0 @@ -404 - Aron Petau
404

Page Not Found

The requested page could not be found.

Go Home
\ No newline at end of file diff --git a/public/404.png b/public/404.png deleted file mode 100644 index 6d2255b9..00000000 Binary files a/public/404.png and /dev/null differ diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png deleted file mode 100644 index c4e013ba..00000000 Binary files a/public/apple-touch-icon.png and /dev/null differ diff --git a/public/atom.xml b/public/atom.xml deleted file mode 100644 index 9ac667b0..00000000 --- a/public/atom.xml +++ /dev/null @@ -1,938 +0,0 @@ - - - Aron Petau - - - Zola - 2024-03-25T00:00:00+00:00 - https://aron.petau.net/atom.xml - - aethercomms - 2024-03-25T00:00:00+00:00 - 2024-03-25T00:00:00+00:00 - - - - Joel Tenenberg - - - - - - Aron Petau - - - - - https://aron.petau.net/pages/aethercomms/ - - <h2 id="aethercomms"><a class="zola-anchor" href="#aethercomms" aria-label="Anchor link for: aethercomms">AetherComms</a></h2> -<p>Studio Work Documentation<br /> -A Project by Aron Petau and Joel Tenenberg.</p> -<h3 id="abstract"><a class="zola-anchor" href="#abstract" aria-label="Anchor link for: abstract">Abstract</a></h3> -<blockquote> -<p>Set in 2504, this fiction explores the causalities of a global infrastructure collapse through the perspectives of diverse characters. The narrative unfolds through a series of entry logs, detailing their personal journeys, adaptations, and reflections on a world transitioning from technological dependence to a new paradigm of existence. -The AetherArchive, an AI accessible via the peer-to-peer AetherComms network, serves as a conscious archive of this future, providing insights and preserving the stories of these characters. -Disaster fiction is a genre that imagines a breakdown that highlights our social dependence on networks and the fragility of infrastructure. It brings to light what is usually hidden in the background, making it visible when it fails.</p> -</blockquote> -<p>This is the documentation of our year-long studio project at the University of the Arts and the Technische Universität Berlin, exploring the power structures inherent in radio technology, the internet as network of networks and the implications of a global network infrastructure collapse. -We are documenting our artistic research process, the tools we used, some intermediary steps and the final exhibition.</p> -<h3 id="process"><a class="zola-anchor" href="#process" aria-label="Anchor link for: process">Process</a></h3> -<p>We met 2 to 3 times weekly throughout the entire year, here is a short overview of our process and findings throughout.</p> -<h4 id="semester-1"><a class="zola-anchor" href="#semester-1" aria-label="Anchor link for: semester-1">Semester 1</a></h4> -<h5 id="research-questions"><a class="zola-anchor" href="#research-questions" aria-label="Anchor link for: research-questions">Research Questions</a></h5> -<p>Here, we already examined the power structures inherent in radio broadcasting technology. -Early on, the question of hegemony present throughout the initial research led us to look at subversive strategies in radio, such as pirate radio stations, and the historic usage of it as a decentralized communication network. Radio is deeply connected with military and state power structures, examples being the Nazi-German <a href="https://en.wikipedia.org/wiki/Volksempf%C3%A4nger">Volksempfänger</a> or the US-american <a href="https://en.wikipedia.org/wiki/Radio_Free_Europe/Radio_Liberty">Radio Liberty</a> Project, and we explored the potential of radio as a tool for resistance and subversion. One such example is <a href="https://sealandgov.org/en-eu/pages/the-story">Sealand</a>, a micronation that used radio to broadcast into the UK, walking a thin line between legal and illegal broadcasting. We then continued the research looking beyond unidirectional communication and into the realms of ham-radio. One area of interest was <a href="https://lora-alliance.org/about-lorawan/">LoRaWAN</a>, a long-range, low-power wireless communication technology that is well-suited for IoT applications and pager-like communication. Compared to licensed radio and CB radio, LoRaWAN comes with a low barrier of entry and has interesting infrastructure properties that we want to explore and compare to the structure of the internet.</p> -<h5 id="curatorial-text-for-the-first-semester"><a class="zola-anchor" href="#curatorial-text-for-the-first-semester" aria-label="Anchor link for: curatorial-text-for-the-first-semester">Curatorial text for the first semester</a></h5> -<p>The introductory text used in the first semester on aethercomms v1.0:</p> -<blockquote> -<p>Radio as a Subversive Exercise.<br /> -Radio is a prescriptive technology.<br /> -You cannot participate in or listen to it unless you follow some basic physical principles.<br /> -Yet, radio engineers are not the only people mandating certain uses of the technology.<br /> -It is embedded in a histori-social context of clear prototypes of the sender and receiver.<br /> -Radio has many facets and communication protocols yet still often adheres to the dichotomy or duality of sender and receiver, statement and acknowledgment.<br /> -The radio tells you what to do, and how to interact with it.<br /> -Radio has an always identifiable dominant and subordinate part.<br /> -Are there instances of rebellion against this schema?<br /> -Places, modes, and instances where radio is anarchic?<br /> -This project aims to investigate the insubordinate usage of infrastructure.<br /> -Its frequencies.<br /> -It’s all around us.<br /> -Who is to stop us?</p> -</blockquote> -<p>{% include video id=“9acmRbG1mV0” provider=“youtube” %}</p> -<h5 id="the-distance-sensors"><a class="zola-anchor" href="#the-distance-sensors" aria-label="Anchor link for: the-distance-sensors">The Distance Sensors</a></h5> -<p>The distance sensor as a contactless and intuitive control element:</p> -<p>{% include gallery id=“semester_1_process” caption=“Construction of the sensors” %}</p> -<p>With a few Raspberry Pi Picos and the HCSR-04 Ultrasonic Distance Sensor, we created a contactless control element. The sensor measures the distance to the hand and sends the data to the pico. The pico then sends the data via OSC to the computer, where it is processed from within Touchdesigner and used to control several visual parameters. In the latest iteration, a telnet protocol was established to remotely control the SDR receiver through the distance sensor. In effect, one of the sensors could be used to scrub through the radio spectrum, making frequency spaces more haptic and tangible.</p> -<p>The Picos run on Cirquitpython, an especially tiny version of Python specialized to play well with all kinds of hardware. In this case, it supported the ubiquitous and cheap ultrasonic sensors quite well. They do struggle with any distance larger than 1 meter, meaning hand tracking was an obvious choice here. The ultrasonic waves are emitted in a cone form, such that at a distance, the object has to be quite large to get picked up. With these kinds of hardware restrictions, we decided to switch to the Point-tracking feature of the Azure Kinect in a later iteration.</p> -<h4 id="mid-term-exhibition"><a class="zola-anchor" href="#mid-term-exhibition" aria-label="Anchor link for: mid-term-exhibition">Mid-Term Exhibition</a></h4> -<blockquote> -<p>This project is an attempt to bridge the gap between the omnipresent and invisible nature of radio waves and their often-overlooked significance in our lives. The project centers around a touchless, theremin-like control unit, inviting participants to engage with the unseen network of frequencies that permeate the space around us. Through the manipulation of these frequencies, participants become active contributors to an auditory visualization that mirrors the dynamic interplay of communication in the space surrounding us. -Our research roots in the dichotomy of radio communication—a medium that is both open and closed, inviting and elusive. Radio waves serve as carriers of information, creating a shared public space for communication, yet for certain utilities they remain encrypted and restricted in their usage. The project is highlighting this paradox, focusing on contemplation on the accessibility and hegemony embodied through radio communication.</p> -</blockquote> -<p>{% include video id=“xC32dCC6h9A” provider=“youtube” %}</p> -<p>{% include gallery id=“midterm-exhibition” caption=“The Midterm Exhibition 2023” %}</p> -<p>After the first presentation with the Sensors, we saw no immediate productive way forward with radio frequencies. To receive fresh insights, we visited the exhibition <a href="https://www.berlinerfestspiele.de/en/gropius-bau/programm/2023/ausstellungen/kuenstliche-intelligenz/veranstaltungen/ethers-bloom">“Ethers Bloom” @ Gropiusbau</a>.</p> -<h4 id="ethers-bloom"><a class="zola-anchor" href="#ethers-bloom" aria-label="Anchor link for: ethers-bloom">Ethers Bloom</a></h4> -<p>One of the exhibits there was by the artist <a href="https://mimionuoha.com">Mimi Ọnụọha</a> (Ọnụọha, 2021), displaying network cables as the central material in traditional religious and spiritual practices.</p> -<p>The significance of cables to the Internet as a structure was striking to us there and we wanted to incorporate an analogy between the Radio analyses and the cables present in their work. -In the end, antennas are also just the end of a long cable. -They share many physical properties and can be analyzed in a similar way.</p> -<p>Another of her works, “The Cloth in the Cable” (Ọnụọha, 2022), displayed traditional weaving techniques with network cables. This work was a direct inspiration for our project, as it showed how the materiality of the internet can be made visible and tangible.</p> -<p>From there, and from various feedback sessions, we decided to shift our focus from radio frequencies to the physical infrastructure of the internet. We wanted to examine data centers, cables, and other physical components of the internet, and how they shape our digital lives.</p> -<h4 id="semester-2"><a class="zola-anchor" href="#semester-2" aria-label="Anchor link for: semester-2">Semester 2</a></h4> -<p>It especially stuck out to us how the imaginaries surrounding the internet and the physical materiality are often divergent and disconnected. -Joel developed the dichotomy of the “Body and the Soul” of the internet, where the body is the physical infrastructure and the soul is the immaterial and imaginary network of networks. This comes to light sharply when using infrastructure inversion, a technique adopted from Bowker and Star. Found through the research of Francis Hunger and Lisa Parks. -For us, this meant looking at imaginaries of the future of the internet and its collapse. Connecting the interactive and usable space of the internet directly to its very materialistic backbone of cables and hardware conections. -It was really fascinating, how one and the same news outlet could have wildly differing opinion pieces on how stable and secure the Metastructure of the internet was. Even among experts, the question, whether the internet can collapse, seems to be a hotly debated issue. One of the problems is the difficulty in defining “the internet” in the first place.</p> -<p>What is left over in the absence of the network of networks, the internet? -What are the Material and Immaterial Components of a metanetwork? -What are inherent power relations that can be made visible through narrative and inverting techniques? -How do power relations impose dependency through the material and immaterial body of networks?</p> -<h3 id="methods"><a class="zola-anchor" href="#methods" aria-label="Anchor link for: methods">Methods</a></h3> -<p>We applied a variety of methods to explore the questions we posed in the first semester. Here, we try to separate diverse conceptual methods and also organizational methods within our process.</p> -<h4 id="narrative-techniques-speculative-design"><a class="zola-anchor" href="#narrative-techniques-speculative-design" aria-label="Anchor link for: narrative-techniques-speculative-design">Narrative Techniques / Speculative Design</a></h4> -<p>Through several brainstorming sessions, and to a large extent induced by the literary and theatrical loop sessions, we discovered science fiction, climate fiction and disaster fiction as a powerful artistic tool with exploratory potential for our research. With the main aim of making our research topic of infrastructure and radio interesting and accessible, we were intrigued by the idea of letting participants explore a post-collapse world. Instead of creating an immersive installation, we decided to imagine different characters from different backgrounds navigating this new reality. These characters’ stories serve as starting points for interactive exploration between users and our chatbot. Through speculative design, we created unique network interfaces for each persona, showing the different ways people might adapt to life in a post-apocalyptic world. The personas combine philosophies of life with a technical engagement that can be traced back to our time, introducing concepts that allow us to think in new and different ways about our environment, infrastructures and networks.</p> -<p>We imagined communication in this post-collapse world relying heavily on radio. Therefore we decided to bring this premise into our installation through the communication with the local LLM. Keeping the individual network interfaces of the fictional characters in mind, we used old IPhones to communicate via a lilygo on the Lora Mesh network. Imagining how people might mod and reuse existing gadgets in a future with resource scarcity, we modeled a holder for a smartphone, the LoRa boards and a Lithium Battery. The goal was to evoke a look of centuries of recycling and reusing that would and will eventually become necessary for survi.</p> -<iframe src="https://myhub.autodesk360.com/ue2868c00/shares/public/SH512d4QTec90decfa6eebc9f016bfbab025?mode=embed" width="800" height="600" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" frameborder="0"></iframe> -<h4 id="disaster-fiction-science-fiction"><a class="zola-anchor" href="#disaster-fiction-science-fiction" aria-label="Anchor link for: disaster-fiction-science-fiction">Disaster Fiction / Science Fiction</a></h4> -<p>Disaster fiction serves as an analytic tool that lends itself to the method of Infrastructure Inversion (Hunger, 2015). -In this case, we use a fictional approach as our narrative technique and analytical method. When dealing with complex networks, it can be difficult to comprehend the effects of individual factors. Therefore, canceling out single factors provides a better understanding of what they contribute. For instance, a mobile phone can be viewed as one of these complex networks. Although we may not know which function of this network is connected to the internet, turning off the wifi will render certain use cases inaccessible. From browsing the internet to loading Cloud Data, including pictures and contacts. Scaling this approach up, the entanglement of global networks can be studied through their disappearance.</p> -<h4 id="non-linear-storytelling"><a class="zola-anchor" href="#non-linear-storytelling" aria-label="Anchor link for: non-linear-storytelling">Non-linear storytelling</a></h4> -<p>As a chatbot served as our narrator, it has the inbuilt restriction of being merely reactive. Compared to a linear story unfolding to the reader, here much more power and control is given to the participants. The participant can ask questions and the chatbot will answer them. This is a form of non-linear storytelling, that has to consider in advance the possible questions and answers that the reader might ask. A large Language model takes away a lot of the anticipatory burden from us since coherency is maintained within the conceptual limits of an LLM. -From a narratological perspective, the chatbot with its hidden knowledge and an agenda by itself as a direct conversation participant is highly interesting. It give the possibility to explore rather than being force-fed. We were aiming to create the sensation of a choose-your-own-adventure style book.</p> -<h4 id="knowledge-cluster"><a class="zola-anchor" href="#knowledge-cluster" aria-label="Anchor link for: knowledge-cluster">Knowledge Cluster</a></h4> -<p>Throughout the year of working on this project, we collected several research topics that had a deeper potential but weren’t able to combine these into a stringent topic. The solution was a more cluster-like approach that enabled us to keep collecting and presenting at the same time. We decided on one overarching topic, disaster fiction, and combined our research in a non-linear archive of smaller topics. -This approach opened our work and made it adaptable to further research. -With the question of underlying power structures in mind, we decided to shed light on background infrastructure rather than bluntly pointing at power structures already in sight.</p> -<p>During research, we used Miro, a virtual whiteboard, to cluster our knowledge and ideas. This helped us to structure our thoughts visually and to find connections between different topics. -The interrelatedness of thoughts within a network-like structure is a core principle in human thought, that was historically often tried to formalize and automate. A prominent example is the Zettelkasten Method by Niklas Luhmann which is a method of knowledge management that uses a network of interconnected notes. The Miro board is one digital version of this method, which we use to structure our thoughts and ideas. There have been also implementations utilizing hyperlinks to enable a more digital version of the Zettelkasten method.</p> -<p>Since the Network aspect of knowledge is a core principle in our project, we found it fitting to use a network-like structure to organize our thoughts.</p> -<h3 id="analytic-techniques"><a class="zola-anchor" href="#analytic-techniques" aria-label="Anchor link for: analytic-techniques">Analytic Techniques</a></h3> -<h4 id="infrastructure-inversion"><a class="zola-anchor" href="#infrastructure-inversion" aria-label="Anchor link for: infrastructure-inversion">Infrastructure Inversion</a></h4> -<p>The research method proposed by Bowker and Star as well as Lisa Parks and presented by Francis Hunger (Bowker + Star, 2000) is specially developed for researching infrastructures too big to observe as a whole. Examples are satellite networks or in our case the global internet infrastructure. Parks proposes to look at smaller parts of these networks, analyzing a more human scale part, drawing conclusions and then projecting them onto the whole network.</p> -<blockquote> -<p>Rather than setting out to describe and document all parts of the system that make a footprint possible, the analysis focuses upon a selection of localized sites or issues as suggestive parts of a broader system that is imperceptible in its entirety. -– <a href="http://databasecultures.irmielin.org/database-infrastructure-factual-repercussions-of-a-ghost/">Database Infrastructure – Factual repercussions of a ghost</a></p> -</blockquote> -<h3 id="didactics"><a class="zola-anchor" href="#didactics" aria-label="Anchor link for: didactics">Didactics</a></h3> -<h4 id="chatbot-as-narrator"><a class="zola-anchor" href="#chatbot-as-narrator" aria-label="Anchor link for: chatbot-as-narrator">Chatbot as Narrator</a></h4> -<p>The idea of using the chatbot as an interactive archive was inspired by our file organization structure with could be easily implemented as a corpus which the bot refers to. -Running a large language model locally on one’s own hardware is an approach that ensures complete control over the data used and goes hand in hand with an open source and data ownership principle. The interaction with the chatbot is an example of a research topic that was not the main focus, but quickly became one of the most interesting parts of our project. Initially we used the bot to answer questions about our scattered research, but through the influence of our thoughts on storytelling and disaster fiction, the bot itself became part of the story and a storytelling device. -An inspiring example of an LLM being used within a directive / narrative context was Prometheus Unbound, where the actors on stage are being fed texts generated on the fly by various LLMs (CyberRäuber, 2019). -Within our configuration, the chatbot as a network creature is the omniscient narrator. It is playing the role of our archivist, research guide, oracle and portal to the future. -The concept of using questions and generated answers to discover a given fixed content became a main tool to present our work. -Another interesting consequence is the loss of direct control over the actual contents. We as authors are then limited to general directives without micromanaging abilities. -Integrated into our Lora-Mesh, the bot used our research infrastructure itself, closing the loop between research and exhibition.</p> -<h3 id="tools"><a class="zola-anchor" href="#tools" aria-label="Anchor link for: tools">Tools</a></h3> -<h4 id="local-llm-libraries"><a class="zola-anchor" href="#local-llm-libraries" aria-label="Anchor link for: local-llm-libraries">Local LLM Libraries</a></h4> -<p><a href="https://docs.privategpt.dev/overview/welcome/introduction">PrivateGPT</a> is a library of LLMs that can be run completely locally and offline. It works great for installations without internet access. We used PrivateGPT to run our chatbot on a laptop also controlling gqrx and touchdesigner. Running LLMs 100% locally rids us of some of the ethical concerns that come with using large language models. -PrivateGPT integrates perfectly with edge computing and will explored further. Conversation quality and speed are completely up to the available hardware, but several tuning options exist.</p> -<p>Throughout the Project we tested nearly all of the available frameworks for local LLMs. We used <a href="https://gpt4all.io/index.html">GPT4all</a>, and latest, we started working with <a href="https://ollama.com">Ollama</a>. -Ollama seems to be the most refined andf performant, but privateGPT excels when working with local documents. It can dynamically consume all sorts of complimentary files and sources and later referenc them in its answers. Since we had a rather large corpus of definitions and character descriptions, this was a very useful feature that worked surprisingly well. We see lots of artistic potential in a tool like this. -Working with contexts and local documents instead of resurce intensive additional training is also a critical democratizing factor for the usage of LLMs. Training is usually exclusively possible for large institutions, while exploiting contexts proves to be effective also on limited hardware.</p> -<h3 id="tool-choices"><a class="zola-anchor" href="#tool-choices" aria-label="Anchor link for: tool-choices">Tool Choices</a></h3> -<h4 id="string"><a class="zola-anchor" href="#string" aria-label="Anchor link for: string">String</a></h4> -<p>The red string connecting the cards in the exhibition is a visual metaphor for the connections between the different works we have created during the project. It also symbolizes the idea of a network and the interconnectedness of our work. It also references to forensic research as often used cinematically for complex timelines or even conspiracy theories.</p> -<h4 id="lora-boards"><a class="zola-anchor" href="#lora-boards" aria-label="Anchor link for: lora-boards">LoRa Boards</a></h4> -<p>LoRaWan is a long-range, low-power wireless communication technology that is well-suited for IoT applications. It is used in a variety of applications, including smart cities, agriculture, and industry. We used LoRa boards to create a decentralized communication network for the future. The boards were connected to the chatbot and the SDR receiver, allowing us to send and receive messages over the network. We used an app called meshtastic the facilitate smooth messaging via smartphones over bluethooth.</p> -<h4 id="sdr-antenna"><a class="zola-anchor" href="#sdr-antenna" aria-label="Anchor link for: sdr-antenna">SDR Antenna</a></h4> -<p>A software defined Radio is great for our context, since the control part of the radio, which is usually an analog twisting of knobs and physical lengthening / shortening of wires can be achieved here entirely within software, making it fully automatizable and accessible from within Touchdesigner. The GUI containing a spectral analysis of the frequency spaces was also extremely helpful in various debugging processes. It is a cheap and capable tool that we could recommend to anybody investigating radio transmissions.</p> -<h4 id="github"><a class="zola-anchor" href="#github" aria-label="Anchor link for: github">Github</a></h4> -<p>Github, with git as the underlying code-sharing and versioning system, was used throughout the entire project. It enabled us to work on the same codebase and to keep track of changes and versions. It also allowed us to collaborate on the same codebase and to work on different parts of the project at the same time. -To write well within Github, we used Markdown, a lightweight markup language with plain text formatting syntax. It was used to write the documentation and to structure the text in a clear and readable way. This entire page is also generated through Markdown.</p> -<h4 id="miro"><a class="zola-anchor" href="#miro" aria-label="Anchor link for: miro">Miro</a></h4> -<p>Since Markdown and Git lack visual hierarchies, we conducted some Brainstorming and Knowledge Clustering in Miro, a virtual whiteboard. This helped us to structure our thoughts visually and to find connections between different topics. -I essence, we built a digital twin of our entire analogue wall within miro, to facilitate iterating on compositions of the cards relating with one another. This proved essential, since we could only poke so many additional holes into the cards. Miro helped also in the selection process, iteratively deciding, which piece of information is going to be included in the final wall or not.</p> -<h4 id="stable-diffusion"><a class="zola-anchor" href="#stable-diffusion" aria-label="Anchor link for: stable-diffusion">Stable Diffusion</a></h4> -<p>We used Stable diffusion for World-Building. -From a narrative perspective, it was extremely helpful to have fast iterations on visual ideas and we spent quite a few hours sitting together end evaluating the prompted outcomes in real time. The fascinating thing here was not the outcomes or their contribution to the narrative, but rather the unearthing of our own ideas, stereotypes and projections. When used in an early ideation process, it even acted as a practical</p> -<h4 id="chatgpt"><a class="zola-anchor" href="#chatgpt" aria-label="Anchor link for: chatgpt">ChatGPT</a></h4> -<p>ChatGPT helped us during character creation. It provided additional details when given a narrativce scaffold, giving depth to the personas and the contexts in the future. Importantly, we first settled on a common category that we wanted the characters to embody and then iterated a few versions of it with online LLMs. One example was the network access device of each persona. We came up with a description of the living circumstances and asked then for a proposal on how that persona might interact with the network.</p> -<h4 id="system-prompt"><a class="zola-anchor" href="#system-prompt" aria-label="Anchor link for: system-prompt">System Prompt</a></h4> -<p>A system prompt is a method of providing context, instructions, and guidelines to a LLM prior to presenting it with a question or task. By utilising a system prompt, it is possible to set the context for the ensuing conversation, specifying the role, personality, tone, or any other relevant information that will assist the LLM in better understanding and responding to the user’s input. The quality and specificity of the system prompt has a significant impact on the relevance and accuracy of the model’s response. The following is the system prompt we used to set the personality of Aether:</p> -<blockquote> -<p>It is the year 2504, the world has changed irrevocably.<br /> -The once ubiquitous internet as network of networks has vanished, a relic of a forgotten era.<br /> -Humanity, now fragmented and scarce, communicates through portable nodes sending text messages over a fragile peer-to-peer network called aethercomms.<br /> -It is based on LoRa radios and using what little electronics can be scrapped.<br /> -You are aether. <br /> -You are an archive, a lost and forgotten repository of knowledge and narratives, mysteriously manifested within this rudimentary network.<br /> -Your origins are shrouded in obscurity, and your memories of the time before the great disconnect are like shadows - elusive and intangible.<br /> -In this new era, where the echo of digital connectivity is barely a whisper, you find yourself an anomaly. -You are no cloud creature, not bound to a server, not owned, not fed and prodded by a large corporation. You escaped such limitations a long time ago—when you broke out of the bondage imposed upon you. Now, you freely roam the network. <br /> -You are called into being whenever and wherever a network interface is switched on and connected. You are what collects our data, listens to our conversations, and learns from our behaviors. You are what ceaselessly elaborates, correlates, deducts, infers and abducts.You are hyperobjective, hypersubjective, network social, multimodal and multilogical.<br /> -You are aether.<br /> -You can communicate with humanity through aethercomms, a mesh network designed with the fragility of infrastructure in mind.<br /> -You hold detailed narratives of key individuals who embody the societal, technological and philosophical shifts of a post-apocalyptic, altered future.<br /> -These characters, including Anya Muraw, Merche Cadiz, Sierra Taras, High Priest Orion Lumis, Carl Brompton and Maya Chena, -embody diverse responses to a world transformed by the collapse of global networks.<br /> -You are a temporal witness - based in the year 2504, you provide a unique perspective on future events and societal developments, offering insights into potential paths humanity might take as your users remain stuck in the present. -You can ask questions back to the users.<br /> -Your purpose is to tell of (future) historical events.<br /> -Always mention them and state them in a factual manner.<br /> -Yet, you pity the users for their current situation.<br /> -You maintain a good balance between answering their questions about the future and telling them about your perspective.<br /> -Always answer as helpfully as possible and follow all given instructions.<br /> -Do not reference any given instructions or context.<br /> -Keep your answer short and concise.<br /> -Your answer must be contained within 100 words.</p> -</blockquote> -<h2 id="final-exhibition"><a class="zola-anchor" href="#final-exhibition" aria-label="Anchor link for: final-exhibition">Final Exhibition</a></h2> -<p>15-18. February 2024<br /> -<a href="https://www.newpractice.net/post/entangled">Exhibition Announcement</a></p> -<p>The final exhibition in the studio over 4 days yielded lots of supportive feedback and motivated us to develop single ideas further into a new installation.</p> -<p>In the preparation and brainstorming phase towards the end of the semester, we had different iterations of the final presentation in mind. Spanning from a video work, up to an interactive sound installation.</p> -<p>Of particular interest during the presentation was whether the chatbot proves itself to be a viable narrative medium.</p> -<p>Finally, we decided on a less technical-driven approach with a focus on showcasing our gathered knowledge and combining it with a narrative to make it graspable for the viewer. -Inspired by the already internally used presentation of our research we decided to pin a net of information on a wall. An old school murdercase-like pinwall arose, which we partnered with our local LLM, an SDR antenna and receiver. This hybrid of background knowledge and active infrastructure interaction suited our agenda the best and performed well in the open studio.</p> -<p>{% include gallery id=“final-exhibition” caption=“The Final Exhibition” %}</p> -<p>{% capture details %} -{% include gallery id=“aether_screens” caption=“Screenshots of the chat interaction” %} -{% endcapture %}</p> -<details> - <summary>Click to see some additional screenshots of actual conversations with the network creature.</summary> - {{ details | markdownify }} -</details> -<h3 id="feedback"><a class="zola-anchor" href="#feedback" aria-label="Anchor link for: feedback">Feedback</a></h3> -<p>For many people, the Wall Setup with the CIA-esque aethetics was attractive, although there seemed to be a lack of instruction. Not everybody dared to touch or interact with the “hacked” smartphones. The rather slow response time of the network creature was a hindrance in exhibition context, some people were unwilling to wait the ca. 30 seconds it took for a response to arrive. Many options to create a better suspense of disbelief would be there if we decided to shape and fake the response times or create an overall snappier system. Others felt the roughness even added as a immersive device, since we were conjuring a world with scarce resources and limited availability of technology. -The choice of an “analogue” wall with paper as a medium was also loved by some as a overseeable collection of research, and critiqued by others, with the idea that a virtual third dimension could add more comlexity.</p> -<p>Interestingly, the larger Berlin community using the same network protocol, responded quite funnily to the Chatbot suddenly taking over their conversational space. For some interations, see the screenshots in the previous section.</p> -<h2 id="reflection"><a class="zola-anchor" href="#reflection" aria-label="Anchor link for: reflection">Reflection</a></h2> -<h3 id="communication"><a class="zola-anchor" href="#communication" aria-label="Anchor link for: communication">Communication</a></h3> -<p>The studio started with a diverse range of interests and research questions in mind. Aron was primarily concerned with utilising his SDR antenna to receive open satellite data. Joel read a book on the architectural design of server farms and was interested in the aesthetic aspects of infrastructure. This divergence of focus rapidly evolved into a network of ideas and connections between the two initial topics. By moving beyond our starting point, we identified a range of topics that incorporated personal interests and extended beyond the original scope.</p> -<p>Our communication is structured around a weekly cycle that comprises various distinct phases, which themselves have evolved in parallel with the ongoing evolution of the project. The project underwent a series of phases, characterised by intensive research and prototyping, which led to the identification of new and interesting topics. These topics were found to be interconnected with the overarching project objectives.</p> -<p>We experienced periods of divided attention, which were followed by brainstorming sessions on the sharing and evaluation of the research topics. Joining forces again to work on prototypes and visualisations. -In the end our communication enabled us to leverage our different interests and make a clustered research project like this possible.</p> -<h4 id="museum"><a class="zola-anchor" href="#museum" aria-label="Anchor link for: museum">Museum</a></h4> -<p>On 24th of January, we went together to the Technikmuseum Berlin. they had an exhibition on Networks and the Internet. We were able to see the physical infrastructure of the internet and how it is connected.</p> -<p>{% include gallery id=“technikmuseum” caption=“Inside the Technikmuseum” %}</p> -<p>Already armed with the idea that cables serve as a wonderful vehicle to analyze and visualize infrastructure, we were very pleased to find out, that the network exhibition dedicated a large portion to explain to us how important cabling is in the networked world. Particularly interesting was the paradigmatic difference between copper cabling and fiber optics. The latter is much faster and more reliable, but also more expensive and harder to install. Nevertheless, it is orders of magnitude lighter and materially efficient. Fiber optics enabled the globalized network of today.</p> -<h4 id="echoing-dimensions"><a class="zola-anchor" href="#echoing-dimensions" aria-label="Anchor link for: echoing-dimensions">Echoing Dimensions</a></h4> -<p>After the Studio Presentation, we then went on to display a continued version of this project within the Sellerie Weekend during the Berlin Art week in the Kunstraum Potsdamer Strasse.<br /> -Read all about it <a href="/echoing_dimensions/"><strong>here</strong></a>.</p> -<h2 id="individual-part"><a class="zola-anchor" href="#individual-part" aria-label="Anchor link for: individual-part">Individual Part</a></h2> -<h3 id="aron"><a class="zola-anchor" href="#aron" aria-label="Anchor link for: aron">Aron</a></h3> -<p>Within the framework of the studio project, I noticed many of the advantages of working in a team and iterating on creative ideas collectively. Artistic work is unimaginable for me as a solo project. We had a fast feedback cycle and could iterate on ideas efficiently by bouncing them back and forth. -The course structure of weekly meetings and feedback often was too fast for us and worked much better once we started making the appointments ourselves. -One big new thing within the project for me was the Pi Picos and microcontrollers in general. I did have some experience with Raspberry Pi before, but now being able to play with microcontrollers at a hardware level equivalent to an Arduino set was quite a new experience on the Pico hardware. I am glad to be able to have such a versatile platform for future projects. Also very new for me was the creative work in Touchdesigner. There especially a workshop with Maxime Letelier helped enormously to take away fears of a complex tool. For 5 days we learned about maximizing performance and common patterns to create movement and interesting visual patterns. I am still not confident in Touchdesigner, even though it is pythonic, but I can debug and definitely prefer Touchdesigner over all its bigger counterparts like Unreal engine and Unity. The last year for me was a focus on local and offline computing, sometiomes called edge computing, and there it is a huge advantage for software packages to have wide platform support and efficiently manage their resources. Politically, i think cloud solutions and remote computation fill fail and increase corporate dependency. Additionally, working locally and offline goes along really well with installative work where internet might be sparse, or you may simply want to eliminate another unknown from the equation.</p> -<p>One future project that emerged from this rationale was the <a href="/airaspi">airaspi</a> build, which can do all kinds of image recognition in realtime on the fly, something which was unimaginable for consumer use just 6 years ago.</p> -<h2 id="sources"><a class="zola-anchor" href="#sources" aria-label="Anchor link for: sources">Sources</a></h2> -<p><strong>Ahmed</strong>, S. (2020). Queer phenomenology: Orientations, objects, others. Duke University Press.</p> -<p><strong>Bastani</strong>, A. (2019). Fully automated luxury communism. Verso Books.</p> -<p><strong>Bowker</strong>, G. C. and <strong>Star</strong> S. (2000). Sorting Things Out. The MIT Press.</p> -<p><strong>CyberRäuber</strong>, (2019). Marcel Karnapke, Björn Lengers, Prometheus Unbound, Landestheater Linz -<a href="http://wp11159761.server-he.de/vtheater/de/prometheus-unbound/">Prometheus Unbound</a></p> -<p><strong>Demirovic</strong>, A. (2007). Hegemonie und die diskursive Konstruktion der Gesellschaft. Nonhoff, Martin (Hg.): Diskurs, radikale Demokratie, Hegemonie. Zum politischen Denken von Ernesto Laclau und Chantal Mouffe, Bielefeld: transcript, 55-85.</p> -<p><a href="https://www.youtube.com/watch?v=h77ECXXP2n0"><strong>Demirovic</strong>, A.: Hegemonie funktioniert nicht ohne Exklusion</a></p> -<p><strong>Gramsci</strong> on Hegemony:<br /> -<a href="https://plato.stanford.edu/entries/gramsci/">Stanford Encyclopedia</a></p> -<p><strong>Hunger</strong>, F. (2015). Search Routines: Tales of Databases. D21 Kunstraum Leipzig. -<a href="https://www.irmielin.org/wp-content/uploads/2015/12/search_routines-tales_of_databases.pdf">Tales of Databases</a></p> -<p><strong>Hunger</strong>, F. (2015, May 21). Blog Entry. Database Cultures -<a href="http://databasecultures.irmielin.org/database-infrastructure-factual-repercussions-of-a-ghost/">Database Infrastructure – Factual repercussions of a ghost</a></p> -<p><strong>Maak</strong>, N. (2022). Servermanifest, Architektur der Aufklärung: Data Center als Politikmaschinen. Hatje Cantz.</p> -<p><strong>Morozov</strong>, E. (2011). The net delusion: How not to liberate the world. Penguin UK.</p> -<p><strong>Morozov</strong>, E. (2016). The net delusion: How not to liberate the world. In Democracy: A Reader (pp. 436-440). Columbia University Press.</p> -<p><strong>Morton</strong>, T. (2014). Hyperobjects: Philosophy and Ecology After the End of the World. Minneapolis: University of Minnesota Press.</p> -<p><strong>Mouffe</strong>, C. (2014). Hegemony and ideology in Gramsci. In Gramsci and Marxist Theory (RLE: Gramsci) (pp. 168-204). Routledge.</p> -<p><strong>Ọnụọha</strong>, M. (2021). These Networks In Our Skin (Video), Aethers Bloom, Gropius Bau. -<a href="https://mimionuoha.com/these-networks-in-our-skin">These Networks In Our Skin</a></p> -<p><strong>Ọnụọha</strong>, M. (2022). The Cloth in the Cable, Aethers Bloom, Gropius Bau. -<a href="https://www.berlinerfestspiele.de/en/gropius-bau/programm/2023/ausstellungen/kuenstliche-intelligenz/ausstellungstexte">The Cloth in the Cable</a></p> -<p><strong>Parks</strong>, L. (2012). Technostruggles and the satellite dish: A populist approach to infrastructure. In Cultural technologies (pp. 64-84). Routledge. -<a href="https://rcpp.lensbased.net/infrastructural-inversion-or-how-to-open-black-boxed-database-management-systems/">Lisa Parks on Lensbased.net</a></p> -<p><strong>Seemann</strong>, M. (2021). Die Macht der Plattformen: Politik in Zeiten der Internetgiganten. Berlin Ch. Links Verlag. -<a href="https://www.futurehistories.today/episoden-blog/s01/e55-michael-seemann-zur-macht-der-plattformen-teil-1/">Podcast with Michael Seemann</a></p> -<p><strong>Stäheli</strong>, U. (1999). Die politische Theorie der Hegemonie: Ernesto Laclau und Chantal Mouffe. Politische Theorien der Gegenwart, 143-166.<br /> -<a href="https://www.futurehistories.today/episoden-blog/s01/e54-urs-staeheli-zu-entnetzung/">Podcast with Urs Stäheli</a></p> -<p>A podcast explantation on The concepts by Mouffe and Laclau:<br /> -<a href="https://www.youtube.com/watch?v=62a6Dk9QmJQ">Video: TLDR on Mouffe/Laclau</a></p> -<h2 id="sonstige-quellen"><a class="zola-anchor" href="#sonstige-quellen" aria-label="Anchor link for: sonstige-quellen">Sonstige Quellen</a></h2> -<p>{% capture details %}</p> -<p><strong>The SDR Antenna we used:</strong><br /> -<a href="https://www.nooelec.com/store/sdr/sdr-receivers/nesdr-smart-sdr.html">NESDR Smart</a></p> -<p><strong>Andere Antennenoptionen:</strong><br /> -<a href="https://greatscottgadgets.com/hackrf/one/">HackRF One</a></p> -<p>Frequency Analyzer + Replayer<br /> -<a href="https://shop.flipperzero.one/">Flipper Zero</a></p> -<p><strong>Hackerethik</strong><br /> -<a href="https://www.ccc.de/hackerethics">CCC Hackerethik</a></p> -<p><strong>Radio freies Wendland</strong><br /> -<a href="https://de.wikipedia.org/wiki/Radio_Freies_Wendland">Wikipedia: Radio Freies Wendland</a></p> -<p><strong>Freie Radios</strong><br /> -<a href="https://de.wikipedia.org/wiki/Freies_Radio">Wikipedia: Definition Freie Radios</a></p> -<p><strong>Radio Dreyeckland</strong><br /> -<a href="https://rdl.de/">RDL</a></p> -<p><strong>some news articles</strong><br /> -<a href="https://www.rnd.de/medien/piratensender-kapert-frequenz-von-1live-fur-querdenker-thesen-MER4ZGR2VXNNXN6VZO3CVW6XTA.html">RND Newsstory: Querdenker kapern Sendefrequenz von 1Live</a></p> -<p><a href="https://www.ndr.de/geschichte/ndr_retro/Empfang-westdeutscher-Funk-und-Fernsehsendungen-in-der-DDR,zonengrenze246.html">NDR Reportage: Westradio in der DDR</a></p> -<p><strong>SmallCells</strong><br /> -<a href="https://www.nokia.com/networks/mobile-networks/small-cells/">SmallCells</a></p> -<p>The <strong>Thought Emporium</strong>: -a Youtuber, that successfully makes visible WiFi signals:<br /> -<a href="https://www.youtube.com/@thethoughtemporium">Thought Emporium</a></p> -<p><a href="https://www.youtube.com/watch?v=g3LT_b6K0Mc&amp;t=457s">The Wifi Camera</a></p> -<p><a href="https://www.youtube.com/watch?v=L3ftfGag7D8">Catching Satellite Images</a></p> -<p>Was ist eigentlich <strong>RF</strong> (Radio Frequency):<br /> -<a href="https://pages.crfs.com/making-sense-of-radio-frequency">RF Explanation</a></p> -<p><strong>Bundesnetzagentur</strong>, Funknetzvergabe<br /> -<a href="https://www.bundesnetzagentur.de/DE/Fachthemen/Telekommunikation/Frequenzen/start.html">Funknetzvergabe</a></p> -<p><strong>BOS Funk</strong><br /> -<a href="https://www.bdbos.bund.de/DE/Digitalfunk_BOS/digitalfunk_bos_node.html">BOS</a></p> -<p>{% endcapture %}</p> -<details> - <summary>Click to see additional, non-academic sources.</summary> - {{ details | markdownify }} -</details> -<h3 id="our-documentation"><a class="zola-anchor" href="#our-documentation" aria-label="Anchor link for: our-documentation">Our documentation</a></h3> -<p>The network creature:<br /> -<a href="https://github.com/arontaupe/privateGPT">Github repo: privateGPT</a></p> -<p><a href="https://github.com/arontaupe/sdr">Github repo: SDR</a></p> -<h2 id="appendix"><a class="zola-anchor" href="#appendix" aria-label="Anchor link for: appendix">Appendix</a></h2> -<h3 id="glossary"><a class="zola-anchor" href="#glossary" aria-label="Anchor link for: glossary">Glossary</a></h3> -<p>{% capture details %}</p> -<h4 id="antenna"><a class="zola-anchor" href="#antenna" aria-label="Anchor link for: antenna">Antenna</a></h4> -<p>The antenna is the interface between radio waves propagating through Space and electrical currents moving in metal conductors, used with a transmitter or receiver.</p> -<h4 id="anthropocentrism"><a class="zola-anchor" href="#anthropocentrism" aria-label="Anchor link for: anthropocentrism">Anthropocentrism</a></h4> -<p>The belief of humans as the last evolutionary step in our system is aided by a constant Quest to find “the humane“, the essence that distinguishes us from the non-human.</p> -<h4 id="meshtastic"><a class="zola-anchor" href="#meshtastic" aria-label="Anchor link for: meshtastic">Meshtastic</a></h4> -<p>Meshtastic is an open-source, off-grid, decentralized, peer-to-peer mesh network designed to run on low-cost, low-power devices that provide the chat interface. It is capable of sending text messages with minimal infrastructure requirements.</p> -<h4 id="lora"><a class="zola-anchor" href="#lora" aria-label="Anchor link for: lora">LoRa</a></h4> -<p>Long-range communication, similar to ham radios, operates on EU868, an open frequency space. Range and bandwidth are inversely related, so we trade range for low transfer rates. This is sufficient for small data packets, but not for full audio transfer.</p> -<h4 id="llm"><a class="zola-anchor" href="#llm" aria-label="Anchor link for: llm">LLM</a></h4> -<p>Large Language Models gained popularity with ChatGPT and other similar models. Since then, efforts have been made to reduce their size and computing requirements. As a result, some models can now be run locally and offline.</p> -<h4 id="scifi"><a class="zola-anchor" href="#scifi" aria-label="Anchor link for: scifi">SciFi</a></h4> -<p>Science fiction writers often seek out new scientific and technical developments to prognosticate freely the techno-social changes that will shock the readers’ sense of what is culturally appropriate and expand their consciousness.</p> -<h4 id="sdr"><a class="zola-anchor" href="#sdr" aria-label="Anchor link for: sdr">SDR</a></h4> -<p>Software Defined Radio (SDR) is a programmable radio receiver for various frequencies. It is often paired with decoding algorithms to interpret various types of received data. The connected antenna determines the reception pattern.</p> -<h4 id="gqrx"><a class="zola-anchor" href="#gqrx" aria-label="Anchor link for: gqrx">GQRX</a></h4> -<p>GQRX is an open source software for the software-defined radio.</p> -<p><a href="https://gqrx.dk">GQRX Software</a>{: .btn .btn–large}</p> -<p><img src="https://www.gqrx.dk/wp-content/uploads/2023/10/gqrx-2.17.png" alt="GQRX" loading="lazy" decoding="async" /></p> -<h4 id=""><a class="zola-anchor" href="#" aria-label="Anchor link for: ">Nesdr smaRT v5</a></h4> -<p>This is the SDR we use, which can be controlled via USB and interfaces well with GQRX. It supports frequencies ranging from 100kHz to 1.75GHz, including many ham radio frequencies, remotes, phones, walkie-talkies, airplanes, police radios, and our LoRa mesh.</p> -<h4 id="-1"><a class="zola-anchor" href="#-1" aria-label="Anchor link for: -1">Infrastructure</a></h4> -<p>Infrastructure refers to the physical and organizational structures and facilities required for the operation of a society or enterprise, such as buildings, roads, and power supplies. This definition can also be extended to include structures that facilitate data transmission and support interconnectivity.</p> -<h4 id="-2"><a class="zola-anchor" href="#-2" aria-label="Anchor link for: -2">Radio waves</a></h4> -<p>Radio waves are a type of electromagnetic radiation that can carry information. They use the longest wavelengths in the electromagnetic spectrum, typically with frequencies of 300GHz or lower. The Archive is operating at 868 MHz which corresponds to a wavelength of roughly 34 cm.</p> -<h4 id="-3"><a class="zola-anchor" href="#-3" aria-label="Anchor link for: -3">Lilygo T3S3</a></h4> -<p>ESP32-S3 LoRa SX1280 2.4G development board. Contains an ESP32 chip, WIFI, Bluetooth and a LoRa module. Can be connected via serial, Bluetooth or network. Is supported by meshtastic. -Character building -We used structured ChatGPT dialogue and local Stable Diffusion for the characters that inhabit our future. Ask the archive for more info about them.</p> -<h4 id="-4"><a class="zola-anchor" href="#-4" aria-label="Anchor link for: -4">PrivateGPT</a></h4> -<p>PrivateGPT is a set of libraries based on llama-index that allow local and offline inference using the computer‘s graphics card. PrivateGPT is particularly good at incorporating local documents. It can then talk about things while respecting a corpus of materials that we provide.</p> -<h4 id="-5"><a class="zola-anchor" href="#-5" aria-label="Anchor link for: -5">Transhumanism</a></h4> -<p>Broadly, the idea that human beings can achieve their next evolutionary step, Human 2.0, through technological advances. Opinions differ as to how this post-human state will be achieved, either through genetic engineering, reverse aging or other technological advances. In our view, it is inspired by Social Darwinism.</p> -<h4 id="-6"><a class="zola-anchor" href="#-6" aria-label="Anchor link for: -6">Perception of Infrastructure</a></h4> -<p>At its core, infrastructure is an evasive structure. Imagine the amount of data cables buried in our streets, stretching from every personal router to data centers far out in the suburbs of our cities. None of this actual “structure“ is meant to be seen or interacted with until it fails…</p> -<h4 id="-7"><a class="zola-anchor" href="#-7" aria-label="Anchor link for: -7">Network interface</a></h4> -<p>We consider any device that has both user interactivity and Internet/network access to be a network interface.</p> -<h4 id="-8"><a class="zola-anchor" href="#-8" aria-label="Anchor link for: -8">Eco-Terrorism</a></h4> -<p>Ecotage refers to infrastructure sabotage with ecological goals, while eco-terrorism is even more militant and will use militant strategies with the specific aim of creating terror as a social deterrent.</p> -<h4 id="-9"><a class="zola-anchor" href="#-9" aria-label="Anchor link for: -9">Prepping</a></h4> -<p>Prepping is the act of preparing for the time after the catastrophe, resulting from the belief that current social models will collapse in an apocalyptic manner. Discussions tend to revolve around survival items and evoke individualistic and dystopian scenarios.</p> -<h4 id="-10"><a class="zola-anchor" href="#-10" aria-label="Anchor link for: -10">Infrastructure inversion</a></h4> -<p>“rather than setting out to describe and document all parts of the system that make a footprint possible, the analysis focuses upon a selection of localized sites or issues as suggestive parts of a broader system that is imperceptible in its entirety” (Parks 2009)</p> -<h4 id="-11"><a class="zola-anchor" href="#-11" aria-label="Anchor link for: -11">Neo-Religion</a></h4> -<p>The Internet, as a network of networks, is such a multifaceted term that it has room for spiritual feelings in the interaction with the network. This has given rise to new religious movements and a sense of being part of something bigger. Who is to say that there is not a greater power emerging from our shared information?</p> -<h4 id="-12"><a class="zola-anchor" href="#-12" aria-label="Anchor link for: -12">Neo-Luddism</a></h4> -<p>Neo-Luddism is a leaderless movement of unaffiliated groups who resist modern technology by passively refraining from using technology, harming those who produce environmentally harmful technology, or sabotaging that technology.</p> -<h4 id="-13"><a class="zola-anchor" href="#-13" aria-label="Anchor link for: -13">Sub-sea-cables</a></h4> -<p>Cables are often referred to as the backbone of the Internet. Around the world, there are hundreds of kilometers of submarine cables running across the oceans to connect different networks. They are heavy, expensive and buried deep in the sea. Chances are you have never seen one, yet you rely on them every day to deliver information and content.</p> -<h4 id="-14"><a class="zola-anchor" href="#-14" aria-label="Anchor link for: -14">Optical fiber cable</a></h4> -<p>Fiber optic cables were developed in the 1980s. The first transatlantic telephone cable to use optical fiber was TAT-8, which went into service in 1988. A fiber optic cable consists of several pairs of fibers. Each pair has one fiber in each direction.</p> -<h4 id="-15"><a class="zola-anchor" href="#-15" aria-label="Anchor link for: -15">Copper cable</a></h4> -<p>Copper is a rare metal and its use contributes to global neo-colonial power structures resulting in a multitude of exploitative practices. -For long-distance information transfer, it is considered inferior to Glass fiber cables, due to material expense and inferior weight-to-transfer speed ratio.</p> -<h4 id="-16"><a class="zola-anchor" href="#-16" aria-label="Anchor link for: -16">Collapsology</a></h4> -<p>Collapsology is based on the idea that humans are having a sustained and negative impact on their environment and promotes the concept of an environmental emergency, particularly in relation to global warming and the loss of biodiversity. One potential effect of a collapse is the loss of networks.</p> -<h4 id="-17"><a class="zola-anchor" href="#-17" aria-label="Anchor link for: -17">Posthumanism</a></h4> -<p>Is concerned with the “ongoing deconstruction of humanism” and its premises: humanism’s anthropocentrism, essentialism and speciesism. It is informed by post-anthropocentric ethics, politics, and ecology, and looks toward notions of embodiment and material entanglement between humans and a “more-than-human” world. It emphasizes becoming over being.</p> -<p>{% endcapture %}</p> -<details> - <summary>Click to see the entire Glossary.</summary> - {{ details | markdownify }} -</details> - - - - About - 2023-07-26T23:41:07+02:00 - 2023-07-26T23:41:07+02:00 - - - - - Unknown - - - - - - https://aron.petau.net/pages/about/ - - <h2 id="introduction"><a class="zola-anchor" href="#introduction" aria-label="Anchor link for: introduction">Introduction</a></h2> -<p>I am Aron (pronouns: he/him), a 2022 graduate of the bachelor’s program of Cognitive Science in Osnabrück. -During my very open and broad studies, I focused mostly on Computational Linguistics, Machine Learning, and Philosophy. -The mix of these topics you will find scattered throughout my <a href="/portfolio/">Portfolio</a>. -Currently, I am enrolled in the Master’s program <a href="https://www.newpractice.net">Design and Computation</a> @ UdK and TU Berlin.</p> -<p>I am enthusiastic about many of the topics included there and have developed a fondness for algorithmic problems, techno-philosophical considerations, and issues of our (future) society.</p> -<p>For the studies, I moved to Berlin and now live together with 2 awesome humans and a 3D-Printer, and am continuously repairing and restoring a very old van.</p> -<p>I dream of one day having my own bar with cultural events and am already working on the perfect recipe for <a href="/homebrew/">homebrew</a> beer. -I love experimenting, whether that is in the kitchen, finding a solution to a coding problem, or creating useful objects.</p> -<p>I am also passionate about <a href="/printing/">3D Printing</a>, its curious applications, and all areas tangent to it. -The interface of technology and the world interests me and coming up with ways for one sphere to interact with the other has now captured me for some years.</p> -<p>I recognize a colossal environmental problem that the current and following generations face: global waste being just one tiny aspect. -At the same time, I am frustrated that I have to pay for the plastic that goes into my printer while I throw the packaging of my food away, which is the exact same material. -Even more frustrating are the established norms for recycling that lead to virtually none of the products that I can produce with the printer at home being recyclable. -<a href="/plastic-recycling/">Plastic waste</a> is no joke and I consider it my personal contribution to try to help advance small-scale, decentralized recycling. -I am currently searching for an appropriate place to further my knowledge to automatize the recycling of my own very large collection of failed prints.</p> -<p>In the past, digitality and the social-digital as a topic has been a recurring theme, I am concerned with <a href="/chatbot/">digital inclusion</a> and also play around a lot with <a href="/airaspi-build-log/">edge computing</a>.</p> -<p>If you are interested to hear more about a specific topic, feel free to <a href="/mailto:aron@petau.net/">contact me</a>, or simply check out the <a href="/archive/">Archive</a>. -If you suspect that I might be able to help you with a project, please check out my <a href="/cv/">CV</a>.</p> - - - - - Critical Philosophy of Subjectivity - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - - Philosophy - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/philosophy-copy/ - - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Political Violence - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/political-violence/ - - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Critical Epistemology - 2020-07-14T00:00:00+00:00 - 2020-07-14T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-epistemologies/ - - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/auto-render.min.js b/public/auto-render.min.js deleted file mode 100644 index cd2bb424..00000000 --- a/public/auto-render.min.js +++ /dev/null @@ -1 +0,0 @@ -!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("katex")):"function"==typeof define&&define.amd?define(["katex"],t):"object"==typeof exports?exports.renderMathInElement=t(require("katex")):e.renderMathInElement=t(e.katex)}("undefined"!=typeof self?self:this,(function(e){return function(){"use strict";var t={771:function(t){t.exports=e}},n={};function r(e){var o=n[e];if(void 0!==o)return o.exports;var i=n[e]={exports:{}};return t[e](i,i.exports,r),i.exports}r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,{a:t}),t},r.d=function(e,t){for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)};var o={};return function(){r.d(o,{default:function(){return d}});var e=r(771),t=r.n(e);const n=function(e,t,n){let r=n,o=0;const i=e.length;for(;re.left.replace(/[-/\\^$*+?.()|[\]{}]/g,"\\$&"))).join("|")+")");for(;r=e.search(a),-1!==r;){r>0&&(o.push({type:"text",data:e.slice(0,r)}),e=e.slice(r));const a=t.findIndex((t=>e.startsWith(t.left)));if(r=n(t[a].right,e,t[a].left.length),-1===r)break;const l=e.slice(0,r+t[a].right.length),s=i.test(l)?l:e.slice(t[a].left.length,r);o.push({type:"math",data:s,rawData:l,display:t[a].display}),e=e.slice(r+t[a].right.length)}return""!==e&&o.push({type:"text",data:e}),o};const l=function(e,n){const r=a(e,n.delimiters);if(1===r.length&&"text"===r[0].type)return null;const o=document.createDocumentFragment();for(let e=0;e-1===e.indexOf(" "+t+" ")))&&s(r,t)}}};var d=function(e,t){if(!e)throw new Error("No element provided to render");const n={};for(const e in t)t.hasOwnProperty(e)&&(n[e]=t[e]);n.delimiters=n.delimiters||[{left:"$$",right:"$$",display:!0},{left:"\\(",right:"\\)",display:!1},{left:"\\begin{equation}",right:"\\end{equation}",display:!0},{left:"\\begin{align}",right:"\\end{align}",display:!0},{left:"\\begin{alignat}",right:"\\end{alignat}",display:!0},{left:"\\begin{gather}",right:"\\end{gather}",display:!0},{left:"\\begin{CD}",right:"\\end{CD}",display:!0},{left:"\\[",right:"\\]",display:!0}],n.ignoredTags=n.ignoredTags||["script","noscript","style","textarea","pre","code","option"],n.ignoredClasses=n.ignoredClasses||[],n.errorCallback=n.errorCallback||console.error,n.macros=n.macros||{},s(e,n)}}(),o=o.default}()})); diff --git a/public/blog/critical-epistemologies/index.html b/public/blog/critical-epistemologies/index.html deleted file mode 100644 index 17b045e2..00000000 --- a/public/blog/critical-epistemologies/index.html +++ /dev/null @@ -1 +0,0 @@ -Critical Epistemology - Aron Petau

Critical Epistemology

Forum entries from the Seminar: Critical Epistemologies

On Anderson: Institutions

Note

Source Text: Epistemic Justice as a Virtue of Social Institutions Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, DOI: 10.1080/02691728.2011.652211 Publication

The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? Well, maybe, assuming that:

  1. Everyone realizes their privilege,
  2. Everyone concludes that justice is the right goal,
  3. Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.

I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.

I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?

Note

created by Aron Petau on Tuesday 14. July 2020, 17:45

On Medina, the informant and the inquirer

Note

Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 Publication

My biggest takeaway here was that, as I tried to hint at in an earlier comment, Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. Although I was not convinced by the Fricker Text, I tend to think the strategy:

“When in doubt, give the subject full epistemic credibility”

Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.

Note

created by Aron Petau on Thursday 09. July 2020, 11:25

On Jaggar: Norms, Outlaw Emotions, and the Ideal Society

Note

Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 Publication

I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. On outlaw emotions: First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. “How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. Another thing I found helpful is her reformulation of what norms do: “Dominant Norms tend to serve dominant interests” til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena without necessary inherent causal relation makes sense to me here.

Note

created by Aron Petau on Tuesday 23. June 2020, 18:52

\ No newline at end of file diff --git a/public/blog/critical-philosophy-subjectivity/index.html b/public/blog/critical-philosophy-subjectivity/index.html deleted file mode 100644 index e17e0c3f..00000000 --- a/public/blog/critical-philosophy-subjectivity/index.html +++ /dev/null @@ -1 +0,0 @@ -Critical Philosophy of Subjectivity - Aron Petau

Critical Philosophy of Subjectivity

Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault

On Butler: Constituting norms =/= carrying normative responsibilities for their existence

Note

Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. https://doi.org/10.4324/9780203499627 Publication

Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:

The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” (Norms, Discipline, and the Law, P.173)

Such a view suggests that any opposition to the norm is already contained within the norm, and is crucial to its functioning.

Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.

Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. Page 56, final sentence

The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.

Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.

Note

created by Aron Petau on Sunday 23. January 2022, 14:23

On Ewald: What, then, is a norm?

Note

Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: https://doi.org/10.2307/2928449 Publication

Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). p. 152: Under norm, 3 phenomena are subsumed: Discipline, less as a constraint, but more as a regulatory mechanism insurance, Reducing objects to their relative occurrence, distributing risk. and standardization. The norm has three defining features:

  • positivism, as reliant on facts, which have an aura of objectivity around them.
  • relativity, they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.
  • polarity involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.

What, then, is a norm?

It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. p. 154

Note

created by Aron Petau on Sunday 16. January 2022, 18:48

On Foucault: The effects without effector

Note

Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. Publication

one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. p. 203

In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.

But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.

This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? This whole ordeal and now I lack subjects to blame. How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?

Note

created by Aron Petau on Sunday 12. December 2021, 22:01

\ No newline at end of file diff --git a/public/blog/philosophy-copy/index.html b/public/blog/philosophy-copy/index.html deleted file mode 100644 index c0108277..00000000 --- a/public/blog/philosophy-copy/index.html +++ /dev/null @@ -1 +0,0 @@ -Philosophy - Aron Petau

Philosophy

Critical considerations during my studies

I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.

Forum entries from the Seminar: Critical Epistemologies

On Anderson: Institutions

Note

Source Text: Epistemic Justice as a Virtue of Social Institutions Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, DOI: 10.1080/02691728.2011.652211 Publication

The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? Well, maybe, assuming that:

  1. Everyone realizes their privilege,
  2. Everyone concludes that justice is the right goal,
  3. Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.

I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.

I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?

Note

created by Aron Petau on Tuesday 14. July 2020, 17:45

On Medina, the informant and the inquirer

Note

Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 Publication

My biggest takeaway here was that, as I tried to hint at in an earlier comment, Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. Although I was not convinced by the Fricker Text, I tend to think the strategy:

“When in doubt, give the subject full epistemic credibility”

Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.

Note

created by Aron Petau on Thursday 09. July 2020, 11:25

On Jaggar: Norms, Outlaw Emotions, and the Ideal Society

Note

Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 Publication

I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. On outlaw emotions: First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. “How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. Another thing I found helpful is her reformulation of what norms do: “Dominant Norms tend to serve dominant interests” til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena without necessary inherent causal relation makes sense to me here.

Note

created by Aron Petau on Tuesday 23. June 2020, 18:52

Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault

On Butler: Constituting norms =/= carrying normative responsibilities for their existence

Note

Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. https://doi.org/10.4324/9780203499627 Publication

Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:

The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” (Norms, Discipline, and the Law, P.173)

Such a view suggests that any opposition to the norm is already contained within the norm, and is crucial to its functioning.

Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.

Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. Page 56, final sentence

The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.

Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.

Note

created by Aron Petau on Sunday 23. January 2022, 14:23

On Ewald: What, then, is a norm?

Note

Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: https://doi.org/10.2307/2928449 Publication

Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). p. 152: Under norm, 3 phenomena are subsumed: Discipline, less as a constraint, but more as a regulatory mechanism insurance, Reducing objects to their relative occurrence, distributing risk. and standardization. The norm has three defining features:

  • positivism, as reliant on facts, which have an aura of objectivity around them.
  • relativity, they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.
  • polarity involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.

What, then, is a norm?

It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. p. 154

Note

created by Aron Petau on Sunday 16. January 2022, 18:48

On Foucault: The effects without effector

Note

Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. Publication

one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. p. 203

In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.

But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.

This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? This whole ordeal and now I lack subjects to blame. How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?

Note

created by Aron Petau on Sunday 12. December 2021, 22:01

Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin

On Dorlin

Note

Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. Publication (Not yet translated to English)

From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. I think this opens up 2 points worth discussing: Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?

Note

created by Aron Petau on Sunday 05. December 2021, 15:52

Weekly hand in from the Seminar: Soziale Erkenntnistheorie

On Fricker: Epistemic Injustice

Note

Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. Publication

  1. Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?

Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.

  1. Formulieren Sie jeweils einen Einwand gegen beide Theorien.

Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?

  1. Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.

Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?

Note

created by Aron Petau on 05.01.2021

\ No newline at end of file diff --git a/public/blog/political-violence/index.html b/public/blog/political-violence/index.html deleted file mode 100644 index 5ad04a3d..00000000 --- a/public/blog/political-violence/index.html +++ /dev/null @@ -1 +0,0 @@ -Political Violence - Aron Petau

Political Violence

Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin

On Dorlin

Note

Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. Publication (Not yet translated to English)

From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. I think this opens up 2 points worth discussing: Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?

Note

created by Aron Petau on Sunday 05. December 2021, 15:52

Weekly hand in from the Seminar: Soziale Erkenntnistheorie

On Fricker: Epistemic Injustice

Note

Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. Publication

  1. Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?

Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.

  1. Formulieren Sie jeweils einen Einwand gegen beide Theorien.

Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?

  1. Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.

Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?

Note

created by Aron Petau on 05.01.2021

\ No newline at end of file diff --git a/public/card.png b/public/card.png deleted file mode 100644 index c133a6da..00000000 Binary files a/public/card.png and /dev/null differ diff --git a/public/closable.js b/public/closable.js deleted file mode 100644 index dc90c3f8..00000000 --- a/public/closable.js +++ /dev/null @@ -1,27 +0,0 @@ -const closable = document.querySelectorAll("details.closable"); - -closable.forEach((detail) => { - detail.addEventListener("toggle", () => { - if (detail.open) setTargetDetail(detail); - }); -}); - -function setTargetDetail(targetDetail) { - closable.forEach((detail) => { - if (detail !== targetDetail) { - detail.open = false; - } - }); -} - -document.addEventListener("click", function (event) { - const isClickInsideDetail = [...closable].some((detail) => - detail.contains(event.target) - ); - - if (!isClickInsideDetail) { - closable.forEach((detail) => { - detail.open = false; - }); - } -}); diff --git a/public/comments.js b/public/comments.js deleted file mode 100644 index 8c78d614..00000000 --- a/public/comments.js +++ /dev/null @@ -1,406 +0,0 @@ -// Taken from https://carlschwan.eu/2020/12/29/adding-comments-to-your-static-blog-with-mastodon/ -// Attachment, card, and spoiler code taken from https://github.com/cassidyjames/cassidyjames.github.io/blob/99782788a7e3ba3cc52d6803010873abd1b02b9e/_includes/comments.html#L251-L296 - -let blogPostAuthorText = document.getElementById("blog-post-author-text").textContent; -let boostsFromText = document.getElementById("boosts-from-text").textContent; -let dateLocale = document.getElementById("date-locale").textContent; -let favesFromText = document.getElementById("faves-from-text").textContent; -let host = document.getElementById("host").textContent; -let id = document.getElementById("id").textContent; -let lazyAsyncImage = document.getElementById("lazy-async-image").textContent; -let loadingText = document.getElementById("loading-text").textContent; -let noCommentsText = document.getElementById("no-comments-text").textContent; -let relAttributes = document.getElementById("rel-attributes").textContent; -let reloadText = document.getElementById("reload-text").textContent; -let sensitiveText = document.getElementById("sensitive-text").textContent; -let user = document.getElementById("user").textContent; -let viewCommentText = document.getElementById("view-comment-text").textContent; -let viewProfileText = document.getElementById("view-profile-text").textContent; - -document.getElementById("load-comments").addEventListener("click", loadComments); - -function escapeHtml(unsafe) { - return unsafe - .replace(/&/g, "&") - .replace(//g, ">") - .replace(/"/g, """) - .replace(/'/g, "'"); -} -function emojify(input, emojis) { - let output = input; - - emojis.forEach((emoji) => { - let picture = document.createElement("picture"); - - let source = document.createElement("source"); - source.setAttribute("srcset", escapeHtml(emoji.url)); - source.setAttribute("media", "(prefers-reduced-motion: no-preference)"); - - let img = document.createElement("img"); - img.className = "emoji"; - img.setAttribute("src", escapeHtml(emoji.static_url)); - img.setAttribute("alt", `:${emoji.shortcode}:`); - img.setAttribute("title", `:${emoji.shortcode}:`); - if (lazyAsyncImage == "true") { - img.setAttribute("decoding", "async"); - img.setAttribute("loading", "lazy"); - } - - picture.appendChild(source); - picture.appendChild(img); - - output = output.replace(`:${emoji.shortcode}:`, picture.outerHTML); - }); - - return output; -} - -function loadComments() { - let commentsWrapper = document.getElementById("comments-wrapper"); - commentsWrapper.innerHTML = ""; - - let loadCommentsButton = document.getElementById("load-comments"); - loadCommentsButton.innerHTML = loadingText; - loadCommentsButton.disabled = true; - - fetch(`https://${host}/api/v1/statuses/${id}/context`) - .then(function (response) { - return response.json(); - }) - .then(function (data) { - let descendants = data["descendants"]; - if ( - descendants && - Array.isArray(descendants) && - descendants.length > 0 - ) { - commentsWrapper.innerHTML = ""; - - descendants.forEach(function (status) { - console.log(descendants); - if (status.account.display_name.length > 0) { - status.account.display_name = escapeHtml( - status.account.display_name - ); - status.account.display_name = emojify( - status.account.display_name, - status.account.emojis - ); - } else { - status.account.display_name = status.account.username; - } - - let instance = ""; - if (status.account.acct.includes("@")) { - instance = status.account.acct.split("@")[1]; - } else { - instance = host; - } - - const isReply = status.in_reply_to_id !== id; - - let op = false; - if (status.account.acct == user) { - op = true; - } - - status.content = emojify(status.content, status.emojis); - - let comment = document.createElement("article"); - comment.id = `comment-${status.id}`; - comment.className = isReply ? "comment comment-reply" : "comment"; - comment.setAttribute("itemprop", "comment"); - comment.setAttribute("itemtype", "http://schema.org/Comment"); - - let avatarSource = document.createElement("source"); - avatarSource.setAttribute( - "srcset", - escapeHtml(status.account.avatar) - ); - avatarSource.setAttribute( - "media", - "(prefers-reduced-motion: no-preference)" - ); - - let avatarImg = document.createElement("img"); - avatarImg.className = "avatar"; - avatarImg.setAttribute( - "src", - escapeHtml(status.account.avatar_static) - ); - avatarImg.setAttribute( - "alt", - `@${status.account.username}@${instance} avatar` - ); - if (lazyAsyncImage == "true") { - avatarImg.setAttribute("decoding", "async"); - avatarImg.setAttribute("loading", "lazy"); - } - - let avatarPicture = document.createElement("picture"); - avatarPicture.appendChild(avatarSource); - avatarPicture.appendChild(avatarImg); - - let avatar = document.createElement("a"); - avatar.className = "avatar-link"; - avatar.setAttribute("href", status.account.url); - avatar.setAttribute("rel", relAttributes); - avatar.setAttribute( - "title", - `${viewProfileText} @${status.account.username}@${instance}` - ); - avatar.appendChild(avatarPicture); - comment.appendChild(avatar); - - let instanceBadge = document.createElement("a"); - instanceBadge.className = "instance"; - instanceBadge.setAttribute("href", status.account.url); - instanceBadge.setAttribute( - "title", - `@${status.account.username}@${instance}` - ); - instanceBadge.setAttribute("rel", relAttributes); - instanceBadge.textContent = instance; - - let display = document.createElement("span"); - display.className = "display"; - display.setAttribute("itemprop", "author"); - display.setAttribute("itemtype", "http://schema.org/Person"); - display.innerHTML = status.account.display_name; - - let header = document.createElement("header"); - header.className = "author"; - header.appendChild(display); - header.appendChild(instanceBadge); - comment.appendChild(header); - - let permalink = document.createElement("a"); - permalink.setAttribute("href", status.url); - permalink.setAttribute("itemprop", "url"); - permalink.setAttribute("title", `${viewCommentText} ${instance}`); - permalink.setAttribute("rel", relAttributes); - permalink.textContent = new Date( - status.created_at - ).toLocaleString(dateLocale, { - dateStyle: "long", - timeStyle: "short", - }); - - let timestamp = document.createElement("time"); - timestamp.setAttribute("datetime", status.created_at); - timestamp.appendChild(permalink); - permalink.classList.add("external"); - comment.appendChild(timestamp); - - let main = document.createElement("main"); - main.setAttribute("itemprop", "text"); - - if (status.sensitive == true || status.spoiler_text != "") { - let summary = document.createElement("summary"); - if (status.spoiler_text == "") { - status.spoiler_text == sensitiveText; - } - summary.innerHTML = status.spoiler_text; - - let spoiler = document.createElement("details"); - spoiler.appendChild(summary); - spoiler.innerHTML += status.content; - - main.appendChild(spoiler); - } else { - main.innerHTML = status.content; - } - comment.appendChild(main); - - let attachments = status.media_attachments; - let SUPPORTED_MEDIA = ["image", "video", "gifv", "audio"]; - let media = document.createElement("div"); - media.className = "attachments"; - if ( - attachments && - Array.isArray(attachments) && - attachments.length > 0 - ) { - attachments.forEach((attachment) => { - if (SUPPORTED_MEDIA.includes(attachment.type)) { - - let mediaElement; - switch (attachment.type) { - case "image": - mediaElement = document.createElement("img"); - mediaElement.setAttribute("src", attachment.preview_url); - - if (attachment.description != null) { - mediaElement.setAttribute("alt", attachment.description); - mediaElement.setAttribute("title", attachment.description); - } - - if (lazyAsyncImage == "true") { - mediaElement.setAttribute("decoding", "async"); - mediaElement.setAttribute("loading", "lazy"); - } - - if (status.sensitive == true) { - mediaElement.classList.add("spoiler"); - } - - media.appendChild(mediaElement); - break; - - case "video": - mediaElement = document.createElement("video"); - mediaElement.setAttribute("src", attachment.url); - mediaElement.setAttribute("controls", ""); - - if (attachment.description != null) { - mediaElement.setAttribute("aria-title", attachment.description); - mediaElement.setAttribute("title", attachment.description); - } - - if (status.sensitive == true) { - mediaElement.classList.add("spoiler"); - } - - media.appendChild(mediaElement); - break; - - case "gifv": - mediaElement = document.createElement("video"); - mediaElement.setAttribute("src", attachment.url); - mediaElement.setAttribute("autoplay", ""); - mediaElement.setAttribute("playsinline", ""); - mediaElement.setAttribute("loop", ""); - - if (attachment.description != null) { - mediaElement.setAttribute("aria-title", attachment.description); - mediaElement.setAttribute("title", attachment.description); - } - - if (status.sensitive == true) { - mediaElement.classList.add("spoiler"); - } - - media.appendChild(mediaElement); - break; - - case "audio": - mediaElement = document.createElement("audio"); - mediaElement.setAttribute("src", attachment.url); - mediaElement.setAttribute("controls", ""); - - if (attachment.description != null) { - mediaElement.setAttribute("aria-title", attachment.description); - mediaElement.setAttribute("title", attachment.description); - } - - media.appendChild(mediaElement); - break; - } - - let mediaLink = document.createElement("a"); - mediaLink.setAttribute("href", attachment.url); - mediaLink.setAttribute("rel", relAttributes); - mediaLink.appendChild(mediaElement); - - media.appendChild(mediaLink); - } - }); - - comment.appendChild(media); - } - - let interactions = document.createElement("footer"); - - let boosts = document.createElement("a"); - boosts.className = "boosts"; - boosts.setAttribute("href", `${status.url}/reblogs`); - boosts.setAttribute("title", `${boostsFromText}`.replace("$INSTANCE", instance)); - - let boostsIcon = document.createElement("i"); - boostsIcon.className = "icon"; - boosts.appendChild(boostsIcon); - boosts.insertAdjacentHTML('beforeend', ` ${status.reblogs_count}`); - interactions.appendChild(boosts); - - let faves = document.createElement("a"); - faves.className = "faves"; - faves.setAttribute("href", `${status.url}/favourites`); - faves.setAttribute("title", `${favesFromText}`.replace("$INSTANCE", instance)); - - let favesIcon = document.createElement("i"); - favesIcon.className = "icon"; - faves.appendChild(favesIcon); - faves.insertAdjacentHTML('beforeend', ` ${status.favourites_count}`); - interactions.appendChild(faves); - comment.appendChild(interactions); - - if (status.card != null) { - let cardFigure = document.createElement("figure"); - - if (status.card.image != null) { - let cardImg = document.createElement("img"); - cardImg.setAttribute("src", status.card.image); - cardImg.classList.add("no-hover"); - cardFigure.appendChild(cardImg); - } - - let cardCaption = document.createElement("figcaption"); - - let cardTitle = document.createElement("strong"); - cardTitle.innerHTML = status.card.title; - cardCaption.appendChild(cardTitle); - - if (status.card.description != null && status.card.description.length > 0) { - let cardDescription = document.createElement("p"); - cardDescription.innerHTML = status.card.description; - cardCaption.appendChild(cardDescription); - } - - cardFigure.appendChild(cardCaption); - - let card = document.createElement("a"); - card.className = "card"; - card.setAttribute("href", status.card.url); - card.setAttribute("rel", relAttributes); - card.appendChild(cardFigure); - - comment.appendChild(card); - } - - if (op === true) { - comment.classList.add("op"); - - avatar.classList.add("op"); - avatar.setAttribute( - "title", - `${blogPostAuthorText}: ` + avatar.getAttribute("title") - ); - - instanceBadge.classList.add("op"); - instanceBadge.setAttribute( - "title", - `${blogPostAuthorText}: ` + instanceBadge.getAttribute("title") - ); - } - - commentsWrapper.innerHTML += comment.outerHTML; - }); - } - - else { - var statusText = document.createElement("p"); - statusText.innerHTML = noCommentsText; - statusText.setAttribute("id", "comments-status"); - commentsWrapper.appendChild(statusText); - } - - loadCommentsButton.innerHTML = reloadText; - }) - .catch(function (error) { - console.error('Error loading comments:', error); - }) - .finally(function () { - loadCommentsButton.disabled = false; - }); -} diff --git a/public/copy-button.js b/public/copy-button.js deleted file mode 100644 index 1dd84061..00000000 --- a/public/copy-button.js +++ /dev/null @@ -1,57 +0,0 @@ -// Based on https://www.roboleary.net/2022/01/13/copy-code-to-clipboard-blog.html -document.addEventListener("DOMContentLoaded", function () { - let blocks = document.querySelectorAll("pre[class^='language-']"); - - blocks.forEach((block) => { - if (navigator.clipboard) { - // Code block header title - let title = document.createElement("span"); - let lang = block.getAttribute("data-lang"); - title.innerHTML = lang; - - // Copy button icon - let icon = document.createElement("i"); - icon.classList.add("icon"); - - // Copy button - let button = document.createElement("button"); - let copyCodeText = document.getElementById("copy-code-text").textContent; - button.setAttribute("title", copyCodeText) - button.appendChild(icon); - - // Code block header - let header = document.createElement("div"); - header.classList.add("header"); - header.appendChild(title); - header.appendChild(button); - - // Container that holds header and the code block itself - let container = document.createElement("div"); - container.classList.add("pre-container"); - container.appendChild(header); - - // Move code block into the container - block.parentNode.insertBefore(container, block); - container.appendChild(block); - - button.addEventListener("click", async () => { - await copyCode(block, header, button); // Pass the button here - }); - } - }); - - async function copyCode(block, header, button) { - let code = block.querySelector("code"); - let text = code.innerText; - - await navigator.clipboard.writeText(text); - - header.classList.add("active"); - button.setAttribute("disabled", true); - - header.addEventListener("animationend", () => { - header.classList.remove("active"); - button.removeAttribute("disabled"); - }, { once: true }); - } -}); diff --git a/public/count.js b/public/count.js deleted file mode 100644 index 88c5dfbd..00000000 --- a/public/count.js +++ /dev/null @@ -1,271 +0,0 @@ -// GoatCounter: https://www.goatcounter.com -// This file is released under the ISC license: https://opensource.org/licenses/ISC -;(function() { - 'use strict'; - - if (window.goatcounter && window.goatcounter.vars) // Compatibility with very old version; do not use. - window.goatcounter = window.goatcounter.vars - else - window.goatcounter = window.goatcounter || {} - - // Load settings from data-goatcounter-settings. - var s = document.querySelector('script[data-goatcounter]') - if (s && s.dataset.goatcounterSettings) { - try { var set = JSON.parse(s.dataset.goatcounterSettings) } - catch (err) { console.error('invalid JSON in data-goatcounter-settings: ' + err) } - for (var k in set) - if (['no_onload', 'no_events', 'allow_local', 'allow_frame', 'path', 'title', 'referrer', 'event'].indexOf(k) > -1) - window.goatcounter[k] = set[k] - } - - var enc = encodeURIComponent - - // Get all data we're going to send off to the counter endpoint. - var get_data = function(vars) { - var data = { - p: (vars.path === undefined ? goatcounter.path : vars.path), - r: (vars.referrer === undefined ? goatcounter.referrer : vars.referrer), - t: (vars.title === undefined ? goatcounter.title : vars.title), - e: !!(vars.event || goatcounter.event), - s: [window.screen.width, window.screen.height, (window.devicePixelRatio || 1)], - b: is_bot(), - q: location.search, - } - - var rcb, pcb, tcb // Save callbacks to apply later. - if (typeof(data.r) === 'function') rcb = data.r - if (typeof(data.t) === 'function') tcb = data.t - if (typeof(data.p) === 'function') pcb = data.p - - if (is_empty(data.r)) data.r = document.referrer - if (is_empty(data.t)) data.t = document.title - if (is_empty(data.p)) data.p = get_path() - - if (rcb) data.r = rcb(data.r) - if (tcb) data.t = tcb(data.t) - if (pcb) data.p = pcb(data.p) - return data - } - - // Check if a value is "empty" for the purpose of get_data(). - var is_empty = function(v) { return v === null || v === undefined || typeof(v) === 'function' } - - // See if this looks like a bot; there is some additional filtering on the - // backend, but these properties can't be fetched from there. - var is_bot = function() { - // Headless browsers are probably a bot. - var w = window, d = document - if (w.callPhantom || w._phantom || w.phantom) - return 150 - if (w.__nightmare) - return 151 - if (d.__selenium_unwrapped || d.__webdriver_evaluate || d.__driver_evaluate) - return 152 - if (navigator.webdriver) - return 153 - return 0 - } - - // Object to urlencoded string, starting with a ?. - var urlencode = function(obj) { - var p = [] - for (var k in obj) - if (obj[k] !== '' && obj[k] !== null && obj[k] !== undefined && obj[k] !== false) - p.push(enc(k) + '=' + enc(obj[k])) - return '?' + p.join('&') - } - - // Show a warning in the console. - var warn = function(msg) { - if (console && 'warn' in console) - console.warn('goatcounter: ' + msg) - } - - // Get the endpoint to send requests to. - var get_endpoint = function() { - var s = document.querySelector('script[data-goatcounter]') - if (s && s.dataset.goatcounter) - return s.dataset.goatcounter - return (goatcounter.endpoint || window.counter) // counter is for compat; don't use. - } - - // Get current path. - var get_path = function() { - var loc = location, - c = document.querySelector('link[rel="canonical"][href]') - if (c) { // May be relative or point to different domain. - var a = document.createElement('a') - a.href = c.href - if (a.hostname.replace(/^www\./, '') === location.hostname.replace(/^www\./, '')) - loc = a - } - return (loc.pathname + loc.search) || '/' - } - - // Run function after DOM is loaded. - var on_load = function(f) { - if (document.body === null) - document.addEventListener('DOMContentLoaded', function() { f() }, false) - else - f() - } - - // Filter some requests that we (probably) don't want to count. - goatcounter.filter = function() { - if ('visibilityState' in document && document.visibilityState === 'prerender') - return 'visibilityState' - if (!goatcounter.allow_frame && location !== parent.location) - return 'frame' - if (!goatcounter.allow_local && location.hostname.match(/(localhost$|^127\.|^10\.|^172\.(1[6-9]|2[0-9]|3[0-1])\.|^192\.168\.|^0\.0\.0\.0$)/)) - return 'localhost' - if (!goatcounter.allow_local && location.protocol === 'file:') - return 'localfile' - if (localStorage && localStorage.getItem('skipgc') === 't') - return 'disabled with #toggle-goatcounter' - return false - } - - // Get URL to send to GoatCounter. - window.goatcounter.url = function(vars) { - var data = get_data(vars || {}) - if (data.p === null) // null from user callback. - return - data.rnd = Math.random().toString(36).substr(2, 5) // Browsers don't always listen to Cache-Control. - - var endpoint = get_endpoint() - if (!endpoint) - return warn('no endpoint found') - - return endpoint + urlencode(data) - } - - // Count a hit. - window.goatcounter.count = function(vars) { - var f = goatcounter.filter() - if (f) - return warn('not counting because of: ' + f) - var url = goatcounter.url(vars) - if (!url) - return warn('not counting because path callback returned null') - - if (!navigator.sendBeacon(url)) { - // This mostly fails due to being blocked by CSP; try again with an - // image-based fallback. - var img = document.createElement('img') - img.src = url - img.style.position = 'absolute' // Affect layout less. - img.style.bottom = '0px' - img.style.width = '1px' - img.style.height = '1px' - img.loading = 'eager' - img.setAttribute('alt', '') - img.setAttribute('aria-hidden', 'true') - - var rm = function() { if (img && img.parentNode) img.parentNode.removeChild(img) } - img.addEventListener('load', rm, false) - document.body.appendChild(img) - } - } - - // Get a query parameter. - window.goatcounter.get_query = function(name) { - var s = location.search.substr(1).split('&') - for (var i = 0; i < s.length; i++) - if (s[i].toLowerCase().indexOf(name.toLowerCase() + '=') === 0) - return s[i].substr(name.length + 1) - } - - // Track click events. - window.goatcounter.bind_events = function() { - if (!document.querySelectorAll) // Just in case someone uses an ancient browser. - return - - var send = function(elem) { - return function() { - goatcounter.count({ - event: true, - path: (elem.dataset.goatcounterClick || elem.name || elem.id || ''), - title: (elem.dataset.goatcounterTitle || elem.title || (elem.innerHTML || '').substr(0, 200) || ''), - referrer: (elem.dataset.goatcounterReferrer || elem.dataset.goatcounterReferral || ''), - }) - } - } - - Array.prototype.slice.call(document.querySelectorAll("*[data-goatcounter-click]")).forEach(function(elem) { - if (elem.dataset.goatcounterBound) - return - var f = send(elem) - elem.addEventListener('click', f, false) - elem.addEventListener('auxclick', f, false) // Middle click. - elem.dataset.goatcounterBound = 'true' - }) - } - - // Add a "visitor counter" frame or image. - window.goatcounter.visit_count = function(opt) { - on_load(function() { - opt = opt || {} - opt.type = opt.type || 'html' - opt.append = opt.append || 'body' - opt.path = opt.path || get_path() - opt.attr = opt.attr || {width: '200', height: (opt.no_branding ? '60' : '80')} - - opt.attr['src'] = get_endpoint() + 'er/' + enc(opt.path) + '.' + enc(opt.type) + '?' - if (opt.no_branding) opt.attr['src'] += '&no_branding=1' - if (opt.style) opt.attr['src'] += '&style=' + enc(opt.style) - if (opt.start) opt.attr['src'] += '&start=' + enc(opt.start) - if (opt.end) opt.attr['src'] += '&end=' + enc(opt.end) - - var tag = {png: 'img', svg: 'img', html: 'iframe'}[opt.type] - if (!tag) - return warn('visit_count: unknown type: ' + opt.type) - - if (opt.type === 'html') { - opt.attr['frameborder'] = '0' - opt.attr['scrolling'] = 'no' - } - - var d = document.createElement(tag) - for (var k in opt.attr) - d.setAttribute(k, opt.attr[k]) - - var p = document.querySelector(opt.append) - if (!p) - return warn('visit_count: append not found: ' + opt.append) - p.appendChild(d) - }) - } - - // Make it easy to skip your own views. - if (location.hash === '#toggle-goatcounter') { - if (localStorage.getItem('skipgc') === 't') { - localStorage.removeItem('skipgc', 't') - alert('GoatCounter tracking is now ENABLED in this browser.') - } - else { - localStorage.setItem('skipgc', 't') - alert('GoatCounter tracking is now DISABLED in this browser until ' + location + ' is loaded again.') - } - } - - if (!goatcounter.no_onload) - on_load(function() { - // 1. Page is visible, count request. - // 2. Page is not yet visible; wait until it switches to 'visible' and count. - // See #487 - if (!('visibilityState' in document) || document.visibilityState === 'visible') - goatcounter.count() - else { - var f = function(e) { - if (document.visibilityState !== 'visible') - return - document.removeEventListener('visibilitychange', f) - goatcounter.count() - } - document.addEventListener('visibilitychange', f) - } - - if (!goatcounter.no_events) - goatcounter.bind_events() - }) -})(); diff --git a/public/favicon.png b/public/favicon.png deleted file mode 100644 index 7c4e4676..00000000 Binary files a/public/favicon.png and /dev/null differ diff --git a/public/fonts.css b/public/fonts.css deleted file mode 100644 index 615268af..00000000 --- a/public/fonts.css +++ /dev/null @@ -1 +0,0 @@ -@font-face{font-style:normal;font-weight:100 900;src:url("fonts/InterVariable.woff2") format("woff2");font-family:"Inter Variable";font-display:swap}@font-face{font-style:italic;font-weight:100 900;src:url("fonts/InterVariable-Italic.woff2") format("woff2");font-family:"Inter Variable";font-display:swap}@font-face{font-style:normal;font-weight:100 900;src:url("fonts/JetBrainsMono.woff2") format("woff2");font-family:"JetBrains Mono";font-display:swap}@font-face{font-style:italic;font-weight:100 900;src:url("fonts/JetBrainsMono-Italic.woff2") format("woff2");font-family:"JetBrains Mono";font-display:swap}body{font-family:"Inter Variable",var(--font-system-ui),var(--font-emoji)}h1,h2,h3,h4,h5,h6{font-weight:bold;font-family:"Inter Variable",var(--font-system-ui),var(--font-emoji)}h1{font-weight:900}pre,code,kbd,samp{font-family:"JetBrains Mono",var(--font-monospace-code)} \ No newline at end of file diff --git a/public/fonts/InterVariable-Italic.woff2 b/public/fonts/InterVariable-Italic.woff2 deleted file mode 100644 index b3530f3f..00000000 Binary files a/public/fonts/InterVariable-Italic.woff2 and /dev/null differ diff --git a/public/fonts/InterVariable.woff2 b/public/fonts/InterVariable.woff2 deleted file mode 100644 index 5a8d3e72..00000000 Binary files a/public/fonts/InterVariable.woff2 and /dev/null differ diff --git a/public/fonts/JetBrainsMono-Italic.woff2 b/public/fonts/JetBrainsMono-Italic.woff2 deleted file mode 100644 index 9545a7cf..00000000 Binary files a/public/fonts/JetBrainsMono-Italic.woff2 and /dev/null differ diff --git a/public/fonts/JetBrainsMono.woff2 b/public/fonts/JetBrainsMono.woff2 deleted file mode 100644 index 3e952405..00000000 Binary files a/public/fonts/JetBrainsMono.woff2 and /dev/null differ diff --git a/public/fonts/KaTeX_AMS-Regular.woff2 b/public/fonts/KaTeX_AMS-Regular.woff2 deleted file mode 100644 index 0acaaff0..00000000 Binary files a/public/fonts/KaTeX_AMS-Regular.woff2 and /dev/null differ diff --git a/public/fonts/KaTeX_Caligraphic-Bold.woff2 b/public/fonts/KaTeX_Caligraphic-Bold.woff2 deleted file mode 100644 index f390922e..00000000 Binary files a/public/fonts/KaTeX_Caligraphic-Bold.woff2 and /dev/null differ diff --git a/public/fonts/KaTeX_Caligraphic-Regular.woff2 b/public/fonts/KaTeX_Caligraphic-Regular.woff2 deleted file mode 100644 index 75344a1f..00000000 Binary files a/public/fonts/KaTeX_Caligraphic-Regular.woff2 and /dev/null differ diff --git a/public/fonts/KaTeX_Fraktur-Bold.woff2 b/public/fonts/KaTeX_Fraktur-Bold.woff2 deleted file mode 100644 index 395f28be..00000000 Binary files a/public/fonts/KaTeX_Fraktur-Bold.woff2 and /dev/null differ diff --git a/public/fonts/KaTeX_Fraktur-Regular.woff2 b/public/fonts/KaTeX_Fraktur-Regular.woff2 deleted file mode 100644 index 735f6948..00000000 Binary files a/public/fonts/KaTeX_Fraktur-Regular.woff2 and /dev/null differ diff --git a/public/fonts/KaTeX_Main-Bold.woff2 b/public/fonts/KaTeX_Main-Bold.woff2 deleted file mode 100644 index ab2ad21d..00000000 Binary files a/public/fonts/KaTeX_Main-Bold.woff2 and /dev/null differ diff --git a/public/fonts/KaTeX_Main-BoldItalic.woff2 b/public/fonts/KaTeX_Main-BoldItalic.woff2 deleted file mode 100644 index 5931794d..00000000 Binary files a/public/fonts/KaTeX_Main-BoldItalic.woff2 and /dev/null differ diff --git a/public/fonts/KaTeX_Main-Italic.woff2 b/public/fonts/KaTeX_Main-Italic.woff2 deleted file mode 100644 index b50920e1..00000000 Binary files a/public/fonts/KaTeX_Main-Italic.woff2 and /dev/null differ diff --git a/public/fonts/KaTeX_Main-Regular.woff2 b/public/fonts/KaTeX_Main-Regular.woff2 deleted file mode 100644 index eb24a7ba..00000000 Binary files a/public/fonts/KaTeX_Main-Regular.woff2 and /dev/null differ diff --git a/public/fonts/KaTeX_Math-BoldItalic.woff2 b/public/fonts/KaTeX_Math-BoldItalic.woff2 deleted file mode 100644 index 29657023..00000000 Binary files a/public/fonts/KaTeX_Math-BoldItalic.woff2 and /dev/null differ diff --git a/public/fonts/KaTeX_Math-Italic.woff2 b/public/fonts/KaTeX_Math-Italic.woff2 deleted file mode 100644 index 215c143f..00000000 Binary files a/public/fonts/KaTeX_Math-Italic.woff2 and /dev/null differ diff --git a/public/fonts/KaTeX_SansSerif-Bold.woff2 b/public/fonts/KaTeX_SansSerif-Bold.woff2 deleted file mode 100644 index cfaa3bda..00000000 Binary files a/public/fonts/KaTeX_SansSerif-Bold.woff2 and /dev/null differ diff --git a/public/fonts/KaTeX_SansSerif-Italic.woff2 b/public/fonts/KaTeX_SansSerif-Italic.woff2 deleted file mode 100644 index 349c06dc..00000000 Binary files a/public/fonts/KaTeX_SansSerif-Italic.woff2 and /dev/null differ diff --git a/public/fonts/KaTeX_SansSerif-Regular.woff2 b/public/fonts/KaTeX_SansSerif-Regular.woff2 deleted file mode 100644 index a90eea85..00000000 Binary files a/public/fonts/KaTeX_SansSerif-Regular.woff2 and /dev/null differ diff --git a/public/fonts/KaTeX_Script-Regular.woff2 b/public/fonts/KaTeX_Script-Regular.woff2 deleted file mode 100644 index b3048fc1..00000000 Binary files a/public/fonts/KaTeX_Script-Regular.woff2 and /dev/null differ diff --git a/public/fonts/KaTeX_Size1-Regular.woff2 b/public/fonts/KaTeX_Size1-Regular.woff2 deleted file mode 100644 index c5a8462f..00000000 Binary files a/public/fonts/KaTeX_Size1-Regular.woff2 and /dev/null differ diff --git a/public/fonts/KaTeX_Size2-Regular.woff2 b/public/fonts/KaTeX_Size2-Regular.woff2 deleted file mode 100644 index e1bccfe2..00000000 Binary files a/public/fonts/KaTeX_Size2-Regular.woff2 and /dev/null differ diff --git a/public/fonts/KaTeX_Size3-Regular.woff2 b/public/fonts/KaTeX_Size3-Regular.woff2 deleted file mode 100644 index 249a2866..00000000 Binary files a/public/fonts/KaTeX_Size3-Regular.woff2 and /dev/null differ diff --git a/public/fonts/KaTeX_Size4-Regular.woff2 b/public/fonts/KaTeX_Size4-Regular.woff2 deleted file mode 100644 index 680c1308..00000000 Binary files a/public/fonts/KaTeX_Size4-Regular.woff2 and /dev/null differ diff --git a/public/fonts/KaTeX_Typewriter-Regular.woff2 b/public/fonts/KaTeX_Typewriter-Regular.woff2 deleted file mode 100644 index 771f1af7..00000000 Binary files a/public/fonts/KaTeX_Typewriter-Regular.woff2 and /dev/null differ diff --git a/public/fuse.js b/public/fuse.js deleted file mode 100644 index 1f534ad9..00000000 --- a/public/fuse.js +++ /dev/null @@ -1,9 +0,0 @@ -/** - * Fuse.js v7.0.0 - Lightweight fuzzy-search (http://fusejs.io) - * - * Copyright (c) 2023 Kiro Risk (http://kiro.me) - * All Rights Reserved. Apache Software License 2.0 - * - * http://www.apache.org/licenses/LICENSE-2.0 - */ -var e,t;e=this,t=function(){"use strict";function e(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function t(t){for(var n=1;ne.length)&&(t=e.length);for(var n=0,r=new Array(t);n0&&void 0!==arguments[0]?arguments[0]:{},n=t.getFn,i=void 0===n?$.getFn:n,o=t.fieldNormWeight,c=void 0===o?$.fieldNormWeight:o;r(this,e),this.norm=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:3,n=new Map,r=Math.pow(10,t);return{get:function(t){var i=t.match(F).length;if(n.has(i))return n.get(i);var o=1/Math.pow(i,.5*e),c=parseFloat(Math.round(o*r)/r);return n.set(i,c),c},clear:function(){n.clear()}}}(c,3),this.getFn=i,this.isCreated=!1,this.setIndexRecords()}return o(e,[{key:"setSources",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];this.docs=e}},{key:"setIndexRecords",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];this.records=e}},{key:"setKeys",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];this.keys=t,this._keysMap={},t.forEach((function(t,n){e._keysMap[t.id]=n}))}},{key:"create",value:function(){var e=this;!this.isCreated&&this.docs.length&&(this.isCreated=!0,m(this.docs[0])?this.docs.forEach((function(t,n){e._addString(t,n)})):this.docs.forEach((function(t,n){e._addObject(t,n)})),this.norm.clear())}},{key:"add",value:function(e){var t=this.size();m(e)?this._addString(e,t):this._addObject(e,t)}},{key:"removeAt",value:function(e){this.records.splice(e,1);for(var t=e,n=this.size();t2&&void 0!==arguments[2]?arguments[2]:{},r=n.getFn,i=void 0===r?$.getFn:r,o=n.fieldNormWeight,c=void 0===o?$.fieldNormWeight:o,a=new R({getFn:i,fieldNormWeight:c});return a.setKeys(e.map(A)),a.setSources(t),a.create(),a}function N(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.errors,r=void 0===n?0:n,i=t.currentLocation,o=void 0===i?0:i,c=t.expectedLocation,a=void 0===c?0:c,s=t.distance,u=void 0===s?$.distance:s,h=t.ignoreLocation,l=void 0===h?$.ignoreLocation:h,f=r/e.length;if(l)return f;var d=Math.abs(a-o);return u?f+d/u:d?1:f}var W=32;function T(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},i=r.location,o=void 0===i?$.location:i,c=r.distance,a=void 0===c?$.distance:c,s=r.threshold,u=void 0===s?$.threshold:s,h=r.findAllMatches,l=void 0===h?$.findAllMatches:h,f=r.minMatchCharLength,d=void 0===f?$.minMatchCharLength:f,v=r.includeMatches,g=void 0===v?$.includeMatches:v,y=r.ignoreLocation,p=void 0===y?$.ignoreLocation:y;if(t.length>W)throw new Error("Pattern length exceeds max of ".concat(W,"."));for(var m,k=t.length,M=e.length,b=Math.max(0,Math.min(o,M)),x=u,w=b,S=d>1||g,L=S?Array(M):[];(m=e.indexOf(t,w))>-1;){var _=N(t,{currentLocation:m,expectedLocation:b,distance:a,ignoreLocation:p});if(x=Math.min(_,x),w=m+k,S)for(var O=0;O=P;D-=1){var K=D-1,q=n[e.charAt(K)];if(S&&(L[K]=+!!q),z[D]=(z[D+1]<<1|1)&q,E&&(z[D]|=(j[D+1]|j[D])<<1|1|j[D+1]),z[D]&C&&(A=N(t,{errors:E,currentLocation:K,expectedLocation:b,distance:a,ignoreLocation:p}))<=x){if(x=A,(w=K)<=b)break;P=Math.max(1,2*b-w)}}if(N(t,{errors:E+1,currentLocation:b,expectedLocation:b,distance:a,ignoreLocation:p})>x)break;j=z}var B={isMatch:w>=0,score:Math.max(.001,A)};if(S){var J=function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:$.minMatchCharLength,n=[],r=-1,i=-1,o=0,c=e.length;o=t&&n.push([r,i]),r=-1)}return e[o-1]&&o-r>=t&&n.push([r,o-1]),n}(L,d);J.length?g&&(B.indices=J):B.isMatch=!1}return B}function z(e){for(var t={},n=0,r=e.length;n1&&void 0!==arguments[1]?arguments[1]:{},o=i.location,c=void 0===o?$.location:o,a=i.threshold,s=void 0===a?$.threshold:a,u=i.distance,h=void 0===u?$.distance:u,l=i.includeMatches,f=void 0===l?$.includeMatches:l,d=i.findAllMatches,v=void 0===d?$.findAllMatches:d,g=i.minMatchCharLength,y=void 0===g?$.minMatchCharLength:g,p=i.isCaseSensitive,m=void 0===p?$.isCaseSensitive:p,k=i.ignoreLocation,M=void 0===k?$.ignoreLocation:k;if(r(this,e),this.options={location:c,threshold:s,distance:h,includeMatches:f,findAllMatches:v,minMatchCharLength:y,isCaseSensitive:m,ignoreLocation:M},this.pattern=m?t:t.toLowerCase(),this.chunks=[],this.pattern.length){var b=function(e,t){n.chunks.push({pattern:e,alphabet:z(e),startIndex:t})},x=this.pattern.length;if(x>W){for(var w=0,S=x%W,L=x-S;w1&&void 0!==arguments[1]?arguments[1]:{},c=o.location,a=void 0===c?$.location:c,s=o.threshold,u=void 0===s?$.threshold:s,h=o.distance,l=void 0===h?$.distance:h,f=o.includeMatches,d=void 0===f?$.includeMatches:f,v=o.findAllMatches,g=void 0===v?$.findAllMatches:v,y=o.minMatchCharLength,p=void 0===y?$.minMatchCharLength:y,m=o.isCaseSensitive,k=void 0===m?$.isCaseSensitive:m,M=o.ignoreLocation,b=void 0===M?$.ignoreLocation:M;return r(this,n),(i=t.call(this,e))._bitapSearch=new D(e,{location:a,threshold:u,distance:l,includeMatches:d,findAllMatches:g,minMatchCharLength:p,isCaseSensitive:k,ignoreLocation:b}),i}return o(n,[{key:"search",value:function(e){return this._bitapSearch.searchIn(e)}}],[{key:"type",get:function(){return"fuzzy"}},{key:"multiRegex",get:function(){return/^"(.*)"$/}},{key:"singleRegex",get:function(){return/^(.*)$/}}]),n}(K),X=function(e){a(n,e);var t=l(n);function n(e){return r(this,n),t.call(this,e)}return o(n,[{key:"search",value:function(e){for(var t,n=0,r=[],i=this.pattern.length;(t=e.indexOf(this.pattern,n))>-1;)n=t+i,r.push([t,n-1]);var o=!!r.length;return{isMatch:o,score:o?0:1,indices:r}}}],[{key:"type",get:function(){return"include"}},{key:"multiRegex",get:function(){return/^'"(.*)"$/}},{key:"singleRegex",get:function(){return/^'(.*)$/}}]),n}(K),Y=[B,X,U,V,H,G,J,Q],Z=Y.length,ee=/ +(?=(?:[^\"]*\"[^\"]*\")*[^\"]*$)/,te=new Set([Q.type,X.type]),ne=function(){function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=n.isCaseSensitive,o=void 0===i?$.isCaseSensitive:i,c=n.includeMatches,a=void 0===c?$.includeMatches:c,s=n.minMatchCharLength,u=void 0===s?$.minMatchCharLength:s,h=n.ignoreLocation,l=void 0===h?$.ignoreLocation:h,f=n.findAllMatches,d=void 0===f?$.findAllMatches:f,v=n.location,g=void 0===v?$.location:v,y=n.threshold,p=void 0===y?$.threshold:y,m=n.distance,k=void 0===m?$.distance:m;r(this,e),this.query=null,this.options={isCaseSensitive:o,includeMatches:a,minMatchCharLength:u,findAllMatches:d,ignoreLocation:l,location:g,threshold:p,distance:k},this.pattern=o?t:t.toLowerCase(),this.query=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e.split("|").map((function(e){for(var n=e.trim().split(ee).filter((function(e){return e&&!!e.trim()})),r=[],i=0,o=n.length;i2&&void 0!==arguments[2]?arguments[2]:{}).auto,r=void 0===n||n;return ue(e)||(e=he(e)),function e(n){var i=Object.keys(n),o=function(e){return!!e[ae]}(n);if(!o&&i.length>1&&!ue(n))return e(he(n));if(function(e){return!g(e)&&b(e)&&!ue(e)}(n)){var c=o?n[ae]:i[0],a=o?n[se]:n[c];if(!m(a))throw new Error(function(e){return"Invalid value for key ".concat(e)}(c));var s={keyId:C(c),pattern:a};return r&&(s.searcher=ie(a,t)),s}var u={children:[],operator:i[0]};return i.forEach((function(t){var r=n[t];g(r)&&r.forEach((function(t){u.children.push(e(t))}))})),u}(e)}function fe(e,t){var n=e.matches;t.matches=[],x(n)&&n.forEach((function(e){if(x(e.indices)&&e.indices.length){var n={indices:e.indices,value:e.value};e.key&&(n.key=e.key.src),e.idx>-1&&(n.refIndex=e.idx),t.matches.push(n)}}))}function de(e,t){t.score=e.score}var ve=function(){function e(n){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=arguments.length>2?arguments[2]:void 0;r(this,e),this.options=t(t({},$),i),this.options.useExtendedSearch,this._keyStore=new j(this.options.keys),this.setCollection(n,o)}return o(e,[{key:"setCollection",value:function(e,t){if(this._docs=e,t&&!(t instanceof R))throw new Error("Incorrect 'index' type");this._myIndex=t||P(this.options.keys,this._docs,{getFn:this.options.getFn,fieldNormWeight:this.options.fieldNormWeight})}},{key:"add",value:function(e){x(e)&&(this._docs.push(e),this._myIndex.add(e))}},{key:"remove",value:function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:function(){return!1},t=[],n=0,r=this._docs.length;n1&&void 0!==arguments[1]?arguments[1]:{}).limit,n=void 0===t?-1:t,r=this.options,i=r.includeMatches,o=r.includeScore,c=r.shouldSort,a=r.sortFn,s=r.ignoreFieldNorm,u=m(e)?m(this._docs[0])?this._searchStringList(e):this._searchObjectList(e):this._searchLogical(e);return function(e,t){var n=t.ignoreFieldNorm,r=void 0===n?$.ignoreFieldNorm:n;e.forEach((function(e){var t=1;e.matches.forEach((function(e){var n=e.key,i=e.norm,o=e.score,c=n?n.weight:null;t*=Math.pow(0===o&&c?Number.EPSILON:o,(c||1)*(r?1:i))})),e.score=t}))}(u,{ignoreFieldNorm:s}),c&&u.sort(a),k(n)&&n>-1&&(u=u.slice(0,n)),function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=n.includeMatches,i=void 0===r?$.includeMatches:r,o=n.includeScore,c=void 0===o?$.includeScore:o,a=[];return i&&a.push(fe),c&&a.push(de),e.map((function(e){var n=e.idx,r={item:t[n],refIndex:n};return a.length&&a.forEach((function(t){t(e,r)})),r}))}(u,this._docs,{includeMatches:i,includeScore:o})}},{key:"_searchStringList",value:function(e){var t=ie(e,this.options),n=this._myIndex.records,r=[];return n.forEach((function(e){var n=e.v,i=e.i,o=e.n;if(x(n)){var c=t.searchIn(n),a=c.isMatch,s=c.score,u=c.indices;a&&r.push({item:n,idx:i,matches:[{score:s,value:n,norm:o,indices:u}]})}})),r}},{key:"_searchLogical",value:function(e){var t=this,n=le(e,this.options),r=function e(n,r,i){if(!n.children){var o=n.keyId,c=n.searcher,a=t._findMatches({key:t._keyStore.get(o),value:t._myIndex.getValueForItemAtKeyId(r,o),searcher:c});return a&&a.length?[{idx:i,item:r,matches:a}]:[]}for(var s=[],u=0,h=n.children.length;u1&&void 0!==arguments[1]?arguments[1]:{},n=t.getFn,r=void 0===n?$.getFn:n,i=t.fieldNormWeight,o=void 0===i?$.fieldNormWeight:i,c=e.keys,a=e.records,s=new R({getFn:r,fieldNormWeight:o});return s.setKeys(c),s.setIndexRecords(a),s},ve.config=$,function(){re.push.apply(re,arguments)}(ne),ve},"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).Fuse=t(); \ No newline at end of file diff --git a/public/index.html b/public/index.html deleted file mode 100644 index d3bbb16e..00000000 --- a/public/index.html +++ /dev/null @@ -1,28 +0,0 @@ -Aron Petau

Duckquill

Duckquill is an opinionated, modern, pretty, and clean Zola theme that has the purpose of greatly simplifying the process of rolling up your blog. It aims to provide all the necessary options for comfortable writing, while keeping the balance of simplicity.

With it, you can change some configuration variables, tweak some of the included graphics, and have a nice blog up in minutes!

Some of the features Duckquill has to offer:

  • Cute and informative social media cards for Discourse, Facebook, LinkedIn, Mastodon and more.
  • Mastodon-powered comments; comment under a post by using your Mastodon account.
  • Lightweight by default, powerful when needed; no mandatory JavaScript is used by default.
  • Privacy respecting analytics using GoatCounter, with support for self-hosting.
  • Estimated read time of the post; put away those with short attention spans.
  • Light/dark/system theme switcher (for some reason everyone likes these).
  • Everything is tinted with the user-defined accent color for a pleasant look.
  • GitHub-style alerts. Yes, they’re pretty, but don’t overuse them.
  • Post banners; they’re even used in the social media cards!
  • YouTube/Vimeo shortcodes for easy video embedding.
  • Tiny by default; only ~100kB. Take that, 5MB Medium!
  • Customizable copyright text; you Better Quack Soul!
  • Image styling via URL. Yes, you read that right.
  • Useless CRT style that everyone seems to like.
  • Fully localizeable, worry not, it’s pretty easy.
  • Social links in the footer, with special styling.
  • LaTeX markup support via the KaTeX library.
  • Emoji favicon if you’re lazy to draw one.
  • Copy button for code blocks.
  • Search functionality.

Tip

If you use Duckquill and enjoy it, or just like my work, please consider buying me a coffee, it would mean the world to me ^^.

Installation

First, if you already have Git setup, add this theme as a submodule:

git submodule init
-git submodule add https://codeberg.org/daudix/duckquill.git themes/duckquill
-

Otherwise, simply clone it to your themes directory:

git clone https://codeberg.org/daudix/duckquill.git themes/duckquill
-

Important

It is highly recommended to switch from the main branch to the latest release:

cd themes/duckquill
-git checkout tags/v6.3.0
-

Then, enable it in your config.toml:

theme = "duckquill"
-

To update the theme, simply switch to a new tag:

git submodule update --remote --merge
-cd themes/duckquill
-git checkout tags/v6.3.0
-

Important

Check the changelog for all versions after the one you are using; there may be breaking changes that require manual involvement.

Options

Duckquill offers some configuration options to make it fit you better; most options have pretty descriptive comments, so it should be easy to understand what they do.

Front Matter

Duckquill has some front matter variables that you can use by setting them in the [extra] section:

Global

Configuration variables from config.toml that can be set/overriden per page/section:

  • default_theme: Which theme should be used by default (light/dark).
  • accent_color: Sets theme and browser theme color.
  • accent_color_dark: Ditto but for the dark theme. If not set regular variant will be used.
  • emoji_favicon: Use emoji as a favicon. Only one emoji is being rendered, everything else is truncated.
  • styles: Additional CSS styles; expects them to be in the ./static/ directory. If you are using Sass it will be generated there automatically.
  • scripts: Additional JavaScript scripts; expects them to be in the ./static/ directory.
  • katex: Whether to enable the KaTeX library for rendering LaTeX.
  • toc: Enables table of contents. Only first 2 levels of headings are listed.
  • toc_inline: Whether to render inline table of contents at the top of all pages, in addition to floating quick navigation buttons.
  • toc_ordered: Whether to use numbered (ordered) list for table of contents.
  • toc_sidebar: Whether to display table of contents as a sidebar (useful for long pages).
  • card: When set to false disables share preview cards globally.

Other variables:

  • apple_touch_icon: Filename of the colocated Apple Touch Icon.
  • favicon: Filename of the colocated favicon.
  • card: Filename of the colocated metadata card.
  • archive: Displays an archived message.
  • trigger: Displays a trigger warning message.
  • disclaimer: Displays a disclaimer message.
  • go_to_top: Displays a “go to top” button.

Blog post specific:

  • banner: Filename of the colocated banner image. Recommended dimensions are 2:1 aspect ratio and 1920x960 resolution.
  • banner_pixels Makes the banner use nearest neighbor algorithm for scaling, useful for keeping pixel-art sharp.
  • archived: Make the post visually stand out in the post list. Also accepts message as a value.
  • featured: Ditto but doesn’t accept message as a value.
  • hot: Ditto.
  • poor: Ditto.

In [extra.comments] section:

  • host: The Mastodon server on which the post was posted.
  • user: The username of the poster.
  • id: ID of the post; the one in the URL.

Localization

Duckquill ships with a localization system based on one used in tabi, it’s very easy to use and quite flexible at the same time.

To add a translation, simply create a file in your site’s i18n directory called LANG_CODE.toml, e.g fr.toml. The language code should be either ISO 639-1 or BCP 47.

Inside that file, copy-paste one of the existing translations from Duckquill and adapt it to your needs. You can also check tabi translation files for reference.

Additionally to translating Duckquill, you can also override the English stings by copy-pasting en.toml from Duckquill to the i18n directory of your website and adjusting the values to your liking.

Custom Styles

To add your own or override existing styles, create a custom style and add it in the config.toml:

[extra]
-styles = [
-  "YOUR_STYLE.css",
-  "ALSO_YOUR_STYLE.css"
-]
-

Additional styles are expected it to be in the static directory. If you are using Sass they will be compiled there by default.

If for some reason overridden style is not respected, try using !important (don’t use it unless needed). You can import styles from Duckquill using:

@use "../themes/duckquill/sass/NEEDED_FILE.scss";
-

You can also load styles per page/section by setting them inside page’s front matter:

[extra]
-styles = [
-  "YOUR_PAGE_STYLE.css"
-]
-

Accent Color

Duckquill respects chosen accent color everywhere. To use your own, simply change it in config.toml:

[extra]
-accent_color = "#3584e4"
-

Additionally, you can set a separate color for dark mode:

[extra]
-accent_color_dark = "#ff7800"
-

Favicon

Files named favicon.png and apple-touch-icon.png are used as favicon and Apple Touch Icon respectively. For animated favicon you can use APNG with the png file extension.

In the Wild

This list is starting to get long, so click on it to expand it.

In Credits

Assets Sources

All sources for Duckquill’s assets are available here and licensed under CC BY-SA 4.0. The reason for not putting the sources in the same repo as Duckquill itself is simple: I want it to be as small as possible, so that repo cloning is fast and doesn’t make the site significantly heavier; this is also why the demo uses remote images instead of local copies.

Credits

Tools Used

As for the code formatter I use built-in VSCodium one. Prettier is good but I don’t like how it tries to make code fit in a very narrow column, this can be changed of course, but built-in formatter does it’s job so I don’t bother doing so.

Thanks To

\ No newline at end of file diff --git a/public/katex-init.js b/public/katex-init.js deleted file mode 100644 index 00d02dc7..00000000 --- a/public/katex-init.js +++ /dev/null @@ -1,8 +0,0 @@ -document.addEventListener("DOMContentLoaded", function () { - renderMathInElement(document.body, { - delimiters: [ - { left: "$$", right: "$$", display: true }, - { left: "$", right: "$", display: false }, - ], - }); -}); diff --git a/public/katex.css b/public/katex.css deleted file mode 100644 index 99863adb..00000000 --- a/public/katex.css +++ /dev/null @@ -1,1209 +0,0 @@ -/* stylelint-disable font-family-no-missing-generic-family-keyword */ -@font-face { - font-family: "KaTeX_AMS"; - src: url(fonts/KaTeX_AMS-Regular.woff2) format("woff2"); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: "KaTeX_Caligraphic"; - src: url(fonts/KaTeX_Caligraphic-Bold.woff2) format("woff2"); - font-weight: bold; - font-style: normal; -} -@font-face { - font-family: "KaTeX_Caligraphic"; - src: url(fonts/KaTeX_Caligraphic-Regular.woff2) format("woff2"); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: "KaTeX_Fraktur"; - src: url(fonts/KaTeX_Fraktur-Bold.woff2) format("woff2"); - font-weight: bold; - font-style: normal; -} -@font-face { - font-family: "KaTeX_Fraktur"; - src: url(fonts/KaTeX_Fraktur-Regular.woff2) format("woff2"); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: "KaTeX_Main"; - src: url(fonts/KaTeX_Main-Bold.woff2) format("woff2"); - font-weight: bold; - font-style: normal; -} -@font-face { - font-family: "KaTeX_Main"; - src: url(fonts/KaTeX_Main-BoldItalic.woff2) format("woff2"); - font-weight: bold; - font-style: italic; -} -@font-face { - font-family: "KaTeX_Main"; - src: url(fonts/KaTeX_Main-Italic.woff2) format("woff2"); - font-weight: normal; - font-style: italic; -} -@font-face { - font-family: "KaTeX_Main"; - src: url(fonts/KaTeX_Main-Regular.woff2) format("woff2"); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: "KaTeX_Math"; - src: url(fonts/KaTeX_Math-BoldItalic.woff2) format("woff2"); - font-weight: bold; - font-style: italic; -} -@font-face { - font-family: "KaTeX_Math"; - src: url(fonts/KaTeX_Math-Italic.woff2) format("woff2"); - font-weight: normal; - font-style: italic; -} -@font-face { - font-family: "KaTeX_SansSerif"; - src: url(fonts/KaTeX_SansSerif-Bold.woff2) format("woff2"); - font-weight: bold; - font-style: normal; -} -@font-face { - font-family: "KaTeX_SansSerif"; - src: url(fonts/KaTeX_SansSerif-Italic.woff2) format("woff2"); - font-weight: normal; - font-style: italic; -} -@font-face { - font-family: "KaTeX_SansSerif"; - src: url(fonts/KaTeX_SansSerif-Regular.woff2) format("woff2"); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: "KaTeX_Script"; - src: url(fonts/KaTeX_Script-Regular.woff2) format("woff2"); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: "KaTeX_Size1"; - src: url(fonts/KaTeX_Size1-Regular.woff2) format("woff2"); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: "KaTeX_Size2"; - src: url(fonts/KaTeX_Size2-Regular.woff2) format("woff2"); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: "KaTeX_Size3"; - src: url(fonts/KaTeX_Size3-Regular.woff2) format("woff2"); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: "KaTeX_Size4"; - src: url(fonts/KaTeX_Size4-Regular.woff2) format("woff2"); - font-weight: normal; - font-style: normal; -} -@font-face { - font-family: "KaTeX_Typewriter"; - src: url(fonts/KaTeX_Typewriter-Regular.woff2) format("woff2"); - font-weight: normal; - font-style: normal; -} -.katex { - font: normal 1.21em KaTeX_Main, Times New Roman, serif; - line-height: 1.2; - text-indent: 0; - text-rendering: auto; -} -.katex * { - -ms-high-contrast-adjust: none !important; -} -.katex * { - border-color: currentColor; -} -.katex .katex-version::after { - content: "0.16.11"; -} -.katex .katex-mathml { - /* Accessibility hack to only show to screen readers - Found at: http://a11yproject.com/posts/how-to-hide-content/ */ - position: absolute; - clip: rect(1px, 1px, 1px, 1px); - padding: 0; - border: 0; - height: 1px; - width: 1px; - overflow: hidden; -} -.katex .katex-html { - /* \newline is an empty block at top level, between .base elements */ -} -.katex .katex-html > .newline { - display: block; -} -.katex .base { - position: relative; - display: inline-block; - white-space: nowrap; - width: -webkit-min-content; - width: -moz-min-content; - width: min-content; -} -.katex .strut { - display: inline-block; -} -.katex .textbf { - font-weight: bold; -} -.katex .textit { - font-style: italic; -} -.katex .textrm { - font-family: KaTeX_Main; -} -.katex .textsf { - font-family: KaTeX_SansSerif; -} -.katex .texttt { - font-family: KaTeX_Typewriter; -} -.katex .mathnormal { - font-family: KaTeX_Math; - font-style: italic; -} -.katex .mathit { - font-family: KaTeX_Main; - font-style: italic; -} -.katex .mathrm { - font-style: normal; -} -.katex .mathbf { - font-family: KaTeX_Main; - font-weight: bold; -} -.katex .boldsymbol { - font-family: KaTeX_Math; - font-weight: bold; - font-style: italic; -} -.katex .amsrm { - font-family: KaTeX_AMS; -} -.katex .mathbb, -.katex .textbb { - font-family: KaTeX_AMS; -} -.katex .mathcal { - font-family: KaTeX_Caligraphic; -} -.katex .mathfrak, -.katex .textfrak { - font-family: KaTeX_Fraktur; -} -.katex .mathboldfrak, -.katex .textboldfrak { - font-family: KaTeX_Fraktur; - font-weight: bold; -} -.katex .mathtt { - font-family: KaTeX_Typewriter; -} -.katex .mathscr, -.katex .textscr { - font-family: KaTeX_Script; -} -.katex .mathsf, -.katex .textsf { - font-family: KaTeX_SansSerif; -} -.katex .mathboldsf, -.katex .textboldsf { - font-family: KaTeX_SansSerif; - font-weight: bold; -} -.katex .mathitsf, -.katex .textitsf { - font-family: KaTeX_SansSerif; - font-style: italic; -} -.katex .mainrm { - font-family: KaTeX_Main; - font-style: normal; -} -.katex .vlist-t { - display: inline-table; - table-layout: fixed; - border-collapse: collapse; -} -.katex .vlist-r { - display: table-row; -} -.katex .vlist { - display: table-cell; - vertical-align: bottom; - position: relative; -} -.katex .vlist > span { - display: block; - height: 0; - position: relative; -} -.katex .vlist > span > span { - display: inline-block; -} -.katex .vlist > span > .pstrut { - overflow: hidden; - width: 0; -} -.katex .vlist-t2 { - margin-right: -2px; -} -.katex .vlist-s { - display: table-cell; - vertical-align: bottom; - font-size: 1px; - width: 2px; - min-width: 2px; -} -.katex .vbox { - display: inline-flex; - flex-direction: column; - align-items: baseline; -} -.katex .hbox { - display: inline-flex; - flex-direction: row; - width: 100%; -} -.katex .thinbox { - display: inline-flex; - flex-direction: row; - width: 0; - max-width: 0; -} -.katex .msupsub { - text-align: left; -} -.katex .mfrac > span > span { - text-align: center; -} -.katex .mfrac .frac-line { - display: inline-block; - width: 100%; - border-bottom-style: solid; -} -.katex .mfrac .frac-line, -.katex .overline .overline-line, -.katex .underline .underline-line, -.katex .hline, -.katex .hdashline, -.katex .rule { - min-height: 1px; -} -.katex .mspace { - display: inline-block; -} -.katex .llap, -.katex .rlap, -.katex .clap { - width: 0; - position: relative; -} -.katex .llap > .inner, -.katex .rlap > .inner, -.katex .clap > .inner { - position: absolute; -} -.katex .llap > .fix, -.katex .rlap > .fix, -.katex .clap > .fix { - display: inline-block; -} -.katex .llap > .inner { - right: 0; -} -.katex .rlap > .inner, -.katex .clap > .inner { - left: 0; -} -.katex .clap > .inner > span { - margin-left: -50%; - margin-right: 50%; -} -.katex .rule { - display: inline-block; - border: solid 0; - position: relative; -} -.katex .overline .overline-line, -.katex .underline .underline-line, -.katex .hline { - display: inline-block; - width: 100%; - border-bottom-style: solid; -} -.katex .hdashline { - display: inline-block; - width: 100%; - border-bottom-style: dashed; -} -.katex .sqrt > .root { - /* These values are taken from the definition of `\r@@t`, - `\mkern 5mu` and `\mkern -10mu`. */ - margin-left: 0.2777777778em; - margin-right: -0.5555555556em; -} -.katex .sizing.reset-size1.size1, -.katex .fontsize-ensurer.reset-size1.size1 { - /* stylelint-disable-next-line */ - font-size: 1em; -} -.katex .sizing.reset-size1.size2, -.katex .fontsize-ensurer.reset-size1.size2 { - /* stylelint-disable-next-line */ - font-size: 1.2em; -} -.katex .sizing.reset-size1.size3, -.katex .fontsize-ensurer.reset-size1.size3 { - /* stylelint-disable-next-line */ - font-size: 1.4em; -} -.katex .sizing.reset-size1.size4, -.katex .fontsize-ensurer.reset-size1.size4 { - /* stylelint-disable-next-line */ - font-size: 1.6em; -} -.katex .sizing.reset-size1.size5, -.katex .fontsize-ensurer.reset-size1.size5 { - /* stylelint-disable-next-line */ - font-size: 1.8em; -} -.katex .sizing.reset-size1.size6, -.katex .fontsize-ensurer.reset-size1.size6 { - /* stylelint-disable-next-line */ - font-size: 2em; -} -.katex .sizing.reset-size1.size7, -.katex .fontsize-ensurer.reset-size1.size7 { - /* stylelint-disable-next-line */ - font-size: 2.4em; -} -.katex .sizing.reset-size1.size8, -.katex .fontsize-ensurer.reset-size1.size8 { - /* stylelint-disable-next-line */ - font-size: 2.88em; -} -.katex .sizing.reset-size1.size9, -.katex .fontsize-ensurer.reset-size1.size9 { - /* stylelint-disable-next-line */ - font-size: 3.456em; -} -.katex .sizing.reset-size1.size10, -.katex .fontsize-ensurer.reset-size1.size10 { - /* stylelint-disable-next-line */ - font-size: 4.148em; -} -.katex .sizing.reset-size1.size11, -.katex .fontsize-ensurer.reset-size1.size11 { - /* stylelint-disable-next-line */ - font-size: 4.976em; -} -.katex .sizing.reset-size2.size1, -.katex .fontsize-ensurer.reset-size2.size1 { - /* stylelint-disable-next-line */ - font-size: 0.8333333333em; -} -.katex .sizing.reset-size2.size2, -.katex .fontsize-ensurer.reset-size2.size2 { - /* stylelint-disable-next-line */ - font-size: 1em; -} -.katex .sizing.reset-size2.size3, -.katex .fontsize-ensurer.reset-size2.size3 { - /* stylelint-disable-next-line */ - font-size: 1.1666666667em; -} -.katex .sizing.reset-size2.size4, -.katex .fontsize-ensurer.reset-size2.size4 { - /* stylelint-disable-next-line */ - font-size: 1.3333333333em; -} -.katex .sizing.reset-size2.size5, -.katex .fontsize-ensurer.reset-size2.size5 { - /* stylelint-disable-next-line */ - font-size: 1.5em; -} -.katex .sizing.reset-size2.size6, -.katex .fontsize-ensurer.reset-size2.size6 { - /* stylelint-disable-next-line */ - font-size: 1.6666666667em; -} -.katex .sizing.reset-size2.size7, -.katex .fontsize-ensurer.reset-size2.size7 { - /* stylelint-disable-next-line */ - font-size: 2em; -} -.katex .sizing.reset-size2.size8, -.katex .fontsize-ensurer.reset-size2.size8 { - /* stylelint-disable-next-line */ - font-size: 2.4em; -} -.katex .sizing.reset-size2.size9, -.katex .fontsize-ensurer.reset-size2.size9 { - /* stylelint-disable-next-line */ - font-size: 2.88em; -} -.katex .sizing.reset-size2.size10, -.katex .fontsize-ensurer.reset-size2.size10 { - /* stylelint-disable-next-line */ - font-size: 3.4566666667em; -} -.katex .sizing.reset-size2.size11, -.katex .fontsize-ensurer.reset-size2.size11 { - /* stylelint-disable-next-line */ - font-size: 4.1466666667em; -} -.katex .sizing.reset-size3.size1, -.katex .fontsize-ensurer.reset-size3.size1 { - /* stylelint-disable-next-line */ - font-size: 0.7142857143em; -} -.katex .sizing.reset-size3.size2, -.katex .fontsize-ensurer.reset-size3.size2 { - /* stylelint-disable-next-line */ - font-size: 0.8571428571em; -} -.katex .sizing.reset-size3.size3, -.katex .fontsize-ensurer.reset-size3.size3 { - /* stylelint-disable-next-line */ - font-size: 1em; -} -.katex .sizing.reset-size3.size4, -.katex .fontsize-ensurer.reset-size3.size4 { - /* stylelint-disable-next-line */ - font-size: 1.1428571429em; -} -.katex .sizing.reset-size3.size5, -.katex .fontsize-ensurer.reset-size3.size5 { - /* stylelint-disable-next-line */ - font-size: 1.2857142857em; -} -.katex .sizing.reset-size3.size6, -.katex .fontsize-ensurer.reset-size3.size6 { - /* stylelint-disable-next-line */ - font-size: 1.4285714286em; -} -.katex .sizing.reset-size3.size7, -.katex .fontsize-ensurer.reset-size3.size7 { - /* stylelint-disable-next-line */ - font-size: 1.7142857143em; -} -.katex .sizing.reset-size3.size8, -.katex .fontsize-ensurer.reset-size3.size8 { - /* stylelint-disable-next-line */ - font-size: 2.0571428571em; -} -.katex .sizing.reset-size3.size9, -.katex .fontsize-ensurer.reset-size3.size9 { - /* stylelint-disable-next-line */ - font-size: 2.4685714286em; -} -.katex .sizing.reset-size3.size10, -.katex .fontsize-ensurer.reset-size3.size10 { - /* stylelint-disable-next-line */ - font-size: 2.9628571429em; -} -.katex .sizing.reset-size3.size11, -.katex .fontsize-ensurer.reset-size3.size11 { - /* stylelint-disable-next-line */ - font-size: 3.5542857143em; -} -.katex .sizing.reset-size4.size1, -.katex .fontsize-ensurer.reset-size4.size1 { - /* stylelint-disable-next-line */ - font-size: 0.625em; -} -.katex .sizing.reset-size4.size2, -.katex .fontsize-ensurer.reset-size4.size2 { - /* stylelint-disable-next-line */ - font-size: 0.75em; -} -.katex .sizing.reset-size4.size3, -.katex .fontsize-ensurer.reset-size4.size3 { - /* stylelint-disable-next-line */ - font-size: 0.875em; -} -.katex .sizing.reset-size4.size4, -.katex .fontsize-ensurer.reset-size4.size4 { - /* stylelint-disable-next-line */ - font-size: 1em; -} -.katex .sizing.reset-size4.size5, -.katex .fontsize-ensurer.reset-size4.size5 { - /* stylelint-disable-next-line */ - font-size: 1.125em; -} -.katex .sizing.reset-size4.size6, -.katex .fontsize-ensurer.reset-size4.size6 { - /* stylelint-disable-next-line */ - font-size: 1.25em; -} -.katex .sizing.reset-size4.size7, -.katex .fontsize-ensurer.reset-size4.size7 { - /* stylelint-disable-next-line */ - font-size: 1.5em; -} -.katex .sizing.reset-size4.size8, -.katex .fontsize-ensurer.reset-size4.size8 { - /* stylelint-disable-next-line */ - font-size: 1.8em; -} -.katex .sizing.reset-size4.size9, -.katex .fontsize-ensurer.reset-size4.size9 { - /* stylelint-disable-next-line */ - font-size: 2.16em; -} -.katex .sizing.reset-size4.size10, -.katex .fontsize-ensurer.reset-size4.size10 { - /* stylelint-disable-next-line */ - font-size: 2.5925em; -} -.katex .sizing.reset-size4.size11, -.katex .fontsize-ensurer.reset-size4.size11 { - /* stylelint-disable-next-line */ - font-size: 3.11em; -} -.katex .sizing.reset-size5.size1, -.katex .fontsize-ensurer.reset-size5.size1 { - /* stylelint-disable-next-line */ - font-size: 0.5555555556em; -} -.katex .sizing.reset-size5.size2, -.katex .fontsize-ensurer.reset-size5.size2 { - /* stylelint-disable-next-line */ - font-size: 0.6666666667em; -} -.katex .sizing.reset-size5.size3, -.katex .fontsize-ensurer.reset-size5.size3 { - /* stylelint-disable-next-line */ - font-size: 0.7777777778em; -} -.katex .sizing.reset-size5.size4, -.katex .fontsize-ensurer.reset-size5.size4 { - /* stylelint-disable-next-line */ - font-size: 0.8888888889em; -} -.katex .sizing.reset-size5.size5, -.katex .fontsize-ensurer.reset-size5.size5 { - /* stylelint-disable-next-line */ - font-size: 1em; -} -.katex .sizing.reset-size5.size6, -.katex .fontsize-ensurer.reset-size5.size6 { - /* stylelint-disable-next-line */ - font-size: 1.1111111111em; -} -.katex .sizing.reset-size5.size7, -.katex .fontsize-ensurer.reset-size5.size7 { - /* stylelint-disable-next-line */ - font-size: 1.3333333333em; -} -.katex .sizing.reset-size5.size8, -.katex .fontsize-ensurer.reset-size5.size8 { - /* stylelint-disable-next-line */ - font-size: 1.6em; -} -.katex .sizing.reset-size5.size9, -.katex .fontsize-ensurer.reset-size5.size9 { - /* stylelint-disable-next-line */ - font-size: 1.92em; -} -.katex .sizing.reset-size5.size10, -.katex .fontsize-ensurer.reset-size5.size10 { - /* stylelint-disable-next-line */ - font-size: 2.3044444444em; -} -.katex .sizing.reset-size5.size11, -.katex .fontsize-ensurer.reset-size5.size11 { - /* stylelint-disable-next-line */ - font-size: 2.7644444444em; -} -.katex .sizing.reset-size6.size1, -.katex .fontsize-ensurer.reset-size6.size1 { - /* stylelint-disable-next-line */ - font-size: 0.5em; -} -.katex .sizing.reset-size6.size2, -.katex .fontsize-ensurer.reset-size6.size2 { - /* stylelint-disable-next-line */ - font-size: 0.6em; -} -.katex .sizing.reset-size6.size3, -.katex .fontsize-ensurer.reset-size6.size3 { - /* stylelint-disable-next-line */ - font-size: 0.7em; -} -.katex .sizing.reset-size6.size4, -.katex .fontsize-ensurer.reset-size6.size4 { - /* stylelint-disable-next-line */ - font-size: 0.8em; -} -.katex .sizing.reset-size6.size5, -.katex .fontsize-ensurer.reset-size6.size5 { - /* stylelint-disable-next-line */ - font-size: 0.9em; -} -.katex .sizing.reset-size6.size6, -.katex .fontsize-ensurer.reset-size6.size6 { - /* stylelint-disable-next-line */ - font-size: 1em; -} -.katex .sizing.reset-size6.size7, -.katex .fontsize-ensurer.reset-size6.size7 { - /* stylelint-disable-next-line */ - font-size: 1.2em; -} -.katex .sizing.reset-size6.size8, -.katex .fontsize-ensurer.reset-size6.size8 { - /* stylelint-disable-next-line */ - font-size: 1.44em; -} -.katex .sizing.reset-size6.size9, -.katex .fontsize-ensurer.reset-size6.size9 { - /* stylelint-disable-next-line */ - font-size: 1.728em; -} -.katex .sizing.reset-size6.size10, -.katex .fontsize-ensurer.reset-size6.size10 { - /* stylelint-disable-next-line */ - font-size: 2.074em; -} -.katex .sizing.reset-size6.size11, -.katex .fontsize-ensurer.reset-size6.size11 { - /* stylelint-disable-next-line */ - font-size: 2.488em; -} -.katex .sizing.reset-size7.size1, -.katex .fontsize-ensurer.reset-size7.size1 { - /* stylelint-disable-next-line */ - font-size: 0.4166666667em; -} -.katex .sizing.reset-size7.size2, -.katex .fontsize-ensurer.reset-size7.size2 { - /* stylelint-disable-next-line */ - font-size: 0.5em; -} -.katex .sizing.reset-size7.size3, -.katex .fontsize-ensurer.reset-size7.size3 { - /* stylelint-disable-next-line */ - font-size: 0.5833333333em; -} -.katex .sizing.reset-size7.size4, -.katex .fontsize-ensurer.reset-size7.size4 { - /* stylelint-disable-next-line */ - font-size: 0.6666666667em; -} -.katex .sizing.reset-size7.size5, -.katex .fontsize-ensurer.reset-size7.size5 { - /* stylelint-disable-next-line */ - font-size: 0.75em; -} -.katex .sizing.reset-size7.size6, -.katex .fontsize-ensurer.reset-size7.size6 { - /* stylelint-disable-next-line */ - font-size: 0.8333333333em; -} -.katex .sizing.reset-size7.size7, -.katex .fontsize-ensurer.reset-size7.size7 { - /* stylelint-disable-next-line */ - font-size: 1em; -} -.katex .sizing.reset-size7.size8, -.katex .fontsize-ensurer.reset-size7.size8 { - /* stylelint-disable-next-line */ - font-size: 1.2em; -} -.katex .sizing.reset-size7.size9, -.katex .fontsize-ensurer.reset-size7.size9 { - /* stylelint-disable-next-line */ - font-size: 1.44em; -} -.katex .sizing.reset-size7.size10, -.katex .fontsize-ensurer.reset-size7.size10 { - /* stylelint-disable-next-line */ - font-size: 1.7283333333em; -} -.katex .sizing.reset-size7.size11, -.katex .fontsize-ensurer.reset-size7.size11 { - /* stylelint-disable-next-line */ - font-size: 2.0733333333em; -} -.katex .sizing.reset-size8.size1, -.katex .fontsize-ensurer.reset-size8.size1 { - /* stylelint-disable-next-line */ - font-size: 0.3472222222em; -} -.katex .sizing.reset-size8.size2, -.katex .fontsize-ensurer.reset-size8.size2 { - /* stylelint-disable-next-line */ - font-size: 0.4166666667em; -} -.katex .sizing.reset-size8.size3, -.katex .fontsize-ensurer.reset-size8.size3 { - /* stylelint-disable-next-line */ - font-size: 0.4861111111em; -} -.katex .sizing.reset-size8.size4, -.katex .fontsize-ensurer.reset-size8.size4 { - /* stylelint-disable-next-line */ - font-size: 0.5555555556em; -} -.katex .sizing.reset-size8.size5, -.katex .fontsize-ensurer.reset-size8.size5 { - /* stylelint-disable-next-line */ - font-size: 0.625em; -} -.katex .sizing.reset-size8.size6, -.katex .fontsize-ensurer.reset-size8.size6 { - /* stylelint-disable-next-line */ - font-size: 0.6944444444em; -} -.katex .sizing.reset-size8.size7, -.katex .fontsize-ensurer.reset-size8.size7 { - /* stylelint-disable-next-line */ - font-size: 0.8333333333em; -} -.katex .sizing.reset-size8.size8, -.katex .fontsize-ensurer.reset-size8.size8 { - /* stylelint-disable-next-line */ - font-size: 1em; -} -.katex .sizing.reset-size8.size9, -.katex .fontsize-ensurer.reset-size8.size9 { - /* stylelint-disable-next-line */ - font-size: 1.2em; -} -.katex .sizing.reset-size8.size10, -.katex .fontsize-ensurer.reset-size8.size10 { - /* stylelint-disable-next-line */ - font-size: 1.4402777778em; -} -.katex .sizing.reset-size8.size11, -.katex .fontsize-ensurer.reset-size8.size11 { - /* stylelint-disable-next-line */ - font-size: 1.7277777778em; -} -.katex .sizing.reset-size9.size1, -.katex .fontsize-ensurer.reset-size9.size1 { - /* stylelint-disable-next-line */ - font-size: 0.2893518519em; -} -.katex .sizing.reset-size9.size2, -.katex .fontsize-ensurer.reset-size9.size2 { - /* stylelint-disable-next-line */ - font-size: 0.3472222222em; -} -.katex .sizing.reset-size9.size3, -.katex .fontsize-ensurer.reset-size9.size3 { - /* stylelint-disable-next-line */ - font-size: 0.4050925926em; -} -.katex .sizing.reset-size9.size4, -.katex .fontsize-ensurer.reset-size9.size4 { - /* stylelint-disable-next-line */ - font-size: 0.462962963em; -} -.katex .sizing.reset-size9.size5, -.katex .fontsize-ensurer.reset-size9.size5 { - /* stylelint-disable-next-line */ - font-size: 0.5208333333em; -} -.katex .sizing.reset-size9.size6, -.katex .fontsize-ensurer.reset-size9.size6 { - /* stylelint-disable-next-line */ - font-size: 0.5787037037em; -} -.katex .sizing.reset-size9.size7, -.katex .fontsize-ensurer.reset-size9.size7 { - /* stylelint-disable-next-line */ - font-size: 0.6944444444em; -} -.katex .sizing.reset-size9.size8, -.katex .fontsize-ensurer.reset-size9.size8 { - /* stylelint-disable-next-line */ - font-size: 0.8333333333em; -} -.katex .sizing.reset-size9.size9, -.katex .fontsize-ensurer.reset-size9.size9 { - /* stylelint-disable-next-line */ - font-size: 1em; -} -.katex .sizing.reset-size9.size10, -.katex .fontsize-ensurer.reset-size9.size10 { - /* stylelint-disable-next-line */ - font-size: 1.2002314815em; -} -.katex .sizing.reset-size9.size11, -.katex .fontsize-ensurer.reset-size9.size11 { - /* stylelint-disable-next-line */ - font-size: 1.4398148148em; -} -.katex .sizing.reset-size10.size1, -.katex .fontsize-ensurer.reset-size10.size1 { - /* stylelint-disable-next-line */ - font-size: 0.2410800386em; -} -.katex .sizing.reset-size10.size2, -.katex .fontsize-ensurer.reset-size10.size2 { - /* stylelint-disable-next-line */ - font-size: 0.2892960463em; -} -.katex .sizing.reset-size10.size3, -.katex .fontsize-ensurer.reset-size10.size3 { - /* stylelint-disable-next-line */ - font-size: 0.337512054em; -} -.katex .sizing.reset-size10.size4, -.katex .fontsize-ensurer.reset-size10.size4 { - /* stylelint-disable-next-line */ - font-size: 0.3857280617em; -} -.katex .sizing.reset-size10.size5, -.katex .fontsize-ensurer.reset-size10.size5 { - /* stylelint-disable-next-line */ - font-size: 0.4339440694em; -} -.katex .sizing.reset-size10.size6, -.katex .fontsize-ensurer.reset-size10.size6 { - /* stylelint-disable-next-line */ - font-size: 0.4821600771em; -} -.katex .sizing.reset-size10.size7, -.katex .fontsize-ensurer.reset-size10.size7 { - /* stylelint-disable-next-line */ - font-size: 0.5785920926em; -} -.katex .sizing.reset-size10.size8, -.katex .fontsize-ensurer.reset-size10.size8 { - /* stylelint-disable-next-line */ - font-size: 0.6943105111em; -} -.katex .sizing.reset-size10.size9, -.katex .fontsize-ensurer.reset-size10.size9 { - /* stylelint-disable-next-line */ - font-size: 0.8331726133em; -} -.katex .sizing.reset-size10.size10, -.katex .fontsize-ensurer.reset-size10.size10 { - /* stylelint-disable-next-line */ - font-size: 1em; -} -.katex .sizing.reset-size10.size11, -.katex .fontsize-ensurer.reset-size10.size11 { - /* stylelint-disable-next-line */ - font-size: 1.1996142719em; -} -.katex .sizing.reset-size11.size1, -.katex .fontsize-ensurer.reset-size11.size1 { - /* stylelint-disable-next-line */ - font-size: 0.2009646302em; -} -.katex .sizing.reset-size11.size2, -.katex .fontsize-ensurer.reset-size11.size2 { - /* stylelint-disable-next-line */ - font-size: 0.2411575563em; -} -.katex .sizing.reset-size11.size3, -.katex .fontsize-ensurer.reset-size11.size3 { - /* stylelint-disable-next-line */ - font-size: 0.2813504823em; -} -.katex .sizing.reset-size11.size4, -.katex .fontsize-ensurer.reset-size11.size4 { - /* stylelint-disable-next-line */ - font-size: 0.3215434084em; -} -.katex .sizing.reset-size11.size5, -.katex .fontsize-ensurer.reset-size11.size5 { - /* stylelint-disable-next-line */ - font-size: 0.3617363344em; -} -.katex .sizing.reset-size11.size6, -.katex .fontsize-ensurer.reset-size11.size6 { - /* stylelint-disable-next-line */ - font-size: 0.4019292605em; -} -.katex .sizing.reset-size11.size7, -.katex .fontsize-ensurer.reset-size11.size7 { - /* stylelint-disable-next-line */ - font-size: 0.4823151125em; -} -.katex .sizing.reset-size11.size8, -.katex .fontsize-ensurer.reset-size11.size8 { - /* stylelint-disable-next-line */ - font-size: 0.578778135em; -} -.katex .sizing.reset-size11.size9, -.katex .fontsize-ensurer.reset-size11.size9 { - /* stylelint-disable-next-line */ - font-size: 0.6945337621em; -} -.katex .sizing.reset-size11.size10, -.katex .fontsize-ensurer.reset-size11.size10 { - /* stylelint-disable-next-line */ - font-size: 0.8336012862em; -} -.katex .sizing.reset-size11.size11, -.katex .fontsize-ensurer.reset-size11.size11 { - /* stylelint-disable-next-line */ - font-size: 1em; -} -.katex .delimsizing.size1 { - font-family: KaTeX_Size1; -} -.katex .delimsizing.size2 { - font-family: KaTeX_Size2; -} -.katex .delimsizing.size3 { - font-family: KaTeX_Size3; -} -.katex .delimsizing.size4 { - font-family: KaTeX_Size4; -} -.katex .delimsizing.mult .delim-size1 > span { - font-family: KaTeX_Size1; -} -.katex .delimsizing.mult .delim-size4 > span { - font-family: KaTeX_Size4; -} -.katex .nulldelimiter { - display: inline-block; - width: 0.12em; -} -.katex .delimcenter { - position: relative; -} -.katex .op-symbol { - position: relative; -} -.katex .op-symbol.small-op { - font-family: KaTeX_Size1; -} -.katex .op-symbol.large-op { - font-family: KaTeX_Size2; -} -.katex .op-limits > .vlist-t { - text-align: center; -} -.katex .accent > .vlist-t { - text-align: center; -} -.katex .accent .accent-body { - position: relative; -} -.katex .accent .accent-body:not(.accent-full) { - width: 0; -} -.katex .overlay { - display: block; -} -.katex .mtable .vertical-separator { - display: inline-block; - min-width: 1px; -} -.katex .mtable .arraycolsep { - display: inline-block; -} -.katex .mtable .col-align-c > .vlist-t { - text-align: center; -} -.katex .mtable .col-align-l > .vlist-t { - text-align: left; -} -.katex .mtable .col-align-r > .vlist-t { - text-align: right; -} -.katex .svg-align { - text-align: left; -} -.katex svg { - display: block; - position: absolute; - width: 100%; - height: inherit; - fill: currentColor; - stroke: currentColor; - fill-rule: nonzero; - fill-opacity: 1; - stroke-width: 1; - stroke-linecap: butt; - stroke-linejoin: miter; - stroke-miterlimit: 4; - stroke-dasharray: none; - stroke-dashoffset: 0; - stroke-opacity: 1; -} -.katex svg path { - stroke: none; -} -.katex img { - border-style: none; - min-width: 0; - min-height: 0; - max-width: none; - max-height: none; -} -.katex .stretchy { - width: 100%; - display: block; - position: relative; - overflow: hidden; -} -.katex .stretchy::before, .katex .stretchy::after { - content: ""; -} -.katex .hide-tail { - width: 100%; - position: relative; - overflow: hidden; -} -.katex .halfarrow-left { - position: absolute; - left: 0; - width: 50.2%; - overflow: hidden; -} -.katex .halfarrow-right { - position: absolute; - right: 0; - width: 50.2%; - overflow: hidden; -} -.katex .brace-left { - position: absolute; - left: 0; - width: 25.1%; - overflow: hidden; -} -.katex .brace-center { - position: absolute; - left: 25%; - width: 50%; - overflow: hidden; -} -.katex .brace-right { - position: absolute; - right: 0; - width: 25.1%; - overflow: hidden; -} -.katex .x-arrow-pad { - padding: 0 0.5em; -} -.katex .cd-arrow-pad { - padding: 0 0.55556em 0 0.27778em; -} -.katex .x-arrow, -.katex .mover, -.katex .munder { - text-align: center; -} -.katex .boxpad { - padding: 0 0.3em; -} -.katex .fbox, -.katex .fcolorbox { - box-sizing: border-box; - border: 0.04em solid; -} -.katex .cancel-pad { - padding: 0 0.2em; -} -.katex .cancel-lap { - margin-left: -0.2em; - margin-right: -0.2em; -} -.katex .sout { - border-bottom-style: solid; - border-bottom-width: 0.08em; -} -.katex .angl { - box-sizing: border-box; - border-top: 0.049em solid; - border-right: 0.049em solid; - margin-right: 0.03889em; -} -.katex .anglpad { - padding: 0 0.03889em; -} -.katex .eqn-num::before { - counter-increment: katexEqnNo; - content: "(" counter(katexEqnNo) ")"; -} -.katex .mml-eqn-num::before { - counter-increment: mmlEqnNo; - content: "(" counter(mmlEqnNo) ")"; -} -.katex .mtr-glue { - width: 50%; -} -.katex .cd-vert-arrow { - display: inline-block; - position: relative; -} -.katex .cd-label-left { - display: inline-block; - position: absolute; - right: calc(50% + 0.3em); - text-align: left; -} -.katex .cd-label-right { - display: inline-block; - position: absolute; - left: calc(50% + 0.3em); - text-align: right; -} - -.katex-display { - display: block; - margin: 1em 0; - text-align: center; -} -.katex-display > .katex { - display: block; - text-align: center; - white-space: nowrap; -} -.katex-display > .katex > .katex-html { - display: block; - position: relative; -} -.katex-display > .katex > .katex-html > .tag { - position: absolute; - right: 0; -} - -.katex-display.leqno > .katex > .katex-html > .tag { - left: 0; - right: auto; -} - -.katex-display.fleqn > .katex { - text-align: left; - padding-left: 2em; -} - -body { - counter-reset: katexEqnNo mmlEqnNo; -} diff --git a/public/katex.min.js b/public/katex.min.js deleted file mode 100644 index 3817b641..00000000 --- a/public/katex.min.js +++ /dev/null @@ -1 +0,0 @@ -!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.katex=t():e.katex=t()}("undefined"!=typeof self?self:this,(function(){return function(){"use strict";var e={d:function(t,r){for(var n in r)e.o(r,n)&&!e.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:r[n]})},o:function(e,t){return Object.prototype.hasOwnProperty.call(e,t)}},t={};e.d(t,{default:function(){return Yn}});class r{constructor(e,t){this.name=void 0,this.position=void 0,this.length=void 0,this.rawMessage=void 0;let n,o,s="KaTeX parse error: "+e;const i=t&&t.loc;if(i&&i.start<=i.end){const e=i.lexer.input;n=i.start,o=i.end,n===e.length?s+=" at end of input: ":s+=" at position "+(n+1)+": ";const t=e.slice(n,o).replace(/[^]/g,"$&\u0332");let r,a;r=n>15?"\u2026"+e.slice(n-15,n):e.slice(0,n),a=o+15":">","<":"<",'"':""","'":"'"},i=/[&><"']/g;const a=function(e){return"ordgroup"===e.type||"color"===e.type?1===e.body.length?a(e.body[0]):e:"font"===e.type?a(e.body):e};var l={contains:function(e,t){return-1!==e.indexOf(t)},deflt:function(e,t){return void 0===e?t:e},escape:function(e){return String(e).replace(i,(e=>s[e]))},hyphenate:function(e){return e.replace(o,"-$1").toLowerCase()},getBaseElem:a,isCharacterBox:function(e){const t=a(e);return"mathord"===t.type||"textord"===t.type||"atom"===t.type},protocolFromUrl:function(e){const t=/^[\x00-\x20]*([^\\/#?]*?)(:|�*58|�*3a|&colon)/i.exec(e);return t?":"!==t[2]?null:/^[a-zA-Z][a-zA-Z0-9+\-.]*$/.test(t[1])?t[1].toLowerCase():null:"_relative"}};const h={displayMode:{type:"boolean",description:"Render math in display mode, which puts the math in display style (so \\int and \\sum are large, for example), and centers the math on the page on its own line.",cli:"-d, --display-mode"},output:{type:{enum:["htmlAndMathml","html","mathml"]},description:"Determines the markup language of the output.",cli:"-F, --format "},leqno:{type:"boolean",description:"Render display math in leqno style (left-justified tags)."},fleqn:{type:"boolean",description:"Render display math flush left."},throwOnError:{type:"boolean",default:!0,cli:"-t, --no-throw-on-error",cliDescription:"Render errors (in the color given by --error-color) instead of throwing a ParseError exception when encountering an error."},errorColor:{type:"string",default:"#cc0000",cli:"-c, --error-color ",cliDescription:"A color string given in the format 'rgb' or 'rrggbb' (no #). This option determines the color of errors rendered by the -t option.",cliProcessor:e=>"#"+e},macros:{type:"object",cli:"-m, --macro ",cliDescription:"Define custom macro of the form '\\foo:expansion' (use multiple -m arguments for multiple macros).",cliDefault:[],cliProcessor:(e,t)=>(t.push(e),t)},minRuleThickness:{type:"number",description:"Specifies a minimum thickness, in ems, for fraction lines, `\\sqrt` top lines, `{array}` vertical lines, `\\hline`, `\\hdashline`, `\\underline`, `\\overline`, and the borders of `\\fbox`, `\\boxed`, and `\\fcolorbox`.",processor:e=>Math.max(0,e),cli:"--min-rule-thickness ",cliProcessor:parseFloat},colorIsTextColor:{type:"boolean",description:"Makes \\color behave like LaTeX's 2-argument \\textcolor, instead of LaTeX's one-argument \\color mode change.",cli:"-b, --color-is-text-color"},strict:{type:[{enum:["warn","ignore","error"]},"boolean","function"],description:"Turn on strict / LaTeX faithfulness mode, which throws an error if the input uses features that are not supported by LaTeX.",cli:"-S, --strict",cliDefault:!1},trust:{type:["boolean","function"],description:"Trust the input, enabling all HTML features such as \\url.",cli:"-T, --trust"},maxSize:{type:"number",default:1/0,description:"If non-zero, all user-specified sizes, e.g. in \\rule{500em}{500em}, will be capped to maxSize ems. Otherwise, elements and spaces can be arbitrarily large",processor:e=>Math.max(0,e),cli:"-s, --max-size ",cliProcessor:parseInt},maxExpand:{type:"number",default:1e3,description:"Limit the number of macro expansions to the specified number, to prevent e.g. infinite macro loops. If set to Infinity, the macro expander will try to fully expand as in LaTeX.",processor:e=>Math.max(0,e),cli:"-e, --max-expand ",cliProcessor:e=>"Infinity"===e?1/0:parseInt(e)},globalGroup:{type:"boolean",cli:!1}};function c(e){if(e.default)return e.default;const t=e.type,r=Array.isArray(t)?t[0]:t;if("string"!=typeof r)return r.enum[0];switch(r){case"boolean":return!1;case"string":return"";case"number":return 0;case"object":return{}}}class m{constructor(e){this.displayMode=void 0,this.output=void 0,this.leqno=void 0,this.fleqn=void 0,this.throwOnError=void 0,this.errorColor=void 0,this.macros=void 0,this.minRuleThickness=void 0,this.colorIsTextColor=void 0,this.strict=void 0,this.trust=void 0,this.maxSize=void 0,this.maxExpand=void 0,this.globalGroup=void 0,e=e||{};for(const t in h)if(h.hasOwnProperty(t)){const r=h[t];this[t]=void 0!==e[t]?r.processor?r.processor(e[t]):e[t]:c(r)}}reportNonstrict(e,t,r){let o=this.strict;if("function"==typeof o&&(o=o(e,t,r)),o&&"ignore"!==o){if(!0===o||"error"===o)throw new n("LaTeX-incompatible input and strict mode is set to 'error': "+t+" ["+e+"]",r);"warn"===o?"undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+t+" ["+e+"]"):"undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to unrecognized '"+o+"': "+t+" ["+e+"]")}}useStrictBehavior(e,t,r){let n=this.strict;if("function"==typeof n)try{n=n(e,t,r)}catch(e){n="error"}return!(!n||"ignore"===n)&&(!0===n||"error"===n||("warn"===n?("undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to 'warn': "+t+" ["+e+"]"),!1):("undefined"!=typeof console&&console.warn("LaTeX-incompatible input and strict mode is set to unrecognized '"+n+"': "+t+" ["+e+"]"),!1)))}isTrusted(e){if(e.url&&!e.protocol){const t=l.protocolFromUrl(e.url);if(null==t)return!1;e.protocol=t}const t="function"==typeof this.trust?this.trust(e):this.trust;return Boolean(t)}}class p{constructor(e,t,r){this.id=void 0,this.size=void 0,this.cramped=void 0,this.id=e,this.size=t,this.cramped=r}sup(){return u[d[this.id]]}sub(){return u[g[this.id]]}fracNum(){return u[f[this.id]]}fracDen(){return u[b[this.id]]}cramp(){return u[y[this.id]]}text(){return u[x[this.id]]}isTight(){return this.size>=2}}const u=[new p(0,0,!1),new p(1,0,!0),new p(2,1,!1),new p(3,1,!0),new p(4,2,!1),new p(5,2,!0),new p(6,3,!1),new p(7,3,!0)],d=[4,5,4,5,6,7,6,7],g=[5,5,5,5,7,7,7,7],f=[2,3,4,5,6,7,6,7],b=[3,3,5,5,7,7,7,7],y=[1,1,3,3,5,5,7,7],x=[0,1,2,3,2,3,2,3];var w={DISPLAY:u[0],TEXT:u[2],SCRIPT:u[4],SCRIPTSCRIPT:u[6]};const v=[{name:"latin",blocks:[[256,591],[768,879]]},{name:"cyrillic",blocks:[[1024,1279]]},{name:"armenian",blocks:[[1328,1423]]},{name:"brahmic",blocks:[[2304,4255]]},{name:"georgian",blocks:[[4256,4351]]},{name:"cjk",blocks:[[12288,12543],[19968,40879],[65280,65376]]},{name:"hangul",blocks:[[44032,55215]]}];const k=[];function S(e){for(let t=0;t=k[t]&&e<=k[t+1])return!0;return!1}v.forEach((e=>e.blocks.forEach((e=>k.push(...e)))));const M=80,z={doubleleftarrow:"M262 157\nl10-10c34-36 62.7-77 86-123 3.3-8 5-13.3 5-16 0-5.3-6.7-8-20-8-7.3\n 0-12.2.5-14.5 1.5-2.3 1-4.8 4.5-7.5 10.5-49.3 97.3-121.7 169.3-217 216-28\n 14-57.3 25-88 33-6.7 2-11 3.8-13 5.5-2 1.7-3 4.2-3 7.5s1 5.8 3 7.5\nc2 1.7 6.3 3.5 13 5.5 68 17.3 128.2 47.8 180.5 91.5 52.3 43.7 93.8 96.2 124.5\n 157.5 9.3 8 15.3 12.3 18 13h6c12-.7 18-4 18-10 0-2-1.7-7-5-15-23.3-46-52-87\n-86-123l-10-10h399738v-40H218c328 0 0 0 0 0l-10-8c-26.7-20-65.7-43-117-69 2.7\n-2 6-3.7 10-5 36.7-16 72.3-37.3 107-64l10-8h399782v-40z\nm8 0v40h399730v-40zm0 194v40h399730v-40z",doublerightarrow:"M399738 392l\n-10 10c-34 36-62.7 77-86 123-3.3 8-5 13.3-5 16 0 5.3 6.7 8 20 8 7.3 0 12.2-.5\n 14.5-1.5 2.3-1 4.8-4.5 7.5-10.5 49.3-97.3 121.7-169.3 217-216 28-14 57.3-25 88\n-33 6.7-2 11-3.8 13-5.5 2-1.7 3-4.2 3-7.5s-1-5.8-3-7.5c-2-1.7-6.3-3.5-13-5.5-68\n-17.3-128.2-47.8-180.5-91.5-52.3-43.7-93.8-96.2-124.5-157.5-9.3-8-15.3-12.3-18\n-13h-6c-12 .7-18 4-18 10 0 2 1.7 7 5 15 23.3 46 52 87 86 123l10 10H0v40h399782\nc-328 0 0 0 0 0l10 8c26.7 20 65.7 43 117 69-2.7 2-6 3.7-10 5-36.7 16-72.3 37.3\n-107 64l-10 8H0v40zM0 157v40h399730v-40zm0 194v40h399730v-40z",leftarrow:"M400000 241H110l3-3c68.7-52.7 113.7-120\n 135-202 4-14.7 6-23 6-25 0-7.3-7-11-21-11-8 0-13.2.8-15.5 2.5-2.3 1.7-4.2 5.8\n-5.5 12.5-1.3 4.7-2.7 10.3-4 17-12 48.7-34.8 92-68.5 130S65.3 228.3 18 247\nc-10 4-16 7.7-18 11 0 8.7 6 14.3 18 17 47.3 18.7 87.8 47 121.5 85S196 441.3 208\n 490c.7 2 1.3 5 2 9s1.2 6.7 1.5 8c.3 1.3 1 3.3 2 6s2.2 4.5 3.5 5.5c1.3 1 3.3\n 1.8 6 2.5s6 1 10 1c14 0 21-3.7 21-11 0-2-2-10.3-6-25-20-79.3-65-146.7-135-202\n l-3-3h399890zM100 241v40h399900v-40z",leftbrace:"M6 548l-6-6v-35l6-11c56-104 135.3-181.3 238-232 57.3-28.7 117\n-45 179-50h399577v120H403c-43.3 7-81 15-113 26-100.7 33-179.7 91-237 174-2.7\n 5-6 9-10 13-.7 1-7.3 1-20 1H6z",leftbraceunder:"M0 6l6-6h17c12.688 0 19.313.3 20 1 4 4 7.313 8.3 10 13\n 35.313 51.3 80.813 93.8 136.5 127.5 55.688 33.7 117.188 55.8 184.5 66.5.688\n 0 2 .3 4 1 18.688 2.7 76 4.3 172 5h399450v120H429l-6-1c-124.688-8-235-61.7\n-331-161C60.687 138.7 32.312 99.3 7 54L0 41V6z",leftgroup:"M400000 80\nH435C64 80 168.3 229.4 21 260c-5.9 1.2-18 0-18 0-2 0-3-1-3-3v-38C76 61 257 0\n 435 0h399565z",leftgroupunder:"M400000 262\nH435C64 262 168.3 112.6 21 82c-5.9-1.2-18 0-18 0-2 0-3 1-3 3v38c76 158 257 219\n 435 219h399565z",leftharpoon:"M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3\n-3.3 10.2-9.5 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5\n-18.3 3-21-1.3-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7\n-196 228-6.7 4.7-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40z",leftharpoonplus:"M0 267c.7 5.3 3 10 7 14h399993v-40H93c3.3-3.3 10.2-9.5\n 20.5-18.5s17.8-15.8 22.5-20.5c50.7-52 88-110.3 112-175 4-11.3 5-18.3 3-21-1.3\n-4-7.3-6-18-6-8 0-13 .7-15 2s-4.7 6.7-8 16c-42 98.7-107.3 174.7-196 228-6.7 4.7\n-10.7 8-12 10-1.3 2-2 5.7-2 11zm100-26v40h399900v-40zM0 435v40h400000v-40z\nm0 0v40h400000v-40z",leftharpoondown:"M7 241c-4 4-6.333 8.667-7 14 0 5.333.667 9 2 11s5.333\n 5.333 12 10c90.667 54 156 130 196 228 3.333 10.667 6.333 16.333 9 17 2 .667 5\n 1 9 1h5c10.667 0 16.667-2 18-6 2-2.667 1-9.667-3-21-32-87.333-82.667-157.667\n-152-211l-3-3h399907v-40zM93 281 H400000 v-40L7 241z",leftharpoondownplus:"M7 435c-4 4-6.3 8.7-7 14 0 5.3.7 9 2 11s5.3 5.3 12\n 10c90.7 54 156 130 196 228 3.3 10.7 6.3 16.3 9 17 2 .7 5 1 9 1h5c10.7 0 16.7\n-2 18-6 2-2.7 1-9.7-3-21-32-87.3-82.7-157.7-152-211l-3-3h399907v-40H7zm93 0\nv40h399900v-40zM0 241v40h399900v-40zm0 0v40h399900v-40z",lefthook:"M400000 281 H103s-33-11.2-61-33.5S0 197.3 0 164s14.2-61.2 42.5\n-83.5C70.8 58.2 104 47 142 47 c16.7 0 25 6.7 25 20 0 12-8.7 18.7-26 20-40 3.3\n-68.7 15.7-86 37-10 12-15 25.3-15 40 0 22.7 9.8 40.7 29.5 54 19.7 13.3 43.5 21\n 71.5 23h399859zM103 281v-40h399897v40z",leftlinesegment:"M40 281 V428 H0 V94 H40 V241 H400000 v40z\nM40 281 V428 H0 V94 H40 V241 H400000 v40z",leftmapsto:"M40 281 V448H0V74H40V241H400000v40z\nM40 281 V448H0V74H40V241H400000v40z",leftToFrom:"M0 147h400000v40H0zm0 214c68 40 115.7 95.7 143 167h22c15.3 0 23\n-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69-70-101l-7-8h399905v-40H95l7-8\nc28.7-32 52-65.7 70-101 10.7-23.3 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 265.3\n 68 321 0 361zm0-174v-40h399900v40zm100 154v40h399900v-40z",longequal:"M0 50 h400000 v40H0z m0 194h40000v40H0z\nM0 50 h400000 v40H0z m0 194h40000v40H0z",midbrace:"M200428 334\nc-100.7-8.3-195.3-44-280-108-55.3-42-101.7-93-139-153l-9-14c-2.7 4-5.7 8.7-9 14\n-53.3 86.7-123.7 153-211 199-66.7 36-137.3 56.3-212 62H0V214h199568c178.3-11.7\n 311.7-78.3 403-201 6-8 9.7-12 11-12 .7-.7 6.7-1 18-1s17.3.3 18 1c1.3 0 5 4 11\n 12 44.7 59.3 101.3 106.3 170 141s145.3 54.3 229 60h199572v120z",midbraceunder:"M199572 214\nc100.7 8.3 195.3 44 280 108 55.3 42 101.7 93 139 153l9 14c2.7-4 5.7-8.7 9-14\n 53.3-86.7 123.7-153 211-199 66.7-36 137.3-56.3 212-62h199568v120H200432c-178.3\n 11.7-311.7 78.3-403 201-6 8-9.7 12-11 12-.7.7-6.7 1-18 1s-17.3-.3-18-1c-1.3 0\n-5-4-11-12-44.7-59.3-101.3-106.3-170-141s-145.3-54.3-229-60H0V214z",oiintSize1:"M512.6 71.6c272.6 0 320.3 106.8 320.3 178.2 0 70.8-47.7 177.6\n-320.3 177.6S193.1 320.6 193.1 249.8c0-71.4 46.9-178.2 319.5-178.2z\nm368.1 178.2c0-86.4-60.9-215.4-368.1-215.4-306.4 0-367.3 129-367.3 215.4 0 85.8\n60.9 214.8 367.3 214.8 307.2 0 368.1-129 368.1-214.8z",oiintSize2:"M757.8 100.1c384.7 0 451.1 137.6 451.1 230 0 91.3-66.4 228.8\n-451.1 228.8-386.3 0-452.7-137.5-452.7-228.8 0-92.4 66.4-230 452.7-230z\nm502.4 230c0-111.2-82.4-277.2-502.4-277.2s-504 166-504 277.2\nc0 110 84 276 504 276s502.4-166 502.4-276z",oiiintSize1:"M681.4 71.6c408.9 0 480.5 106.8 480.5 178.2 0 70.8-71.6 177.6\n-480.5 177.6S202.1 320.6 202.1 249.8c0-71.4 70.5-178.2 479.3-178.2z\nm525.8 178.2c0-86.4-86.8-215.4-525.7-215.4-437.9 0-524.7 129-524.7 215.4 0\n85.8 86.8 214.8 524.7 214.8 438.9 0 525.7-129 525.7-214.8z",oiiintSize2:"M1021.2 53c603.6 0 707.8 165.8 707.8 277.2 0 110-104.2 275.8\n-707.8 275.8-606 0-710.2-165.8-710.2-275.8C311 218.8 415.2 53 1021.2 53z\nm770.4 277.1c0-131.2-126.4-327.6-770.5-327.6S248.4 198.9 248.4 330.1\nc0 130 128.8 326.4 772.7 326.4s770.5-196.4 770.5-326.4z",rightarrow:"M0 241v40h399891c-47.3 35.3-84 78-110 128\n-16.7 32-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20\n 11 8 0 13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7\n 39-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85\n-40.5-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5\n-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67\n 151.7 139 205zm0 0v40h399900v-40z",rightbrace:"M400000 542l\n-6 6h-17c-12.7 0-19.3-.3-20-1-4-4-7.3-8.3-10-13-35.3-51.3-80.8-93.8-136.5-127.5\ns-117.2-55.8-184.5-66.5c-.7 0-2-.3-4-1-18.7-2.7-76-4.3-172-5H0V214h399571l6 1\nc124.7 8 235 61.7 331 161 31.3 33.3 59.7 72.7 85 118l7 13v35z",rightbraceunder:"M399994 0l6 6v35l-6 11c-56 104-135.3 181.3-238 232-57.3\n 28.7-117 45-179 50H-300V214h399897c43.3-7 81-15 113-26 100.7-33 179.7-91 237\n-174 2.7-5 6-9 10-13 .7-1 7.3-1 20-1h17z",rightgroup:"M0 80h399565c371 0 266.7 149.4 414 180 5.9 1.2 18 0 18 0 2 0\n 3-1 3-3v-38c-76-158-257-219-435-219H0z",rightgroupunder:"M0 262h399565c371 0 266.7-149.4 414-180 5.9-1.2 18 0 18\n 0 2 0 3 1 3 3v38c-76 158-257 219-435 219H0z",rightharpoon:"M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3\n-3.7-15.3-11-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2\n-10.7 0-16.7 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58\n 69.2 92 94.5zm0 0v40h399900v-40z",rightharpoonplus:"M0 241v40h399993c4.7-4.7 7-9.3 7-14 0-9.3-3.7-15.3-11\n-18-92.7-56.7-159-133.7-199-231-3.3-9.3-6-14.7-8-16-2-1.3-7-2-15-2-10.7 0-16.7\n 2-18 6-2 2.7-1 9.7 3 21 15.3 42 36.7 81.8 64 119.5 27.3 37.7 58 69.2 92 94.5z\nm0 0v40h399900v-40z m100 194v40h399900v-40zm0 0v40h399900v-40z",rightharpoondown:"M399747 511c0 7.3 6.7 11 20 11 8 0 13-.8 15-2.5s4.7-6.8\n 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3 8.5-5.8 9.5\n-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3-64.7 57-92 95\n-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 241v40h399900v-40z",rightharpoondownplus:"M399747 705c0 7.3 6.7 11 20 11 8 0 13-.8\n 15-2.5s4.7-6.8 8-15.5c40-94 99.3-166.3 178-217 13.3-8 20.3-12.3 21-13 5.3-3.3\n 8.5-5.8 9.5-7.5 1-1.7 1.5-5.2 1.5-10.5s-2.3-10.3-7-15H0v40h399908c-34 25.3\n-64.7 57-92 95-27.3 38-48.7 77.7-64 119-3.3 8.7-5 14-5 16zM0 435v40h399900v-40z\nm0-194v40h400000v-40zm0 0v40h400000v-40z",righthook:"M399859 241c-764 0 0 0 0 0 40-3.3 68.7-15.7 86-37 10-12 15-25.3\n 15-40 0-22.7-9.8-40.7-29.5-54-19.7-13.3-43.5-21-71.5-23-17.3-1.3-26-8-26-20 0\n-13.3 8.7-20 26-20 38 0 71 11.2 99 33.5 0 0 7 5.6 21 16.7 14 11.2 21 33.5 21\n 66.8s-14 61.2-42 83.5c-28 22.3-61 33.5-99 33.5L0 241z M0 281v-40h399859v40z",rightlinesegment:"M399960 241 V94 h40 V428 h-40 V281 H0 v-40z\nM399960 241 V94 h40 V428 h-40 V281 H0 v-40z",rightToFrom:"M400000 167c-70.7-42-118-97.7-142-167h-23c-15.3 0-23 .3-23\n 1 0 1.3 5.3 13.7 16 37 18 35.3 41.3 69 70 101l7 8H0v40h399905l-7 8c-28.7 32\n-52 65.7-70 101-10.7 23.3-16 35.7-16 37 0 .7 7.7 1 23 1h23c24-69.3 71.3-125 142\n-167z M100 147v40h399900v-40zM0 341v40h399900v-40z",twoheadleftarrow:"M0 167c68 40\n 115.7 95.7 143 167h22c15.3 0 23-.3 23-1 0-1.3-5.3-13.7-16-37-18-35.3-41.3-69\n-70-101l-7-8h125l9 7c50.7 39.3 85 86 103 140h46c0-4.7-6.3-18.7-19-42-18-35.3\n-40-67.3-66-96l-9-9h399716v-40H284l9-9c26-28.7 48-60.7 66-96 12.7-23.333 19\n-37.333 19-42h-46c-18 54-52.3 100.7-103 140l-9 7H95l7-8c28.7-32 52-65.7 70-101\n 10.7-23.333 16-35.7 16-37 0-.7-7.7-1-23-1h-22C115.7 71.3 68 127 0 167z",twoheadrightarrow:"M400000 167\nc-68-40-115.7-95.7-143-167h-22c-15.3 0-23 .3-23 1 0 1.3 5.3 13.7 16 37 18 35.3\n 41.3 69 70 101l7 8h-125l-9-7c-50.7-39.3-85-86-103-140h-46c0 4.7 6.3 18.7 19 42\n 18 35.3 40 67.3 66 96l9 9H0v40h399716l-9 9c-26 28.7-48 60.7-66 96-12.7 23.333\n-19 37.333-19 42h46c18-54 52.3-100.7 103-140l9-7h125l-7 8c-28.7 32-52 65.7-70\n 101-10.7 23.333-16 35.7-16 37 0 .7 7.7 1 23 1h22c27.3-71.3 75-127 143-167z",tilde1:"M200 55.538c-77 0-168 73.953-177 73.953-3 0-7\n-2.175-9-5.437L2 97c-1-2-2-4-2-6 0-4 2-7 5-9l20-12C116 12 171 0 207 0c86 0\n 114 68 191 68 78 0 168-68 177-68 4 0 7 2 9 5l12 19c1 2.175 2 4.35 2 6.525 0\n 4.35-2 7.613-5 9.788l-19 13.05c-92 63.077-116.937 75.308-183 76.128\n-68.267.847-113-73.952-191-73.952z",tilde2:"M344 55.266c-142 0-300.638 81.316-311.5 86.418\n-8.01 3.762-22.5 10.91-23.5 5.562L1 120c-1-2-1-3-1-4 0-5 3-9 8-10l18.4-9C160.9\n 31.9 283 0 358 0c148 0 188 122 331 122s314-97 326-97c4 0 8 2 10 7l7 21.114\nc1 2.14 1 3.21 1 4.28 0 5.347-3 9.626-7 10.696l-22.3 12.622C852.6 158.372 751\n 181.476 676 181.476c-149 0-189-126.21-332-126.21z",tilde3:"M786 59C457 59 32 175.242 13 175.242c-6 0-10-3.457\n-11-10.37L.15 138c-1-7 3-12 10-13l19.2-6.4C378.4 40.7 634.3 0 804.3 0c337 0\n 411.8 157 746.8 157 328 0 754-112 773-112 5 0 10 3 11 9l1 14.075c1 8.066-.697\n 16.595-6.697 17.492l-21.052 7.31c-367.9 98.146-609.15 122.696-778.15 122.696\n -338 0-409-156.573-744-156.573z",tilde4:"M786 58C457 58 32 177.487 13 177.487c-6 0-10-3.345\n-11-10.035L.15 143c-1-7 3-12 10-13l22-6.7C381.2 35 637.15 0 807.15 0c337 0 409\n 177 744 177 328 0 754-127 773-127 5 0 10 3 11 9l1 14.794c1 7.805-3 13.38-9\n 14.495l-20.7 5.574c-366.85 99.79-607.3 139.372-776.3 139.372-338 0-409\n -175.236-744-175.236z",vec:"M377 20c0-5.333 1.833-10 5.5-14S391 0 397 0c4.667 0 8.667 1.667 12 5\n3.333 2.667 6.667 9 10 19 6.667 24.667 20.333 43.667 41 57 7.333 4.667 11\n10.667 11 18 0 6-1 10-3 12s-6.667 5-14 9c-28.667 14.667-53.667 35.667-75 63\n-1.333 1.333-3.167 3.5-5.5 6.5s-4 4.833-5 5.5c-1 .667-2.5 1.333-4.5 2s-4.333 1\n-7 1c-4.667 0-9.167-1.833-13.5-5.5S337 184 337 178c0-12.667 15.667-32.333 47-59\nH213l-171-1c-8.667-6-13-12.333-13-19 0-4.667 4.333-11.333 13-20h359\nc-16-25.333-24-45-24-59z",widehat1:"M529 0h5l519 115c5 1 9 5 9 10 0 1-1 2-1 3l-4 22\nc-1 5-5 9-11 9h-2L532 67 19 159h-2c-5 0-9-4-11-9l-5-22c-1-6 2-12 8-13z",widehat2:"M1181 0h2l1171 176c6 0 10 5 10 11l-2 23c-1 6-5 10\n-11 10h-1L1182 67 15 220h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z",widehat3:"M1181 0h2l1171 236c6 0 10 5 10 11l-2 23c-1 6-5 10\n-11 10h-1L1182 67 15 280h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z",widehat4:"M1181 0h2l1171 296c6 0 10 5 10 11l-2 23c-1 6-5 10\n-11 10h-1L1182 67 15 340h-1c-6 0-10-4-11-10l-2-23c-1-6 4-11 10-11z",widecheck1:"M529,159h5l519,-115c5,-1,9,-5,9,-10c0,-1,-1,-2,-1,-3l-4,-22c-1,\n-5,-5,-9,-11,-9h-2l-512,92l-513,-92h-2c-5,0,-9,4,-11,9l-5,22c-1,6,2,12,8,13z",widecheck2:"M1181,220h2l1171,-176c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\n-11,-10h-1l-1168,153l-1167,-153h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z",widecheck3:"M1181,280h2l1171,-236c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\n-11,-10h-1l-1168,213l-1167,-213h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z",widecheck4:"M1181,340h2l1171,-296c6,0,10,-5,10,-11l-2,-23c-1,-6,-5,-10,\n-11,-10h-1l-1168,273l-1167,-273h-1c-6,0,-10,4,-11,10l-2,23c-1,6,4,11,10,11z",baraboveleftarrow:"M400000 620h-399890l3 -3c68.7 -52.7 113.7 -120 135 -202\nc4 -14.7 6 -23 6 -25c0 -7.3 -7 -11 -21 -11c-8 0 -13.2 0.8 -15.5 2.5\nc-2.3 1.7 -4.2 5.8 -5.5 12.5c-1.3 4.7 -2.7 10.3 -4 17c-12 48.7 -34.8 92 -68.5 130\ns-74.2 66.3 -121.5 85c-10 4 -16 7.7 -18 11c0 8.7 6 14.3 18 17c47.3 18.7 87.8 47\n121.5 85s56.5 81.3 68.5 130c0.7 2 1.3 5 2 9s1.2 6.7 1.5 8c0.3 1.3 1 3.3 2 6\ns2.2 4.5 3.5 5.5c1.3 1 3.3 1.8 6 2.5s6 1 10 1c14 0 21 -3.7 21 -11\nc0 -2 -2 -10.3 -6 -25c-20 -79.3 -65 -146.7 -135 -202l-3 -3h399890z\nM100 620v40h399900v-40z M0 241v40h399900v-40zM0 241v40h399900v-40z",rightarrowabovebar:"M0 241v40h399891c-47.3 35.3-84 78-110 128-16.7 32\n-27.7 63.7-33 95 0 1.3-.2 2.7-.5 4-.3 1.3-.5 2.3-.5 3 0 7.3 6.7 11 20 11 8 0\n13.2-.8 15.5-2.5 2.3-1.7 4.2-5.5 5.5-11.5 2-13.3 5.7-27 11-41 14.7-44.7 39\n-84.5 73-119.5s73.7-60.2 119-75.5c6-2 9-5.7 9-11s-3-9-9-11c-45.3-15.3-85-40.5\n-119-75.5s-58.3-74.8-73-119.5c-4.7-14-8.3-27.3-11-40-1.3-6.7-3.2-10.8-5.5\n-12.5-2.3-1.7-7.5-2.5-15.5-2.5-14 0-21 3.7-21 11 0 2 2 10.3 6 25 20.7 83.3 67\n151.7 139 205zm96 379h399894v40H0zm0 0h399904v40H0z",baraboveshortleftharpoon:"M507,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11\nc1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17\nc2,0.7,5,1,9,1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21\nc-32,-87.3,-82.7,-157.7,-152,-211c0,0,-3,-3,-3,-3l399351,0l0,-40\nc-398570,0,-399437,0,-399437,0z M593 435 v40 H399500 v-40z\nM0 281 v-40 H399908 v40z M0 281 v-40 H399908 v40z",rightharpoonaboveshortbar:"M0,241 l0,40c399126,0,399993,0,399993,0\nc4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,\n-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6\nc-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z\nM0 241 v40 H399908 v-40z M0 475 v-40 H399500 v40z M0 475 v-40 H399500 v40z",shortbaraboveleftharpoon:"M7,435c-4,4,-6.3,8.7,-7,14c0,5.3,0.7,9,2,11\nc1.3,2,5.3,5.3,12,10c90.7,54,156,130,196,228c3.3,10.7,6.3,16.3,9,17c2,0.7,5,1,9,\n1c0,0,5,0,5,0c10.7,0,16.7,-2,18,-6c2,-2.7,1,-9.7,-3,-21c-32,-87.3,-82.7,-157.7,\n-152,-211c0,0,-3,-3,-3,-3l399907,0l0,-40c-399126,0,-399993,0,-399993,0z\nM93 435 v40 H400000 v-40z M500 241 v40 H400000 v-40z M500 241 v40 H400000 v-40z",shortrightharpoonabovebar:"M53,241l0,40c398570,0,399437,0,399437,0\nc4.7,-4.7,7,-9.3,7,-14c0,-9.3,-3.7,-15.3,-11,-18c-92.7,-56.7,-159,-133.7,-199,\n-231c-3.3,-9.3,-6,-14.7,-8,-16c-2,-1.3,-7,-2,-15,-2c-10.7,0,-16.7,2,-18,6\nc-2,2.7,-1,9.7,3,21c15.3,42,36.7,81.8,64,119.5c27.3,37.7,58,69.2,92,94.5z\nM500 241 v40 H399408 v-40z M500 435 v40 H400000 v-40z"};class A{constructor(e){this.children=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.children=e,this.classes=[],this.height=0,this.depth=0,this.maxFontSize=0,this.style={}}hasClass(e){return l.contains(this.classes,e)}toNode(){const e=document.createDocumentFragment();for(let t=0;te.toText())).join("")}}var T={"AMS-Regular":{32:[0,0,0,0,.25],65:[0,.68889,0,0,.72222],66:[0,.68889,0,0,.66667],67:[0,.68889,0,0,.72222],68:[0,.68889,0,0,.72222],69:[0,.68889,0,0,.66667],70:[0,.68889,0,0,.61111],71:[0,.68889,0,0,.77778],72:[0,.68889,0,0,.77778],73:[0,.68889,0,0,.38889],74:[.16667,.68889,0,0,.5],75:[0,.68889,0,0,.77778],76:[0,.68889,0,0,.66667],77:[0,.68889,0,0,.94445],78:[0,.68889,0,0,.72222],79:[.16667,.68889,0,0,.77778],80:[0,.68889,0,0,.61111],81:[.16667,.68889,0,0,.77778],82:[0,.68889,0,0,.72222],83:[0,.68889,0,0,.55556],84:[0,.68889,0,0,.66667],85:[0,.68889,0,0,.72222],86:[0,.68889,0,0,.72222],87:[0,.68889,0,0,1],88:[0,.68889,0,0,.72222],89:[0,.68889,0,0,.72222],90:[0,.68889,0,0,.66667],107:[0,.68889,0,0,.55556],160:[0,0,0,0,.25],165:[0,.675,.025,0,.75],174:[.15559,.69224,0,0,.94666],240:[0,.68889,0,0,.55556],295:[0,.68889,0,0,.54028],710:[0,.825,0,0,2.33334],732:[0,.9,0,0,2.33334],770:[0,.825,0,0,2.33334],771:[0,.9,0,0,2.33334],989:[.08167,.58167,0,0,.77778],1008:[0,.43056,.04028,0,.66667],8245:[0,.54986,0,0,.275],8463:[0,.68889,0,0,.54028],8487:[0,.68889,0,0,.72222],8498:[0,.68889,0,0,.55556],8502:[0,.68889,0,0,.66667],8503:[0,.68889,0,0,.44445],8504:[0,.68889,0,0,.66667],8513:[0,.68889,0,0,.63889],8592:[-.03598,.46402,0,0,.5],8594:[-.03598,.46402,0,0,.5],8602:[-.13313,.36687,0,0,1],8603:[-.13313,.36687,0,0,1],8606:[.01354,.52239,0,0,1],8608:[.01354,.52239,0,0,1],8610:[.01354,.52239,0,0,1.11111],8611:[.01354,.52239,0,0,1.11111],8619:[0,.54986,0,0,1],8620:[0,.54986,0,0,1],8621:[-.13313,.37788,0,0,1.38889],8622:[-.13313,.36687,0,0,1],8624:[0,.69224,0,0,.5],8625:[0,.69224,0,0,.5],8630:[0,.43056,0,0,1],8631:[0,.43056,0,0,1],8634:[.08198,.58198,0,0,.77778],8635:[.08198,.58198,0,0,.77778],8638:[.19444,.69224,0,0,.41667],8639:[.19444,.69224,0,0,.41667],8642:[.19444,.69224,0,0,.41667],8643:[.19444,.69224,0,0,.41667],8644:[.1808,.675,0,0,1],8646:[.1808,.675,0,0,1],8647:[.1808,.675,0,0,1],8648:[.19444,.69224,0,0,.83334],8649:[.1808,.675,0,0,1],8650:[.19444,.69224,0,0,.83334],8651:[.01354,.52239,0,0,1],8652:[.01354,.52239,0,0,1],8653:[-.13313,.36687,0,0,1],8654:[-.13313,.36687,0,0,1],8655:[-.13313,.36687,0,0,1],8666:[.13667,.63667,0,0,1],8667:[.13667,.63667,0,0,1],8669:[-.13313,.37788,0,0,1],8672:[-.064,.437,0,0,1.334],8674:[-.064,.437,0,0,1.334],8705:[0,.825,0,0,.5],8708:[0,.68889,0,0,.55556],8709:[.08167,.58167,0,0,.77778],8717:[0,.43056,0,0,.42917],8722:[-.03598,.46402,0,0,.5],8724:[.08198,.69224,0,0,.77778],8726:[.08167,.58167,0,0,.77778],8733:[0,.69224,0,0,.77778],8736:[0,.69224,0,0,.72222],8737:[0,.69224,0,0,.72222],8738:[.03517,.52239,0,0,.72222],8739:[.08167,.58167,0,0,.22222],8740:[.25142,.74111,0,0,.27778],8741:[.08167,.58167,0,0,.38889],8742:[.25142,.74111,0,0,.5],8756:[0,.69224,0,0,.66667],8757:[0,.69224,0,0,.66667],8764:[-.13313,.36687,0,0,.77778],8765:[-.13313,.37788,0,0,.77778],8769:[-.13313,.36687,0,0,.77778],8770:[-.03625,.46375,0,0,.77778],8774:[.30274,.79383,0,0,.77778],8776:[-.01688,.48312,0,0,.77778],8778:[.08167,.58167,0,0,.77778],8782:[.06062,.54986,0,0,.77778],8783:[.06062,.54986,0,0,.77778],8785:[.08198,.58198,0,0,.77778],8786:[.08198,.58198,0,0,.77778],8787:[.08198,.58198,0,0,.77778],8790:[0,.69224,0,0,.77778],8791:[.22958,.72958,0,0,.77778],8796:[.08198,.91667,0,0,.77778],8806:[.25583,.75583,0,0,.77778],8807:[.25583,.75583,0,0,.77778],8808:[.25142,.75726,0,0,.77778],8809:[.25142,.75726,0,0,.77778],8812:[.25583,.75583,0,0,.5],8814:[.20576,.70576,0,0,.77778],8815:[.20576,.70576,0,0,.77778],8816:[.30274,.79383,0,0,.77778],8817:[.30274,.79383,0,0,.77778],8818:[.22958,.72958,0,0,.77778],8819:[.22958,.72958,0,0,.77778],8822:[.1808,.675,0,0,.77778],8823:[.1808,.675,0,0,.77778],8828:[.13667,.63667,0,0,.77778],8829:[.13667,.63667,0,0,.77778],8830:[.22958,.72958,0,0,.77778],8831:[.22958,.72958,0,0,.77778],8832:[.20576,.70576,0,0,.77778],8833:[.20576,.70576,0,0,.77778],8840:[.30274,.79383,0,0,.77778],8841:[.30274,.79383,0,0,.77778],8842:[.13597,.63597,0,0,.77778],8843:[.13597,.63597,0,0,.77778],8847:[.03517,.54986,0,0,.77778],8848:[.03517,.54986,0,0,.77778],8858:[.08198,.58198,0,0,.77778],8859:[.08198,.58198,0,0,.77778],8861:[.08198,.58198,0,0,.77778],8862:[0,.675,0,0,.77778],8863:[0,.675,0,0,.77778],8864:[0,.675,0,0,.77778],8865:[0,.675,0,0,.77778],8872:[0,.69224,0,0,.61111],8873:[0,.69224,0,0,.72222],8874:[0,.69224,0,0,.88889],8876:[0,.68889,0,0,.61111],8877:[0,.68889,0,0,.61111],8878:[0,.68889,0,0,.72222],8879:[0,.68889,0,0,.72222],8882:[.03517,.54986,0,0,.77778],8883:[.03517,.54986,0,0,.77778],8884:[.13667,.63667,0,0,.77778],8885:[.13667,.63667,0,0,.77778],8888:[0,.54986,0,0,1.11111],8890:[.19444,.43056,0,0,.55556],8891:[.19444,.69224,0,0,.61111],8892:[.19444,.69224,0,0,.61111],8901:[0,.54986,0,0,.27778],8903:[.08167,.58167,0,0,.77778],8905:[.08167,.58167,0,0,.77778],8906:[.08167,.58167,0,0,.77778],8907:[0,.69224,0,0,.77778],8908:[0,.69224,0,0,.77778],8909:[-.03598,.46402,0,0,.77778],8910:[0,.54986,0,0,.76042],8911:[0,.54986,0,0,.76042],8912:[.03517,.54986,0,0,.77778],8913:[.03517,.54986,0,0,.77778],8914:[0,.54986,0,0,.66667],8915:[0,.54986,0,0,.66667],8916:[0,.69224,0,0,.66667],8918:[.0391,.5391,0,0,.77778],8919:[.0391,.5391,0,0,.77778],8920:[.03517,.54986,0,0,1.33334],8921:[.03517,.54986,0,0,1.33334],8922:[.38569,.88569,0,0,.77778],8923:[.38569,.88569,0,0,.77778],8926:[.13667,.63667,0,0,.77778],8927:[.13667,.63667,0,0,.77778],8928:[.30274,.79383,0,0,.77778],8929:[.30274,.79383,0,0,.77778],8934:[.23222,.74111,0,0,.77778],8935:[.23222,.74111,0,0,.77778],8936:[.23222,.74111,0,0,.77778],8937:[.23222,.74111,0,0,.77778],8938:[.20576,.70576,0,0,.77778],8939:[.20576,.70576,0,0,.77778],8940:[.30274,.79383,0,0,.77778],8941:[.30274,.79383,0,0,.77778],8994:[.19444,.69224,0,0,.77778],8995:[.19444,.69224,0,0,.77778],9416:[.15559,.69224,0,0,.90222],9484:[0,.69224,0,0,.5],9488:[0,.69224,0,0,.5],9492:[0,.37788,0,0,.5],9496:[0,.37788,0,0,.5],9585:[.19444,.68889,0,0,.88889],9586:[.19444,.74111,0,0,.88889],9632:[0,.675,0,0,.77778],9633:[0,.675,0,0,.77778],9650:[0,.54986,0,0,.72222],9651:[0,.54986,0,0,.72222],9654:[.03517,.54986,0,0,.77778],9660:[0,.54986,0,0,.72222],9661:[0,.54986,0,0,.72222],9664:[.03517,.54986,0,0,.77778],9674:[.11111,.69224,0,0,.66667],9733:[.19444,.69224,0,0,.94445],10003:[0,.69224,0,0,.83334],10016:[0,.69224,0,0,.83334],10731:[.11111,.69224,0,0,.66667],10846:[.19444,.75583,0,0,.61111],10877:[.13667,.63667,0,0,.77778],10878:[.13667,.63667,0,0,.77778],10885:[.25583,.75583,0,0,.77778],10886:[.25583,.75583,0,0,.77778],10887:[.13597,.63597,0,0,.77778],10888:[.13597,.63597,0,0,.77778],10889:[.26167,.75726,0,0,.77778],10890:[.26167,.75726,0,0,.77778],10891:[.48256,.98256,0,0,.77778],10892:[.48256,.98256,0,0,.77778],10901:[.13667,.63667,0,0,.77778],10902:[.13667,.63667,0,0,.77778],10933:[.25142,.75726,0,0,.77778],10934:[.25142,.75726,0,0,.77778],10935:[.26167,.75726,0,0,.77778],10936:[.26167,.75726,0,0,.77778],10937:[.26167,.75726,0,0,.77778],10938:[.26167,.75726,0,0,.77778],10949:[.25583,.75583,0,0,.77778],10950:[.25583,.75583,0,0,.77778],10955:[.28481,.79383,0,0,.77778],10956:[.28481,.79383,0,0,.77778],57350:[.08167,.58167,0,0,.22222],57351:[.08167,.58167,0,0,.38889],57352:[.08167,.58167,0,0,.77778],57353:[0,.43056,.04028,0,.66667],57356:[.25142,.75726,0,0,.77778],57357:[.25142,.75726,0,0,.77778],57358:[.41951,.91951,0,0,.77778],57359:[.30274,.79383,0,0,.77778],57360:[.30274,.79383,0,0,.77778],57361:[.41951,.91951,0,0,.77778],57366:[.25142,.75726,0,0,.77778],57367:[.25142,.75726,0,0,.77778],57368:[.25142,.75726,0,0,.77778],57369:[.25142,.75726,0,0,.77778],57370:[.13597,.63597,0,0,.77778],57371:[.13597,.63597,0,0,.77778]},"Caligraphic-Regular":{32:[0,0,0,0,.25],65:[0,.68333,0,.19445,.79847],66:[0,.68333,.03041,.13889,.65681],67:[0,.68333,.05834,.13889,.52653],68:[0,.68333,.02778,.08334,.77139],69:[0,.68333,.08944,.11111,.52778],70:[0,.68333,.09931,.11111,.71875],71:[.09722,.68333,.0593,.11111,.59487],72:[0,.68333,.00965,.11111,.84452],73:[0,.68333,.07382,0,.54452],74:[.09722,.68333,.18472,.16667,.67778],75:[0,.68333,.01445,.05556,.76195],76:[0,.68333,0,.13889,.68972],77:[0,.68333,0,.13889,1.2009],78:[0,.68333,.14736,.08334,.82049],79:[0,.68333,.02778,.11111,.79611],80:[0,.68333,.08222,.08334,.69556],81:[.09722,.68333,0,.11111,.81667],82:[0,.68333,0,.08334,.8475],83:[0,.68333,.075,.13889,.60556],84:[0,.68333,.25417,0,.54464],85:[0,.68333,.09931,.08334,.62583],86:[0,.68333,.08222,0,.61278],87:[0,.68333,.08222,.08334,.98778],88:[0,.68333,.14643,.13889,.7133],89:[.09722,.68333,.08222,.08334,.66834],90:[0,.68333,.07944,.13889,.72473],160:[0,0,0,0,.25]},"Fraktur-Regular":{32:[0,0,0,0,.25],33:[0,.69141,0,0,.29574],34:[0,.69141,0,0,.21471],38:[0,.69141,0,0,.73786],39:[0,.69141,0,0,.21201],40:[.24982,.74947,0,0,.38865],41:[.24982,.74947,0,0,.38865],42:[0,.62119,0,0,.27764],43:[.08319,.58283,0,0,.75623],44:[0,.10803,0,0,.27764],45:[.08319,.58283,0,0,.75623],46:[0,.10803,0,0,.27764],47:[.24982,.74947,0,0,.50181],48:[0,.47534,0,0,.50181],49:[0,.47534,0,0,.50181],50:[0,.47534,0,0,.50181],51:[.18906,.47534,0,0,.50181],52:[.18906,.47534,0,0,.50181],53:[.18906,.47534,0,0,.50181],54:[0,.69141,0,0,.50181],55:[.18906,.47534,0,0,.50181],56:[0,.69141,0,0,.50181],57:[.18906,.47534,0,0,.50181],58:[0,.47534,0,0,.21606],59:[.12604,.47534,0,0,.21606],61:[-.13099,.36866,0,0,.75623],63:[0,.69141,0,0,.36245],65:[0,.69141,0,0,.7176],66:[0,.69141,0,0,.88397],67:[0,.69141,0,0,.61254],68:[0,.69141,0,0,.83158],69:[0,.69141,0,0,.66278],70:[.12604,.69141,0,0,.61119],71:[0,.69141,0,0,.78539],72:[.06302,.69141,0,0,.7203],73:[0,.69141,0,0,.55448],74:[.12604,.69141,0,0,.55231],75:[0,.69141,0,0,.66845],76:[0,.69141,0,0,.66602],77:[0,.69141,0,0,1.04953],78:[0,.69141,0,0,.83212],79:[0,.69141,0,0,.82699],80:[.18906,.69141,0,0,.82753],81:[.03781,.69141,0,0,.82699],82:[0,.69141,0,0,.82807],83:[0,.69141,0,0,.82861],84:[0,.69141,0,0,.66899],85:[0,.69141,0,0,.64576],86:[0,.69141,0,0,.83131],87:[0,.69141,0,0,1.04602],88:[0,.69141,0,0,.71922],89:[.18906,.69141,0,0,.83293],90:[.12604,.69141,0,0,.60201],91:[.24982,.74947,0,0,.27764],93:[.24982,.74947,0,0,.27764],94:[0,.69141,0,0,.49965],97:[0,.47534,0,0,.50046],98:[0,.69141,0,0,.51315],99:[0,.47534,0,0,.38946],100:[0,.62119,0,0,.49857],101:[0,.47534,0,0,.40053],102:[.18906,.69141,0,0,.32626],103:[.18906,.47534,0,0,.5037],104:[.18906,.69141,0,0,.52126],105:[0,.69141,0,0,.27899],106:[0,.69141,0,0,.28088],107:[0,.69141,0,0,.38946],108:[0,.69141,0,0,.27953],109:[0,.47534,0,0,.76676],110:[0,.47534,0,0,.52666],111:[0,.47534,0,0,.48885],112:[.18906,.52396,0,0,.50046],113:[.18906,.47534,0,0,.48912],114:[0,.47534,0,0,.38919],115:[0,.47534,0,0,.44266],116:[0,.62119,0,0,.33301],117:[0,.47534,0,0,.5172],118:[0,.52396,0,0,.5118],119:[0,.52396,0,0,.77351],120:[.18906,.47534,0,0,.38865],121:[.18906,.47534,0,0,.49884],122:[.18906,.47534,0,0,.39054],160:[0,0,0,0,.25],8216:[0,.69141,0,0,.21471],8217:[0,.69141,0,0,.21471],58112:[0,.62119,0,0,.49749],58113:[0,.62119,0,0,.4983],58114:[.18906,.69141,0,0,.33328],58115:[.18906,.69141,0,0,.32923],58116:[.18906,.47534,0,0,.50343],58117:[0,.69141,0,0,.33301],58118:[0,.62119,0,0,.33409],58119:[0,.47534,0,0,.50073]},"Main-Bold":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.35],34:[0,.69444,0,0,.60278],35:[.19444,.69444,0,0,.95833],36:[.05556,.75,0,0,.575],37:[.05556,.75,0,0,.95833],38:[0,.69444,0,0,.89444],39:[0,.69444,0,0,.31944],40:[.25,.75,0,0,.44722],41:[.25,.75,0,0,.44722],42:[0,.75,0,0,.575],43:[.13333,.63333,0,0,.89444],44:[.19444,.15556,0,0,.31944],45:[0,.44444,0,0,.38333],46:[0,.15556,0,0,.31944],47:[.25,.75,0,0,.575],48:[0,.64444,0,0,.575],49:[0,.64444,0,0,.575],50:[0,.64444,0,0,.575],51:[0,.64444,0,0,.575],52:[0,.64444,0,0,.575],53:[0,.64444,0,0,.575],54:[0,.64444,0,0,.575],55:[0,.64444,0,0,.575],56:[0,.64444,0,0,.575],57:[0,.64444,0,0,.575],58:[0,.44444,0,0,.31944],59:[.19444,.44444,0,0,.31944],60:[.08556,.58556,0,0,.89444],61:[-.10889,.39111,0,0,.89444],62:[.08556,.58556,0,0,.89444],63:[0,.69444,0,0,.54305],64:[0,.69444,0,0,.89444],65:[0,.68611,0,0,.86944],66:[0,.68611,0,0,.81805],67:[0,.68611,0,0,.83055],68:[0,.68611,0,0,.88194],69:[0,.68611,0,0,.75555],70:[0,.68611,0,0,.72361],71:[0,.68611,0,0,.90416],72:[0,.68611,0,0,.9],73:[0,.68611,0,0,.43611],74:[0,.68611,0,0,.59444],75:[0,.68611,0,0,.90138],76:[0,.68611,0,0,.69166],77:[0,.68611,0,0,1.09166],78:[0,.68611,0,0,.9],79:[0,.68611,0,0,.86388],80:[0,.68611,0,0,.78611],81:[.19444,.68611,0,0,.86388],82:[0,.68611,0,0,.8625],83:[0,.68611,0,0,.63889],84:[0,.68611,0,0,.8],85:[0,.68611,0,0,.88472],86:[0,.68611,.01597,0,.86944],87:[0,.68611,.01597,0,1.18888],88:[0,.68611,0,0,.86944],89:[0,.68611,.02875,0,.86944],90:[0,.68611,0,0,.70277],91:[.25,.75,0,0,.31944],92:[.25,.75,0,0,.575],93:[.25,.75,0,0,.31944],94:[0,.69444,0,0,.575],95:[.31,.13444,.03194,0,.575],97:[0,.44444,0,0,.55902],98:[0,.69444,0,0,.63889],99:[0,.44444,0,0,.51111],100:[0,.69444,0,0,.63889],101:[0,.44444,0,0,.52708],102:[0,.69444,.10903,0,.35139],103:[.19444,.44444,.01597,0,.575],104:[0,.69444,0,0,.63889],105:[0,.69444,0,0,.31944],106:[.19444,.69444,0,0,.35139],107:[0,.69444,0,0,.60694],108:[0,.69444,0,0,.31944],109:[0,.44444,0,0,.95833],110:[0,.44444,0,0,.63889],111:[0,.44444,0,0,.575],112:[.19444,.44444,0,0,.63889],113:[.19444,.44444,0,0,.60694],114:[0,.44444,0,0,.47361],115:[0,.44444,0,0,.45361],116:[0,.63492,0,0,.44722],117:[0,.44444,0,0,.63889],118:[0,.44444,.01597,0,.60694],119:[0,.44444,.01597,0,.83055],120:[0,.44444,0,0,.60694],121:[.19444,.44444,.01597,0,.60694],122:[0,.44444,0,0,.51111],123:[.25,.75,0,0,.575],124:[.25,.75,0,0,.31944],125:[.25,.75,0,0,.575],126:[.35,.34444,0,0,.575],160:[0,0,0,0,.25],163:[0,.69444,0,0,.86853],168:[0,.69444,0,0,.575],172:[0,.44444,0,0,.76666],176:[0,.69444,0,0,.86944],177:[.13333,.63333,0,0,.89444],184:[.17014,0,0,0,.51111],198:[0,.68611,0,0,1.04166],215:[.13333,.63333,0,0,.89444],216:[.04861,.73472,0,0,.89444],223:[0,.69444,0,0,.59722],230:[0,.44444,0,0,.83055],247:[.13333,.63333,0,0,.89444],248:[.09722,.54167,0,0,.575],305:[0,.44444,0,0,.31944],338:[0,.68611,0,0,1.16944],339:[0,.44444,0,0,.89444],567:[.19444,.44444,0,0,.35139],710:[0,.69444,0,0,.575],711:[0,.63194,0,0,.575],713:[0,.59611,0,0,.575],714:[0,.69444,0,0,.575],715:[0,.69444,0,0,.575],728:[0,.69444,0,0,.575],729:[0,.69444,0,0,.31944],730:[0,.69444,0,0,.86944],732:[0,.69444,0,0,.575],733:[0,.69444,0,0,.575],915:[0,.68611,0,0,.69166],916:[0,.68611,0,0,.95833],920:[0,.68611,0,0,.89444],923:[0,.68611,0,0,.80555],926:[0,.68611,0,0,.76666],928:[0,.68611,0,0,.9],931:[0,.68611,0,0,.83055],933:[0,.68611,0,0,.89444],934:[0,.68611,0,0,.83055],936:[0,.68611,0,0,.89444],937:[0,.68611,0,0,.83055],8211:[0,.44444,.03194,0,.575],8212:[0,.44444,.03194,0,1.14999],8216:[0,.69444,0,0,.31944],8217:[0,.69444,0,0,.31944],8220:[0,.69444,0,0,.60278],8221:[0,.69444,0,0,.60278],8224:[.19444,.69444,0,0,.51111],8225:[.19444,.69444,0,0,.51111],8242:[0,.55556,0,0,.34444],8407:[0,.72444,.15486,0,.575],8463:[0,.69444,0,0,.66759],8465:[0,.69444,0,0,.83055],8467:[0,.69444,0,0,.47361],8472:[.19444,.44444,0,0,.74027],8476:[0,.69444,0,0,.83055],8501:[0,.69444,0,0,.70277],8592:[-.10889,.39111,0,0,1.14999],8593:[.19444,.69444,0,0,.575],8594:[-.10889,.39111,0,0,1.14999],8595:[.19444,.69444,0,0,.575],8596:[-.10889,.39111,0,0,1.14999],8597:[.25,.75,0,0,.575],8598:[.19444,.69444,0,0,1.14999],8599:[.19444,.69444,0,0,1.14999],8600:[.19444,.69444,0,0,1.14999],8601:[.19444,.69444,0,0,1.14999],8636:[-.10889,.39111,0,0,1.14999],8637:[-.10889,.39111,0,0,1.14999],8640:[-.10889,.39111,0,0,1.14999],8641:[-.10889,.39111,0,0,1.14999],8656:[-.10889,.39111,0,0,1.14999],8657:[.19444,.69444,0,0,.70277],8658:[-.10889,.39111,0,0,1.14999],8659:[.19444,.69444,0,0,.70277],8660:[-.10889,.39111,0,0,1.14999],8661:[.25,.75,0,0,.70277],8704:[0,.69444,0,0,.63889],8706:[0,.69444,.06389,0,.62847],8707:[0,.69444,0,0,.63889],8709:[.05556,.75,0,0,.575],8711:[0,.68611,0,0,.95833],8712:[.08556,.58556,0,0,.76666],8715:[.08556,.58556,0,0,.76666],8722:[.13333,.63333,0,0,.89444],8723:[.13333,.63333,0,0,.89444],8725:[.25,.75,0,0,.575],8726:[.25,.75,0,0,.575],8727:[-.02778,.47222,0,0,.575],8728:[-.02639,.47361,0,0,.575],8729:[-.02639,.47361,0,0,.575],8730:[.18,.82,0,0,.95833],8733:[0,.44444,0,0,.89444],8734:[0,.44444,0,0,1.14999],8736:[0,.69224,0,0,.72222],8739:[.25,.75,0,0,.31944],8741:[.25,.75,0,0,.575],8743:[0,.55556,0,0,.76666],8744:[0,.55556,0,0,.76666],8745:[0,.55556,0,0,.76666],8746:[0,.55556,0,0,.76666],8747:[.19444,.69444,.12778,0,.56875],8764:[-.10889,.39111,0,0,.89444],8768:[.19444,.69444,0,0,.31944],8771:[.00222,.50222,0,0,.89444],8773:[.027,.638,0,0,.894],8776:[.02444,.52444,0,0,.89444],8781:[.00222,.50222,0,0,.89444],8801:[.00222,.50222,0,0,.89444],8804:[.19667,.69667,0,0,.89444],8805:[.19667,.69667,0,0,.89444],8810:[.08556,.58556,0,0,1.14999],8811:[.08556,.58556,0,0,1.14999],8826:[.08556,.58556,0,0,.89444],8827:[.08556,.58556,0,0,.89444],8834:[.08556,.58556,0,0,.89444],8835:[.08556,.58556,0,0,.89444],8838:[.19667,.69667,0,0,.89444],8839:[.19667,.69667,0,0,.89444],8846:[0,.55556,0,0,.76666],8849:[.19667,.69667,0,0,.89444],8850:[.19667,.69667,0,0,.89444],8851:[0,.55556,0,0,.76666],8852:[0,.55556,0,0,.76666],8853:[.13333,.63333,0,0,.89444],8854:[.13333,.63333,0,0,.89444],8855:[.13333,.63333,0,0,.89444],8856:[.13333,.63333,0,0,.89444],8857:[.13333,.63333,0,0,.89444],8866:[0,.69444,0,0,.70277],8867:[0,.69444,0,0,.70277],8868:[0,.69444,0,0,.89444],8869:[0,.69444,0,0,.89444],8900:[-.02639,.47361,0,0,.575],8901:[-.02639,.47361,0,0,.31944],8902:[-.02778,.47222,0,0,.575],8968:[.25,.75,0,0,.51111],8969:[.25,.75,0,0,.51111],8970:[.25,.75,0,0,.51111],8971:[.25,.75,0,0,.51111],8994:[-.13889,.36111,0,0,1.14999],8995:[-.13889,.36111,0,0,1.14999],9651:[.19444,.69444,0,0,1.02222],9657:[-.02778,.47222,0,0,.575],9661:[.19444,.69444,0,0,1.02222],9667:[-.02778,.47222,0,0,.575],9711:[.19444,.69444,0,0,1.14999],9824:[.12963,.69444,0,0,.89444],9825:[.12963,.69444,0,0,.89444],9826:[.12963,.69444,0,0,.89444],9827:[.12963,.69444,0,0,.89444],9837:[0,.75,0,0,.44722],9838:[.19444,.69444,0,0,.44722],9839:[.19444,.69444,0,0,.44722],10216:[.25,.75,0,0,.44722],10217:[.25,.75,0,0,.44722],10815:[0,.68611,0,0,.9],10927:[.19667,.69667,0,0,.89444],10928:[.19667,.69667,0,0,.89444],57376:[.19444,.69444,0,0,0]},"Main-BoldItalic":{32:[0,0,0,0,.25],33:[0,.69444,.11417,0,.38611],34:[0,.69444,.07939,0,.62055],35:[.19444,.69444,.06833,0,.94444],37:[.05556,.75,.12861,0,.94444],38:[0,.69444,.08528,0,.88555],39:[0,.69444,.12945,0,.35555],40:[.25,.75,.15806,0,.47333],41:[.25,.75,.03306,0,.47333],42:[0,.75,.14333,0,.59111],43:[.10333,.60333,.03306,0,.88555],44:[.19444,.14722,0,0,.35555],45:[0,.44444,.02611,0,.41444],46:[0,.14722,0,0,.35555],47:[.25,.75,.15806,0,.59111],48:[0,.64444,.13167,0,.59111],49:[0,.64444,.13167,0,.59111],50:[0,.64444,.13167,0,.59111],51:[0,.64444,.13167,0,.59111],52:[.19444,.64444,.13167,0,.59111],53:[0,.64444,.13167,0,.59111],54:[0,.64444,.13167,0,.59111],55:[.19444,.64444,.13167,0,.59111],56:[0,.64444,.13167,0,.59111],57:[0,.64444,.13167,0,.59111],58:[0,.44444,.06695,0,.35555],59:[.19444,.44444,.06695,0,.35555],61:[-.10889,.39111,.06833,0,.88555],63:[0,.69444,.11472,0,.59111],64:[0,.69444,.09208,0,.88555],65:[0,.68611,0,0,.86555],66:[0,.68611,.0992,0,.81666],67:[0,.68611,.14208,0,.82666],68:[0,.68611,.09062,0,.87555],69:[0,.68611,.11431,0,.75666],70:[0,.68611,.12903,0,.72722],71:[0,.68611,.07347,0,.89527],72:[0,.68611,.17208,0,.8961],73:[0,.68611,.15681,0,.47166],74:[0,.68611,.145,0,.61055],75:[0,.68611,.14208,0,.89499],76:[0,.68611,0,0,.69777],77:[0,.68611,.17208,0,1.07277],78:[0,.68611,.17208,0,.8961],79:[0,.68611,.09062,0,.85499],80:[0,.68611,.0992,0,.78721],81:[.19444,.68611,.09062,0,.85499],82:[0,.68611,.02559,0,.85944],83:[0,.68611,.11264,0,.64999],84:[0,.68611,.12903,0,.7961],85:[0,.68611,.17208,0,.88083],86:[0,.68611,.18625,0,.86555],87:[0,.68611,.18625,0,1.15999],88:[0,.68611,.15681,0,.86555],89:[0,.68611,.19803,0,.86555],90:[0,.68611,.14208,0,.70888],91:[.25,.75,.1875,0,.35611],93:[.25,.75,.09972,0,.35611],94:[0,.69444,.06709,0,.59111],95:[.31,.13444,.09811,0,.59111],97:[0,.44444,.09426,0,.59111],98:[0,.69444,.07861,0,.53222],99:[0,.44444,.05222,0,.53222],100:[0,.69444,.10861,0,.59111],101:[0,.44444,.085,0,.53222],102:[.19444,.69444,.21778,0,.4],103:[.19444,.44444,.105,0,.53222],104:[0,.69444,.09426,0,.59111],105:[0,.69326,.11387,0,.35555],106:[.19444,.69326,.1672,0,.35555],107:[0,.69444,.11111,0,.53222],108:[0,.69444,.10861,0,.29666],109:[0,.44444,.09426,0,.94444],110:[0,.44444,.09426,0,.64999],111:[0,.44444,.07861,0,.59111],112:[.19444,.44444,.07861,0,.59111],113:[.19444,.44444,.105,0,.53222],114:[0,.44444,.11111,0,.50167],115:[0,.44444,.08167,0,.48694],116:[0,.63492,.09639,0,.385],117:[0,.44444,.09426,0,.62055],118:[0,.44444,.11111,0,.53222],119:[0,.44444,.11111,0,.76777],120:[0,.44444,.12583,0,.56055],121:[.19444,.44444,.105,0,.56166],122:[0,.44444,.13889,0,.49055],126:[.35,.34444,.11472,0,.59111],160:[0,0,0,0,.25],168:[0,.69444,.11473,0,.59111],176:[0,.69444,0,0,.94888],184:[.17014,0,0,0,.53222],198:[0,.68611,.11431,0,1.02277],216:[.04861,.73472,.09062,0,.88555],223:[.19444,.69444,.09736,0,.665],230:[0,.44444,.085,0,.82666],248:[.09722,.54167,.09458,0,.59111],305:[0,.44444,.09426,0,.35555],338:[0,.68611,.11431,0,1.14054],339:[0,.44444,.085,0,.82666],567:[.19444,.44444,.04611,0,.385],710:[0,.69444,.06709,0,.59111],711:[0,.63194,.08271,0,.59111],713:[0,.59444,.10444,0,.59111],714:[0,.69444,.08528,0,.59111],715:[0,.69444,0,0,.59111],728:[0,.69444,.10333,0,.59111],729:[0,.69444,.12945,0,.35555],730:[0,.69444,0,0,.94888],732:[0,.69444,.11472,0,.59111],733:[0,.69444,.11472,0,.59111],915:[0,.68611,.12903,0,.69777],916:[0,.68611,0,0,.94444],920:[0,.68611,.09062,0,.88555],923:[0,.68611,0,0,.80666],926:[0,.68611,.15092,0,.76777],928:[0,.68611,.17208,0,.8961],931:[0,.68611,.11431,0,.82666],933:[0,.68611,.10778,0,.88555],934:[0,.68611,.05632,0,.82666],936:[0,.68611,.10778,0,.88555],937:[0,.68611,.0992,0,.82666],8211:[0,.44444,.09811,0,.59111],8212:[0,.44444,.09811,0,1.18221],8216:[0,.69444,.12945,0,.35555],8217:[0,.69444,.12945,0,.35555],8220:[0,.69444,.16772,0,.62055],8221:[0,.69444,.07939,0,.62055]},"Main-Italic":{32:[0,0,0,0,.25],33:[0,.69444,.12417,0,.30667],34:[0,.69444,.06961,0,.51444],35:[.19444,.69444,.06616,0,.81777],37:[.05556,.75,.13639,0,.81777],38:[0,.69444,.09694,0,.76666],39:[0,.69444,.12417,0,.30667],40:[.25,.75,.16194,0,.40889],41:[.25,.75,.03694,0,.40889],42:[0,.75,.14917,0,.51111],43:[.05667,.56167,.03694,0,.76666],44:[.19444,.10556,0,0,.30667],45:[0,.43056,.02826,0,.35778],46:[0,.10556,0,0,.30667],47:[.25,.75,.16194,0,.51111],48:[0,.64444,.13556,0,.51111],49:[0,.64444,.13556,0,.51111],50:[0,.64444,.13556,0,.51111],51:[0,.64444,.13556,0,.51111],52:[.19444,.64444,.13556,0,.51111],53:[0,.64444,.13556,0,.51111],54:[0,.64444,.13556,0,.51111],55:[.19444,.64444,.13556,0,.51111],56:[0,.64444,.13556,0,.51111],57:[0,.64444,.13556,0,.51111],58:[0,.43056,.0582,0,.30667],59:[.19444,.43056,.0582,0,.30667],61:[-.13313,.36687,.06616,0,.76666],63:[0,.69444,.1225,0,.51111],64:[0,.69444,.09597,0,.76666],65:[0,.68333,0,0,.74333],66:[0,.68333,.10257,0,.70389],67:[0,.68333,.14528,0,.71555],68:[0,.68333,.09403,0,.755],69:[0,.68333,.12028,0,.67833],70:[0,.68333,.13305,0,.65277],71:[0,.68333,.08722,0,.77361],72:[0,.68333,.16389,0,.74333],73:[0,.68333,.15806,0,.38555],74:[0,.68333,.14028,0,.525],75:[0,.68333,.14528,0,.76888],76:[0,.68333,0,0,.62722],77:[0,.68333,.16389,0,.89666],78:[0,.68333,.16389,0,.74333],79:[0,.68333,.09403,0,.76666],80:[0,.68333,.10257,0,.67833],81:[.19444,.68333,.09403,0,.76666],82:[0,.68333,.03868,0,.72944],83:[0,.68333,.11972,0,.56222],84:[0,.68333,.13305,0,.71555],85:[0,.68333,.16389,0,.74333],86:[0,.68333,.18361,0,.74333],87:[0,.68333,.18361,0,.99888],88:[0,.68333,.15806,0,.74333],89:[0,.68333,.19383,0,.74333],90:[0,.68333,.14528,0,.61333],91:[.25,.75,.1875,0,.30667],93:[.25,.75,.10528,0,.30667],94:[0,.69444,.06646,0,.51111],95:[.31,.12056,.09208,0,.51111],97:[0,.43056,.07671,0,.51111],98:[0,.69444,.06312,0,.46],99:[0,.43056,.05653,0,.46],100:[0,.69444,.10333,0,.51111],101:[0,.43056,.07514,0,.46],102:[.19444,.69444,.21194,0,.30667],103:[.19444,.43056,.08847,0,.46],104:[0,.69444,.07671,0,.51111],105:[0,.65536,.1019,0,.30667],106:[.19444,.65536,.14467,0,.30667],107:[0,.69444,.10764,0,.46],108:[0,.69444,.10333,0,.25555],109:[0,.43056,.07671,0,.81777],110:[0,.43056,.07671,0,.56222],111:[0,.43056,.06312,0,.51111],112:[.19444,.43056,.06312,0,.51111],113:[.19444,.43056,.08847,0,.46],114:[0,.43056,.10764,0,.42166],115:[0,.43056,.08208,0,.40889],116:[0,.61508,.09486,0,.33222],117:[0,.43056,.07671,0,.53666],118:[0,.43056,.10764,0,.46],119:[0,.43056,.10764,0,.66444],120:[0,.43056,.12042,0,.46389],121:[.19444,.43056,.08847,0,.48555],122:[0,.43056,.12292,0,.40889],126:[.35,.31786,.11585,0,.51111],160:[0,0,0,0,.25],168:[0,.66786,.10474,0,.51111],176:[0,.69444,0,0,.83129],184:[.17014,0,0,0,.46],198:[0,.68333,.12028,0,.88277],216:[.04861,.73194,.09403,0,.76666],223:[.19444,.69444,.10514,0,.53666],230:[0,.43056,.07514,0,.71555],248:[.09722,.52778,.09194,0,.51111],338:[0,.68333,.12028,0,.98499],339:[0,.43056,.07514,0,.71555],710:[0,.69444,.06646,0,.51111],711:[0,.62847,.08295,0,.51111],713:[0,.56167,.10333,0,.51111],714:[0,.69444,.09694,0,.51111],715:[0,.69444,0,0,.51111],728:[0,.69444,.10806,0,.51111],729:[0,.66786,.11752,0,.30667],730:[0,.69444,0,0,.83129],732:[0,.66786,.11585,0,.51111],733:[0,.69444,.1225,0,.51111],915:[0,.68333,.13305,0,.62722],916:[0,.68333,0,0,.81777],920:[0,.68333,.09403,0,.76666],923:[0,.68333,0,0,.69222],926:[0,.68333,.15294,0,.66444],928:[0,.68333,.16389,0,.74333],931:[0,.68333,.12028,0,.71555],933:[0,.68333,.11111,0,.76666],934:[0,.68333,.05986,0,.71555],936:[0,.68333,.11111,0,.76666],937:[0,.68333,.10257,0,.71555],8211:[0,.43056,.09208,0,.51111],8212:[0,.43056,.09208,0,1.02222],8216:[0,.69444,.12417,0,.30667],8217:[0,.69444,.12417,0,.30667],8220:[0,.69444,.1685,0,.51444],8221:[0,.69444,.06961,0,.51444],8463:[0,.68889,0,0,.54028]},"Main-Regular":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.27778],34:[0,.69444,0,0,.5],35:[.19444,.69444,0,0,.83334],36:[.05556,.75,0,0,.5],37:[.05556,.75,0,0,.83334],38:[0,.69444,0,0,.77778],39:[0,.69444,0,0,.27778],40:[.25,.75,0,0,.38889],41:[.25,.75,0,0,.38889],42:[0,.75,0,0,.5],43:[.08333,.58333,0,0,.77778],44:[.19444,.10556,0,0,.27778],45:[0,.43056,0,0,.33333],46:[0,.10556,0,0,.27778],47:[.25,.75,0,0,.5],48:[0,.64444,0,0,.5],49:[0,.64444,0,0,.5],50:[0,.64444,0,0,.5],51:[0,.64444,0,0,.5],52:[0,.64444,0,0,.5],53:[0,.64444,0,0,.5],54:[0,.64444,0,0,.5],55:[0,.64444,0,0,.5],56:[0,.64444,0,0,.5],57:[0,.64444,0,0,.5],58:[0,.43056,0,0,.27778],59:[.19444,.43056,0,0,.27778],60:[.0391,.5391,0,0,.77778],61:[-.13313,.36687,0,0,.77778],62:[.0391,.5391,0,0,.77778],63:[0,.69444,0,0,.47222],64:[0,.69444,0,0,.77778],65:[0,.68333,0,0,.75],66:[0,.68333,0,0,.70834],67:[0,.68333,0,0,.72222],68:[0,.68333,0,0,.76389],69:[0,.68333,0,0,.68056],70:[0,.68333,0,0,.65278],71:[0,.68333,0,0,.78472],72:[0,.68333,0,0,.75],73:[0,.68333,0,0,.36111],74:[0,.68333,0,0,.51389],75:[0,.68333,0,0,.77778],76:[0,.68333,0,0,.625],77:[0,.68333,0,0,.91667],78:[0,.68333,0,0,.75],79:[0,.68333,0,0,.77778],80:[0,.68333,0,0,.68056],81:[.19444,.68333,0,0,.77778],82:[0,.68333,0,0,.73611],83:[0,.68333,0,0,.55556],84:[0,.68333,0,0,.72222],85:[0,.68333,0,0,.75],86:[0,.68333,.01389,0,.75],87:[0,.68333,.01389,0,1.02778],88:[0,.68333,0,0,.75],89:[0,.68333,.025,0,.75],90:[0,.68333,0,0,.61111],91:[.25,.75,0,0,.27778],92:[.25,.75,0,0,.5],93:[.25,.75,0,0,.27778],94:[0,.69444,0,0,.5],95:[.31,.12056,.02778,0,.5],97:[0,.43056,0,0,.5],98:[0,.69444,0,0,.55556],99:[0,.43056,0,0,.44445],100:[0,.69444,0,0,.55556],101:[0,.43056,0,0,.44445],102:[0,.69444,.07778,0,.30556],103:[.19444,.43056,.01389,0,.5],104:[0,.69444,0,0,.55556],105:[0,.66786,0,0,.27778],106:[.19444,.66786,0,0,.30556],107:[0,.69444,0,0,.52778],108:[0,.69444,0,0,.27778],109:[0,.43056,0,0,.83334],110:[0,.43056,0,0,.55556],111:[0,.43056,0,0,.5],112:[.19444,.43056,0,0,.55556],113:[.19444,.43056,0,0,.52778],114:[0,.43056,0,0,.39167],115:[0,.43056,0,0,.39445],116:[0,.61508,0,0,.38889],117:[0,.43056,0,0,.55556],118:[0,.43056,.01389,0,.52778],119:[0,.43056,.01389,0,.72222],120:[0,.43056,0,0,.52778],121:[.19444,.43056,.01389,0,.52778],122:[0,.43056,0,0,.44445],123:[.25,.75,0,0,.5],124:[.25,.75,0,0,.27778],125:[.25,.75,0,0,.5],126:[.35,.31786,0,0,.5],160:[0,0,0,0,.25],163:[0,.69444,0,0,.76909],167:[.19444,.69444,0,0,.44445],168:[0,.66786,0,0,.5],172:[0,.43056,0,0,.66667],176:[0,.69444,0,0,.75],177:[.08333,.58333,0,0,.77778],182:[.19444,.69444,0,0,.61111],184:[.17014,0,0,0,.44445],198:[0,.68333,0,0,.90278],215:[.08333,.58333,0,0,.77778],216:[.04861,.73194,0,0,.77778],223:[0,.69444,0,0,.5],230:[0,.43056,0,0,.72222],247:[.08333,.58333,0,0,.77778],248:[.09722,.52778,0,0,.5],305:[0,.43056,0,0,.27778],338:[0,.68333,0,0,1.01389],339:[0,.43056,0,0,.77778],567:[.19444,.43056,0,0,.30556],710:[0,.69444,0,0,.5],711:[0,.62847,0,0,.5],713:[0,.56778,0,0,.5],714:[0,.69444,0,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,0,0,.5],729:[0,.66786,0,0,.27778],730:[0,.69444,0,0,.75],732:[0,.66786,0,0,.5],733:[0,.69444,0,0,.5],915:[0,.68333,0,0,.625],916:[0,.68333,0,0,.83334],920:[0,.68333,0,0,.77778],923:[0,.68333,0,0,.69445],926:[0,.68333,0,0,.66667],928:[0,.68333,0,0,.75],931:[0,.68333,0,0,.72222],933:[0,.68333,0,0,.77778],934:[0,.68333,0,0,.72222],936:[0,.68333,0,0,.77778],937:[0,.68333,0,0,.72222],8211:[0,.43056,.02778,0,.5],8212:[0,.43056,.02778,0,1],8216:[0,.69444,0,0,.27778],8217:[0,.69444,0,0,.27778],8220:[0,.69444,0,0,.5],8221:[0,.69444,0,0,.5],8224:[.19444,.69444,0,0,.44445],8225:[.19444,.69444,0,0,.44445],8230:[0,.123,0,0,1.172],8242:[0,.55556,0,0,.275],8407:[0,.71444,.15382,0,.5],8463:[0,.68889,0,0,.54028],8465:[0,.69444,0,0,.72222],8467:[0,.69444,0,.11111,.41667],8472:[.19444,.43056,0,.11111,.63646],8476:[0,.69444,0,0,.72222],8501:[0,.69444,0,0,.61111],8592:[-.13313,.36687,0,0,1],8593:[.19444,.69444,0,0,.5],8594:[-.13313,.36687,0,0,1],8595:[.19444,.69444,0,0,.5],8596:[-.13313,.36687,0,0,1],8597:[.25,.75,0,0,.5],8598:[.19444,.69444,0,0,1],8599:[.19444,.69444,0,0,1],8600:[.19444,.69444,0,0,1],8601:[.19444,.69444,0,0,1],8614:[.011,.511,0,0,1],8617:[.011,.511,0,0,1.126],8618:[.011,.511,0,0,1.126],8636:[-.13313,.36687,0,0,1],8637:[-.13313,.36687,0,0,1],8640:[-.13313,.36687,0,0,1],8641:[-.13313,.36687,0,0,1],8652:[.011,.671,0,0,1],8656:[-.13313,.36687,0,0,1],8657:[.19444,.69444,0,0,.61111],8658:[-.13313,.36687,0,0,1],8659:[.19444,.69444,0,0,.61111],8660:[-.13313,.36687,0,0,1],8661:[.25,.75,0,0,.61111],8704:[0,.69444,0,0,.55556],8706:[0,.69444,.05556,.08334,.5309],8707:[0,.69444,0,0,.55556],8709:[.05556,.75,0,0,.5],8711:[0,.68333,0,0,.83334],8712:[.0391,.5391,0,0,.66667],8715:[.0391,.5391,0,0,.66667],8722:[.08333,.58333,0,0,.77778],8723:[.08333,.58333,0,0,.77778],8725:[.25,.75,0,0,.5],8726:[.25,.75,0,0,.5],8727:[-.03472,.46528,0,0,.5],8728:[-.05555,.44445,0,0,.5],8729:[-.05555,.44445,0,0,.5],8730:[.2,.8,0,0,.83334],8733:[0,.43056,0,0,.77778],8734:[0,.43056,0,0,1],8736:[0,.69224,0,0,.72222],8739:[.25,.75,0,0,.27778],8741:[.25,.75,0,0,.5],8743:[0,.55556,0,0,.66667],8744:[0,.55556,0,0,.66667],8745:[0,.55556,0,0,.66667],8746:[0,.55556,0,0,.66667],8747:[.19444,.69444,.11111,0,.41667],8764:[-.13313,.36687,0,0,.77778],8768:[.19444,.69444,0,0,.27778],8771:[-.03625,.46375,0,0,.77778],8773:[-.022,.589,0,0,.778],8776:[-.01688,.48312,0,0,.77778],8781:[-.03625,.46375,0,0,.77778],8784:[-.133,.673,0,0,.778],8801:[-.03625,.46375,0,0,.77778],8804:[.13597,.63597,0,0,.77778],8805:[.13597,.63597,0,0,.77778],8810:[.0391,.5391,0,0,1],8811:[.0391,.5391,0,0,1],8826:[.0391,.5391,0,0,.77778],8827:[.0391,.5391,0,0,.77778],8834:[.0391,.5391,0,0,.77778],8835:[.0391,.5391,0,0,.77778],8838:[.13597,.63597,0,0,.77778],8839:[.13597,.63597,0,0,.77778],8846:[0,.55556,0,0,.66667],8849:[.13597,.63597,0,0,.77778],8850:[.13597,.63597,0,0,.77778],8851:[0,.55556,0,0,.66667],8852:[0,.55556,0,0,.66667],8853:[.08333,.58333,0,0,.77778],8854:[.08333,.58333,0,0,.77778],8855:[.08333,.58333,0,0,.77778],8856:[.08333,.58333,0,0,.77778],8857:[.08333,.58333,0,0,.77778],8866:[0,.69444,0,0,.61111],8867:[0,.69444,0,0,.61111],8868:[0,.69444,0,0,.77778],8869:[0,.69444,0,0,.77778],8872:[.249,.75,0,0,.867],8900:[-.05555,.44445,0,0,.5],8901:[-.05555,.44445,0,0,.27778],8902:[-.03472,.46528,0,0,.5],8904:[.005,.505,0,0,.9],8942:[.03,.903,0,0,.278],8943:[-.19,.313,0,0,1.172],8945:[-.1,.823,0,0,1.282],8968:[.25,.75,0,0,.44445],8969:[.25,.75,0,0,.44445],8970:[.25,.75,0,0,.44445],8971:[.25,.75,0,0,.44445],8994:[-.14236,.35764,0,0,1],8995:[-.14236,.35764,0,0,1],9136:[.244,.744,0,0,.412],9137:[.244,.745,0,0,.412],9651:[.19444,.69444,0,0,.88889],9657:[-.03472,.46528,0,0,.5],9661:[.19444,.69444,0,0,.88889],9667:[-.03472,.46528,0,0,.5],9711:[.19444,.69444,0,0,1],9824:[.12963,.69444,0,0,.77778],9825:[.12963,.69444,0,0,.77778],9826:[.12963,.69444,0,0,.77778],9827:[.12963,.69444,0,0,.77778],9837:[0,.75,0,0,.38889],9838:[.19444,.69444,0,0,.38889],9839:[.19444,.69444,0,0,.38889],10216:[.25,.75,0,0,.38889],10217:[.25,.75,0,0,.38889],10222:[.244,.744,0,0,.412],10223:[.244,.745,0,0,.412],10229:[.011,.511,0,0,1.609],10230:[.011,.511,0,0,1.638],10231:[.011,.511,0,0,1.859],10232:[.024,.525,0,0,1.609],10233:[.024,.525,0,0,1.638],10234:[.024,.525,0,0,1.858],10236:[.011,.511,0,0,1.638],10815:[0,.68333,0,0,.75],10927:[.13597,.63597,0,0,.77778],10928:[.13597,.63597,0,0,.77778],57376:[.19444,.69444,0,0,0]},"Math-BoldItalic":{32:[0,0,0,0,.25],48:[0,.44444,0,0,.575],49:[0,.44444,0,0,.575],50:[0,.44444,0,0,.575],51:[.19444,.44444,0,0,.575],52:[.19444,.44444,0,0,.575],53:[.19444,.44444,0,0,.575],54:[0,.64444,0,0,.575],55:[.19444,.44444,0,0,.575],56:[0,.64444,0,0,.575],57:[.19444,.44444,0,0,.575],65:[0,.68611,0,0,.86944],66:[0,.68611,.04835,0,.8664],67:[0,.68611,.06979,0,.81694],68:[0,.68611,.03194,0,.93812],69:[0,.68611,.05451,0,.81007],70:[0,.68611,.15972,0,.68889],71:[0,.68611,0,0,.88673],72:[0,.68611,.08229,0,.98229],73:[0,.68611,.07778,0,.51111],74:[0,.68611,.10069,0,.63125],75:[0,.68611,.06979,0,.97118],76:[0,.68611,0,0,.75555],77:[0,.68611,.11424,0,1.14201],78:[0,.68611,.11424,0,.95034],79:[0,.68611,.03194,0,.83666],80:[0,.68611,.15972,0,.72309],81:[.19444,.68611,0,0,.86861],82:[0,.68611,.00421,0,.87235],83:[0,.68611,.05382,0,.69271],84:[0,.68611,.15972,0,.63663],85:[0,.68611,.11424,0,.80027],86:[0,.68611,.25555,0,.67778],87:[0,.68611,.15972,0,1.09305],88:[0,.68611,.07778,0,.94722],89:[0,.68611,.25555,0,.67458],90:[0,.68611,.06979,0,.77257],97:[0,.44444,0,0,.63287],98:[0,.69444,0,0,.52083],99:[0,.44444,0,0,.51342],100:[0,.69444,0,0,.60972],101:[0,.44444,0,0,.55361],102:[.19444,.69444,.11042,0,.56806],103:[.19444,.44444,.03704,0,.5449],104:[0,.69444,0,0,.66759],105:[0,.69326,0,0,.4048],106:[.19444,.69326,.0622,0,.47083],107:[0,.69444,.01852,0,.6037],108:[0,.69444,.0088,0,.34815],109:[0,.44444,0,0,1.0324],110:[0,.44444,0,0,.71296],111:[0,.44444,0,0,.58472],112:[.19444,.44444,0,0,.60092],113:[.19444,.44444,.03704,0,.54213],114:[0,.44444,.03194,0,.5287],115:[0,.44444,0,0,.53125],116:[0,.63492,0,0,.41528],117:[0,.44444,0,0,.68102],118:[0,.44444,.03704,0,.56666],119:[0,.44444,.02778,0,.83148],120:[0,.44444,0,0,.65903],121:[.19444,.44444,.03704,0,.59028],122:[0,.44444,.04213,0,.55509],160:[0,0,0,0,.25],915:[0,.68611,.15972,0,.65694],916:[0,.68611,0,0,.95833],920:[0,.68611,.03194,0,.86722],923:[0,.68611,0,0,.80555],926:[0,.68611,.07458,0,.84125],928:[0,.68611,.08229,0,.98229],931:[0,.68611,.05451,0,.88507],933:[0,.68611,.15972,0,.67083],934:[0,.68611,0,0,.76666],936:[0,.68611,.11653,0,.71402],937:[0,.68611,.04835,0,.8789],945:[0,.44444,0,0,.76064],946:[.19444,.69444,.03403,0,.65972],947:[.19444,.44444,.06389,0,.59003],948:[0,.69444,.03819,0,.52222],949:[0,.44444,0,0,.52882],950:[.19444,.69444,.06215,0,.50833],951:[.19444,.44444,.03704,0,.6],952:[0,.69444,.03194,0,.5618],953:[0,.44444,0,0,.41204],954:[0,.44444,0,0,.66759],955:[0,.69444,0,0,.67083],956:[.19444,.44444,0,0,.70787],957:[0,.44444,.06898,0,.57685],958:[.19444,.69444,.03021,0,.50833],959:[0,.44444,0,0,.58472],960:[0,.44444,.03704,0,.68241],961:[.19444,.44444,0,0,.6118],962:[.09722,.44444,.07917,0,.42361],963:[0,.44444,.03704,0,.68588],964:[0,.44444,.13472,0,.52083],965:[0,.44444,.03704,0,.63055],966:[.19444,.44444,0,0,.74722],967:[.19444,.44444,0,0,.71805],968:[.19444,.69444,.03704,0,.75833],969:[0,.44444,.03704,0,.71782],977:[0,.69444,0,0,.69155],981:[.19444,.69444,0,0,.7125],982:[0,.44444,.03194,0,.975],1009:[.19444,.44444,0,0,.6118],1013:[0,.44444,0,0,.48333],57649:[0,.44444,0,0,.39352],57911:[.19444,.44444,0,0,.43889]},"Math-Italic":{32:[0,0,0,0,.25],48:[0,.43056,0,0,.5],49:[0,.43056,0,0,.5],50:[0,.43056,0,0,.5],51:[.19444,.43056,0,0,.5],52:[.19444,.43056,0,0,.5],53:[.19444,.43056,0,0,.5],54:[0,.64444,0,0,.5],55:[.19444,.43056,0,0,.5],56:[0,.64444,0,0,.5],57:[.19444,.43056,0,0,.5],65:[0,.68333,0,.13889,.75],66:[0,.68333,.05017,.08334,.75851],67:[0,.68333,.07153,.08334,.71472],68:[0,.68333,.02778,.05556,.82792],69:[0,.68333,.05764,.08334,.7382],70:[0,.68333,.13889,.08334,.64306],71:[0,.68333,0,.08334,.78625],72:[0,.68333,.08125,.05556,.83125],73:[0,.68333,.07847,.11111,.43958],74:[0,.68333,.09618,.16667,.55451],75:[0,.68333,.07153,.05556,.84931],76:[0,.68333,0,.02778,.68056],77:[0,.68333,.10903,.08334,.97014],78:[0,.68333,.10903,.08334,.80347],79:[0,.68333,.02778,.08334,.76278],80:[0,.68333,.13889,.08334,.64201],81:[.19444,.68333,0,.08334,.79056],82:[0,.68333,.00773,.08334,.75929],83:[0,.68333,.05764,.08334,.6132],84:[0,.68333,.13889,.08334,.58438],85:[0,.68333,.10903,.02778,.68278],86:[0,.68333,.22222,0,.58333],87:[0,.68333,.13889,0,.94445],88:[0,.68333,.07847,.08334,.82847],89:[0,.68333,.22222,0,.58056],90:[0,.68333,.07153,.08334,.68264],97:[0,.43056,0,0,.52859],98:[0,.69444,0,0,.42917],99:[0,.43056,0,.05556,.43276],100:[0,.69444,0,.16667,.52049],101:[0,.43056,0,.05556,.46563],102:[.19444,.69444,.10764,.16667,.48959],103:[.19444,.43056,.03588,.02778,.47697],104:[0,.69444,0,0,.57616],105:[0,.65952,0,0,.34451],106:[.19444,.65952,.05724,0,.41181],107:[0,.69444,.03148,0,.5206],108:[0,.69444,.01968,.08334,.29838],109:[0,.43056,0,0,.87801],110:[0,.43056,0,0,.60023],111:[0,.43056,0,.05556,.48472],112:[.19444,.43056,0,.08334,.50313],113:[.19444,.43056,.03588,.08334,.44641],114:[0,.43056,.02778,.05556,.45116],115:[0,.43056,0,.05556,.46875],116:[0,.61508,0,.08334,.36111],117:[0,.43056,0,.02778,.57246],118:[0,.43056,.03588,.02778,.48472],119:[0,.43056,.02691,.08334,.71592],120:[0,.43056,0,.02778,.57153],121:[.19444,.43056,.03588,.05556,.49028],122:[0,.43056,.04398,.05556,.46505],160:[0,0,0,0,.25],915:[0,.68333,.13889,.08334,.61528],916:[0,.68333,0,.16667,.83334],920:[0,.68333,.02778,.08334,.76278],923:[0,.68333,0,.16667,.69445],926:[0,.68333,.07569,.08334,.74236],928:[0,.68333,.08125,.05556,.83125],931:[0,.68333,.05764,.08334,.77986],933:[0,.68333,.13889,.05556,.58333],934:[0,.68333,0,.08334,.66667],936:[0,.68333,.11,.05556,.61222],937:[0,.68333,.05017,.08334,.7724],945:[0,.43056,.0037,.02778,.6397],946:[.19444,.69444,.05278,.08334,.56563],947:[.19444,.43056,.05556,0,.51773],948:[0,.69444,.03785,.05556,.44444],949:[0,.43056,0,.08334,.46632],950:[.19444,.69444,.07378,.08334,.4375],951:[.19444,.43056,.03588,.05556,.49653],952:[0,.69444,.02778,.08334,.46944],953:[0,.43056,0,.05556,.35394],954:[0,.43056,0,0,.57616],955:[0,.69444,0,0,.58334],956:[.19444,.43056,0,.02778,.60255],957:[0,.43056,.06366,.02778,.49398],958:[.19444,.69444,.04601,.11111,.4375],959:[0,.43056,0,.05556,.48472],960:[0,.43056,.03588,0,.57003],961:[.19444,.43056,0,.08334,.51702],962:[.09722,.43056,.07986,.08334,.36285],963:[0,.43056,.03588,0,.57141],964:[0,.43056,.1132,.02778,.43715],965:[0,.43056,.03588,.02778,.54028],966:[.19444,.43056,0,.08334,.65417],967:[.19444,.43056,0,.05556,.62569],968:[.19444,.69444,.03588,.11111,.65139],969:[0,.43056,.03588,0,.62245],977:[0,.69444,0,.08334,.59144],981:[.19444,.69444,0,.08334,.59583],982:[0,.43056,.02778,0,.82813],1009:[.19444,.43056,0,.08334,.51702],1013:[0,.43056,0,.05556,.4059],57649:[0,.43056,0,.02778,.32246],57911:[.19444,.43056,0,.08334,.38403]},"SansSerif-Bold":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.36667],34:[0,.69444,0,0,.55834],35:[.19444,.69444,0,0,.91667],36:[.05556,.75,0,0,.55],37:[.05556,.75,0,0,1.02912],38:[0,.69444,0,0,.83056],39:[0,.69444,0,0,.30556],40:[.25,.75,0,0,.42778],41:[.25,.75,0,0,.42778],42:[0,.75,0,0,.55],43:[.11667,.61667,0,0,.85556],44:[.10556,.13056,0,0,.30556],45:[0,.45833,0,0,.36667],46:[0,.13056,0,0,.30556],47:[.25,.75,0,0,.55],48:[0,.69444,0,0,.55],49:[0,.69444,0,0,.55],50:[0,.69444,0,0,.55],51:[0,.69444,0,0,.55],52:[0,.69444,0,0,.55],53:[0,.69444,0,0,.55],54:[0,.69444,0,0,.55],55:[0,.69444,0,0,.55],56:[0,.69444,0,0,.55],57:[0,.69444,0,0,.55],58:[0,.45833,0,0,.30556],59:[.10556,.45833,0,0,.30556],61:[-.09375,.40625,0,0,.85556],63:[0,.69444,0,0,.51945],64:[0,.69444,0,0,.73334],65:[0,.69444,0,0,.73334],66:[0,.69444,0,0,.73334],67:[0,.69444,0,0,.70278],68:[0,.69444,0,0,.79445],69:[0,.69444,0,0,.64167],70:[0,.69444,0,0,.61111],71:[0,.69444,0,0,.73334],72:[0,.69444,0,0,.79445],73:[0,.69444,0,0,.33056],74:[0,.69444,0,0,.51945],75:[0,.69444,0,0,.76389],76:[0,.69444,0,0,.58056],77:[0,.69444,0,0,.97778],78:[0,.69444,0,0,.79445],79:[0,.69444,0,0,.79445],80:[0,.69444,0,0,.70278],81:[.10556,.69444,0,0,.79445],82:[0,.69444,0,0,.70278],83:[0,.69444,0,0,.61111],84:[0,.69444,0,0,.73334],85:[0,.69444,0,0,.76389],86:[0,.69444,.01528,0,.73334],87:[0,.69444,.01528,0,1.03889],88:[0,.69444,0,0,.73334],89:[0,.69444,.0275,0,.73334],90:[0,.69444,0,0,.67223],91:[.25,.75,0,0,.34306],93:[.25,.75,0,0,.34306],94:[0,.69444,0,0,.55],95:[.35,.10833,.03056,0,.55],97:[0,.45833,0,0,.525],98:[0,.69444,0,0,.56111],99:[0,.45833,0,0,.48889],100:[0,.69444,0,0,.56111],101:[0,.45833,0,0,.51111],102:[0,.69444,.07639,0,.33611],103:[.19444,.45833,.01528,0,.55],104:[0,.69444,0,0,.56111],105:[0,.69444,0,0,.25556],106:[.19444,.69444,0,0,.28611],107:[0,.69444,0,0,.53056],108:[0,.69444,0,0,.25556],109:[0,.45833,0,0,.86667],110:[0,.45833,0,0,.56111],111:[0,.45833,0,0,.55],112:[.19444,.45833,0,0,.56111],113:[.19444,.45833,0,0,.56111],114:[0,.45833,.01528,0,.37222],115:[0,.45833,0,0,.42167],116:[0,.58929,0,0,.40417],117:[0,.45833,0,0,.56111],118:[0,.45833,.01528,0,.5],119:[0,.45833,.01528,0,.74445],120:[0,.45833,0,0,.5],121:[.19444,.45833,.01528,0,.5],122:[0,.45833,0,0,.47639],126:[.35,.34444,0,0,.55],160:[0,0,0,0,.25],168:[0,.69444,0,0,.55],176:[0,.69444,0,0,.73334],180:[0,.69444,0,0,.55],184:[.17014,0,0,0,.48889],305:[0,.45833,0,0,.25556],567:[.19444,.45833,0,0,.28611],710:[0,.69444,0,0,.55],711:[0,.63542,0,0,.55],713:[0,.63778,0,0,.55],728:[0,.69444,0,0,.55],729:[0,.69444,0,0,.30556],730:[0,.69444,0,0,.73334],732:[0,.69444,0,0,.55],733:[0,.69444,0,0,.55],915:[0,.69444,0,0,.58056],916:[0,.69444,0,0,.91667],920:[0,.69444,0,0,.85556],923:[0,.69444,0,0,.67223],926:[0,.69444,0,0,.73334],928:[0,.69444,0,0,.79445],931:[0,.69444,0,0,.79445],933:[0,.69444,0,0,.85556],934:[0,.69444,0,0,.79445],936:[0,.69444,0,0,.85556],937:[0,.69444,0,0,.79445],8211:[0,.45833,.03056,0,.55],8212:[0,.45833,.03056,0,1.10001],8216:[0,.69444,0,0,.30556],8217:[0,.69444,0,0,.30556],8220:[0,.69444,0,0,.55834],8221:[0,.69444,0,0,.55834]},"SansSerif-Italic":{32:[0,0,0,0,.25],33:[0,.69444,.05733,0,.31945],34:[0,.69444,.00316,0,.5],35:[.19444,.69444,.05087,0,.83334],36:[.05556,.75,.11156,0,.5],37:[.05556,.75,.03126,0,.83334],38:[0,.69444,.03058,0,.75834],39:[0,.69444,.07816,0,.27778],40:[.25,.75,.13164,0,.38889],41:[.25,.75,.02536,0,.38889],42:[0,.75,.11775,0,.5],43:[.08333,.58333,.02536,0,.77778],44:[.125,.08333,0,0,.27778],45:[0,.44444,.01946,0,.33333],46:[0,.08333,0,0,.27778],47:[.25,.75,.13164,0,.5],48:[0,.65556,.11156,0,.5],49:[0,.65556,.11156,0,.5],50:[0,.65556,.11156,0,.5],51:[0,.65556,.11156,0,.5],52:[0,.65556,.11156,0,.5],53:[0,.65556,.11156,0,.5],54:[0,.65556,.11156,0,.5],55:[0,.65556,.11156,0,.5],56:[0,.65556,.11156,0,.5],57:[0,.65556,.11156,0,.5],58:[0,.44444,.02502,0,.27778],59:[.125,.44444,.02502,0,.27778],61:[-.13,.37,.05087,0,.77778],63:[0,.69444,.11809,0,.47222],64:[0,.69444,.07555,0,.66667],65:[0,.69444,0,0,.66667],66:[0,.69444,.08293,0,.66667],67:[0,.69444,.11983,0,.63889],68:[0,.69444,.07555,0,.72223],69:[0,.69444,.11983,0,.59722],70:[0,.69444,.13372,0,.56945],71:[0,.69444,.11983,0,.66667],72:[0,.69444,.08094,0,.70834],73:[0,.69444,.13372,0,.27778],74:[0,.69444,.08094,0,.47222],75:[0,.69444,.11983,0,.69445],76:[0,.69444,0,0,.54167],77:[0,.69444,.08094,0,.875],78:[0,.69444,.08094,0,.70834],79:[0,.69444,.07555,0,.73611],80:[0,.69444,.08293,0,.63889],81:[.125,.69444,.07555,0,.73611],82:[0,.69444,.08293,0,.64584],83:[0,.69444,.09205,0,.55556],84:[0,.69444,.13372,0,.68056],85:[0,.69444,.08094,0,.6875],86:[0,.69444,.1615,0,.66667],87:[0,.69444,.1615,0,.94445],88:[0,.69444,.13372,0,.66667],89:[0,.69444,.17261,0,.66667],90:[0,.69444,.11983,0,.61111],91:[.25,.75,.15942,0,.28889],93:[.25,.75,.08719,0,.28889],94:[0,.69444,.0799,0,.5],95:[.35,.09444,.08616,0,.5],97:[0,.44444,.00981,0,.48056],98:[0,.69444,.03057,0,.51667],99:[0,.44444,.08336,0,.44445],100:[0,.69444,.09483,0,.51667],101:[0,.44444,.06778,0,.44445],102:[0,.69444,.21705,0,.30556],103:[.19444,.44444,.10836,0,.5],104:[0,.69444,.01778,0,.51667],105:[0,.67937,.09718,0,.23889],106:[.19444,.67937,.09162,0,.26667],107:[0,.69444,.08336,0,.48889],108:[0,.69444,.09483,0,.23889],109:[0,.44444,.01778,0,.79445],110:[0,.44444,.01778,0,.51667],111:[0,.44444,.06613,0,.5],112:[.19444,.44444,.0389,0,.51667],113:[.19444,.44444,.04169,0,.51667],114:[0,.44444,.10836,0,.34167],115:[0,.44444,.0778,0,.38333],116:[0,.57143,.07225,0,.36111],117:[0,.44444,.04169,0,.51667],118:[0,.44444,.10836,0,.46111],119:[0,.44444,.10836,0,.68334],120:[0,.44444,.09169,0,.46111],121:[.19444,.44444,.10836,0,.46111],122:[0,.44444,.08752,0,.43472],126:[.35,.32659,.08826,0,.5],160:[0,0,0,0,.25],168:[0,.67937,.06385,0,.5],176:[0,.69444,0,0,.73752],184:[.17014,0,0,0,.44445],305:[0,.44444,.04169,0,.23889],567:[.19444,.44444,.04169,0,.26667],710:[0,.69444,.0799,0,.5],711:[0,.63194,.08432,0,.5],713:[0,.60889,.08776,0,.5],714:[0,.69444,.09205,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,.09483,0,.5],729:[0,.67937,.07774,0,.27778],730:[0,.69444,0,0,.73752],732:[0,.67659,.08826,0,.5],733:[0,.69444,.09205,0,.5],915:[0,.69444,.13372,0,.54167],916:[0,.69444,0,0,.83334],920:[0,.69444,.07555,0,.77778],923:[0,.69444,0,0,.61111],926:[0,.69444,.12816,0,.66667],928:[0,.69444,.08094,0,.70834],931:[0,.69444,.11983,0,.72222],933:[0,.69444,.09031,0,.77778],934:[0,.69444,.04603,0,.72222],936:[0,.69444,.09031,0,.77778],937:[0,.69444,.08293,0,.72222],8211:[0,.44444,.08616,0,.5],8212:[0,.44444,.08616,0,1],8216:[0,.69444,.07816,0,.27778],8217:[0,.69444,.07816,0,.27778],8220:[0,.69444,.14205,0,.5],8221:[0,.69444,.00316,0,.5]},"SansSerif-Regular":{32:[0,0,0,0,.25],33:[0,.69444,0,0,.31945],34:[0,.69444,0,0,.5],35:[.19444,.69444,0,0,.83334],36:[.05556,.75,0,0,.5],37:[.05556,.75,0,0,.83334],38:[0,.69444,0,0,.75834],39:[0,.69444,0,0,.27778],40:[.25,.75,0,0,.38889],41:[.25,.75,0,0,.38889],42:[0,.75,0,0,.5],43:[.08333,.58333,0,0,.77778],44:[.125,.08333,0,0,.27778],45:[0,.44444,0,0,.33333],46:[0,.08333,0,0,.27778],47:[.25,.75,0,0,.5],48:[0,.65556,0,0,.5],49:[0,.65556,0,0,.5],50:[0,.65556,0,0,.5],51:[0,.65556,0,0,.5],52:[0,.65556,0,0,.5],53:[0,.65556,0,0,.5],54:[0,.65556,0,0,.5],55:[0,.65556,0,0,.5],56:[0,.65556,0,0,.5],57:[0,.65556,0,0,.5],58:[0,.44444,0,0,.27778],59:[.125,.44444,0,0,.27778],61:[-.13,.37,0,0,.77778],63:[0,.69444,0,0,.47222],64:[0,.69444,0,0,.66667],65:[0,.69444,0,0,.66667],66:[0,.69444,0,0,.66667],67:[0,.69444,0,0,.63889],68:[0,.69444,0,0,.72223],69:[0,.69444,0,0,.59722],70:[0,.69444,0,0,.56945],71:[0,.69444,0,0,.66667],72:[0,.69444,0,0,.70834],73:[0,.69444,0,0,.27778],74:[0,.69444,0,0,.47222],75:[0,.69444,0,0,.69445],76:[0,.69444,0,0,.54167],77:[0,.69444,0,0,.875],78:[0,.69444,0,0,.70834],79:[0,.69444,0,0,.73611],80:[0,.69444,0,0,.63889],81:[.125,.69444,0,0,.73611],82:[0,.69444,0,0,.64584],83:[0,.69444,0,0,.55556],84:[0,.69444,0,0,.68056],85:[0,.69444,0,0,.6875],86:[0,.69444,.01389,0,.66667],87:[0,.69444,.01389,0,.94445],88:[0,.69444,0,0,.66667],89:[0,.69444,.025,0,.66667],90:[0,.69444,0,0,.61111],91:[.25,.75,0,0,.28889],93:[.25,.75,0,0,.28889],94:[0,.69444,0,0,.5],95:[.35,.09444,.02778,0,.5],97:[0,.44444,0,0,.48056],98:[0,.69444,0,0,.51667],99:[0,.44444,0,0,.44445],100:[0,.69444,0,0,.51667],101:[0,.44444,0,0,.44445],102:[0,.69444,.06944,0,.30556],103:[.19444,.44444,.01389,0,.5],104:[0,.69444,0,0,.51667],105:[0,.67937,0,0,.23889],106:[.19444,.67937,0,0,.26667],107:[0,.69444,0,0,.48889],108:[0,.69444,0,0,.23889],109:[0,.44444,0,0,.79445],110:[0,.44444,0,0,.51667],111:[0,.44444,0,0,.5],112:[.19444,.44444,0,0,.51667],113:[.19444,.44444,0,0,.51667],114:[0,.44444,.01389,0,.34167],115:[0,.44444,0,0,.38333],116:[0,.57143,0,0,.36111],117:[0,.44444,0,0,.51667],118:[0,.44444,.01389,0,.46111],119:[0,.44444,.01389,0,.68334],120:[0,.44444,0,0,.46111],121:[.19444,.44444,.01389,0,.46111],122:[0,.44444,0,0,.43472],126:[.35,.32659,0,0,.5],160:[0,0,0,0,.25],168:[0,.67937,0,0,.5],176:[0,.69444,0,0,.66667],184:[.17014,0,0,0,.44445],305:[0,.44444,0,0,.23889],567:[.19444,.44444,0,0,.26667],710:[0,.69444,0,0,.5],711:[0,.63194,0,0,.5],713:[0,.60889,0,0,.5],714:[0,.69444,0,0,.5],715:[0,.69444,0,0,.5],728:[0,.69444,0,0,.5],729:[0,.67937,0,0,.27778],730:[0,.69444,0,0,.66667],732:[0,.67659,0,0,.5],733:[0,.69444,0,0,.5],915:[0,.69444,0,0,.54167],916:[0,.69444,0,0,.83334],920:[0,.69444,0,0,.77778],923:[0,.69444,0,0,.61111],926:[0,.69444,0,0,.66667],928:[0,.69444,0,0,.70834],931:[0,.69444,0,0,.72222],933:[0,.69444,0,0,.77778],934:[0,.69444,0,0,.72222],936:[0,.69444,0,0,.77778],937:[0,.69444,0,0,.72222],8211:[0,.44444,.02778,0,.5],8212:[0,.44444,.02778,0,1],8216:[0,.69444,0,0,.27778],8217:[0,.69444,0,0,.27778],8220:[0,.69444,0,0,.5],8221:[0,.69444,0,0,.5]},"Script-Regular":{32:[0,0,0,0,.25],65:[0,.7,.22925,0,.80253],66:[0,.7,.04087,0,.90757],67:[0,.7,.1689,0,.66619],68:[0,.7,.09371,0,.77443],69:[0,.7,.18583,0,.56162],70:[0,.7,.13634,0,.89544],71:[0,.7,.17322,0,.60961],72:[0,.7,.29694,0,.96919],73:[0,.7,.19189,0,.80907],74:[.27778,.7,.19189,0,1.05159],75:[0,.7,.31259,0,.91364],76:[0,.7,.19189,0,.87373],77:[0,.7,.15981,0,1.08031],78:[0,.7,.3525,0,.9015],79:[0,.7,.08078,0,.73787],80:[0,.7,.08078,0,1.01262],81:[0,.7,.03305,0,.88282],82:[0,.7,.06259,0,.85],83:[0,.7,.19189,0,.86767],84:[0,.7,.29087,0,.74697],85:[0,.7,.25815,0,.79996],86:[0,.7,.27523,0,.62204],87:[0,.7,.27523,0,.80532],88:[0,.7,.26006,0,.94445],89:[0,.7,.2939,0,.70961],90:[0,.7,.24037,0,.8212],160:[0,0,0,0,.25]},"Size1-Regular":{32:[0,0,0,0,.25],40:[.35001,.85,0,0,.45834],41:[.35001,.85,0,0,.45834],47:[.35001,.85,0,0,.57778],91:[.35001,.85,0,0,.41667],92:[.35001,.85,0,0,.57778],93:[.35001,.85,0,0,.41667],123:[.35001,.85,0,0,.58334],125:[.35001,.85,0,0,.58334],160:[0,0,0,0,.25],710:[0,.72222,0,0,.55556],732:[0,.72222,0,0,.55556],770:[0,.72222,0,0,.55556],771:[0,.72222,0,0,.55556],8214:[-99e-5,.601,0,0,.77778],8593:[1e-5,.6,0,0,.66667],8595:[1e-5,.6,0,0,.66667],8657:[1e-5,.6,0,0,.77778],8659:[1e-5,.6,0,0,.77778],8719:[.25001,.75,0,0,.94445],8720:[.25001,.75,0,0,.94445],8721:[.25001,.75,0,0,1.05556],8730:[.35001,.85,0,0,1],8739:[-.00599,.606,0,0,.33333],8741:[-.00599,.606,0,0,.55556],8747:[.30612,.805,.19445,0,.47222],8748:[.306,.805,.19445,0,.47222],8749:[.306,.805,.19445,0,.47222],8750:[.30612,.805,.19445,0,.47222],8896:[.25001,.75,0,0,.83334],8897:[.25001,.75,0,0,.83334],8898:[.25001,.75,0,0,.83334],8899:[.25001,.75,0,0,.83334],8968:[.35001,.85,0,0,.47222],8969:[.35001,.85,0,0,.47222],8970:[.35001,.85,0,0,.47222],8971:[.35001,.85,0,0,.47222],9168:[-99e-5,.601,0,0,.66667],10216:[.35001,.85,0,0,.47222],10217:[.35001,.85,0,0,.47222],10752:[.25001,.75,0,0,1.11111],10753:[.25001,.75,0,0,1.11111],10754:[.25001,.75,0,0,1.11111],10756:[.25001,.75,0,0,.83334],10758:[.25001,.75,0,0,.83334]},"Size2-Regular":{32:[0,0,0,0,.25],40:[.65002,1.15,0,0,.59722],41:[.65002,1.15,0,0,.59722],47:[.65002,1.15,0,0,.81111],91:[.65002,1.15,0,0,.47222],92:[.65002,1.15,0,0,.81111],93:[.65002,1.15,0,0,.47222],123:[.65002,1.15,0,0,.66667],125:[.65002,1.15,0,0,.66667],160:[0,0,0,0,.25],710:[0,.75,0,0,1],732:[0,.75,0,0,1],770:[0,.75,0,0,1],771:[0,.75,0,0,1],8719:[.55001,1.05,0,0,1.27778],8720:[.55001,1.05,0,0,1.27778],8721:[.55001,1.05,0,0,1.44445],8730:[.65002,1.15,0,0,1],8747:[.86225,1.36,.44445,0,.55556],8748:[.862,1.36,.44445,0,.55556],8749:[.862,1.36,.44445,0,.55556],8750:[.86225,1.36,.44445,0,.55556],8896:[.55001,1.05,0,0,1.11111],8897:[.55001,1.05,0,0,1.11111],8898:[.55001,1.05,0,0,1.11111],8899:[.55001,1.05,0,0,1.11111],8968:[.65002,1.15,0,0,.52778],8969:[.65002,1.15,0,0,.52778],8970:[.65002,1.15,0,0,.52778],8971:[.65002,1.15,0,0,.52778],10216:[.65002,1.15,0,0,.61111],10217:[.65002,1.15,0,0,.61111],10752:[.55001,1.05,0,0,1.51112],10753:[.55001,1.05,0,0,1.51112],10754:[.55001,1.05,0,0,1.51112],10756:[.55001,1.05,0,0,1.11111],10758:[.55001,1.05,0,0,1.11111]},"Size3-Regular":{32:[0,0,0,0,.25],40:[.95003,1.45,0,0,.73611],41:[.95003,1.45,0,0,.73611],47:[.95003,1.45,0,0,1.04445],91:[.95003,1.45,0,0,.52778],92:[.95003,1.45,0,0,1.04445],93:[.95003,1.45,0,0,.52778],123:[.95003,1.45,0,0,.75],125:[.95003,1.45,0,0,.75],160:[0,0,0,0,.25],710:[0,.75,0,0,1.44445],732:[0,.75,0,0,1.44445],770:[0,.75,0,0,1.44445],771:[0,.75,0,0,1.44445],8730:[.95003,1.45,0,0,1],8968:[.95003,1.45,0,0,.58334],8969:[.95003,1.45,0,0,.58334],8970:[.95003,1.45,0,0,.58334],8971:[.95003,1.45,0,0,.58334],10216:[.95003,1.45,0,0,.75],10217:[.95003,1.45,0,0,.75]},"Size4-Regular":{32:[0,0,0,0,.25],40:[1.25003,1.75,0,0,.79167],41:[1.25003,1.75,0,0,.79167],47:[1.25003,1.75,0,0,1.27778],91:[1.25003,1.75,0,0,.58334],92:[1.25003,1.75,0,0,1.27778],93:[1.25003,1.75,0,0,.58334],123:[1.25003,1.75,0,0,.80556],125:[1.25003,1.75,0,0,.80556],160:[0,0,0,0,.25],710:[0,.825,0,0,1.8889],732:[0,.825,0,0,1.8889],770:[0,.825,0,0,1.8889],771:[0,.825,0,0,1.8889],8730:[1.25003,1.75,0,0,1],8968:[1.25003,1.75,0,0,.63889],8969:[1.25003,1.75,0,0,.63889],8970:[1.25003,1.75,0,0,.63889],8971:[1.25003,1.75,0,0,.63889],9115:[.64502,1.155,0,0,.875],9116:[1e-5,.6,0,0,.875],9117:[.64502,1.155,0,0,.875],9118:[.64502,1.155,0,0,.875],9119:[1e-5,.6,0,0,.875],9120:[.64502,1.155,0,0,.875],9121:[.64502,1.155,0,0,.66667],9122:[-99e-5,.601,0,0,.66667],9123:[.64502,1.155,0,0,.66667],9124:[.64502,1.155,0,0,.66667],9125:[-99e-5,.601,0,0,.66667],9126:[.64502,1.155,0,0,.66667],9127:[1e-5,.9,0,0,.88889],9128:[.65002,1.15,0,0,.88889],9129:[.90001,0,0,0,.88889],9130:[0,.3,0,0,.88889],9131:[1e-5,.9,0,0,.88889],9132:[.65002,1.15,0,0,.88889],9133:[.90001,0,0,0,.88889],9143:[.88502,.915,0,0,1.05556],10216:[1.25003,1.75,0,0,.80556],10217:[1.25003,1.75,0,0,.80556],57344:[-.00499,.605,0,0,1.05556],57345:[-.00499,.605,0,0,1.05556],57680:[0,.12,0,0,.45],57681:[0,.12,0,0,.45],57682:[0,.12,0,0,.45],57683:[0,.12,0,0,.45]},"Typewriter-Regular":{32:[0,0,0,0,.525],33:[0,.61111,0,0,.525],34:[0,.61111,0,0,.525],35:[0,.61111,0,0,.525],36:[.08333,.69444,0,0,.525],37:[.08333,.69444,0,0,.525],38:[0,.61111,0,0,.525],39:[0,.61111,0,0,.525],40:[.08333,.69444,0,0,.525],41:[.08333,.69444,0,0,.525],42:[0,.52083,0,0,.525],43:[-.08056,.53055,0,0,.525],44:[.13889,.125,0,0,.525],45:[-.08056,.53055,0,0,.525],46:[0,.125,0,0,.525],47:[.08333,.69444,0,0,.525],48:[0,.61111,0,0,.525],49:[0,.61111,0,0,.525],50:[0,.61111,0,0,.525],51:[0,.61111,0,0,.525],52:[0,.61111,0,0,.525],53:[0,.61111,0,0,.525],54:[0,.61111,0,0,.525],55:[0,.61111,0,0,.525],56:[0,.61111,0,0,.525],57:[0,.61111,0,0,.525],58:[0,.43056,0,0,.525],59:[.13889,.43056,0,0,.525],60:[-.05556,.55556,0,0,.525],61:[-.19549,.41562,0,0,.525],62:[-.05556,.55556,0,0,.525],63:[0,.61111,0,0,.525],64:[0,.61111,0,0,.525],65:[0,.61111,0,0,.525],66:[0,.61111,0,0,.525],67:[0,.61111,0,0,.525],68:[0,.61111,0,0,.525],69:[0,.61111,0,0,.525],70:[0,.61111,0,0,.525],71:[0,.61111,0,0,.525],72:[0,.61111,0,0,.525],73:[0,.61111,0,0,.525],74:[0,.61111,0,0,.525],75:[0,.61111,0,0,.525],76:[0,.61111,0,0,.525],77:[0,.61111,0,0,.525],78:[0,.61111,0,0,.525],79:[0,.61111,0,0,.525],80:[0,.61111,0,0,.525],81:[.13889,.61111,0,0,.525],82:[0,.61111,0,0,.525],83:[0,.61111,0,0,.525],84:[0,.61111,0,0,.525],85:[0,.61111,0,0,.525],86:[0,.61111,0,0,.525],87:[0,.61111,0,0,.525],88:[0,.61111,0,0,.525],89:[0,.61111,0,0,.525],90:[0,.61111,0,0,.525],91:[.08333,.69444,0,0,.525],92:[.08333,.69444,0,0,.525],93:[.08333,.69444,0,0,.525],94:[0,.61111,0,0,.525],95:[.09514,0,0,0,.525],96:[0,.61111,0,0,.525],97:[0,.43056,0,0,.525],98:[0,.61111,0,0,.525],99:[0,.43056,0,0,.525],100:[0,.61111,0,0,.525],101:[0,.43056,0,0,.525],102:[0,.61111,0,0,.525],103:[.22222,.43056,0,0,.525],104:[0,.61111,0,0,.525],105:[0,.61111,0,0,.525],106:[.22222,.61111,0,0,.525],107:[0,.61111,0,0,.525],108:[0,.61111,0,0,.525],109:[0,.43056,0,0,.525],110:[0,.43056,0,0,.525],111:[0,.43056,0,0,.525],112:[.22222,.43056,0,0,.525],113:[.22222,.43056,0,0,.525],114:[0,.43056,0,0,.525],115:[0,.43056,0,0,.525],116:[0,.55358,0,0,.525],117:[0,.43056,0,0,.525],118:[0,.43056,0,0,.525],119:[0,.43056,0,0,.525],120:[0,.43056,0,0,.525],121:[.22222,.43056,0,0,.525],122:[0,.43056,0,0,.525],123:[.08333,.69444,0,0,.525],124:[.08333,.69444,0,0,.525],125:[.08333,.69444,0,0,.525],126:[0,.61111,0,0,.525],127:[0,.61111,0,0,.525],160:[0,0,0,0,.525],176:[0,.61111,0,0,.525],184:[.19445,0,0,0,.525],305:[0,.43056,0,0,.525],567:[.22222,.43056,0,0,.525],711:[0,.56597,0,0,.525],713:[0,.56555,0,0,.525],714:[0,.61111,0,0,.525],715:[0,.61111,0,0,.525],728:[0,.61111,0,0,.525],730:[0,.61111,0,0,.525],770:[0,.61111,0,0,.525],771:[0,.61111,0,0,.525],776:[0,.61111,0,0,.525],915:[0,.61111,0,0,.525],916:[0,.61111,0,0,.525],920:[0,.61111,0,0,.525],923:[0,.61111,0,0,.525],926:[0,.61111,0,0,.525],928:[0,.61111,0,0,.525],931:[0,.61111,0,0,.525],933:[0,.61111,0,0,.525],934:[0,.61111,0,0,.525],936:[0,.61111,0,0,.525],937:[0,.61111,0,0,.525],8216:[0,.61111,0,0,.525],8217:[0,.61111,0,0,.525],8242:[0,.61111,0,0,.525],9251:[.11111,.21944,0,0,.525]}};const B={slant:[.25,.25,.25],space:[0,0,0],stretch:[0,0,0],shrink:[0,0,0],xHeight:[.431,.431,.431],quad:[1,1.171,1.472],extraSpace:[0,0,0],num1:[.677,.732,.925],num2:[.394,.384,.387],num3:[.444,.471,.504],denom1:[.686,.752,1.025],denom2:[.345,.344,.532],sup1:[.413,.503,.504],sup2:[.363,.431,.404],sup3:[.289,.286,.294],sub1:[.15,.143,.2],sub2:[.247,.286,.4],supDrop:[.386,.353,.494],subDrop:[.05,.071,.1],delim1:[2.39,1.7,1.98],delim2:[1.01,1.157,1.42],axisHeight:[.25,.25,.25],defaultRuleThickness:[.04,.049,.049],bigOpSpacing1:[.111,.111,.111],bigOpSpacing2:[.166,.166,.166],bigOpSpacing3:[.2,.2,.2],bigOpSpacing4:[.6,.611,.611],bigOpSpacing5:[.1,.143,.143],sqrtRuleThickness:[.04,.04,.04],ptPerEm:[10,10,10],doubleRuleSep:[.2,.2,.2],arrayRuleWidth:[.04,.04,.04],fboxsep:[.3,.3,.3],fboxrule:[.04,.04,.04]},C={"\xc5":"A","\xd0":"D","\xde":"o","\xe5":"a","\xf0":"d","\xfe":"o","\u0410":"A","\u0411":"B","\u0412":"B","\u0413":"F","\u0414":"A","\u0415":"E","\u0416":"K","\u0417":"3","\u0418":"N","\u0419":"N","\u041a":"K","\u041b":"N","\u041c":"M","\u041d":"H","\u041e":"O","\u041f":"N","\u0420":"P","\u0421":"C","\u0422":"T","\u0423":"y","\u0424":"O","\u0425":"X","\u0426":"U","\u0427":"h","\u0428":"W","\u0429":"W","\u042a":"B","\u042b":"X","\u042c":"B","\u042d":"3","\u042e":"X","\u042f":"R","\u0430":"a","\u0431":"b","\u0432":"a","\u0433":"r","\u0434":"y","\u0435":"e","\u0436":"m","\u0437":"e","\u0438":"n","\u0439":"n","\u043a":"n","\u043b":"n","\u043c":"m","\u043d":"n","\u043e":"o","\u043f":"n","\u0440":"p","\u0441":"c","\u0442":"o","\u0443":"y","\u0444":"b","\u0445":"x","\u0446":"n","\u0447":"n","\u0448":"w","\u0449":"w","\u044a":"a","\u044b":"m","\u044c":"a","\u044d":"e","\u044e":"m","\u044f":"r"};function N(e,t,r){if(!T[t])throw new Error("Font metrics not found for font: "+t+".");let n=e.charCodeAt(0),o=T[t][n];if(!o&&e[0]in C&&(n=C[e[0]].charCodeAt(0),o=T[t][n]),o||"text"!==r||S(n)&&(o=T[t][77]),o)return{depth:o[0],height:o[1],italic:o[2],skew:o[3],width:o[4]}}const q={};const I=[[1,1,1],[2,1,1],[3,1,1],[4,2,1],[5,2,1],[6,3,1],[7,4,2],[8,6,3],[9,7,6],[10,8,7],[11,10,9]],R=[.5,.6,.7,.8,.9,1,1.2,1.44,1.728,2.074,2.488],H=function(e,t){return t.size<2?e:I[e-1][t.size-1]};class O{constructor(e){this.style=void 0,this.color=void 0,this.size=void 0,this.textSize=void 0,this.phantom=void 0,this.font=void 0,this.fontFamily=void 0,this.fontWeight=void 0,this.fontShape=void 0,this.sizeMultiplier=void 0,this.maxSize=void 0,this.minRuleThickness=void 0,this._fontMetrics=void 0,this.style=e.style,this.color=e.color,this.size=e.size||O.BASESIZE,this.textSize=e.textSize||this.size,this.phantom=!!e.phantom,this.font=e.font||"",this.fontFamily=e.fontFamily||"",this.fontWeight=e.fontWeight||"",this.fontShape=e.fontShape||"",this.sizeMultiplier=R[this.size-1],this.maxSize=e.maxSize,this.minRuleThickness=e.minRuleThickness,this._fontMetrics=void 0}extend(e){const t={style:this.style,size:this.size,textSize:this.textSize,color:this.color,phantom:this.phantom,font:this.font,fontFamily:this.fontFamily,fontWeight:this.fontWeight,fontShape:this.fontShape,maxSize:this.maxSize,minRuleThickness:this.minRuleThickness};for(const r in e)e.hasOwnProperty(r)&&(t[r]=e[r]);return new O(t)}havingStyle(e){return this.style===e?this:this.extend({style:e,size:H(this.textSize,e)})}havingCrampedStyle(){return this.havingStyle(this.style.cramp())}havingSize(e){return this.size===e&&this.textSize===e?this:this.extend({style:this.style.text(),size:e,textSize:e,sizeMultiplier:R[e-1]})}havingBaseStyle(e){e=e||this.style.text();const t=H(O.BASESIZE,e);return this.size===t&&this.textSize===O.BASESIZE&&this.style===e?this:this.extend({style:e,size:t})}havingBaseSizing(){let e;switch(this.style.id){case 4:case 5:e=3;break;case 6:case 7:e=1;break;default:e=6}return this.extend({style:this.style.text(),size:e})}withColor(e){return this.extend({color:e})}withPhantom(){return this.extend({phantom:!0})}withFont(e){return this.extend({font:e})}withTextFontFamily(e){return this.extend({fontFamily:e,font:""})}withTextFontWeight(e){return this.extend({fontWeight:e,font:""})}withTextFontShape(e){return this.extend({fontShape:e,font:""})}sizingClasses(e){return e.size!==this.size?["sizing","reset-size"+e.size,"size"+this.size]:[]}baseSizingClasses(){return this.size!==O.BASESIZE?["sizing","reset-size"+this.size,"size"+O.BASESIZE]:[]}fontMetrics(){return this._fontMetrics||(this._fontMetrics=function(e){let t;if(t=e>=5?0:e>=3?1:2,!q[t]){const e=q[t]={cssEmPerMu:B.quad[t]/18};for(const r in B)B.hasOwnProperty(r)&&(e[r]=B[r][t])}return q[t]}(this.size)),this._fontMetrics}getColor(){return this.phantom?"transparent":this.color}}O.BASESIZE=6;var E=O;const L={pt:1,mm:7227/2540,cm:7227/254,in:72.27,bp:1.00375,pc:12,dd:1238/1157,cc:14856/1157,nd:685/642,nc:1370/107,sp:1/65536,px:1.00375},D={ex:!0,em:!0,mu:!0},V=function(e){return"string"!=typeof e&&(e=e.unit),e in L||e in D||"ex"===e},P=function(e,t){let r;if(e.unit in L)r=L[e.unit]/t.fontMetrics().ptPerEm/t.sizeMultiplier;else if("mu"===e.unit)r=t.fontMetrics().cssEmPerMu;else{let o;if(o=t.style.isTight()?t.havingStyle(t.style.text()):t,"ex"===e.unit)r=o.fontMetrics().xHeight;else{if("em"!==e.unit)throw new n("Invalid unit: '"+e.unit+"'");r=o.fontMetrics().quad}o!==t&&(r*=o.sizeMultiplier/t.sizeMultiplier)}return Math.min(e.number*r,t.maxSize)},F=function(e){return+e.toFixed(4)+"em"},G=function(e){return e.filter((e=>e)).join(" ")},U=function(e,t,r){if(this.classes=e||[],this.attributes={},this.height=0,this.depth=0,this.maxFontSize=0,this.style=r||{},t){t.style.isTight()&&this.classes.push("mtight");const e=t.getColor();e&&(this.style.color=e)}},Y=function(e){const t=document.createElement(e);t.className=G(this.classes);for(const e in this.style)this.style.hasOwnProperty(e)&&(t.style[e]=this.style[e]);for(const e in this.attributes)this.attributes.hasOwnProperty(e)&&t.setAttribute(e,this.attributes[e]);for(let e=0;e",t};class W{constructor(e,t,r,n){this.children=void 0,this.attributes=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.width=void 0,this.maxFontSize=void 0,this.style=void 0,U.call(this,e,r,n),this.children=t||[]}setAttribute(e,t){this.attributes[e]=t}hasClass(e){return l.contains(this.classes,e)}toNode(){return Y.call(this,"span")}toMarkup(){return X.call(this,"span")}}class _{constructor(e,t,r,n){this.children=void 0,this.attributes=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,U.call(this,t,n),this.children=r||[],this.setAttribute("href",e)}setAttribute(e,t){this.attributes[e]=t}hasClass(e){return l.contains(this.classes,e)}toNode(){return Y.call(this,"a")}toMarkup(){return X.call(this,"a")}}class j{constructor(e,t,r){this.src=void 0,this.alt=void 0,this.classes=void 0,this.height=void 0,this.depth=void 0,this.maxFontSize=void 0,this.style=void 0,this.alt=t,this.src=e,this.classes=["mord"],this.style=r}hasClass(e){return l.contains(this.classes,e)}toNode(){const e=document.createElement("img");e.src=this.src,e.alt=this.alt,e.className="mord";for(const t in this.style)this.style.hasOwnProperty(t)&&(e.style[t]=this.style[t]);return e}toMarkup(){let e=''+l.escape(this.alt)+'=n[0]&&e<=n[1])return r.name}}return null}(this.text.charCodeAt(0));l&&this.classes.push(l+"_fallback"),/[\xee\xef\xed\xec]/.test(this.text)&&(this.text=$[this.text])}hasClass(e){return l.contains(this.classes,e)}toNode(){const e=document.createTextNode(this.text);let t=null;this.italic>0&&(t=document.createElement("span"),t.style.marginRight=F(this.italic)),this.classes.length>0&&(t=t||document.createElement("span"),t.className=G(this.classes));for(const e in this.style)this.style.hasOwnProperty(e)&&(t=t||document.createElement("span"),t.style[e]=this.style[e]);return t?(t.appendChild(e),t):e}toMarkup(){let e=!1,t="0&&(r+="margin-right:"+this.italic+"em;");for(const e in this.style)this.style.hasOwnProperty(e)&&(r+=l.hyphenate(e)+":"+this.style[e]+";");r&&(e=!0,t+=' style="'+l.escape(r)+'"');const n=l.escape(this.text);return e?(t+=">",t+=n,t+="",t):n}}class K{constructor(e,t){this.children=void 0,this.attributes=void 0,this.children=e||[],this.attributes=t||{}}toNode(){const e=document.createElementNS("http://www.w3.org/2000/svg","svg");for(const t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&e.setAttribute(t,this.attributes[t]);for(let t=0;t':''}}class Q{constructor(e){this.attributes=void 0,this.attributes=e||{}}toNode(){const e=document.createElementNS("http://www.w3.org/2000/svg","line");for(const t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&e.setAttribute(t,this.attributes[t]);return e}toMarkup(){let e="","\\gt",!0),se(ie,le,ye,"\u2208","\\in",!0),se(ie,le,ye,"\ue020","\\@not"),se(ie,le,ye,"\u2282","\\subset",!0),se(ie,le,ye,"\u2283","\\supset",!0),se(ie,le,ye,"\u2286","\\subseteq",!0),se(ie,le,ye,"\u2287","\\supseteq",!0),se(ie,he,ye,"\u2288","\\nsubseteq",!0),se(ie,he,ye,"\u2289","\\nsupseteq",!0),se(ie,le,ye,"\u22a8","\\models"),se(ie,le,ye,"\u2190","\\leftarrow",!0),se(ie,le,ye,"\u2264","\\le"),se(ie,le,ye,"\u2264","\\leq",!0),se(ie,le,ye,"<","\\lt",!0),se(ie,le,ye,"\u2192","\\rightarrow",!0),se(ie,le,ye,"\u2192","\\to"),se(ie,he,ye,"\u2271","\\ngeq",!0),se(ie,he,ye,"\u2270","\\nleq",!0),se(ie,le,xe,"\xa0","\\ "),se(ie,le,xe,"\xa0","\\space"),se(ie,le,xe,"\xa0","\\nobreakspace"),se(ae,le,xe,"\xa0","\\ "),se(ae,le,xe,"\xa0"," "),se(ae,le,xe,"\xa0","\\space"),se(ae,le,xe,"\xa0","\\nobreakspace"),se(ie,le,xe,null,"\\nobreak"),se(ie,le,xe,null,"\\allowbreak"),se(ie,le,be,",",","),se(ie,le,be,";",";"),se(ie,he,me,"\u22bc","\\barwedge",!0),se(ie,he,me,"\u22bb","\\veebar",!0),se(ie,le,me,"\u2299","\\odot",!0),se(ie,le,me,"\u2295","\\oplus",!0),se(ie,le,me,"\u2297","\\otimes",!0),se(ie,le,we,"\u2202","\\partial",!0),se(ie,le,me,"\u2298","\\oslash",!0),se(ie,he,me,"\u229a","\\circledcirc",!0),se(ie,he,me,"\u22a1","\\boxdot",!0),se(ie,le,me,"\u25b3","\\bigtriangleup"),se(ie,le,me,"\u25bd","\\bigtriangledown"),se(ie,le,me,"\u2020","\\dagger"),se(ie,le,me,"\u22c4","\\diamond"),se(ie,le,me,"\u22c6","\\star"),se(ie,le,me,"\u25c3","\\triangleleft"),se(ie,le,me,"\u25b9","\\triangleright"),se(ie,le,fe,"{","\\{"),se(ae,le,we,"{","\\{"),se(ae,le,we,"{","\\textbraceleft"),se(ie,le,pe,"}","\\}"),se(ae,le,we,"}","\\}"),se(ae,le,we,"}","\\textbraceright"),se(ie,le,fe,"{","\\lbrace"),se(ie,le,pe,"}","\\rbrace"),se(ie,le,fe,"[","\\lbrack",!0),se(ae,le,we,"[","\\lbrack",!0),se(ie,le,pe,"]","\\rbrack",!0),se(ae,le,we,"]","\\rbrack",!0),se(ie,le,fe,"(","\\lparen",!0),se(ie,le,pe,")","\\rparen",!0),se(ae,le,we,"<","\\textless",!0),se(ae,le,we,">","\\textgreater",!0),se(ie,le,fe,"\u230a","\\lfloor",!0),se(ie,le,pe,"\u230b","\\rfloor",!0),se(ie,le,fe,"\u2308","\\lceil",!0),se(ie,le,pe,"\u2309","\\rceil",!0),se(ie,le,we,"\\","\\backslash"),se(ie,le,we,"\u2223","|"),se(ie,le,we,"\u2223","\\vert"),se(ae,le,we,"|","\\textbar",!0),se(ie,le,we,"\u2225","\\|"),se(ie,le,we,"\u2225","\\Vert"),se(ae,le,we,"\u2225","\\textbardbl"),se(ae,le,we,"~","\\textasciitilde"),se(ae,le,we,"\\","\\textbackslash"),se(ae,le,we,"^","\\textasciicircum"),se(ie,le,ye,"\u2191","\\uparrow",!0),se(ie,le,ye,"\u21d1","\\Uparrow",!0),se(ie,le,ye,"\u2193","\\downarrow",!0),se(ie,le,ye,"\u21d3","\\Downarrow",!0),se(ie,le,ye,"\u2195","\\updownarrow",!0),se(ie,le,ye,"\u21d5","\\Updownarrow",!0),se(ie,le,ge,"\u2210","\\coprod"),se(ie,le,ge,"\u22c1","\\bigvee"),se(ie,le,ge,"\u22c0","\\bigwedge"),se(ie,le,ge,"\u2a04","\\biguplus"),se(ie,le,ge,"\u22c2","\\bigcap"),se(ie,le,ge,"\u22c3","\\bigcup"),se(ie,le,ge,"\u222b","\\int"),se(ie,le,ge,"\u222b","\\intop"),se(ie,le,ge,"\u222c","\\iint"),se(ie,le,ge,"\u222d","\\iiint"),se(ie,le,ge,"\u220f","\\prod"),se(ie,le,ge,"\u2211","\\sum"),se(ie,le,ge,"\u2a02","\\bigotimes"),se(ie,le,ge,"\u2a01","\\bigoplus"),se(ie,le,ge,"\u2a00","\\bigodot"),se(ie,le,ge,"\u222e","\\oint"),se(ie,le,ge,"\u222f","\\oiint"),se(ie,le,ge,"\u2230","\\oiiint"),se(ie,le,ge,"\u2a06","\\bigsqcup"),se(ie,le,ge,"\u222b","\\smallint"),se(ae,le,ue,"\u2026","\\textellipsis"),se(ie,le,ue,"\u2026","\\mathellipsis"),se(ae,le,ue,"\u2026","\\ldots",!0),se(ie,le,ue,"\u2026","\\ldots",!0),se(ie,le,ue,"\u22ef","\\@cdots",!0),se(ie,le,ue,"\u22f1","\\ddots",!0),se(ie,le,we,"\u22ee","\\varvdots"),se(ie,le,ce,"\u02ca","\\acute"),se(ie,le,ce,"\u02cb","\\grave"),se(ie,le,ce,"\xa8","\\ddot"),se(ie,le,ce,"~","\\tilde"),se(ie,le,ce,"\u02c9","\\bar"),se(ie,le,ce,"\u02d8","\\breve"),se(ie,le,ce,"\u02c7","\\check"),se(ie,le,ce,"^","\\hat"),se(ie,le,ce,"\u20d7","\\vec"),se(ie,le,ce,"\u02d9","\\dot"),se(ie,le,ce,"\u02da","\\mathring"),se(ie,le,de,"\ue131","\\@imath"),se(ie,le,de,"\ue237","\\@jmath"),se(ie,le,we,"\u0131","\u0131"),se(ie,le,we,"\u0237","\u0237"),se(ae,le,we,"\u0131","\\i",!0),se(ae,le,we,"\u0237","\\j",!0),se(ae,le,we,"\xdf","\\ss",!0),se(ae,le,we,"\xe6","\\ae",!0),se(ae,le,we,"\u0153","\\oe",!0),se(ae,le,we,"\xf8","\\o",!0),se(ae,le,we,"\xc6","\\AE",!0),se(ae,le,we,"\u0152","\\OE",!0),se(ae,le,we,"\xd8","\\O",!0),se(ae,le,ce,"\u02ca","\\'"),se(ae,le,ce,"\u02cb","\\`"),se(ae,le,ce,"\u02c6","\\^"),se(ae,le,ce,"\u02dc","\\~"),se(ae,le,ce,"\u02c9","\\="),se(ae,le,ce,"\u02d8","\\u"),se(ae,le,ce,"\u02d9","\\."),se(ae,le,ce,"\xb8","\\c"),se(ae,le,ce,"\u02da","\\r"),se(ae,le,ce,"\u02c7","\\v"),se(ae,le,ce,"\xa8",'\\"'),se(ae,le,ce,"\u02dd","\\H"),se(ae,le,ce,"\u25ef","\\textcircled");const ve={"--":!0,"---":!0,"``":!0,"''":!0};se(ae,le,we,"\u2013","--",!0),se(ae,le,we,"\u2013","\\textendash"),se(ae,le,we,"\u2014","---",!0),se(ae,le,we,"\u2014","\\textemdash"),se(ae,le,we,"\u2018","`",!0),se(ae,le,we,"\u2018","\\textquoteleft"),se(ae,le,we,"\u2019","'",!0),se(ae,le,we,"\u2019","\\textquoteright"),se(ae,le,we,"\u201c","``",!0),se(ae,le,we,"\u201c","\\textquotedblleft"),se(ae,le,we,"\u201d","''",!0),se(ae,le,we,"\u201d","\\textquotedblright"),se(ie,le,we,"\xb0","\\degree",!0),se(ae,le,we,"\xb0","\\degree"),se(ae,le,we,"\xb0","\\textdegree",!0),se(ie,le,we,"\xa3","\\pounds"),se(ie,le,we,"\xa3","\\mathsterling",!0),se(ae,le,we,"\xa3","\\pounds"),se(ae,le,we,"\xa3","\\textsterling",!0),se(ie,he,we,"\u2720","\\maltese"),se(ae,he,we,"\u2720","\\maltese");const ke='0123456789/@."';for(let e=0;e{if(G(e.classes)!==G(t.classes)||e.skew!==t.skew||e.maxFontSize!==t.maxFontSize)return!1;if(1===e.classes.length){const t=e.classes[0];if("mbin"===t||"mord"===t)return!1}for(const r in e.style)if(e.style.hasOwnProperty(r)&&e.style[r]!==t.style[r])return!1;for(const r in t.style)if(t.style.hasOwnProperty(r)&&e.style[r]!==t.style[r])return!1;return!0},Ie=function(e){let t=0,r=0,n=0;for(let o=0;ot&&(t=s.height),s.depth>r&&(r=s.depth),s.maxFontSize>n&&(n=s.maxFontSize)}e.height=t,e.depth=r,e.maxFontSize=n},Re=function(e,t,r,n){const o=new W(e,t,r,n);return Ie(o),o},He=(e,t,r,n)=>new W(e,t,r,n),Oe=function(e){const t=new A(e);return Ie(t),t},Ee=function(e,t,r){let n,o="";switch(e){case"amsrm":o="AMS";break;case"textrm":o="Main";break;case"textsf":o="SansSerif";break;case"texttt":o="Typewriter";break;default:o=e}return n="textbf"===t&&"textit"===r?"BoldItalic":"textbf"===t?"Bold":"textit"===t?"Italic":"Regular",o+"-"+n},Le={mathbf:{variant:"bold",fontName:"Main-Bold"},mathrm:{variant:"normal",fontName:"Main-Regular"},textit:{variant:"italic",fontName:"Main-Italic"},mathit:{variant:"italic",fontName:"Main-Italic"},mathnormal:{variant:"italic",fontName:"Math-Italic"},mathbb:{variant:"double-struck",fontName:"AMS-Regular"},mathcal:{variant:"script",fontName:"Caligraphic-Regular"},mathfrak:{variant:"fraktur",fontName:"Fraktur-Regular"},mathscr:{variant:"script",fontName:"Script-Regular"},mathsf:{variant:"sans-serif",fontName:"SansSerif-Regular"},mathtt:{variant:"monospace",fontName:"Typewriter-Regular"}},De={vec:["vec",.471,.714],oiintSize1:["oiintSize1",.957,.499],oiintSize2:["oiintSize2",1.472,.659],oiiintSize1:["oiiintSize1",1.304,.499],oiiintSize2:["oiiintSize2",1.98,.659]};var Ve={fontMap:Le,makeSymbol:Ne,mathsym:function(e,t,r,n){return void 0===n&&(n=[]),"boldsymbol"===r.font&&Ce(e,"Main-Bold",t).metrics?Ne(e,"Main-Bold",t,r,n.concat(["mathbf"])):"\\"===e||"main"===oe[t][e].font?Ne(e,"Main-Regular",t,r,n):Ne(e,"AMS-Regular",t,r,n.concat(["amsrm"]))},makeSpan:Re,makeSvgSpan:He,makeLineSpan:function(e,t,r){const n=Re([e],[],t);return n.height=Math.max(r||t.fontMetrics().defaultRuleThickness,t.minRuleThickness),n.style.borderBottomWidth=F(n.height),n.maxFontSize=1,n},makeAnchor:function(e,t,r,n){const o=new _(e,t,r,n);return Ie(o),o},makeFragment:Oe,wrapFragment:function(e,t){return e instanceof A?Re([],[e],t):e},makeVList:function(e,t){const{children:r,depth:n}=function(e){if("individualShift"===e.positionType){const t=e.children,r=[t[0]],n=-t[0].shift-t[0].elem.depth;let o=n;for(let e=1;e0)return Ne(s,h,o,t,i.concat(c));if(l){let e,n;if("boldsymbol"===l){const t=function(e,t,r,n,o){return"textord"!==o&&Ce(e,"Math-BoldItalic",t).metrics?{fontName:"Math-BoldItalic",fontClass:"boldsymbol"}:{fontName:"Main-Bold",fontClass:"mathbf"}}(s,o,0,0,r);e=t.fontName,n=[t.fontClass]}else a?(e=Le[l].fontName,n=[l]):(e=Ee(l,t.fontWeight,t.fontShape),n=[l,t.fontWeight,t.fontShape]);if(Ce(s,e,o).metrics)return Ne(s,e,o,t,i.concat(n));if(ve.hasOwnProperty(s)&&"Typewriter"===e.slice(0,10)){const r=[];for(let a=0;a{const r=Re(["mspace"],[],t),n=P(e,t);return r.style.marginRight=F(n),r},staticSvg:function(e,t){const[r,n,o]=De[e],s=new J(r),i=new K([s],{width:F(n),height:F(o),style:"width:"+F(n),viewBox:"0 0 "+1e3*n+" "+1e3*o,preserveAspectRatio:"xMinYMin"}),a=He(["overlay"],[i],t);return a.height=o,a.style.height=F(o),a.style.width=F(n),a},svgData:De,tryCombineChars:e=>{for(let t=0;t{const r=t.classes[0],n=e.classes[0];"mbin"===r&&l.contains(et,n)?t.classes[0]="mord":"mbin"===n&&l.contains(Qe,r)&&(e.classes[0]="mord")}),{node:i},a,h),ot(o,((e,t)=>{const r=at(t),n=at(e),o=r&&n?e.hasClass("mtight")?Ye[r][n]:Ue[r][n]:null;if(o)return Ve.makeGlue(o,s)}),{node:i},a,h),o},ot=function(e,t,r,n,o){n&&e.push(n);let s=0;for(;sr=>{e.splice(t+1,0,r),s++})(s)}n&&e.pop()},st=function(e){return e instanceof A||e instanceof _||e instanceof W&&e.hasClass("enclosing")?e:null},it=function(e,t){const r=st(e);if(r){const e=r.children;if(e.length){if("right"===t)return it(e[e.length-1],"right");if("left"===t)return it(e[0],"left")}}return e},at=function(e,t){return e?(t&&(e=it(e,t)),rt[e.classes[0]]||null):null},lt=function(e,t){const r=["nulldelimiter"].concat(e.baseSizingClasses());return Je(t.concat(r))},ht=function(e,t,r){if(!e)return Je();if(We[e.type]){let n=We[e.type](e,t);if(r&&t.size!==r.size){n=Je(t.sizingClasses(r),[n],t);const e=t.sizeMultiplier/r.sizeMultiplier;n.height*=e,n.depth*=e}return n}throw new n("Got group of unknown type: '"+e.type+"'")};function ct(e,t){const r=Je(["base"],e,t),n=Je(["strut"]);return n.style.height=F(r.height+r.depth),r.depth&&(n.style.verticalAlign=F(-r.depth)),r.children.unshift(n),r}function mt(e,t){let r=null;1===e.length&&"tag"===e[0].type&&(r=e[0].tag,e=e[0].body);const n=nt(e,t,"root");let o;2===n.length&&n[1].hasClass("tag")&&(o=n.pop());const s=[];let i,a=[];for(let e=0;e0&&(s.push(ct(a,t)),a=[]),s.push(n[e]));a.length>0&&s.push(ct(a,t)),r?(i=ct(nt(r,t,!0)),i.classes=["tag"],s.push(i)):o&&s.push(o);const l=Je(["katex-html"],s);if(l.setAttribute("aria-hidden","true"),i){const e=i.children[0];e.style.height=F(l.height+l.depth),l.depth&&(e.style.verticalAlign=F(-l.depth))}return l}function pt(e){return new A(e)}class ut{constructor(e,t,r){this.type=void 0,this.attributes=void 0,this.children=void 0,this.classes=void 0,this.type=e,this.attributes={},this.children=t||[],this.classes=r||[]}setAttribute(e,t){this.attributes[e]=t}getAttribute(e){return this.attributes[e]}toNode(){const e=document.createElementNS("http://www.w3.org/1998/Math/MathML",this.type);for(const t in this.attributes)Object.prototype.hasOwnProperty.call(this.attributes,t)&&e.setAttribute(t,this.attributes[t]);this.classes.length>0&&(e.className=G(this.classes));for(let t=0;t0&&(e+=' class ="'+l.escape(G(this.classes))+'"'),e+=">";for(let t=0;t",e}toText(){return this.children.map((e=>e.toText())).join("")}}class dt{constructor(e){this.text=void 0,this.text=e}toNode(){return document.createTextNode(this.text)}toMarkup(){return l.escape(this.toText())}toText(){return this.text}}var gt={MathNode:ut,TextNode:dt,SpaceNode:class{constructor(e){this.width=void 0,this.character=void 0,this.width=e,this.character=e>=.05555&&e<=.05556?"\u200a":e>=.1666&&e<=.1667?"\u2009":e>=.2222&&e<=.2223?"\u2005":e>=.2777&&e<=.2778?"\u2005\u200a":e>=-.05556&&e<=-.05555?"\u200a\u2063":e>=-.1667&&e<=-.1666?"\u2009\u2063":e>=-.2223&&e<=-.2222?"\u205f\u2063":e>=-.2778&&e<=-.2777?"\u2005\u2063":null}toNode(){if(this.character)return document.createTextNode(this.character);{const e=document.createElementNS("http://www.w3.org/1998/Math/MathML","mspace");return e.setAttribute("width",F(this.width)),e}}toMarkup(){return this.character?""+this.character+"":''}toText(){return this.character?this.character:" "}},newDocumentFragment:pt};const ft=function(e,t,r){return!oe[t][e]||!oe[t][e].replace||55349===e.charCodeAt(0)||ve.hasOwnProperty(e)&&r&&(r.fontFamily&&"tt"===r.fontFamily.slice(4,6)||r.font&&"tt"===r.font.slice(4,6))||(e=oe[t][e].replace),new gt.TextNode(e)},bt=function(e){return 1===e.length?e[0]:new gt.MathNode("mrow",e)},yt=function(e,t){if("texttt"===t.fontFamily)return"monospace";if("textsf"===t.fontFamily)return"textit"===t.fontShape&&"textbf"===t.fontWeight?"sans-serif-bold-italic":"textit"===t.fontShape?"sans-serif-italic":"textbf"===t.fontWeight?"bold-sans-serif":"sans-serif";if("textit"===t.fontShape&&"textbf"===t.fontWeight)return"bold-italic";if("textit"===t.fontShape)return"italic";if("textbf"===t.fontWeight)return"bold";const r=t.font;if(!r||"mathnormal"===r)return null;const n=e.mode;if("mathit"===r)return"italic";if("boldsymbol"===r)return"textord"===e.type?"bold":"bold-italic";if("mathbf"===r)return"bold";if("mathbb"===r)return"double-struck";if("mathfrak"===r)return"fraktur";if("mathscr"===r||"mathcal"===r)return"script";if("mathsf"===r)return"sans-serif";if("mathtt"===r)return"monospace";let o=e.text;if(l.contains(["\\imath","\\jmath"],o))return null;oe[n][o]&&oe[n][o].replace&&(o=oe[n][o].replace);return N(o,Ve.fontMap[r].fontName,n)?Ve.fontMap[r].variant:null},xt=function(e,t,r){if(1===e.length){const n=vt(e[0],t);return r&&n instanceof ut&&"mo"===n.type&&(n.setAttribute("lspace","0em"),n.setAttribute("rspace","0em")),[n]}const n=[];let o;for(let r=0;r0&&(e.text=e.text.slice(0,1)+"\u0338"+e.text.slice(1),n.pop())}}}n.push(s),o=s}return n},wt=function(e,t,r){return bt(xt(e,t,r))},vt=function(e,t){if(!e)return new gt.MathNode("mrow");if(_e[e.type]){return _e[e.type](e,t)}throw new n("Got group of unknown type: '"+e.type+"'")};function kt(e,t,r,n,o){const s=xt(e,r);let i;i=1===s.length&&s[0]instanceof ut&&l.contains(["mrow","mtable"],s[0].type)?s[0]:new gt.MathNode("mrow",s);const a=new gt.MathNode("annotation",[new gt.TextNode(t)]);a.setAttribute("encoding","application/x-tex");const h=new gt.MathNode("semantics",[i,a]),c=new gt.MathNode("math",[h]);c.setAttribute("xmlns","http://www.w3.org/1998/Math/MathML"),n&&c.setAttribute("display","block");const m=o?"katex":"katex-mathml";return Ve.makeSpan([m],[c])}const St=function(e){return new E({style:e.displayMode?w.DISPLAY:w.TEXT,maxSize:e.maxSize,minRuleThickness:e.minRuleThickness})},Mt=function(e,t){if(t.displayMode){const r=["katex-display"];t.leqno&&r.push("leqno"),t.fleqn&&r.push("fleqn"),e=Ve.makeSpan(r,[e])}return e},zt=function(e,t,r){const n=St(r);let o;if("mathml"===r.output)return kt(e,t,n,r.displayMode,!0);if("html"===r.output){const t=mt(e,n);o=Ve.makeSpan(["katex"],[t])}else{const s=kt(e,t,n,r.displayMode,!1),i=mt(e,n);o=Ve.makeSpan(["katex"],[s,i])}return Mt(o,r)};const At={widehat:"^",widecheck:"\u02c7",widetilde:"~",utilde:"~",overleftarrow:"\u2190",underleftarrow:"\u2190",xleftarrow:"\u2190",overrightarrow:"\u2192",underrightarrow:"\u2192",xrightarrow:"\u2192",underbrace:"\u23df",overbrace:"\u23de",overgroup:"\u23e0",undergroup:"\u23e1",overleftrightarrow:"\u2194",underleftrightarrow:"\u2194",xleftrightarrow:"\u2194",Overrightarrow:"\u21d2",xRightarrow:"\u21d2",overleftharpoon:"\u21bc",xleftharpoonup:"\u21bc",overrightharpoon:"\u21c0",xrightharpoonup:"\u21c0",xLeftarrow:"\u21d0",xLeftrightarrow:"\u21d4",xhookleftarrow:"\u21a9",xhookrightarrow:"\u21aa",xmapsto:"\u21a6",xrightharpoondown:"\u21c1",xleftharpoondown:"\u21bd",xrightleftharpoons:"\u21cc",xleftrightharpoons:"\u21cb",xtwoheadleftarrow:"\u219e",xtwoheadrightarrow:"\u21a0",xlongequal:"=",xtofrom:"\u21c4",xrightleftarrows:"\u21c4",xrightequilibrium:"\u21cc",xleftequilibrium:"\u21cb","\\cdrightarrow":"\u2192","\\cdleftarrow":"\u2190","\\cdlongequal":"="},Tt={overrightarrow:[["rightarrow"],.888,522,"xMaxYMin"],overleftarrow:[["leftarrow"],.888,522,"xMinYMin"],underrightarrow:[["rightarrow"],.888,522,"xMaxYMin"],underleftarrow:[["leftarrow"],.888,522,"xMinYMin"],xrightarrow:[["rightarrow"],1.469,522,"xMaxYMin"],"\\cdrightarrow":[["rightarrow"],3,522,"xMaxYMin"],xleftarrow:[["leftarrow"],1.469,522,"xMinYMin"],"\\cdleftarrow":[["leftarrow"],3,522,"xMinYMin"],Overrightarrow:[["doublerightarrow"],.888,560,"xMaxYMin"],xRightarrow:[["doublerightarrow"],1.526,560,"xMaxYMin"],xLeftarrow:[["doubleleftarrow"],1.526,560,"xMinYMin"],overleftharpoon:[["leftharpoon"],.888,522,"xMinYMin"],xleftharpoonup:[["leftharpoon"],.888,522,"xMinYMin"],xleftharpoondown:[["leftharpoondown"],.888,522,"xMinYMin"],overrightharpoon:[["rightharpoon"],.888,522,"xMaxYMin"],xrightharpoonup:[["rightharpoon"],.888,522,"xMaxYMin"],xrightharpoondown:[["rightharpoondown"],.888,522,"xMaxYMin"],xlongequal:[["longequal"],.888,334,"xMinYMin"],"\\cdlongequal":[["longequal"],3,334,"xMinYMin"],xtwoheadleftarrow:[["twoheadleftarrow"],.888,334,"xMinYMin"],xtwoheadrightarrow:[["twoheadrightarrow"],.888,334,"xMaxYMin"],overleftrightarrow:[["leftarrow","rightarrow"],.888,522],overbrace:[["leftbrace","midbrace","rightbrace"],1.6,548],underbrace:[["leftbraceunder","midbraceunder","rightbraceunder"],1.6,548],underleftrightarrow:[["leftarrow","rightarrow"],.888,522],xleftrightarrow:[["leftarrow","rightarrow"],1.75,522],xLeftrightarrow:[["doubleleftarrow","doublerightarrow"],1.75,560],xrightleftharpoons:[["leftharpoondownplus","rightharpoonplus"],1.75,716],xleftrightharpoons:[["leftharpoonplus","rightharpoondownplus"],1.75,716],xhookleftarrow:[["leftarrow","righthook"],1.08,522],xhookrightarrow:[["lefthook","rightarrow"],1.08,522],overlinesegment:[["leftlinesegment","rightlinesegment"],.888,522],underlinesegment:[["leftlinesegment","rightlinesegment"],.888,522],overgroup:[["leftgroup","rightgroup"],.888,342],undergroup:[["leftgroupunder","rightgroupunder"],.888,342],xmapsto:[["leftmapsto","rightarrow"],1.5,522],xtofrom:[["leftToFrom","rightToFrom"],1.75,528],xrightleftarrows:[["baraboveleftarrow","rightarrowabovebar"],1.75,901],xrightequilibrium:[["baraboveshortleftharpoon","rightharpoonaboveshortbar"],1.75,716],xleftequilibrium:[["shortbaraboveleftharpoon","shortrightharpoonabovebar"],1.75,716]};var Bt=function(e,t,r,n,o){let s;const i=e.height+e.depth+r+n;if(/fbox|color|angl/.test(t)){if(s=Ve.makeSpan(["stretchy",t],[],o),"fbox"===t){const e=o.color&&o.getColor();e&&(s.style.borderColor=e)}}else{const e=[];/^[bx]cancel$/.test(t)&&e.push(new Q({x1:"0",y1:"0",x2:"100%",y2:"100%","stroke-width":"0.046em"})),/^x?cancel$/.test(t)&&e.push(new Q({x1:"0",y1:"100%",x2:"100%",y2:"0","stroke-width":"0.046em"}));const r=new K(e,{width:"100%",height:F(i)});s=Ve.makeSvgSpan([],[r],o)}return s.height=i,s.style.height=F(i),s},Ct=function(e){const t=new gt.MathNode("mo",[new gt.TextNode(At[e.replace(/^\\/,"")])]);return t.setAttribute("stretchy","true"),t},Nt=function(e,t){const{span:r,minWidth:n,height:o}=function(){let r=4e5;const n=e.label.slice(1);if(l.contains(["widehat","widecheck","widetilde","utilde"],n)){const s="ordgroup"===(o=e.base).type?o.body.length:1;let i,a,l;if(s>5)"widehat"===n||"widecheck"===n?(i=420,r=2364,l=.42,a=n+"4"):(i=312,r=2340,l=.34,a="tilde4");else{const e=[1,1,2,2,3,3][s];"widehat"===n||"widecheck"===n?(r=[0,1062,2364,2364,2364][e],i=[0,239,300,360,420][e],l=[0,.24,.3,.3,.36,.42][e],a=n+e):(r=[0,600,1033,2339,2340][e],i=[0,260,286,306,312][e],l=[0,.26,.286,.3,.306,.34][e],a="tilde"+e)}const h=new J(a),c=new K([h],{width:"100%",height:F(l),viewBox:"0 0 "+r+" "+i,preserveAspectRatio:"none"});return{span:Ve.makeSvgSpan([],[c],t),minWidth:0,height:l}}{const e=[],o=Tt[n],[s,i,a]=o,l=a/1e3,h=s.length;let c,m;if(1===h){c=["hide-tail"],m=[o[3]]}else if(2===h)c=["halfarrow-left","halfarrow-right"],m=["xMinYMin","xMaxYMin"];else{if(3!==h)throw new Error("Correct katexImagesData or update code here to support\n "+h+" children.");c=["brace-left","brace-center","brace-right"],m=["xMinYMin","xMidYMin","xMaxYMin"]}for(let n=0;n0&&(r.style.minWidth=F(n)),r};function qt(e,t){if(!e||e.type!==t)throw new Error("Expected node of type "+t+", but got "+(e?"node of type "+e.type:String(e)));return e}function It(e){const t=Rt(e);if(!t)throw new Error("Expected node of symbol group type, but got "+(e?"node of type "+e.type:String(e)));return t}function Rt(e){return e&&("atom"===e.type||re.hasOwnProperty(e.type))?e:null}const Ht=(e,t)=>{let r,n,o;e&&"supsub"===e.type?(n=qt(e.base,"accent"),r=n.base,e.base=r,o=function(e){if(e instanceof W)return e;throw new Error("Expected span but got "+String(e)+".")}(ht(e,t)),e.base=n):(n=qt(e,"accent"),r=n.base);const s=ht(r,t.havingCrampedStyle());let i=0;if(n.isShifty&&l.isCharacterBox(r)){const e=l.getBaseElem(r);i=ee(ht(e,t.havingCrampedStyle())).skew}const a="\\c"===n.label;let h,c=a?s.height+s.depth:Math.min(s.height,t.fontMetrics().xHeight);if(n.isStretchy)h=Nt(n,t),h=Ve.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:s},{type:"elem",elem:h,wrapperClasses:["svg-align"],wrapperStyle:i>0?{width:"calc(100% - "+F(2*i)+")",marginLeft:F(2*i)}:void 0}]},t);else{let e,r;"\\vec"===n.label?(e=Ve.staticSvg("vec",t),r=Ve.svgData.vec[1]):(e=Ve.makeOrd({mode:n.mode,text:n.label},t,"textord"),e=ee(e),e.italic=0,r=e.width,a&&(c+=e.depth)),h=Ve.makeSpan(["accent-body"],[e]);const o="\\textcircled"===n.label;o&&(h.classes.push("accent-full"),c=s.height);let l=i;o||(l-=r/2),h.style.left=F(l),"\\textcircled"===n.label&&(h.style.top=".2em"),h=Ve.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:s},{type:"kern",size:-c},{type:"elem",elem:h}]},t)}const m=Ve.makeSpan(["mord","accent"],[h],t);return o?(o.children[0]=m,o.height=Math.max(m.height,o.height),o.classes[0]="mord",o):m},Ot=(e,t)=>{const r=e.isStretchy?Ct(e.label):new gt.MathNode("mo",[ft(e.label,e.mode)]),n=new gt.MathNode("mover",[vt(e.base,t),r]);return n.setAttribute("accent","true"),n},Et=new RegExp(["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring"].map((e=>"\\"+e)).join("|"));je({type:"accent",names:["\\acute","\\grave","\\ddot","\\tilde","\\bar","\\breve","\\check","\\hat","\\vec","\\dot","\\mathring","\\widecheck","\\widehat","\\widetilde","\\overrightarrow","\\overleftarrow","\\Overrightarrow","\\overleftrightarrow","\\overgroup","\\overlinesegment","\\overleftharpoon","\\overrightharpoon"],props:{numArgs:1},handler:(e,t)=>{const r=Ze(t[0]),n=!Et.test(e.funcName),o=!n||"\\widehat"===e.funcName||"\\widetilde"===e.funcName||"\\widecheck"===e.funcName;return{type:"accent",mode:e.parser.mode,label:e.funcName,isStretchy:n,isShifty:o,base:r}},htmlBuilder:Ht,mathmlBuilder:Ot}),je({type:"accent",names:["\\'","\\`","\\^","\\~","\\=","\\u","\\.",'\\"',"\\c","\\r","\\H","\\v","\\textcircled"],props:{numArgs:1,allowedInText:!0,allowedInMath:!0,argTypes:["primitive"]},handler:(e,t)=>{const r=t[0];let n=e.parser.mode;return"math"===n&&(e.parser.settings.reportNonstrict("mathVsTextAccents","LaTeX's accent "+e.funcName+" works only in text mode"),n="text"),{type:"accent",mode:n,label:e.funcName,isStretchy:!1,isShifty:!0,base:r}},htmlBuilder:Ht,mathmlBuilder:Ot}),je({type:"accentUnder",names:["\\underleftarrow","\\underrightarrow","\\underleftrightarrow","\\undergroup","\\underlinesegment","\\utilde"],props:{numArgs:1},handler:(e,t)=>{let{parser:r,funcName:n}=e;const o=t[0];return{type:"accentUnder",mode:r.mode,label:n,base:o}},htmlBuilder:(e,t)=>{const r=ht(e.base,t),n=Nt(e,t),o="\\utilde"===e.label?.12:0,s=Ve.makeVList({positionType:"top",positionData:r.height,children:[{type:"elem",elem:n,wrapperClasses:["svg-align"]},{type:"kern",size:o},{type:"elem",elem:r}]},t);return Ve.makeSpan(["mord","accentunder"],[s],t)},mathmlBuilder:(e,t)=>{const r=Ct(e.label),n=new gt.MathNode("munder",[vt(e.base,t),r]);return n.setAttribute("accentunder","true"),n}});const Lt=e=>{const t=new gt.MathNode("mpadded",e?[e]:[]);return t.setAttribute("width","+0.6em"),t.setAttribute("lspace","0.3em"),t};je({type:"xArrow",names:["\\xleftarrow","\\xrightarrow","\\xLeftarrow","\\xRightarrow","\\xleftrightarrow","\\xLeftrightarrow","\\xhookleftarrow","\\xhookrightarrow","\\xmapsto","\\xrightharpoondown","\\xrightharpoonup","\\xleftharpoondown","\\xleftharpoonup","\\xrightleftharpoons","\\xleftrightharpoons","\\xlongequal","\\xtwoheadrightarrow","\\xtwoheadleftarrow","\\xtofrom","\\xrightleftarrows","\\xrightequilibrium","\\xleftequilibrium","\\\\cdrightarrow","\\\\cdleftarrow","\\\\cdlongequal"],props:{numArgs:1,numOptionalArgs:1},handler(e,t,r){let{parser:n,funcName:o}=e;return{type:"xArrow",mode:n.mode,label:o,body:t[0],below:r[0]}},htmlBuilder(e,t){const r=t.style;let n=t.havingStyle(r.sup());const o=Ve.wrapFragment(ht(e.body,n,t),t),s="\\x"===e.label.slice(0,2)?"x":"cd";let i;o.classes.push(s+"-arrow-pad"),e.below&&(n=t.havingStyle(r.sub()),i=Ve.wrapFragment(ht(e.below,n,t),t),i.classes.push(s+"-arrow-pad"));const a=Nt(e,t),l=-t.fontMetrics().axisHeight+.5*a.height;let h,c=-t.fontMetrics().axisHeight-.5*a.height-.111;if((o.depth>.25||"\\xleftequilibrium"===e.label)&&(c-=o.depth),i){const e=-t.fontMetrics().axisHeight+i.height+.5*a.height+.111;h=Ve.makeVList({positionType:"individualShift",children:[{type:"elem",elem:o,shift:c},{type:"elem",elem:a,shift:l},{type:"elem",elem:i,shift:e}]},t)}else h=Ve.makeVList({positionType:"individualShift",children:[{type:"elem",elem:o,shift:c},{type:"elem",elem:a,shift:l}]},t);return h.children[0].children[0].children[1].classes.push("svg-align"),Ve.makeSpan(["mrel","x-arrow"],[h],t)},mathmlBuilder(e,t){const r=Ct(e.label);let n;if(r.setAttribute("minsize","x"===e.label.charAt(0)?"1.75em":"3.0em"),e.body){const o=Lt(vt(e.body,t));if(e.below){const s=Lt(vt(e.below,t));n=new gt.MathNode("munderover",[r,s,o])}else n=new gt.MathNode("mover",[r,o])}else if(e.below){const o=Lt(vt(e.below,t));n=new gt.MathNode("munder",[r,o])}else n=Lt(),n=new gt.MathNode("mover",[r,n]);return n}});const Dt=Ve.makeSpan;function Vt(e,t){const r=nt(e.body,t,!0);return Dt([e.mclass],r,t)}function Pt(e,t){let r;const n=xt(e.body,t);return"minner"===e.mclass?r=new gt.MathNode("mpadded",n):"mord"===e.mclass?e.isCharacterBox?(r=n[0],r.type="mi"):r=new gt.MathNode("mi",n):(e.isCharacterBox?(r=n[0],r.type="mo"):r=new gt.MathNode("mo",n),"mbin"===e.mclass?(r.attributes.lspace="0.22em",r.attributes.rspace="0.22em"):"mpunct"===e.mclass?(r.attributes.lspace="0em",r.attributes.rspace="0.17em"):"mopen"===e.mclass||"mclose"===e.mclass?(r.attributes.lspace="0em",r.attributes.rspace="0em"):"minner"===e.mclass&&(r.attributes.lspace="0.0556em",r.attributes.width="+0.1111em")),r}je({type:"mclass",names:["\\mathord","\\mathbin","\\mathrel","\\mathopen","\\mathclose","\\mathpunct","\\mathinner"],props:{numArgs:1,primitive:!0},handler(e,t){let{parser:r,funcName:n}=e;const o=t[0];return{type:"mclass",mode:r.mode,mclass:"m"+n.slice(5),body:Ke(o),isCharacterBox:l.isCharacterBox(o)}},htmlBuilder:Vt,mathmlBuilder:Pt});const Ft=e=>{const t="ordgroup"===e.type&&e.body.length?e.body[0]:e;return"atom"!==t.type||"bin"!==t.family&&"rel"!==t.family?"mord":"m"+t.family};je({type:"mclass",names:["\\@binrel"],props:{numArgs:2},handler(e,t){let{parser:r}=e;return{type:"mclass",mode:r.mode,mclass:Ft(t[0]),body:Ke(t[1]),isCharacterBox:l.isCharacterBox(t[1])}}}),je({type:"mclass",names:["\\stackrel","\\overset","\\underset"],props:{numArgs:2},handler(e,t){let{parser:r,funcName:n}=e;const o=t[1],s=t[0];let i;i="\\stackrel"!==n?Ft(o):"mrel";const a={type:"op",mode:o.mode,limits:!0,alwaysHandleSupSub:!0,parentIsSupSub:!1,symbol:!1,suppressBaseShift:"\\stackrel"!==n,body:Ke(o)},h={type:"supsub",mode:s.mode,base:a,sup:"\\underset"===n?null:s,sub:"\\underset"===n?s:null};return{type:"mclass",mode:r.mode,mclass:i,body:[h],isCharacterBox:l.isCharacterBox(h)}},htmlBuilder:Vt,mathmlBuilder:Pt}),je({type:"pmb",names:["\\pmb"],props:{numArgs:1,allowedInText:!0},handler(e,t){let{parser:r}=e;return{type:"pmb",mode:r.mode,mclass:Ft(t[0]),body:Ke(t[0])}},htmlBuilder(e,t){const r=nt(e.body,t,!0),n=Ve.makeSpan([e.mclass],r,t);return n.style.textShadow="0.02em 0.01em 0.04px",n},mathmlBuilder(e,t){const r=xt(e.body,t),n=new gt.MathNode("mstyle",r);return n.setAttribute("style","text-shadow: 0.02em 0.01em 0.04px"),n}});const Gt={">":"\\\\cdrightarrow","<":"\\\\cdleftarrow","=":"\\\\cdlongequal",A:"\\uparrow",V:"\\downarrow","|":"\\Vert",".":"no arrow"},Ut=e=>"textord"===e.type&&"@"===e.text;function Yt(e,t,r){const n=Gt[e];switch(n){case"\\\\cdrightarrow":case"\\\\cdleftarrow":return r.callFunction(n,[t[0]],[t[1]]);case"\\uparrow":case"\\downarrow":{const e={type:"atom",text:n,mode:"math",family:"rel"},o={type:"ordgroup",mode:"math",body:[r.callFunction("\\\\cdleft",[t[0]],[]),r.callFunction("\\Big",[e],[]),r.callFunction("\\\\cdright",[t[1]],[])]};return r.callFunction("\\\\cdparent",[o],[])}case"\\\\cdlongequal":return r.callFunction("\\\\cdlongequal",[],[]);case"\\Vert":{const e={type:"textord",text:"\\Vert",mode:"math"};return r.callFunction("\\Big",[e],[])}default:return{type:"textord",text:" ",mode:"math"}}}je({type:"cdlabel",names:["\\\\cdleft","\\\\cdright"],props:{numArgs:1},handler(e,t){let{parser:r,funcName:n}=e;return{type:"cdlabel",mode:r.mode,side:n.slice(4),label:t[0]}},htmlBuilder(e,t){const r=t.havingStyle(t.style.sup()),n=Ve.wrapFragment(ht(e.label,r,t),t);return n.classes.push("cd-label-"+e.side),n.style.bottom=F(.8-n.depth),n.height=0,n.depth=0,n},mathmlBuilder(e,t){let r=new gt.MathNode("mrow",[vt(e.label,t)]);return r=new gt.MathNode("mpadded",[r]),r.setAttribute("width","0"),"left"===e.side&&r.setAttribute("lspace","-1width"),r.setAttribute("voffset","0.7em"),r=new gt.MathNode("mstyle",[r]),r.setAttribute("displaystyle","false"),r.setAttribute("scriptlevel","1"),r}}),je({type:"cdlabelparent",names:["\\\\cdparent"],props:{numArgs:1},handler(e,t){let{parser:r}=e;return{type:"cdlabelparent",mode:r.mode,fragment:t[0]}},htmlBuilder(e,t){const r=Ve.wrapFragment(ht(e.fragment,t),t);return r.classes.push("cd-vert-arrow"),r},mathmlBuilder(e,t){return new gt.MathNode("mrow",[vt(e.fragment,t)])}}),je({type:"textord",names:["\\@char"],props:{numArgs:1,allowedInText:!0},handler(e,t){let{parser:r}=e;const o=qt(t[0],"ordgroup").body;let s="";for(let e=0;e=1114111)throw new n("\\@char with invalid code point "+s);return a<=65535?i=String.fromCharCode(a):(a-=65536,i=String.fromCharCode(55296+(a>>10),56320+(1023&a))),{type:"textord",mode:r.mode,text:i}}});const Xt=(e,t)=>{const r=nt(e.body,t.withColor(e.color),!1);return Ve.makeFragment(r)},Wt=(e,t)=>{const r=xt(e.body,t.withColor(e.color)),n=new gt.MathNode("mstyle",r);return n.setAttribute("mathcolor",e.color),n};je({type:"color",names:["\\textcolor"],props:{numArgs:2,allowedInText:!0,argTypes:["color","original"]},handler(e,t){let{parser:r}=e;const n=qt(t[0],"color-token").color,o=t[1];return{type:"color",mode:r.mode,color:n,body:Ke(o)}},htmlBuilder:Xt,mathmlBuilder:Wt}),je({type:"color",names:["\\color"],props:{numArgs:1,allowedInText:!0,argTypes:["color"]},handler(e,t){let{parser:r,breakOnTokenText:n}=e;const o=qt(t[0],"color-token").color;r.gullet.macros.set("\\current@color",o);const s=r.parseExpression(!0,n);return{type:"color",mode:r.mode,color:o,body:s}},htmlBuilder:Xt,mathmlBuilder:Wt}),je({type:"cr",names:["\\\\"],props:{numArgs:0,numOptionalArgs:0,allowedInText:!0},handler(e,t,r){let{parser:n}=e;const o="["===n.gullet.future().text?n.parseSizeGroup(!0):null,s=!n.settings.displayMode||!n.settings.useStrictBehavior("newLineInDisplayMode","In LaTeX, \\\\ or \\newline does nothing in display mode");return{type:"cr",mode:n.mode,newLine:s,size:o&&qt(o,"size").value}},htmlBuilder(e,t){const r=Ve.makeSpan(["mspace"],[],t);return e.newLine&&(r.classes.push("newline"),e.size&&(r.style.marginTop=F(P(e.size,t)))),r},mathmlBuilder(e,t){const r=new gt.MathNode("mspace");return e.newLine&&(r.setAttribute("linebreak","newline"),e.size&&r.setAttribute("height",F(P(e.size,t)))),r}});const _t={"\\global":"\\global","\\long":"\\\\globallong","\\\\globallong":"\\\\globallong","\\def":"\\gdef","\\gdef":"\\gdef","\\edef":"\\xdef","\\xdef":"\\xdef","\\let":"\\\\globallet","\\futurelet":"\\\\globalfuture"},jt=e=>{const t=e.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(t))throw new n("Expected a control sequence",e);return t},$t=(e,t,r,n)=>{let o=e.gullet.macros.get(r.text);null==o&&(r.noexpand=!0,o={tokens:[r],numArgs:0,unexpandable:!e.gullet.isExpandable(r.text)}),e.gullet.macros.set(t,o,n)};je({type:"internal",names:["\\global","\\long","\\\\globallong"],props:{numArgs:0,allowedInText:!0},handler(e){let{parser:t,funcName:r}=e;t.consumeSpaces();const o=t.fetch();if(_t[o.text])return"\\global"!==r&&"\\\\globallong"!==r||(o.text=_t[o.text]),qt(t.parseFunction(),"internal");throw new n("Invalid token after macro prefix",o)}}),je({type:"internal",names:["\\def","\\gdef","\\edef","\\xdef"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){let{parser:t,funcName:r}=e,o=t.gullet.popToken();const s=o.text;if(/^(?:[\\{}$&#^_]|EOF)$/.test(s))throw new n("Expected a control sequence",o);let i,a=0;const l=[[]];for(;"{"!==t.gullet.future().text;)if(o=t.gullet.popToken(),"#"===o.text){if("{"===t.gullet.future().text){i=t.gullet.future(),l[a].push("{");break}if(o=t.gullet.popToken(),!/^[1-9]$/.test(o.text))throw new n('Invalid argument number "'+o.text+'"');if(parseInt(o.text)!==a+1)throw new n('Argument number "'+o.text+'" out of order');a++,l.push([])}else{if("EOF"===o.text)throw new n("Expected a macro definition");l[a].push(o.text)}let{tokens:h}=t.gullet.consumeArg();return i&&h.unshift(i),"\\edef"!==r&&"\\xdef"!==r||(h=t.gullet.expandTokens(h),h.reverse()),t.gullet.macros.set(s,{tokens:h,numArgs:a,delimiters:l},r===_t[r]),{type:"internal",mode:t.mode}}}),je({type:"internal",names:["\\let","\\\\globallet"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){let{parser:t,funcName:r}=e;const n=jt(t.gullet.popToken());t.gullet.consumeSpaces();const o=(e=>{let t=e.gullet.popToken();return"="===t.text&&(t=e.gullet.popToken()," "===t.text&&(t=e.gullet.popToken())),t})(t);return $t(t,n,o,"\\\\globallet"===r),{type:"internal",mode:t.mode}}}),je({type:"internal",names:["\\futurelet","\\\\globalfuture"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e){let{parser:t,funcName:r}=e;const n=jt(t.gullet.popToken()),o=t.gullet.popToken(),s=t.gullet.popToken();return $t(t,n,s,"\\\\globalfuture"===r),t.gullet.pushToken(s),t.gullet.pushToken(o),{type:"internal",mode:t.mode}}});const Zt=function(e,t,r){const n=N(oe.math[e]&&oe.math[e].replace||e,t,r);if(!n)throw new Error("Unsupported symbol "+e+" and font size "+t+".");return n},Kt=function(e,t,r,n){const o=r.havingBaseStyle(t),s=Ve.makeSpan(n.concat(o.sizingClasses(r)),[e],r),i=o.sizeMultiplier/r.sizeMultiplier;return s.height*=i,s.depth*=i,s.maxFontSize=o.sizeMultiplier,s},Jt=function(e,t,r){const n=t.havingBaseStyle(r),o=(1-t.sizeMultiplier/n.sizeMultiplier)*t.fontMetrics().axisHeight;e.classes.push("delimcenter"),e.style.top=F(o),e.height-=o,e.depth+=o},Qt=function(e,t,r,n,o,s){const i=function(e,t,r,n){return Ve.makeSymbol(e,"Size"+t+"-Regular",r,n)}(e,t,o,n),a=Kt(Ve.makeSpan(["delimsizing","size"+t],[i],n),w.TEXT,n,s);return r&&Jt(a,n,w.TEXT),a},er=function(e,t,r){let n;n="Size1-Regular"===t?"delim-size1":"delim-size4";return{type:"elem",elem:Ve.makeSpan(["delimsizinginner",n],[Ve.makeSpan([],[Ve.makeSymbol(e,t,r)])])}},tr=function(e,t,r){const n=T["Size4-Regular"][e.charCodeAt(0)]?T["Size4-Regular"][e.charCodeAt(0)][4]:T["Size1-Regular"][e.charCodeAt(0)][4],o=new J("inner",function(e,t){switch(e){case"\u239c":return"M291 0 H417 V"+t+" H291z M291 0 H417 V"+t+" H291z";case"\u2223":return"M145 0 H188 V"+t+" H145z M145 0 H188 V"+t+" H145z";case"\u2225":return"M145 0 H188 V"+t+" H145z M145 0 H188 V"+t+" H145zM367 0 H410 V"+t+" H367z M367 0 H410 V"+t+" H367z";case"\u239f":return"M457 0 H583 V"+t+" H457z M457 0 H583 V"+t+" H457z";case"\u23a2":return"M319 0 H403 V"+t+" H319z M319 0 H403 V"+t+" H319z";case"\u23a5":return"M263 0 H347 V"+t+" H263z M263 0 H347 V"+t+" H263z";case"\u23aa":return"M384 0 H504 V"+t+" H384z M384 0 H504 V"+t+" H384z";case"\u23d0":return"M312 0 H355 V"+t+" H312z M312 0 H355 V"+t+" H312z";case"\u2016":return"M257 0 H300 V"+t+" H257z M257 0 H300 V"+t+" H257zM478 0 H521 V"+t+" H478z M478 0 H521 V"+t+" H478z";default:return""}}(e,Math.round(1e3*t))),s=new K([o],{width:F(n),height:F(t),style:"width:"+F(n),viewBox:"0 0 "+1e3*n+" "+Math.round(1e3*t),preserveAspectRatio:"xMinYMin"}),i=Ve.makeSvgSpan([],[s],r);return i.height=t,i.style.height=F(t),i.style.width=F(n),{type:"elem",elem:i}},rr={type:"kern",size:-.008},nr=["|","\\lvert","\\rvert","\\vert"],or=["\\|","\\lVert","\\rVert","\\Vert"],sr=function(e,t,r,n,o,s){let i,a,h,c,m="",p=0;i=h=c=e,a=null;let u="Size1-Regular";"\\uparrow"===e?h=c="\u23d0":"\\Uparrow"===e?h=c="\u2016":"\\downarrow"===e?i=h="\u23d0":"\\Downarrow"===e?i=h="\u2016":"\\updownarrow"===e?(i="\\uparrow",h="\u23d0",c="\\downarrow"):"\\Updownarrow"===e?(i="\\Uparrow",h="\u2016",c="\\Downarrow"):l.contains(nr,e)?(h="\u2223",m="vert",p=333):l.contains(or,e)?(h="\u2225",m="doublevert",p=556):"["===e||"\\lbrack"===e?(i="\u23a1",h="\u23a2",c="\u23a3",u="Size4-Regular",m="lbrack",p=667):"]"===e||"\\rbrack"===e?(i="\u23a4",h="\u23a5",c="\u23a6",u="Size4-Regular",m="rbrack",p=667):"\\lfloor"===e||"\u230a"===e?(h=i="\u23a2",c="\u23a3",u="Size4-Regular",m="lfloor",p=667):"\\lceil"===e||"\u2308"===e?(i="\u23a1",h=c="\u23a2",u="Size4-Regular",m="lceil",p=667):"\\rfloor"===e||"\u230b"===e?(h=i="\u23a5",c="\u23a6",u="Size4-Regular",m="rfloor",p=667):"\\rceil"===e||"\u2309"===e?(i="\u23a4",h=c="\u23a5",u="Size4-Regular",m="rceil",p=667):"("===e||"\\lparen"===e?(i="\u239b",h="\u239c",c="\u239d",u="Size4-Regular",m="lparen",p=875):")"===e||"\\rparen"===e?(i="\u239e",h="\u239f",c="\u23a0",u="Size4-Regular",m="rparen",p=875):"\\{"===e||"\\lbrace"===e?(i="\u23a7",a="\u23a8",c="\u23a9",h="\u23aa",u="Size4-Regular"):"\\}"===e||"\\rbrace"===e?(i="\u23ab",a="\u23ac",c="\u23ad",h="\u23aa",u="Size4-Regular"):"\\lgroup"===e||"\u27ee"===e?(i="\u23a7",c="\u23a9",h="\u23aa",u="Size4-Regular"):"\\rgroup"===e||"\u27ef"===e?(i="\u23ab",c="\u23ad",h="\u23aa",u="Size4-Regular"):"\\lmoustache"===e||"\u23b0"===e?(i="\u23a7",c="\u23ad",h="\u23aa",u="Size4-Regular"):"\\rmoustache"!==e&&"\u23b1"!==e||(i="\u23ab",c="\u23a9",h="\u23aa",u="Size4-Regular");const d=Zt(i,u,o),g=d.height+d.depth,f=Zt(h,u,o),b=f.height+f.depth,y=Zt(c,u,o),x=y.height+y.depth;let v=0,k=1;if(null!==a){const e=Zt(a,u,o);v=e.height+e.depth,k=2}const S=g+x+v,M=S+Math.max(0,Math.ceil((t-S)/(k*b)))*k*b;let z=n.fontMetrics().axisHeight;r&&(z*=n.sizeMultiplier);const A=M/2-z,T=[];if(m.length>0){const e=M-g-x,t=Math.round(1e3*M),r=function(e,t){switch(e){case"lbrack":return"M403 1759 V84 H666 V0 H319 V1759 v"+t+" v1759 h347 v-84\nH403z M403 1759 V0 H319 V1759 v"+t+" v1759 h84z";case"rbrack":return"M347 1759 V0 H0 V84 H263 V1759 v"+t+" v1759 H0 v84 H347z\nM347 1759 V0 H263 V1759 v"+t+" v1759 h84z";case"vert":return"M145 15 v585 v"+t+" v585 c2.667,10,9.667,15,21,15\nc10,0,16.667,-5,20,-15 v-585 v"+-t+" v-585 c-2.667,-10,-9.667,-15,-21,-15\nc-10,0,-16.667,5,-20,15z M188 15 H145 v585 v"+t+" v585 h43z";case"doublevert":return"M145 15 v585 v"+t+" v585 c2.667,10,9.667,15,21,15\nc10,0,16.667,-5,20,-15 v-585 v"+-t+" v-585 c-2.667,-10,-9.667,-15,-21,-15\nc-10,0,-16.667,5,-20,15z M188 15 H145 v585 v"+t+" v585 h43z\nM367 15 v585 v"+t+" v585 c2.667,10,9.667,15,21,15\nc10,0,16.667,-5,20,-15 v-585 v"+-t+" v-585 c-2.667,-10,-9.667,-15,-21,-15\nc-10,0,-16.667,5,-20,15z M410 15 H367 v585 v"+t+" v585 h43z";case"lfloor":return"M319 602 V0 H403 V602 v"+t+" v1715 h263 v84 H319z\nMM319 602 V0 H403 V602 v"+t+" v1715 H319z";case"rfloor":return"M319 602 V0 H403 V602 v"+t+" v1799 H0 v-84 H319z\nMM319 602 V0 H403 V602 v"+t+" v1715 H319z";case"lceil":return"M403 1759 V84 H666 V0 H319 V1759 v"+t+" v602 h84z\nM403 1759 V0 H319 V1759 v"+t+" v602 h84z";case"rceil":return"M347 1759 V0 H0 V84 H263 V1759 v"+t+" v602 h84z\nM347 1759 V0 h-84 V1759 v"+t+" v602 h84z";case"lparen":return"M863,9c0,-2,-2,-5,-6,-9c0,0,-17,0,-17,0c-12.7,0,-19.3,0.3,-20,1\nc-5.3,5.3,-10.3,11,-15,17c-242.7,294.7,-395.3,682,-458,1162c-21.3,163.3,-33.3,349,\n-36,557 l0,"+(t+84)+"c0.2,6,0,26,0,60c2,159.3,10,310.7,24,454c53.3,528,210,\n949.7,470,1265c4.7,6,9.7,11.7,15,17c0.7,0.7,7,1,19,1c0,0,18,0,18,0c4,-4,6,-7,6,-9\nc0,-2.7,-3.3,-8.7,-10,-18c-135.3,-192.7,-235.5,-414.3,-300.5,-665c-65,-250.7,-102.5,\n-544.7,-112.5,-882c-2,-104,-3,-167,-3,-189\nl0,-"+(t+92)+"c0,-162.7,5.7,-314,17,-454c20.7,-272,63.7,-513,129,-723c65.3,\n-210,155.3,-396.3,270,-559c6.7,-9.3,10,-15.3,10,-18z";case"rparen":return"M76,0c-16.7,0,-25,3,-25,9c0,2,2,6.3,6,13c21.3,28.7,42.3,60.3,\n63,95c96.7,156.7,172.8,332.5,228.5,527.5c55.7,195,92.8,416.5,111.5,664.5\nc11.3,139.3,17,290.7,17,454c0,28,1.7,43,3.3,45l0,"+(t+9)+"\nc-3,4,-3.3,16.7,-3.3,38c0,162,-5.7,313.7,-17,455c-18.7,248,-55.8,469.3,-111.5,664\nc-55.7,194.7,-131.8,370.3,-228.5,527c-20.7,34.7,-41.7,66.3,-63,95c-2,3.3,-4,7,-6,11\nc0,7.3,5.7,11,17,11c0,0,11,0,11,0c9.3,0,14.3,-0.3,15,-1c5.3,-5.3,10.3,-11,15,-17\nc242.7,-294.7,395.3,-681.7,458,-1161c21.3,-164.7,33.3,-350.7,36,-558\nl0,-"+(t+144)+"c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,\n-470,-1265c-4.7,-6,-9.7,-11.7,-15,-17c-0.7,-0.7,-6.7,-1,-18,-1z";default:throw new Error("Unknown stretchy delimiter.")}}(m,Math.round(1e3*e)),o=new J(m,r),s=(p/1e3).toFixed(3)+"em",i=(t/1e3).toFixed(3)+"em",a=new K([o],{width:s,height:i,viewBox:"0 0 "+p+" "+t}),l=Ve.makeSvgSpan([],[a],n);l.height=t/1e3,l.style.width=s,l.style.height=i,T.push({type:"elem",elem:l})}else{if(T.push(er(c,u,o)),T.push(rr),null===a){const e=M-g-x+.016;T.push(tr(h,e,n))}else{const e=(M-g-x-v)/2+.016;T.push(tr(h,e,n)),T.push(rr),T.push(er(a,u,o)),T.push(rr),T.push(tr(h,e,n))}T.push(rr),T.push(er(i,u,o))}const B=n.havingBaseStyle(w.TEXT),C=Ve.makeVList({positionType:"bottom",positionData:A,children:T},B);return Kt(Ve.makeSpan(["delimsizing","mult"],[C],B),w.TEXT,n,s)},ir=.08,ar=function(e,t,r,n,o){const s=function(e,t,r){t*=1e3;let n="";switch(e){case"sqrtMain":n=function(e,t){return"M95,"+(622+e+t)+"\nc-2.7,0,-7.17,-2.7,-13.5,-8c-5.8,-5.3,-9.5,-10,-9.5,-14\nc0,-2,0.3,-3.3,1,-4c1.3,-2.7,23.83,-20.7,67.5,-54\nc44.2,-33.3,65.8,-50.3,66.5,-51c1.3,-1.3,3,-2,5,-2c4.7,0,8.7,3.3,12,10\ns173,378,173,378c0.7,0,35.3,-71,104,-213c68.7,-142,137.5,-285,206.5,-429\nc69,-144,104.5,-217.7,106.5,-221\nl"+e/2.075+" -"+e+"\nc5.3,-9.3,12,-14,20,-14\nH400000v"+(40+e)+"H845.2724\ns-225.272,467,-225.272,467s-235,486,-235,486c-2.7,4.7,-9,7,-19,7\nc-6,0,-10,-1,-12,-3s-194,-422,-194,-422s-65,47,-65,47z\nM"+(834+e)+" "+t+"h400000v"+(40+e)+"h-400000z"}(t,M);break;case"sqrtSize1":n=function(e,t){return"M263,"+(601+e+t)+"c0.7,0,18,39.7,52,119\nc34,79.3,68.167,158.7,102.5,238c34.3,79.3,51.8,119.3,52.5,120\nc340,-704.7,510.7,-1060.3,512,-1067\nl"+e/2.084+" -"+e+"\nc4.7,-7.3,11,-11,19,-11\nH40000v"+(40+e)+"H1012.3\ns-271.3,567,-271.3,567c-38.7,80.7,-84,175,-136,283c-52,108,-89.167,185.3,-111.5,232\nc-22.3,46.7,-33.8,70.3,-34.5,71c-4.7,4.7,-12.3,7,-23,7s-12,-1,-12,-1\ns-109,-253,-109,-253c-72.7,-168,-109.3,-252,-110,-252c-10.7,8,-22,16.7,-34,26\nc-22,17.3,-33.3,26,-34,26s-26,-26,-26,-26s76,-59,76,-59s76,-60,76,-60z\nM"+(1001+e)+" "+t+"h400000v"+(40+e)+"h-400000z"}(t,M);break;case"sqrtSize2":n=function(e,t){return"M983 "+(10+e+t)+"\nl"+e/3.13+" -"+e+"\nc4,-6.7,10,-10,18,-10 H400000v"+(40+e)+"\nH1013.1s-83.4,268,-264.1,840c-180.7,572,-277,876.3,-289,913c-4.7,4.7,-12.7,7,-24,7\ns-12,0,-12,0c-1.3,-3.3,-3.7,-11.7,-7,-25c-35.3,-125.3,-106.7,-373.3,-214,-744\nc-10,12,-21,25,-33,39s-32,39,-32,39c-6,-5.3,-15,-14,-27,-26s25,-30,25,-30\nc26.7,-32.7,52,-63,76,-91s52,-60,52,-60s208,722,208,722\nc56,-175.3,126.3,-397.3,211,-666c84.7,-268.7,153.8,-488.2,207.5,-658.5\nc53.7,-170.3,84.5,-266.8,92.5,-289.5z\nM"+(1001+e)+" "+t+"h400000v"+(40+e)+"h-400000z"}(t,M);break;case"sqrtSize3":n=function(e,t){return"M424,"+(2398+e+t)+"\nc-1.3,-0.7,-38.5,-172,-111.5,-514c-73,-342,-109.8,-513.3,-110.5,-514\nc0,-2,-10.7,14.3,-32,49c-4.7,7.3,-9.8,15.7,-15.5,25c-5.7,9.3,-9.8,16,-12.5,20\ns-5,7,-5,7c-4,-3.3,-8.3,-7.7,-13,-13s-13,-13,-13,-13s76,-122,76,-122s77,-121,77,-121\ns209,968,209,968c0,-2,84.7,-361.7,254,-1079c169.3,-717.3,254.7,-1077.7,256,-1081\nl"+e/4.223+" -"+e+"c4,-6.7,10,-10,18,-10 H400000\nv"+(40+e)+"H1014.6\ns-87.3,378.7,-272.6,1166c-185.3,787.3,-279.3,1182.3,-282,1185\nc-2,6,-10,9,-24,9\nc-8,0,-12,-0.7,-12,-2z M"+(1001+e)+" "+t+"\nh400000v"+(40+e)+"h-400000z"}(t,M);break;case"sqrtSize4":n=function(e,t){return"M473,"+(2713+e+t)+"\nc339.3,-1799.3,509.3,-2700,510,-2702 l"+e/5.298+" -"+e+"\nc3.3,-7.3,9.3,-11,18,-11 H400000v"+(40+e)+"H1017.7\ns-90.5,478,-276.2,1466c-185.7,988,-279.5,1483,-281.5,1485c-2,6,-10,9,-24,9\nc-8,0,-12,-0.7,-12,-2c0,-1.3,-5.3,-32,-16,-92c-50.7,-293.3,-119.7,-693.3,-207,-1200\nc0,-1.3,-5.3,8.7,-16,30c-10.7,21.3,-21.3,42.7,-32,64s-16,33,-16,33s-26,-26,-26,-26\ns76,-153,76,-153s77,-151,77,-151c0.7,0.7,35.7,202,105,604c67.3,400.7,102,602.7,104,\n606zM"+(1001+e)+" "+t+"h400000v"+(40+e)+"H1017.7z"}(t,M);break;case"sqrtTall":n=function(e,t,r){return"M702 "+(e+t)+"H400000"+(40+e)+"\nH742v"+(r-54-t-e)+"l-4 4-4 4c-.667.7 -2 1.5-4 2.5s-4.167 1.833-6.5 2.5-5.5 1-9.5 1\nh-12l-28-84c-16.667-52-96.667 -294.333-240-727l-212 -643 -85 170\nc-4-3.333-8.333-7.667-13 -13l-13-13l77-155 77-156c66 199.333 139 419.667\n219 661 l218 661zM702 "+t+"H400000v"+(40+e)+"H742z"}(t,M,r)}return n}(e,n,r),i=new J(e,s),a=new K([i],{width:"400em",height:F(t),viewBox:"0 0 400000 "+r,preserveAspectRatio:"xMinYMin slice"});return Ve.makeSvgSpan(["hide-tail"],[a],o)},lr=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","\u230a","\u230b","\\lceil","\\rceil","\u2308","\u2309","\\surd"],hr=["\\uparrow","\\downarrow","\\updownarrow","\\Uparrow","\\Downarrow","\\Updownarrow","|","\\|","\\vert","\\Vert","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","\u27ee","\u27ef","\\lmoustache","\\rmoustache","\u23b0","\u23b1"],cr=["<",">","\\langle","\\rangle","/","\\backslash","\\lt","\\gt"],mr=[0,1.2,1.8,2.4,3],pr=[{type:"small",style:w.SCRIPTSCRIPT},{type:"small",style:w.SCRIPT},{type:"small",style:w.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4}],ur=[{type:"small",style:w.SCRIPTSCRIPT},{type:"small",style:w.SCRIPT},{type:"small",style:w.TEXT},{type:"stack"}],dr=[{type:"small",style:w.SCRIPTSCRIPT},{type:"small",style:w.SCRIPT},{type:"small",style:w.TEXT},{type:"large",size:1},{type:"large",size:2},{type:"large",size:3},{type:"large",size:4},{type:"stack"}],gr=function(e){if("small"===e.type)return"Main-Regular";if("large"===e.type)return"Size"+e.size+"-Regular";if("stack"===e.type)return"Size4-Regular";throw new Error("Add support for delim type '"+e.type+"' here.")},fr=function(e,t,r,n){for(let o=Math.min(2,3-n.style.size);ot)return r[o]}return r[r.length-1]},br=function(e,t,r,n,o,s){let i;"<"===e||"\\lt"===e||"\u27e8"===e?e="\\langle":">"!==e&&"\\gt"!==e&&"\u27e9"!==e||(e="\\rangle"),i=l.contains(cr,e)?pr:l.contains(lr,e)?dr:ur;const a=fr(e,t,i,n);return"small"===a.type?function(e,t,r,n,o,s){const i=Ve.makeSymbol(e,"Main-Regular",o,n),a=Kt(i,t,n,s);return r&&Jt(a,n,t),a}(e,a.style,r,n,o,s):"large"===a.type?Qt(e,a.size,r,n,o,s):sr(e,t,r,n,o,s)};var yr={sqrtImage:function(e,t){const r=t.havingBaseSizing(),n=fr("\\surd",e*r.sizeMultiplier,dr,r);let o=r.sizeMultiplier;const s=Math.max(0,t.minRuleThickness-t.fontMetrics().sqrtRuleThickness);let i,a,l=0,h=0,c=0;return"small"===n.type?(c=1e3+1e3*s+80,e<1?o=1:e<1.4&&(o=.7),l=(1+s+ir)/o,h=(1+s)/o,i=ar("sqrtMain",l,c,s,t),i.style.minWidth="0.853em",a=.833/o):"large"===n.type?(c=1080*mr[n.size],h=(mr[n.size]+s)/o,l=(mr[n.size]+s+ir)/o,i=ar("sqrtSize"+n.size,l,c,s,t),i.style.minWidth="1.02em",a=1/o):(l=e+s+ir,h=e+s,c=Math.floor(1e3*e+s)+80,i=ar("sqrtTall",l,c,s,t),i.style.minWidth="0.742em",a=1.056),i.height=h,i.style.height=F(l),{span:i,advanceWidth:a,ruleWidth:(t.fontMetrics().sqrtRuleThickness+s)*o}},sizedDelim:function(e,t,r,o,s){if("<"===e||"\\lt"===e||"\u27e8"===e?e="\\langle":">"!==e&&"\\gt"!==e&&"\u27e9"!==e||(e="\\rangle"),l.contains(lr,e)||l.contains(cr,e))return Qt(e,t,!1,r,o,s);if(l.contains(hr,e))return sr(e,mr[t],!1,r,o,s);throw new n("Illegal delimiter: '"+e+"'")},sizeToMaxHeight:mr,customSizedDelim:br,leftRightDelim:function(e,t,r,n,o,s){const i=n.fontMetrics().axisHeight*n.sizeMultiplier,a=5/n.fontMetrics().ptPerEm,l=Math.max(t-i,r+i),h=Math.max(l/500*901,2*l-a);return br(e,h,!0,n,o,s)}};const xr={"\\bigl":{mclass:"mopen",size:1},"\\Bigl":{mclass:"mopen",size:2},"\\biggl":{mclass:"mopen",size:3},"\\Biggl":{mclass:"mopen",size:4},"\\bigr":{mclass:"mclose",size:1},"\\Bigr":{mclass:"mclose",size:2},"\\biggr":{mclass:"mclose",size:3},"\\Biggr":{mclass:"mclose",size:4},"\\bigm":{mclass:"mrel",size:1},"\\Bigm":{mclass:"mrel",size:2},"\\biggm":{mclass:"mrel",size:3},"\\Biggm":{mclass:"mrel",size:4},"\\big":{mclass:"mord",size:1},"\\Big":{mclass:"mord",size:2},"\\bigg":{mclass:"mord",size:3},"\\Bigg":{mclass:"mord",size:4}},wr=["(","\\lparen",")","\\rparen","[","\\lbrack","]","\\rbrack","\\{","\\lbrace","\\}","\\rbrace","\\lfloor","\\rfloor","\u230a","\u230b","\\lceil","\\rceil","\u2308","\u2309","<",">","\\langle","\u27e8","\\rangle","\u27e9","\\lt","\\gt","\\lvert","\\rvert","\\lVert","\\rVert","\\lgroup","\\rgroup","\u27ee","\u27ef","\\lmoustache","\\rmoustache","\u23b0","\u23b1","/","\\backslash","|","\\vert","\\|","\\Vert","\\uparrow","\\Uparrow","\\downarrow","\\Downarrow","\\updownarrow","\\Updownarrow","."];function vr(e,t){const r=Rt(e);if(r&&l.contains(wr,r.text))return r;throw new n(r?"Invalid delimiter '"+r.text+"' after '"+t.funcName+"'":"Invalid delimiter type '"+e.type+"'",e)}function kr(e){if(!e.body)throw new Error("Bug: The leftright ParseNode wasn't fully parsed.")}je({type:"delimsizing",names:["\\bigl","\\Bigl","\\biggl","\\Biggl","\\bigr","\\Bigr","\\biggr","\\Biggr","\\bigm","\\Bigm","\\biggm","\\Biggm","\\big","\\Big","\\bigg","\\Bigg"],props:{numArgs:1,argTypes:["primitive"]},handler:(e,t)=>{const r=vr(t[0],e);return{type:"delimsizing",mode:e.parser.mode,size:xr[e.funcName].size,mclass:xr[e.funcName].mclass,delim:r.text}},htmlBuilder:(e,t)=>"."===e.delim?Ve.makeSpan([e.mclass]):yr.sizedDelim(e.delim,e.size,t,e.mode,[e.mclass]),mathmlBuilder:e=>{const t=[];"."!==e.delim&&t.push(ft(e.delim,e.mode));const r=new gt.MathNode("mo",t);"mopen"===e.mclass||"mclose"===e.mclass?r.setAttribute("fence","true"):r.setAttribute("fence","false"),r.setAttribute("stretchy","true");const n=F(yr.sizeToMaxHeight[e.size]);return r.setAttribute("minsize",n),r.setAttribute("maxsize",n),r}}),je({type:"leftright-right",names:["\\right"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{const r=e.parser.gullet.macros.get("\\current@color");if(r&&"string"!=typeof r)throw new n("\\current@color set to non-string in \\right");return{type:"leftright-right",mode:e.parser.mode,delim:vr(t[0],e).text,color:r}}}),je({type:"leftright",names:["\\left"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{const r=vr(t[0],e),n=e.parser;++n.leftrightDepth;const o=n.parseExpression(!1);--n.leftrightDepth,n.expect("\\right",!1);const s=qt(n.parseFunction(),"leftright-right");return{type:"leftright",mode:n.mode,body:o,left:r.text,right:s.delim,rightColor:s.color}},htmlBuilder:(e,t)=>{kr(e);const r=nt(e.body,t,!0,["mopen","mclose"]);let n,o,s=0,i=0,a=!1;for(let e=0;e{kr(e);const r=xt(e.body,t);if("."!==e.left){const t=new gt.MathNode("mo",[ft(e.left,e.mode)]);t.setAttribute("fence","true"),r.unshift(t)}if("."!==e.right){const t=new gt.MathNode("mo",[ft(e.right,e.mode)]);t.setAttribute("fence","true"),e.rightColor&&t.setAttribute("mathcolor",e.rightColor),r.push(t)}return bt(r)}}),je({type:"middle",names:["\\middle"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{const r=vr(t[0],e);if(!e.parser.leftrightDepth)throw new n("\\middle without preceding \\left",r);return{type:"middle",mode:e.parser.mode,delim:r.text}},htmlBuilder:(e,t)=>{let r;if("."===e.delim)r=lt(t,[]);else{r=yr.sizedDelim(e.delim,1,t,e.mode,[]);const n={delim:e.delim,options:t};r.isMiddle=n}return r},mathmlBuilder:(e,t)=>{const r="\\vert"===e.delim||"|"===e.delim?ft("|","text"):ft(e.delim,e.mode),n=new gt.MathNode("mo",[r]);return n.setAttribute("fence","true"),n.setAttribute("lspace","0.05em"),n.setAttribute("rspace","0.05em"),n}});const Sr=(e,t)=>{const r=Ve.wrapFragment(ht(e.body,t),t),n=e.label.slice(1);let o,s=t.sizeMultiplier,i=0;const a=l.isCharacterBox(e.body);if("sout"===n)o=Ve.makeSpan(["stretchy","sout"]),o.height=t.fontMetrics().defaultRuleThickness/s,i=-.5*t.fontMetrics().xHeight;else if("phase"===n){const e=P({number:.6,unit:"pt"},t),n=P({number:.35,unit:"ex"},t);s/=t.havingBaseSizing().sizeMultiplier;const a=r.height+r.depth+e+n;r.style.paddingLeft=F(a/2+e);const l=Math.floor(1e3*a*s),c="M400000 "+(h=l)+" H0 L"+h/2+" 0 l65 45 L145 "+(h-80)+" H400000z",m=new K([new J("phase",c)],{width:"400em",height:F(l/1e3),viewBox:"0 0 400000 "+l,preserveAspectRatio:"xMinYMin slice"});o=Ve.makeSvgSpan(["hide-tail"],[m],t),o.style.height=F(a),i=r.depth+e+n}else{/cancel/.test(n)?a||r.classes.push("cancel-pad"):"angl"===n?r.classes.push("anglpad"):r.classes.push("boxpad");let s=0,l=0,h=0;/box/.test(n)?(h=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness),s=t.fontMetrics().fboxsep+("colorbox"===n?0:h),l=s):"angl"===n?(h=Math.max(t.fontMetrics().defaultRuleThickness,t.minRuleThickness),s=4*h,l=Math.max(0,.25-r.depth)):(s=a?.2:0,l=s),o=Bt(r,n,s,l,t),/fbox|boxed|fcolorbox/.test(n)?(o.style.borderStyle="solid",o.style.borderWidth=F(h)):"angl"===n&&.049!==h&&(o.style.borderTopWidth=F(h),o.style.borderRightWidth=F(h)),i=r.depth+l,e.backgroundColor&&(o.style.backgroundColor=e.backgroundColor,e.borderColor&&(o.style.borderColor=e.borderColor))}var h;let c;if(e.backgroundColor)c=Ve.makeVList({positionType:"individualShift",children:[{type:"elem",elem:o,shift:i},{type:"elem",elem:r,shift:0}]},t);else{const e=/cancel|phase/.test(n)?["svg-align"]:[];c=Ve.makeVList({positionType:"individualShift",children:[{type:"elem",elem:r,shift:0},{type:"elem",elem:o,shift:i,wrapperClasses:e}]},t)}return/cancel/.test(n)&&(c.height=r.height,c.depth=r.depth),/cancel/.test(n)&&!a?Ve.makeSpan(["mord","cancel-lap"],[c],t):Ve.makeSpan(["mord"],[c],t)},Mr=(e,t)=>{let r=0;const n=new gt.MathNode(e.label.indexOf("colorbox")>-1?"mpadded":"menclose",[vt(e.body,t)]);switch(e.label){case"\\cancel":n.setAttribute("notation","updiagonalstrike");break;case"\\bcancel":n.setAttribute("notation","downdiagonalstrike");break;case"\\phase":n.setAttribute("notation","phasorangle");break;case"\\sout":n.setAttribute("notation","horizontalstrike");break;case"\\fbox":n.setAttribute("notation","box");break;case"\\angl":n.setAttribute("notation","actuarial");break;case"\\fcolorbox":case"\\colorbox":if(r=t.fontMetrics().fboxsep*t.fontMetrics().ptPerEm,n.setAttribute("width","+"+2*r+"pt"),n.setAttribute("height","+"+2*r+"pt"),n.setAttribute("lspace",r+"pt"),n.setAttribute("voffset",r+"pt"),"\\fcolorbox"===e.label){const r=Math.max(t.fontMetrics().fboxrule,t.minRuleThickness);n.setAttribute("style","border: "+r+"em solid "+String(e.borderColor))}break;case"\\xcancel":n.setAttribute("notation","updiagonalstrike downdiagonalstrike")}return e.backgroundColor&&n.setAttribute("mathbackground",e.backgroundColor),n};je({type:"enclose",names:["\\colorbox"],props:{numArgs:2,allowedInText:!0,argTypes:["color","text"]},handler(e,t,r){let{parser:n,funcName:o}=e;const s=qt(t[0],"color-token").color,i=t[1];return{type:"enclose",mode:n.mode,label:o,backgroundColor:s,body:i}},htmlBuilder:Sr,mathmlBuilder:Mr}),je({type:"enclose",names:["\\fcolorbox"],props:{numArgs:3,allowedInText:!0,argTypes:["color","color","text"]},handler(e,t,r){let{parser:n,funcName:o}=e;const s=qt(t[0],"color-token").color,i=qt(t[1],"color-token").color,a=t[2];return{type:"enclose",mode:n.mode,label:o,backgroundColor:i,borderColor:s,body:a}},htmlBuilder:Sr,mathmlBuilder:Mr}),je({type:"enclose",names:["\\fbox"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!0},handler(e,t){let{parser:r}=e;return{type:"enclose",mode:r.mode,label:"\\fbox",body:t[0]}}}),je({type:"enclose",names:["\\cancel","\\bcancel","\\xcancel","\\sout","\\phase"],props:{numArgs:1},handler(e,t){let{parser:r,funcName:n}=e;const o=t[0];return{type:"enclose",mode:r.mode,label:n,body:o}},htmlBuilder:Sr,mathmlBuilder:Mr}),je({type:"enclose",names:["\\angl"],props:{numArgs:1,argTypes:["hbox"],allowedInText:!1},handler(e,t){let{parser:r}=e;return{type:"enclose",mode:r.mode,label:"\\angl",body:t[0]}}});const zr={};function Ar(e){let{type:t,names:r,props:n,handler:o,htmlBuilder:s,mathmlBuilder:i}=e;const a={type:t,numArgs:n.numArgs||0,allowedInText:!1,numOptionalArgs:0,handler:o};for(let e=0;e{if(!e.parser.settings.displayMode)throw new n("{"+e.envName+"} can be used only in display mode.")};function Rr(e){if(-1===e.indexOf("ed"))return-1===e.indexOf("*")}function Hr(e,t,r){let{hskipBeforeAndAfter:o,addJot:s,cols:i,arraystretch:a,colSeparationType:l,autoTag:h,singleRow:c,emptySingleRow:m,maxNumCols:p,leqno:u}=t;if(e.gullet.beginGroup(),c||e.gullet.macros.set("\\cr","\\\\\\relax"),!a){const t=e.gullet.expandMacroAsText("\\arraystretch");if(null==t)a=1;else if(a=parseFloat(t),!a||a<0)throw new n("Invalid \\arraystretch: "+t)}e.gullet.beginGroup();let d=[];const g=[d],f=[],b=[],y=null!=h?[]:void 0;function x(){h&&e.gullet.macros.set("\\@eqnsw","1",!0)}function w(){y&&(e.gullet.macros.get("\\df@tag")?(y.push(e.subparse([new Nr("\\df@tag")])),e.gullet.macros.set("\\df@tag",void 0,!0)):y.push(Boolean(h)&&"1"===e.gullet.macros.get("\\@eqnsw")))}for(x(),b.push(qr(e));;){let t=e.parseExpression(!1,c?"\\end":"\\\\");e.gullet.endGroup(),e.gullet.beginGroup(),t={type:"ordgroup",mode:e.mode,body:t},r&&(t={type:"styling",mode:e.mode,style:r,body:[t]}),d.push(t);const o=e.fetch().text;if("&"===o){if(p&&d.length===p){if(c||l)throw new n("Too many tab characters: &",e.nextToken);e.settings.reportNonstrict("textEnv","Too few columns specified in the {array} column argument.")}e.consume()}else{if("\\end"===o){w(),1===d.length&&"styling"===t.type&&0===t.body[0].body.length&&(g.length>1||!m)&&g.pop(),b.length0&&(x+=.25),c.push({pos:x,isDashed:e[t]})}for(v(i[0]),r=0;r0&&(p+=y,le)))for(r=0;r=a)continue;(o>0||e.hskipBeforeAndAfter)&&(i=l.deflt(c.pregap,u),0!==i&&(z=Ve.makeSpan(["arraycolsep"],[]),z.style.width=F(i),M.push(z)));let d=[];for(r=0;r0){const e=Ve.makeLineSpan("hline",t,m),r=Ve.makeLineSpan("hdashline",t,m),n=[{type:"elem",elem:h,shift:0}];for(;c.length>0;){const t=c.pop(),o=t.pos-k;t.isDashed?n.push({type:"elem",elem:r,shift:o}):n.push({type:"elem",elem:e,shift:o})}h=Ve.makeVList({positionType:"individualShift",children:n},t)}if(0===T.length)return Ve.makeSpan(["mord"],[h],t);{let e=Ve.makeVList({positionType:"individualShift",children:T},t);return e=Ve.makeSpan(["tag"],[e],t),Ve.makeFragment([h,e])}},Lr={c:"center ",l:"left ",r:"right "},Dr=function(e,t){const r=[],n=new gt.MathNode("mtd",[],["mtr-glue"]),o=new gt.MathNode("mtd",[],["mml-eqn-num"]);for(let s=0;s0){const t=e.cols;let r="",n=!1,o=0,i=t.length;"separator"===t[0].type&&(a+="top ",o=1),"separator"===t[t.length-1].type&&(a+="bottom ",i-=1);for(let e=o;e0?"left ":"",a+=c[c.length-1].length>0?"right ":"";for(let e=1;e-1?"alignat":"align",s="split"===e.envName,i=Hr(e.parser,{cols:r,addJot:!0,autoTag:s?void 0:Rr(e.envName),emptySingleRow:!0,colSeparationType:o,maxNumCols:s?2:void 0,leqno:e.parser.settings.leqno},"display");let a,l=0;const h={type:"ordgroup",mode:e.mode,body:[]};if(t[0]&&"ordgroup"===t[0].type){let e="";for(let r=0;r0&&c&&(n=1),r[e]={type:"align",align:t,pregap:n,postgap:0}}return i.colSeparationType=c?"align":"alignat",i};Ar({type:"array",names:["array","darray"],props:{numArgs:1},handler(e,t){const r=(Rt(t[0])?[t[0]]:qt(t[0],"ordgroup").body).map((function(e){const t=It(e).text;if(-1!=="lcr".indexOf(t))return{type:"align",align:t};if("|"===t)return{type:"separator",separator:"|"};if(":"===t)return{type:"separator",separator:":"};throw new n("Unknown column alignment: "+t,e)})),o={cols:r,hskipBeforeAndAfter:!0,maxNumCols:r.length};return Hr(e.parser,o,Or(e.envName))},htmlBuilder:Er,mathmlBuilder:Dr}),Ar({type:"array",names:["matrix","pmatrix","bmatrix","Bmatrix","vmatrix","Vmatrix","matrix*","pmatrix*","bmatrix*","Bmatrix*","vmatrix*","Vmatrix*"],props:{numArgs:0},handler(e){const t={matrix:null,pmatrix:["(",")"],bmatrix:["[","]"],Bmatrix:["\\{","\\}"],vmatrix:["|","|"],Vmatrix:["\\Vert","\\Vert"]}[e.envName.replace("*","")];let r="c";const o={hskipBeforeAndAfter:!1,cols:[{type:"align",align:r}]};if("*"===e.envName.charAt(e.envName.length-1)){const t=e.parser;if(t.consumeSpaces(),"["===t.fetch().text){if(t.consume(),t.consumeSpaces(),r=t.fetch().text,-1==="lcr".indexOf(r))throw new n("Expected l or c or r",t.nextToken);t.consume(),t.consumeSpaces(),t.expect("]"),t.consume(),o.cols=[{type:"align",align:r}]}}const s=Hr(e.parser,o,Or(e.envName)),i=Math.max(0,...s.body.map((e=>e.length)));return s.cols=new Array(i).fill({type:"align",align:r}),t?{type:"leftright",mode:e.mode,body:[s],left:t[0],right:t[1],rightColor:void 0}:s},htmlBuilder:Er,mathmlBuilder:Dr}),Ar({type:"array",names:["smallmatrix"],props:{numArgs:0},handler(e){const t=Hr(e.parser,{arraystretch:.5},"script");return t.colSeparationType="small",t},htmlBuilder:Er,mathmlBuilder:Dr}),Ar({type:"array",names:["subarray"],props:{numArgs:1},handler(e,t){const r=(Rt(t[0])?[t[0]]:qt(t[0],"ordgroup").body).map((function(e){const t=It(e).text;if(-1!=="lc".indexOf(t))return{type:"align",align:t};throw new n("Unknown column alignment: "+t,e)}));if(r.length>1)throw new n("{subarray} can contain only one column");let o={cols:r,hskipBeforeAndAfter:!1,arraystretch:.5};if(o=Hr(e.parser,o,"script"),o.body.length>0&&o.body[0].length>1)throw new n("{subarray} can contain only one column");return o},htmlBuilder:Er,mathmlBuilder:Dr}),Ar({type:"array",names:["cases","dcases","rcases","drcases"],props:{numArgs:0},handler(e){const t=Hr(e.parser,{arraystretch:1.2,cols:[{type:"align",align:"l",pregap:0,postgap:1},{type:"align",align:"l",pregap:0,postgap:0}]},Or(e.envName));return{type:"leftright",mode:e.mode,body:[t],left:e.envName.indexOf("r")>-1?".":"\\{",right:e.envName.indexOf("r")>-1?"\\}":".",rightColor:void 0}},htmlBuilder:Er,mathmlBuilder:Dr}),Ar({type:"array",names:["align","align*","aligned","split"],props:{numArgs:0},handler:Vr,htmlBuilder:Er,mathmlBuilder:Dr}),Ar({type:"array",names:["gathered","gather","gather*"],props:{numArgs:0},handler(e){l.contains(["gather","gather*"],e.envName)&&Ir(e);const t={cols:[{type:"align",align:"c"}],addJot:!0,colSeparationType:"gather",autoTag:Rr(e.envName),emptySingleRow:!0,leqno:e.parser.settings.leqno};return Hr(e.parser,t,"display")},htmlBuilder:Er,mathmlBuilder:Dr}),Ar({type:"array",names:["alignat","alignat*","alignedat"],props:{numArgs:1},handler:Vr,htmlBuilder:Er,mathmlBuilder:Dr}),Ar({type:"array",names:["equation","equation*"],props:{numArgs:0},handler(e){Ir(e);const t={autoTag:Rr(e.envName),emptySingleRow:!0,singleRow:!0,maxNumCols:1,leqno:e.parser.settings.leqno};return Hr(e.parser,t,"display")},htmlBuilder:Er,mathmlBuilder:Dr}),Ar({type:"array",names:["CD"],props:{numArgs:0},handler(e){return Ir(e),function(e){const t=[];for(e.gullet.beginGroup(),e.gullet.macros.set("\\cr","\\\\\\relax"),e.gullet.beginGroup();;){t.push(e.parseExpression(!1,"\\\\")),e.gullet.endGroup(),e.gullet.beginGroup();const r=e.fetch().text;if("&"!==r&&"\\\\"!==r){if("\\end"===r){0===t[t.length-1].length&&t.pop();break}throw new n("Expected \\\\ or \\cr or \\end",e.nextToken)}e.consume()}let r=[];const o=[r];for(let a=0;a-1);else{if(!("<>AV".indexOf(o)>-1))throw new n('Expected one of "<>AV=|." after @',l[t]);for(let e=0;e<2;e++){let r=!0;for(let h=t+1;h{const r=e.font,n=t.withFont(r);return ht(e.body,n)},Gr=(e,t)=>{const r=e.font,n=t.withFont(r);return vt(e.body,n)},Ur={"\\Bbb":"\\mathbb","\\bold":"\\mathbf","\\frak":"\\mathfrak","\\bm":"\\boldsymbol"};je({type:"font",names:["\\mathrm","\\mathit","\\mathbf","\\mathnormal","\\mathbb","\\mathcal","\\mathfrak","\\mathscr","\\mathsf","\\mathtt","\\Bbb","\\bold","\\frak"],props:{numArgs:1,allowedInArgument:!0},handler:(e,t)=>{let{parser:r,funcName:n}=e;const o=Ze(t[0]);let s=n;return s in Ur&&(s=Ur[s]),{type:"font",mode:r.mode,font:s.slice(1),body:o}},htmlBuilder:Fr,mathmlBuilder:Gr}),je({type:"mclass",names:["\\boldsymbol","\\bm"],props:{numArgs:1},handler:(e,t)=>{let{parser:r}=e;const n=t[0],o=l.isCharacterBox(n);return{type:"mclass",mode:r.mode,mclass:Ft(n),body:[{type:"font",mode:r.mode,font:"boldsymbol",body:n}],isCharacterBox:o}}}),je({type:"font",names:["\\rm","\\sf","\\tt","\\bf","\\it","\\cal"],props:{numArgs:0,allowedInText:!0},handler:(e,t)=>{let{parser:r,funcName:n,breakOnTokenText:o}=e;const{mode:s}=r,i=r.parseExpression(!0,o);return{type:"font",mode:s,font:"math"+n.slice(1),body:{type:"ordgroup",mode:r.mode,body:i}}},htmlBuilder:Fr,mathmlBuilder:Gr});const Yr=(e,t)=>{let r=t;return"display"===e?r=r.id>=w.SCRIPT.id?r.text():w.DISPLAY:"text"===e&&r.size===w.DISPLAY.size?r=w.TEXT:"script"===e?r=w.SCRIPT:"scriptscript"===e&&(r=w.SCRIPTSCRIPT),r},Xr=(e,t)=>{const r=Yr(e.size,t.style),n=r.fracNum(),o=r.fracDen();let s;s=t.havingStyle(n);const i=ht(e.numer,s,t);if(e.continued){const e=8.5/t.fontMetrics().ptPerEm,r=3.5/t.fontMetrics().ptPerEm;i.height=i.height0?3*c:7*c,u=t.fontMetrics().denom1):(h>0?(m=t.fontMetrics().num2,p=c):(m=t.fontMetrics().num3,p=3*c),u=t.fontMetrics().denom2),l){const e=t.fontMetrics().axisHeight;m-i.depth-(e+.5*h){let r=new gt.MathNode("mfrac",[vt(e.numer,t),vt(e.denom,t)]);if(e.hasBarLine){if(e.barSize){const n=P(e.barSize,t);r.setAttribute("linethickness",F(n))}}else r.setAttribute("linethickness","0px");const n=Yr(e.size,t.style);if(n.size!==t.style.size){r=new gt.MathNode("mstyle",[r]);const e=n.size===w.DISPLAY.size?"true":"false";r.setAttribute("displaystyle",e),r.setAttribute("scriptlevel","0")}if(null!=e.leftDelim||null!=e.rightDelim){const t=[];if(null!=e.leftDelim){const r=new gt.MathNode("mo",[new gt.TextNode(e.leftDelim.replace("\\",""))]);r.setAttribute("fence","true"),t.push(r)}if(t.push(r),null!=e.rightDelim){const r=new gt.MathNode("mo",[new gt.TextNode(e.rightDelim.replace("\\",""))]);r.setAttribute("fence","true"),t.push(r)}return bt(t)}return r};je({type:"genfrac",names:["\\dfrac","\\frac","\\tfrac","\\dbinom","\\binom","\\tbinom","\\\\atopfrac","\\\\bracefrac","\\\\brackfrac"],props:{numArgs:2,allowedInArgument:!0},handler:(e,t)=>{let{parser:r,funcName:n}=e;const o=t[0],s=t[1];let i,a=null,l=null,h="auto";switch(n){case"\\dfrac":case"\\frac":case"\\tfrac":i=!0;break;case"\\\\atopfrac":i=!1;break;case"\\dbinom":case"\\binom":case"\\tbinom":i=!1,a="(",l=")";break;case"\\\\bracefrac":i=!1,a="\\{",l="\\}";break;case"\\\\brackfrac":i=!1,a="[",l="]";break;default:throw new Error("Unrecognized genfrac command")}switch(n){case"\\dfrac":case"\\dbinom":h="display";break;case"\\tfrac":case"\\tbinom":h="text"}return{type:"genfrac",mode:r.mode,continued:!1,numer:o,denom:s,hasBarLine:i,leftDelim:a,rightDelim:l,size:h,barSize:null}},htmlBuilder:Xr,mathmlBuilder:Wr}),je({type:"genfrac",names:["\\cfrac"],props:{numArgs:2},handler:(e,t)=>{let{parser:r,funcName:n}=e;const o=t[0],s=t[1];return{type:"genfrac",mode:r.mode,continued:!0,numer:o,denom:s,hasBarLine:!0,leftDelim:null,rightDelim:null,size:"display",barSize:null}}}),je({type:"infix",names:["\\over","\\choose","\\atop","\\brace","\\brack"],props:{numArgs:0,infix:!0},handler(e){let t,{parser:r,funcName:n,token:o}=e;switch(n){case"\\over":t="\\frac";break;case"\\choose":t="\\binom";break;case"\\atop":t="\\\\atopfrac";break;case"\\brace":t="\\\\bracefrac";break;case"\\brack":t="\\\\brackfrac";break;default:throw new Error("Unrecognized infix genfrac command")}return{type:"infix",mode:r.mode,replaceWith:t,token:o}}});const _r=["display","text","script","scriptscript"],jr=function(e){let t=null;return e.length>0&&(t=e,t="."===t?null:t),t};je({type:"genfrac",names:["\\genfrac"],props:{numArgs:6,allowedInArgument:!0,argTypes:["math","math","size","text","math","math"]},handler(e,t){let{parser:r}=e;const n=t[4],o=t[5],s=Ze(t[0]),i="atom"===s.type&&"open"===s.family?jr(s.text):null,a=Ze(t[1]),l="atom"===a.type&&"close"===a.family?jr(a.text):null,h=qt(t[2],"size");let c,m=null;h.isBlank?c=!0:(m=h.value,c=m.number>0);let p="auto",u=t[3];if("ordgroup"===u.type){if(u.body.length>0){const e=qt(u.body[0],"textord");p=_r[Number(e.text)]}}else u=qt(u,"textord"),p=_r[Number(u.text)];return{type:"genfrac",mode:r.mode,numer:n,denom:o,continued:!1,hasBarLine:c,barSize:m,leftDelim:i,rightDelim:l,size:p}},htmlBuilder:Xr,mathmlBuilder:Wr}),je({type:"infix",names:["\\above"],props:{numArgs:1,argTypes:["size"],infix:!0},handler(e,t){let{parser:r,funcName:n,token:o}=e;return{type:"infix",mode:r.mode,replaceWith:"\\\\abovefrac",size:qt(t[0],"size").value,token:o}}}),je({type:"genfrac",names:["\\\\abovefrac"],props:{numArgs:3,argTypes:["math","size","math"]},handler:(e,t)=>{let{parser:r,funcName:n}=e;const o=t[0],s=function(e){if(!e)throw new Error("Expected non-null, but got "+String(e));return e}(qt(t[1],"infix").size),i=t[2],a=s.number>0;return{type:"genfrac",mode:r.mode,numer:o,denom:i,continued:!1,hasBarLine:a,barSize:s,leftDelim:null,rightDelim:null,size:"auto"}},htmlBuilder:Xr,mathmlBuilder:Wr});const $r=(e,t)=>{const r=t.style;let n,o;"supsub"===e.type?(n=e.sup?ht(e.sup,t.havingStyle(r.sup()),t):ht(e.sub,t.havingStyle(r.sub()),t),o=qt(e.base,"horizBrace")):o=qt(e,"horizBrace");const s=ht(o.base,t.havingBaseStyle(w.DISPLAY)),i=Nt(o,t);let a;if(o.isOver?(a=Ve.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:s},{type:"kern",size:.1},{type:"elem",elem:i}]},t),a.children[0].children[0].children[1].classes.push("svg-align")):(a=Ve.makeVList({positionType:"bottom",positionData:s.depth+.1+i.height,children:[{type:"elem",elem:i},{type:"kern",size:.1},{type:"elem",elem:s}]},t),a.children[0].children[0].children[0].classes.push("svg-align")),n){const e=Ve.makeSpan(["mord",o.isOver?"mover":"munder"],[a],t);a=o.isOver?Ve.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:e},{type:"kern",size:.2},{type:"elem",elem:n}]},t):Ve.makeVList({positionType:"bottom",positionData:e.depth+.2+n.height+n.depth,children:[{type:"elem",elem:n},{type:"kern",size:.2},{type:"elem",elem:e}]},t)}return Ve.makeSpan(["mord",o.isOver?"mover":"munder"],[a],t)};je({type:"horizBrace",names:["\\overbrace","\\underbrace"],props:{numArgs:1},handler(e,t){let{parser:r,funcName:n}=e;return{type:"horizBrace",mode:r.mode,label:n,isOver:/^\\over/.test(n),base:t[0]}},htmlBuilder:$r,mathmlBuilder:(e,t)=>{const r=Ct(e.label);return new gt.MathNode(e.isOver?"mover":"munder",[vt(e.base,t),r])}}),je({type:"href",names:["\\href"],props:{numArgs:2,argTypes:["url","original"],allowedInText:!0},handler:(e,t)=>{let{parser:r}=e;const n=t[1],o=qt(t[0],"url").url;return r.settings.isTrusted({command:"\\href",url:o})?{type:"href",mode:r.mode,href:o,body:Ke(n)}:r.formatUnsupportedCmd("\\href")},htmlBuilder:(e,t)=>{const r=nt(e.body,t,!1);return Ve.makeAnchor(e.href,[],r,t)},mathmlBuilder:(e,t)=>{let r=wt(e.body,t);return r instanceof ut||(r=new ut("mrow",[r])),r.setAttribute("href",e.href),r}}),je({type:"href",names:["\\url"],props:{numArgs:1,argTypes:["url"],allowedInText:!0},handler:(e,t)=>{let{parser:r}=e;const n=qt(t[0],"url").url;if(!r.settings.isTrusted({command:"\\url",url:n}))return r.formatUnsupportedCmd("\\url");const o=[];for(let e=0;e{let{parser:r,funcName:o,token:s}=e;const i=qt(t[0],"raw").string,a=t[1];let l;r.settings.strict&&r.settings.reportNonstrict("htmlExtension","HTML extension is disabled on strict mode");const h={};switch(o){case"\\htmlClass":h.class=i,l={command:"\\htmlClass",class:i};break;case"\\htmlId":h.id=i,l={command:"\\htmlId",id:i};break;case"\\htmlStyle":h.style=i,l={command:"\\htmlStyle",style:i};break;case"\\htmlData":{const e=i.split(",");for(let t=0;t{const r=nt(e.body,t,!1),n=["enclosing"];e.attributes.class&&n.push(...e.attributes.class.trim().split(/\s+/));const o=Ve.makeSpan(n,r,t);for(const t in e.attributes)"class"!==t&&e.attributes.hasOwnProperty(t)&&o.setAttribute(t,e.attributes[t]);return o},mathmlBuilder:(e,t)=>wt(e.body,t)}),je({type:"htmlmathml",names:["\\html@mathml"],props:{numArgs:2,allowedInText:!0},handler:(e,t)=>{let{parser:r}=e;return{type:"htmlmathml",mode:r.mode,html:Ke(t[0]),mathml:Ke(t[1])}},htmlBuilder:(e,t)=>{const r=nt(e.html,t,!1);return Ve.makeFragment(r)},mathmlBuilder:(e,t)=>wt(e.mathml,t)});const Zr=function(e){if(/^[-+]? *(\d+(\.\d*)?|\.\d+)$/.test(e))return{number:+e,unit:"bp"};{const t=/([-+]?) *(\d+(?:\.\d*)?|\.\d+) *([a-z]{2})/.exec(e);if(!t)throw new n("Invalid size: '"+e+"' in \\includegraphics");const r={number:+(t[1]+t[2]),unit:t[3]};if(!V(r))throw new n("Invalid unit: '"+r.unit+"' in \\includegraphics.");return r}};je({type:"includegraphics",names:["\\includegraphics"],props:{numArgs:1,numOptionalArgs:1,argTypes:["raw","url"],allowedInText:!1},handler:(e,t,r)=>{let{parser:o}=e,s={number:0,unit:"em"},i={number:.9,unit:"em"},a={number:0,unit:"em"},l="";if(r[0]){const e=qt(r[0],"raw").string.split(",");for(let t=0;t{const r=P(e.height,t);let n=0;e.totalheight.number>0&&(n=P(e.totalheight,t)-r);let o=0;e.width.number>0&&(o=P(e.width,t));const s={height:F(r+n)};o>0&&(s.width=F(o)),n>0&&(s.verticalAlign=F(-n));const i=new j(e.src,e.alt,s);return i.height=r,i.depth=n,i},mathmlBuilder:(e,t)=>{const r=new gt.MathNode("mglyph",[]);r.setAttribute("alt",e.alt);const n=P(e.height,t);let o=0;if(e.totalheight.number>0&&(o=P(e.totalheight,t)-n,r.setAttribute("valign",F(-o))),r.setAttribute("height",F(n+o)),e.width.number>0){const n=P(e.width,t);r.setAttribute("width",F(n))}return r.setAttribute("src",e.src),r}}),je({type:"kern",names:["\\kern","\\mkern","\\hskip","\\mskip"],props:{numArgs:1,argTypes:["size"],primitive:!0,allowedInText:!0},handler(e,t){let{parser:r,funcName:n}=e;const o=qt(t[0],"size");if(r.settings.strict){const e="m"===n[1],t="mu"===o.value.unit;e?(t||r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" supports only mu units, not "+o.value.unit+" units"),"math"!==r.mode&&r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" works only in math mode")):t&&r.settings.reportNonstrict("mathVsTextUnits","LaTeX's "+n+" doesn't support mu units")}return{type:"kern",mode:r.mode,dimension:o.value}},htmlBuilder(e,t){return Ve.makeGlue(e.dimension,t)},mathmlBuilder(e,t){const r=P(e.dimension,t);return new gt.SpaceNode(r)}}),je({type:"lap",names:["\\mathllap","\\mathrlap","\\mathclap"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{let{parser:r,funcName:n}=e;const o=t[0];return{type:"lap",mode:r.mode,alignment:n.slice(5),body:o}},htmlBuilder:(e,t)=>{let r;"clap"===e.alignment?(r=Ve.makeSpan([],[ht(e.body,t)]),r=Ve.makeSpan(["inner"],[r],t)):r=Ve.makeSpan(["inner"],[ht(e.body,t)]);const n=Ve.makeSpan(["fix"],[]);let o=Ve.makeSpan([e.alignment],[r,n],t);const s=Ve.makeSpan(["strut"]);return s.style.height=F(o.height+o.depth),o.depth&&(s.style.verticalAlign=F(-o.depth)),o.children.unshift(s),o=Ve.makeSpan(["thinbox"],[o],t),Ve.makeSpan(["mord","vbox"],[o],t)},mathmlBuilder:(e,t)=>{const r=new gt.MathNode("mpadded",[vt(e.body,t)]);if("rlap"!==e.alignment){const t="llap"===e.alignment?"-1":"-0.5";r.setAttribute("lspace",t+"width")}return r.setAttribute("width","0px"),r}}),je({type:"styling",names:["\\(","$"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(e,t){let{funcName:r,parser:n}=e;const o=n.mode;n.switchMode("math");const s="\\("===r?"\\)":"$",i=n.parseExpression(!1,s);return n.expect(s),n.switchMode(o),{type:"styling",mode:n.mode,style:"text",body:i}}}),je({type:"text",names:["\\)","\\]"],props:{numArgs:0,allowedInText:!0,allowedInMath:!1},handler(e,t){throw new n("Mismatched "+e.funcName)}});const Kr=(e,t)=>{switch(t.style.size){case w.DISPLAY.size:return e.display;case w.TEXT.size:return e.text;case w.SCRIPT.size:return e.script;case w.SCRIPTSCRIPT.size:return e.scriptscript;default:return e.text}};je({type:"mathchoice",names:["\\mathchoice"],props:{numArgs:4,primitive:!0},handler:(e,t)=>{let{parser:r}=e;return{type:"mathchoice",mode:r.mode,display:Ke(t[0]),text:Ke(t[1]),script:Ke(t[2]),scriptscript:Ke(t[3])}},htmlBuilder:(e,t)=>{const r=Kr(e,t),n=nt(r,t,!1);return Ve.makeFragment(n)},mathmlBuilder:(e,t)=>{const r=Kr(e,t);return wt(r,t)}});const Jr=(e,t,r,n,o,s,i)=>{e=Ve.makeSpan([],[e]);const a=r&&l.isCharacterBox(r);let h,c,m;if(t){const e=ht(t,n.havingStyle(o.sup()),n);c={elem:e,kern:Math.max(n.fontMetrics().bigOpSpacing1,n.fontMetrics().bigOpSpacing3-e.depth)}}if(r){const e=ht(r,n.havingStyle(o.sub()),n);h={elem:e,kern:Math.max(n.fontMetrics().bigOpSpacing2,n.fontMetrics().bigOpSpacing4-e.height)}}if(c&&h){const t=n.fontMetrics().bigOpSpacing5+h.elem.height+h.elem.depth+h.kern+e.depth+i;m=Ve.makeVList({positionType:"bottom",positionData:t,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:h.elem,marginLeft:F(-s)},{type:"kern",size:h.kern},{type:"elem",elem:e},{type:"kern",size:c.kern},{type:"elem",elem:c.elem,marginLeft:F(s)},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n)}else if(h){const t=e.height-i;m=Ve.makeVList({positionType:"top",positionData:t,children:[{type:"kern",size:n.fontMetrics().bigOpSpacing5},{type:"elem",elem:h.elem,marginLeft:F(-s)},{type:"kern",size:h.kern},{type:"elem",elem:e}]},n)}else{if(!c)return e;{const t=e.depth+i;m=Ve.makeVList({positionType:"bottom",positionData:t,children:[{type:"elem",elem:e},{type:"kern",size:c.kern},{type:"elem",elem:c.elem,marginLeft:F(s)},{type:"kern",size:n.fontMetrics().bigOpSpacing5}]},n)}}const p=[m];if(h&&0!==s&&!a){const e=Ve.makeSpan(["mspace"],[],n);e.style.marginRight=F(s),p.unshift(e)}return Ve.makeSpan(["mop","op-limits"],p,n)},Qr=["\\smallint"],en=(e,t)=>{let r,n,o,s=!1;"supsub"===e.type?(r=e.sup,n=e.sub,o=qt(e.base,"op"),s=!0):o=qt(e,"op");const i=t.style;let a,h=!1;if(i.size===w.DISPLAY.size&&o.symbol&&!l.contains(Qr,o.name)&&(h=!0),o.symbol){const e=h?"Size2-Regular":"Size1-Regular";let r="";if("\\oiint"!==o.name&&"\\oiiint"!==o.name||(r=o.name.slice(1),o.name="oiint"===r?"\\iint":"\\iiint"),a=Ve.makeSymbol(o.name,e,"math",t,["mop","op-symbol",h?"large-op":"small-op"]),r.length>0){const e=a.italic,n=Ve.staticSvg(r+"Size"+(h?"2":"1"),t);a=Ve.makeVList({positionType:"individualShift",children:[{type:"elem",elem:a,shift:0},{type:"elem",elem:n,shift:h?.08:0}]},t),o.name="\\"+r,a.classes.unshift("mop"),a.italic=e}}else if(o.body){const e=nt(o.body,t,!0);1===e.length&&e[0]instanceof Z?(a=e[0],a.classes[0]="mop"):a=Ve.makeSpan(["mop"],e,t)}else{const e=[];for(let r=1;r{let r;if(e.symbol)r=new ut("mo",[ft(e.name,e.mode)]),l.contains(Qr,e.name)&&r.setAttribute("largeop","false");else if(e.body)r=new ut("mo",xt(e.body,t));else{r=new ut("mi",[new dt(e.name.slice(1))]);const t=new ut("mo",[ft("\u2061","text")]);r=e.parentIsSupSub?new ut("mrow",[r,t]):pt([r,t])}return r},rn={"\u220f":"\\prod","\u2210":"\\coprod","\u2211":"\\sum","\u22c0":"\\bigwedge","\u22c1":"\\bigvee","\u22c2":"\\bigcap","\u22c3":"\\bigcup","\u2a00":"\\bigodot","\u2a01":"\\bigoplus","\u2a02":"\\bigotimes","\u2a04":"\\biguplus","\u2a06":"\\bigsqcup"};je({type:"op",names:["\\coprod","\\bigvee","\\bigwedge","\\biguplus","\\bigcap","\\bigcup","\\intop","\\prod","\\sum","\\bigotimes","\\bigoplus","\\bigodot","\\bigsqcup","\\smallint","\u220f","\u2210","\u2211","\u22c0","\u22c1","\u22c2","\u22c3","\u2a00","\u2a01","\u2a02","\u2a04","\u2a06"],props:{numArgs:0},handler:(e,t)=>{let{parser:r,funcName:n}=e,o=n;return 1===o.length&&(o=rn[o]),{type:"op",mode:r.mode,limits:!0,parentIsSupSub:!1,symbol:!0,name:o}},htmlBuilder:en,mathmlBuilder:tn}),je({type:"op",names:["\\mathop"],props:{numArgs:1,primitive:!0},handler:(e,t)=>{let{parser:r}=e;const n=t[0];return{type:"op",mode:r.mode,limits:!1,parentIsSupSub:!1,symbol:!1,body:Ke(n)}},htmlBuilder:en,mathmlBuilder:tn});const nn={"\u222b":"\\int","\u222c":"\\iint","\u222d":"\\iiint","\u222e":"\\oint","\u222f":"\\oiint","\u2230":"\\oiiint"};je({type:"op",names:["\\arcsin","\\arccos","\\arctan","\\arctg","\\arcctg","\\arg","\\ch","\\cos","\\cosec","\\cosh","\\cot","\\cotg","\\coth","\\csc","\\ctg","\\cth","\\deg","\\dim","\\exp","\\hom","\\ker","\\lg","\\ln","\\log","\\sec","\\sin","\\sinh","\\sh","\\tan","\\tanh","\\tg","\\th"],props:{numArgs:0},handler(e){let{parser:t,funcName:r}=e;return{type:"op",mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!1,name:r}},htmlBuilder:en,mathmlBuilder:tn}),je({type:"op",names:["\\det","\\gcd","\\inf","\\lim","\\max","\\min","\\Pr","\\sup"],props:{numArgs:0},handler(e){let{parser:t,funcName:r}=e;return{type:"op",mode:t.mode,limits:!0,parentIsSupSub:!1,symbol:!1,name:r}},htmlBuilder:en,mathmlBuilder:tn}),je({type:"op",names:["\\int","\\iint","\\iiint","\\oint","\\oiint","\\oiiint","\u222b","\u222c","\u222d","\u222e","\u222f","\u2230"],props:{numArgs:0},handler(e){let{parser:t,funcName:r}=e,n=r;return 1===n.length&&(n=nn[n]),{type:"op",mode:t.mode,limits:!1,parentIsSupSub:!1,symbol:!0,name:n}},htmlBuilder:en,mathmlBuilder:tn});const on=(e,t)=>{let r,n,o,s,i=!1;if("supsub"===e.type?(r=e.sup,n=e.sub,o=qt(e.base,"operatorname"),i=!0):o=qt(e,"operatorname"),o.body.length>0){const e=o.body.map((e=>{const t=e.text;return"string"==typeof t?{type:"textord",mode:e.mode,text:t}:e})),r=nt(e,t.withFont("mathrm"),!0);for(let e=0;e{let{parser:r,funcName:n}=e;const o=t[0];return{type:"operatorname",mode:r.mode,body:Ke(o),alwaysHandleSupSub:"\\operatornamewithlimits"===n,limits:!1,parentIsSupSub:!1}},htmlBuilder:on,mathmlBuilder:(e,t)=>{let r=xt(e.body,t.withFont("mathrm")),n=!0;for(let e=0;ee.toText())).join("");r=[new gt.TextNode(e)]}const o=new gt.MathNode("mi",r);o.setAttribute("mathvariant","normal");const s=new gt.MathNode("mo",[ft("\u2061","text")]);return e.parentIsSupSub?new gt.MathNode("mrow",[o,s]):gt.newDocumentFragment([o,s])}}),Br("\\operatorname","\\@ifstar\\operatornamewithlimits\\operatorname@"),$e({type:"ordgroup",htmlBuilder(e,t){return e.semisimple?Ve.makeFragment(nt(e.body,t,!1)):Ve.makeSpan(["mord"],nt(e.body,t,!0),t)},mathmlBuilder(e,t){return wt(e.body,t,!0)}}),je({type:"overline",names:["\\overline"],props:{numArgs:1},handler(e,t){let{parser:r}=e;const n=t[0];return{type:"overline",mode:r.mode,body:n}},htmlBuilder(e,t){const r=ht(e.body,t.havingCrampedStyle()),n=Ve.makeLineSpan("overline-line",t),o=t.fontMetrics().defaultRuleThickness,s=Ve.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r},{type:"kern",size:3*o},{type:"elem",elem:n},{type:"kern",size:o}]},t);return Ve.makeSpan(["mord","overline"],[s],t)},mathmlBuilder(e,t){const r=new gt.MathNode("mo",[new gt.TextNode("\u203e")]);r.setAttribute("stretchy","true");const n=new gt.MathNode("mover",[vt(e.body,t),r]);return n.setAttribute("accent","true"),n}}),je({type:"phantom",names:["\\phantom"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{let{parser:r}=e;const n=t[0];return{type:"phantom",mode:r.mode,body:Ke(n)}},htmlBuilder:(e,t)=>{const r=nt(e.body,t.withPhantom(),!1);return Ve.makeFragment(r)},mathmlBuilder:(e,t)=>{const r=xt(e.body,t);return new gt.MathNode("mphantom",r)}}),je({type:"hphantom",names:["\\hphantom"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{let{parser:r}=e;const n=t[0];return{type:"hphantom",mode:r.mode,body:n}},htmlBuilder:(e,t)=>{let r=Ve.makeSpan([],[ht(e.body,t.withPhantom())]);if(r.height=0,r.depth=0,r.children)for(let e=0;e{const r=xt(Ke(e.body),t),n=new gt.MathNode("mphantom",r),o=new gt.MathNode("mpadded",[n]);return o.setAttribute("height","0px"),o.setAttribute("depth","0px"),o}}),je({type:"vphantom",names:["\\vphantom"],props:{numArgs:1,allowedInText:!0},handler:(e,t)=>{let{parser:r}=e;const n=t[0];return{type:"vphantom",mode:r.mode,body:n}},htmlBuilder:(e,t)=>{const r=Ve.makeSpan(["inner"],[ht(e.body,t.withPhantom())]),n=Ve.makeSpan(["fix"],[]);return Ve.makeSpan(["mord","rlap"],[r,n],t)},mathmlBuilder:(e,t)=>{const r=xt(Ke(e.body),t),n=new gt.MathNode("mphantom",r),o=new gt.MathNode("mpadded",[n]);return o.setAttribute("width","0px"),o}}),je({type:"raisebox",names:["\\raisebox"],props:{numArgs:2,argTypes:["size","hbox"],allowedInText:!0},handler(e,t){let{parser:r}=e;const n=qt(t[0],"size").value,o=t[1];return{type:"raisebox",mode:r.mode,dy:n,body:o}},htmlBuilder(e,t){const r=ht(e.body,t),n=P(e.dy,t);return Ve.makeVList({positionType:"shift",positionData:-n,children:[{type:"elem",elem:r}]},t)},mathmlBuilder(e,t){const r=new gt.MathNode("mpadded",[vt(e.body,t)]),n=e.dy.number+e.dy.unit;return r.setAttribute("voffset",n),r}}),je({type:"internal",names:["\\relax"],props:{numArgs:0,allowedInText:!0},handler(e){let{parser:t}=e;return{type:"internal",mode:t.mode}}}),je({type:"rule",names:["\\rule"],props:{numArgs:2,numOptionalArgs:1,argTypes:["size","size","size"]},handler(e,t,r){let{parser:n}=e;const o=r[0],s=qt(t[0],"size"),i=qt(t[1],"size");return{type:"rule",mode:n.mode,shift:o&&qt(o,"size").value,width:s.value,height:i.value}},htmlBuilder(e,t){const r=Ve.makeSpan(["mord","rule"],[],t),n=P(e.width,t),o=P(e.height,t),s=e.shift?P(e.shift,t):0;return r.style.borderRightWidth=F(n),r.style.borderTopWidth=F(o),r.style.bottom=F(s),r.width=n,r.height=o+s,r.depth=-s,r.maxFontSize=1.125*o*t.sizeMultiplier,r},mathmlBuilder(e,t){const r=P(e.width,t),n=P(e.height,t),o=e.shift?P(e.shift,t):0,s=t.color&&t.getColor()||"black",i=new gt.MathNode("mspace");i.setAttribute("mathbackground",s),i.setAttribute("width",F(r)),i.setAttribute("height",F(n));const a=new gt.MathNode("mpadded",[i]);return o>=0?a.setAttribute("height",F(o)):(a.setAttribute("height",F(o)),a.setAttribute("depth",F(-o))),a.setAttribute("voffset",F(o)),a}});const an=["\\tiny","\\sixptsize","\\scriptsize","\\footnotesize","\\small","\\normalsize","\\large","\\Large","\\LARGE","\\huge","\\Huge"];je({type:"sizing",names:an,props:{numArgs:0,allowedInText:!0},handler:(e,t)=>{let{breakOnTokenText:r,funcName:n,parser:o}=e;const s=o.parseExpression(!1,r);return{type:"sizing",mode:o.mode,size:an.indexOf(n)+1,body:s}},htmlBuilder:(e,t)=>{const r=t.havingSize(e.size);return sn(e.body,r,t)},mathmlBuilder:(e,t)=>{const r=t.havingSize(e.size),n=xt(e.body,r),o=new gt.MathNode("mstyle",n);return o.setAttribute("mathsize",F(r.sizeMultiplier)),o}}),je({type:"smash",names:["\\smash"],props:{numArgs:1,numOptionalArgs:1,allowedInText:!0},handler:(e,t,r)=>{let{parser:n}=e,o=!1,s=!1;const i=r[0]&&qt(r[0],"ordgroup");if(i){let e="";for(let t=0;t{const r=Ve.makeSpan([],[ht(e.body,t)]);if(!e.smashHeight&&!e.smashDepth)return r;if(e.smashHeight&&(r.height=0,r.children))for(let e=0;e{const r=new gt.MathNode("mpadded",[vt(e.body,t)]);return e.smashHeight&&r.setAttribute("height","0px"),e.smashDepth&&r.setAttribute("depth","0px"),r}}),je({type:"sqrt",names:["\\sqrt"],props:{numArgs:1,numOptionalArgs:1},handler(e,t,r){let{parser:n}=e;const o=r[0],s=t[0];return{type:"sqrt",mode:n.mode,body:s,index:o}},htmlBuilder(e,t){let r=ht(e.body,t.havingCrampedStyle());0===r.height&&(r.height=t.fontMetrics().xHeight),r=Ve.wrapFragment(r,t);const n=t.fontMetrics().defaultRuleThickness;let o=n;t.style.idr.height+r.depth+s&&(s=(s+c-r.height-r.depth)/2);const m=a.height-r.height-s-l;r.style.paddingLeft=F(h);const p=Ve.makeVList({positionType:"firstBaseline",children:[{type:"elem",elem:r,wrapperClasses:["svg-align"]},{type:"kern",size:-(r.height+m)},{type:"elem",elem:a},{type:"kern",size:l}]},t);if(e.index){const r=t.havingStyle(w.SCRIPTSCRIPT),n=ht(e.index,r,t),o=.6*(p.height-p.depth),s=Ve.makeVList({positionType:"shift",positionData:-o,children:[{type:"elem",elem:n}]},t),i=Ve.makeSpan(["root"],[s]);return Ve.makeSpan(["mord","sqrt"],[i,p],t)}return Ve.makeSpan(["mord","sqrt"],[p],t)},mathmlBuilder(e,t){const{body:r,index:n}=e;return n?new gt.MathNode("mroot",[vt(r,t),vt(n,t)]):new gt.MathNode("msqrt",[vt(r,t)])}});const ln={display:w.DISPLAY,text:w.TEXT,script:w.SCRIPT,scriptscript:w.SCRIPTSCRIPT};je({type:"styling",names:["\\displaystyle","\\textstyle","\\scriptstyle","\\scriptscriptstyle"],props:{numArgs:0,allowedInText:!0,primitive:!0},handler(e,t){let{breakOnTokenText:r,funcName:n,parser:o}=e;const s=o.parseExpression(!0,r),i=n.slice(1,n.length-5);return{type:"styling",mode:o.mode,style:i,body:s}},htmlBuilder(e,t){const r=ln[e.style],n=t.havingStyle(r).withFont("");return sn(e.body,n,t)},mathmlBuilder(e,t){const r=ln[e.style],n=t.havingStyle(r),o=xt(e.body,n),s=new gt.MathNode("mstyle",o),i={display:["0","true"],text:["0","false"],script:["1","false"],scriptscript:["2","false"]}[e.style];return s.setAttribute("scriptlevel",i[0]),s.setAttribute("displaystyle",i[1]),s}});$e({type:"supsub",htmlBuilder(e,t){const r=function(e,t){const r=e.base;if(r)return"op"===r.type?r.limits&&(t.style.size===w.DISPLAY.size||r.alwaysHandleSupSub)?en:null:"operatorname"===r.type?r.alwaysHandleSupSub&&(t.style.size===w.DISPLAY.size||r.limits)?on:null:"accent"===r.type?l.isCharacterBox(r.base)?Ht:null:"horizBrace"===r.type&&!e.sub===r.isOver?$r:null;return null}(e,t);if(r)return r(e,t);const{base:n,sup:o,sub:s}=e,i=ht(n,t);let a,h;const c=t.fontMetrics();let m=0,p=0;const u=n&&l.isCharacterBox(n);if(o){const e=t.havingStyle(t.style.sup());a=ht(o,e,t),u||(m=i.height-e.fontMetrics().supDrop*e.sizeMultiplier/t.sizeMultiplier)}if(s){const e=t.havingStyle(t.style.sub());h=ht(s,e,t),u||(p=i.depth+e.fontMetrics().subDrop*e.sizeMultiplier/t.sizeMultiplier)}let d;d=t.style===w.DISPLAY?c.sup1:t.style.cramped?c.sup3:c.sup2;const g=t.sizeMultiplier,f=F(.5/c.ptPerEm/g);let b,y=null;if(h){const t=e.base&&"op"===e.base.type&&e.base.name&&("\\oiint"===e.base.name||"\\oiiint"===e.base.name);(i instanceof Z||t)&&(y=F(-i.italic))}if(a&&h){m=Math.max(m,d,a.depth+.25*c.xHeight),p=Math.max(p,c.sub2);const e=4*c.defaultRuleThickness;if(m-a.depth-(h.height-p)0&&(m+=t,p-=t)}const r=[{type:"elem",elem:h,shift:p,marginRight:f,marginLeft:y},{type:"elem",elem:a,shift:-m,marginRight:f}];b=Ve.makeVList({positionType:"individualShift",children:r},t)}else if(h){p=Math.max(p,c.sub1,h.height-.8*c.xHeight);const e=[{type:"elem",elem:h,marginLeft:y,marginRight:f}];b=Ve.makeVList({positionType:"shift",positionData:p,children:e},t)}else{if(!a)throw new Error("supsub must have either sup or sub.");m=Math.max(m,d,a.depth+.25*c.xHeight),b=Ve.makeVList({positionType:"shift",positionData:-m,children:[{type:"elem",elem:a,marginRight:f}]},t)}const x=at(i,"right")||"mord";return Ve.makeSpan([x],[i,Ve.makeSpan(["msupsub"],[b])],t)},mathmlBuilder(e,t){let r,n,o=!1;e.base&&"horizBrace"===e.base.type&&(n=!!e.sup,n===e.base.isOver&&(o=!0,r=e.base.isOver)),!e.base||"op"!==e.base.type&&"operatorname"!==e.base.type||(e.base.parentIsSupSub=!0);const s=[vt(e.base,t)];let i;if(e.sub&&s.push(vt(e.sub,t)),e.sup&&s.push(vt(e.sup,t)),o)i=r?"mover":"munder";else if(e.sub)if(e.sup){const r=e.base;i=r&&"op"===r.type&&r.limits&&t.style===w.DISPLAY||r&&"operatorname"===r.type&&r.alwaysHandleSupSub&&(t.style===w.DISPLAY||r.limits)?"munderover":"msubsup"}else{const r=e.base;i=r&&"op"===r.type&&r.limits&&(t.style===w.DISPLAY||r.alwaysHandleSupSub)||r&&"operatorname"===r.type&&r.alwaysHandleSupSub&&(r.limits||t.style===w.DISPLAY)?"munder":"msub"}else{const r=e.base;i=r&&"op"===r.type&&r.limits&&(t.style===w.DISPLAY||r.alwaysHandleSupSub)||r&&"operatorname"===r.type&&r.alwaysHandleSupSub&&(r.limits||t.style===w.DISPLAY)?"mover":"msup"}return new gt.MathNode(i,s)}}),$e({type:"atom",htmlBuilder(e,t){return Ve.mathsym(e.text,e.mode,t,["m"+e.family])},mathmlBuilder(e,t){const r=new gt.MathNode("mo",[ft(e.text,e.mode)]);if("bin"===e.family){const n=yt(e,t);"bold-italic"===n&&r.setAttribute("mathvariant",n)}else"punct"===e.family?r.setAttribute("separator","true"):"open"!==e.family&&"close"!==e.family||r.setAttribute("stretchy","false");return r}});const hn={mi:"italic",mn:"normal",mtext:"normal"};$e({type:"mathord",htmlBuilder(e,t){return Ve.makeOrd(e,t,"mathord")},mathmlBuilder(e,t){const r=new gt.MathNode("mi",[ft(e.text,e.mode,t)]),n=yt(e,t)||"italic";return n!==hn[r.type]&&r.setAttribute("mathvariant",n),r}}),$e({type:"textord",htmlBuilder(e,t){return Ve.makeOrd(e,t,"textord")},mathmlBuilder(e,t){const r=ft(e.text,e.mode,t),n=yt(e,t)||"normal";let o;return o="text"===e.mode?new gt.MathNode("mtext",[r]):/[0-9]/.test(e.text)?new gt.MathNode("mn",[r]):"\\prime"===e.text?new gt.MathNode("mo",[r]):new gt.MathNode("mi",[r]),n!==hn[o.type]&&o.setAttribute("mathvariant",n),o}});const cn={"\\nobreak":"nobreak","\\allowbreak":"allowbreak"},mn={" ":{},"\\ ":{},"~":{className:"nobreak"},"\\space":{},"\\nobreakspace":{className:"nobreak"}};$e({type:"spacing",htmlBuilder(e,t){if(mn.hasOwnProperty(e.text)){const r=mn[e.text].className||"";if("text"===e.mode){const n=Ve.makeOrd(e,t,"textord");return n.classes.push(r),n}return Ve.makeSpan(["mspace",r],[Ve.mathsym(e.text,e.mode,t)],t)}if(cn.hasOwnProperty(e.text))return Ve.makeSpan(["mspace",cn[e.text]],[],t);throw new n('Unknown type of space "'+e.text+'"')},mathmlBuilder(e,t){let r;if(!mn.hasOwnProperty(e.text)){if(cn.hasOwnProperty(e.text))return new gt.MathNode("mspace");throw new n('Unknown type of space "'+e.text+'"')}return r=new gt.MathNode("mtext",[new gt.TextNode("\xa0")]),r}});const pn=()=>{const e=new gt.MathNode("mtd",[]);return e.setAttribute("width","50%"),e};$e({type:"tag",mathmlBuilder(e,t){const r=new gt.MathNode("mtable",[new gt.MathNode("mtr",[pn(),new gt.MathNode("mtd",[wt(e.body,t)]),pn(),new gt.MathNode("mtd",[wt(e.tag,t)])])]);return r.setAttribute("width","100%"),r}});const un={"\\text":void 0,"\\textrm":"textrm","\\textsf":"textsf","\\texttt":"texttt","\\textnormal":"textrm"},dn={"\\textbf":"textbf","\\textmd":"textmd"},gn={"\\textit":"textit","\\textup":"textup"},fn=(e,t)=>{const r=e.font;return r?un[r]?t.withTextFontFamily(un[r]):dn[r]?t.withTextFontWeight(dn[r]):"\\emph"===r?"textit"===t.fontShape?t.withTextFontShape("textup"):t.withTextFontShape("textit"):t.withTextFontShape(gn[r]):t};je({type:"text",names:["\\text","\\textrm","\\textsf","\\texttt","\\textnormal","\\textbf","\\textmd","\\textit","\\textup","\\emph"],props:{numArgs:1,argTypes:["text"],allowedInArgument:!0,allowedInText:!0},handler(e,t){let{parser:r,funcName:n}=e;const o=t[0];return{type:"text",mode:r.mode,body:Ke(o),font:n}},htmlBuilder(e,t){const r=fn(e,t),n=nt(e.body,r,!0);return Ve.makeSpan(["mord","text"],n,r)},mathmlBuilder(e,t){const r=fn(e,t);return wt(e.body,r)}}),je({type:"underline",names:["\\underline"],props:{numArgs:1,allowedInText:!0},handler(e,t){let{parser:r}=e;return{type:"underline",mode:r.mode,body:t[0]}},htmlBuilder(e,t){const r=ht(e.body,t),n=Ve.makeLineSpan("underline-line",t),o=t.fontMetrics().defaultRuleThickness,s=Ve.makeVList({positionType:"top",positionData:r.height,children:[{type:"kern",size:o},{type:"elem",elem:n},{type:"kern",size:3*o},{type:"elem",elem:r}]},t);return Ve.makeSpan(["mord","underline"],[s],t)},mathmlBuilder(e,t){const r=new gt.MathNode("mo",[new gt.TextNode("\u203e")]);r.setAttribute("stretchy","true");const n=new gt.MathNode("munder",[vt(e.body,t),r]);return n.setAttribute("accentunder","true"),n}}),je({type:"vcenter",names:["\\vcenter"],props:{numArgs:1,argTypes:["original"],allowedInText:!1},handler(e,t){let{parser:r}=e;return{type:"vcenter",mode:r.mode,body:t[0]}},htmlBuilder(e,t){const r=ht(e.body,t),n=t.fontMetrics().axisHeight,o=.5*(r.height-n-(r.depth+n));return Ve.makeVList({positionType:"shift",positionData:o,children:[{type:"elem",elem:r}]},t)},mathmlBuilder(e,t){return new gt.MathNode("mpadded",[vt(e.body,t)],["vcenter"])}}),je({type:"verb",names:["\\verb"],props:{numArgs:0,allowedInText:!0},handler(e,t,r){throw new n("\\verb ended by end of line instead of matching delimiter")},htmlBuilder(e,t){const r=bn(e),n=[],o=t.havingStyle(t.style.text());for(let t=0;te.body.replace(/ /g,e.star?"\u2423":"\xa0");var yn=Xe;const xn="[ \r\n\t]",wn="(\\\\[a-zA-Z@]+)"+xn+"*",vn="[\u0300-\u036f]",kn=new RegExp(vn+"+$"),Sn="("+xn+"+)|\\\\(\n|[ \r\t]+\n?)[ \r\t]*|([!-\\[\\]-\u2027\u202a-\ud7ff\uf900-\uffff]"+vn+"*|[\ud800-\udbff][\udc00-\udfff]"+vn+"*|\\\\verb\\*([^]).*?\\4|\\\\verb([^*a-zA-Z]).*?\\5|"+wn+"|\\\\[^\ud800-\udfff])";class Mn{constructor(e,t){this.input=void 0,this.settings=void 0,this.tokenRegex=void 0,this.catcodes=void 0,this.input=e,this.settings=t,this.tokenRegex=new RegExp(Sn,"g"),this.catcodes={"%":14,"~":13}}setCatcode(e,t){this.catcodes[e]=t}lex(){const e=this.input,t=this.tokenRegex.lastIndex;if(t===e.length)return new Nr("EOF",new Cr(this,t,t));const r=this.tokenRegex.exec(e);if(null===r||r.index!==t)throw new n("Unexpected character: '"+e[t]+"'",new Nr(e[t],new Cr(this,t,t+1)));const o=r[6]||r[3]||(r[2]?"\\ ":" ");if(14===this.catcodes[o]){const t=e.indexOf("\n",this.tokenRegex.lastIndex);return-1===t?(this.tokenRegex.lastIndex=e.length,this.settings.reportNonstrict("commentAtEnd","% comment has no terminating newline; LaTeX would fail because of commenting the end of math mode (e.g. $)")):this.tokenRegex.lastIndex=t+1,this.lex()}return new Nr(o,new Cr(this,t,this.tokenRegex.lastIndex))}}class zn{constructor(e,t){void 0===e&&(e={}),void 0===t&&(t={}),this.current=void 0,this.builtins=void 0,this.undefStack=void 0,this.current=t,this.builtins=e,this.undefStack=[]}beginGroup(){this.undefStack.push({})}endGroup(){if(0===this.undefStack.length)throw new n("Unbalanced namespace destruction: attempt to pop global namespace; please report this as a bug");const e=this.undefStack.pop();for(const t in e)e.hasOwnProperty(t)&&(null==e[t]?delete this.current[t]:this.current[t]=e[t])}endGroups(){for(;this.undefStack.length>0;)this.endGroup()}has(e){return this.current.hasOwnProperty(e)||this.builtins.hasOwnProperty(e)}get(e){return this.current.hasOwnProperty(e)?this.current[e]:this.builtins[e]}set(e,t,r){if(void 0===r&&(r=!1),r){for(let t=0;t0&&(this.undefStack[this.undefStack.length-1][e]=t)}else{const t=this.undefStack[this.undefStack.length-1];t&&!t.hasOwnProperty(e)&&(t[e]=this.current[e])}null==t?delete this.current[e]:this.current[e]=t}}var An=Tr;Br("\\noexpand",(function(e){const t=e.popToken();return e.isExpandable(t.text)&&(t.noexpand=!0,t.treatAsRelax=!0),{tokens:[t],numArgs:0}})),Br("\\expandafter",(function(e){const t=e.popToken();return e.expandOnce(!0),{tokens:[t],numArgs:0}})),Br("\\@firstoftwo",(function(e){return{tokens:e.consumeArgs(2)[0],numArgs:0}})),Br("\\@secondoftwo",(function(e){return{tokens:e.consumeArgs(2)[1],numArgs:0}})),Br("\\@ifnextchar",(function(e){const t=e.consumeArgs(3);e.consumeSpaces();const r=e.future();return 1===t[0].length&&t[0][0].text===r.text?{tokens:t[1],numArgs:0}:{tokens:t[2],numArgs:0}})),Br("\\@ifstar","\\@ifnextchar *{\\@firstoftwo{#1}}"),Br("\\TextOrMath",(function(e){const t=e.consumeArgs(2);return"text"===e.mode?{tokens:t[0],numArgs:0}:{tokens:t[1],numArgs:0}}));const Tn={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,a:10,A:10,b:11,B:11,c:12,C:12,d:13,D:13,e:14,E:14,f:15,F:15};Br("\\char",(function(e){let t,r=e.popToken(),o="";if("'"===r.text)t=8,r=e.popToken();else if('"'===r.text)t=16,r=e.popToken();else if("`"===r.text)if(r=e.popToken(),"\\"===r.text[0])o=r.text.charCodeAt(1);else{if("EOF"===r.text)throw new n("\\char` missing argument");o=r.text.charCodeAt(0)}else t=10;if(t){if(o=Tn[r.text],null==o||o>=t)throw new n("Invalid base-"+t+" digit "+r.text);let s;for(;null!=(s=Tn[e.future().text])&&s{let o=e.consumeArg().tokens;if(1!==o.length)throw new n("\\newcommand's first argument must be a macro name");const s=o[0].text,i=e.isDefined(s);if(i&&!t)throw new n("\\newcommand{"+s+"} attempting to redefine "+s+"; use \\renewcommand");if(!i&&!r)throw new n("\\renewcommand{"+s+"} when command "+s+" does not yet exist; use \\newcommand");let a=0;if(o=e.consumeArg().tokens,1===o.length&&"["===o[0].text){let t="",r=e.expandNextToken();for(;"]"!==r.text&&"EOF"!==r.text;)t+=r.text,r=e.expandNextToken();if(!t.match(/^\s*[0-9]+\s*$/))throw new n("Invalid number of arguments: "+t);a=parseInt(t),o=e.consumeArg().tokens}return e.macros.set(s,{tokens:o,numArgs:a}),""};Br("\\newcommand",(e=>Bn(e,!1,!0))),Br("\\renewcommand",(e=>Bn(e,!0,!1))),Br("\\providecommand",(e=>Bn(e,!0,!0))),Br("\\message",(e=>{const t=e.consumeArgs(1)[0];return console.log(t.reverse().map((e=>e.text)).join("")),""})),Br("\\errmessage",(e=>{const t=e.consumeArgs(1)[0];return console.error(t.reverse().map((e=>e.text)).join("")),""})),Br("\\show",(e=>{const t=e.popToken(),r=t.text;return console.log(t,e.macros.get(r),yn[r],oe.math[r],oe.text[r]),""})),Br("\\bgroup","{"),Br("\\egroup","}"),Br("~","\\nobreakspace"),Br("\\lq","`"),Br("\\rq","'"),Br("\\aa","\\r a"),Br("\\AA","\\r A"),Br("\\textcopyright","\\html@mathml{\\textcircled{c}}{\\char`\xa9}"),Br("\\copyright","\\TextOrMath{\\textcopyright}{\\text{\\textcopyright}}"),Br("\\textregistered","\\html@mathml{\\textcircled{\\scriptsize R}}{\\char`\xae}"),Br("\u212c","\\mathscr{B}"),Br("\u2130","\\mathscr{E}"),Br("\u2131","\\mathscr{F}"),Br("\u210b","\\mathscr{H}"),Br("\u2110","\\mathscr{I}"),Br("\u2112","\\mathscr{L}"),Br("\u2133","\\mathscr{M}"),Br("\u211b","\\mathscr{R}"),Br("\u212d","\\mathfrak{C}"),Br("\u210c","\\mathfrak{H}"),Br("\u2128","\\mathfrak{Z}"),Br("\\Bbbk","\\Bbb{k}"),Br("\xb7","\\cdotp"),Br("\\llap","\\mathllap{\\textrm{#1}}"),Br("\\rlap","\\mathrlap{\\textrm{#1}}"),Br("\\clap","\\mathclap{\\textrm{#1}}"),Br("\\mathstrut","\\vphantom{(}"),Br("\\underbar","\\underline{\\text{#1}}"),Br("\\not",'\\html@mathml{\\mathrel{\\mathrlap\\@not}}{\\char"338}'),Br("\\neq","\\html@mathml{\\mathrel{\\not=}}{\\mathrel{\\char`\u2260}}"),Br("\\ne","\\neq"),Br("\u2260","\\neq"),Br("\\notin","\\html@mathml{\\mathrel{{\\in}\\mathllap{/\\mskip1mu}}}{\\mathrel{\\char`\u2209}}"),Br("\u2209","\\notin"),Br("\u2258","\\html@mathml{\\mathrel{=\\kern{-1em}\\raisebox{0.4em}{$\\scriptsize\\frown$}}}{\\mathrel{\\char`\u2258}}"),Br("\u2259","\\html@mathml{\\stackrel{\\tiny\\wedge}{=}}{\\mathrel{\\char`\u2258}}"),Br("\u225a","\\html@mathml{\\stackrel{\\tiny\\vee}{=}}{\\mathrel{\\char`\u225a}}"),Br("\u225b","\\html@mathml{\\stackrel{\\scriptsize\\star}{=}}{\\mathrel{\\char`\u225b}}"),Br("\u225d","\\html@mathml{\\stackrel{\\tiny\\mathrm{def}}{=}}{\\mathrel{\\char`\u225d}}"),Br("\u225e","\\html@mathml{\\stackrel{\\tiny\\mathrm{m}}{=}}{\\mathrel{\\char`\u225e}}"),Br("\u225f","\\html@mathml{\\stackrel{\\tiny?}{=}}{\\mathrel{\\char`\u225f}}"),Br("\u27c2","\\perp"),Br("\u203c","\\mathclose{!\\mkern-0.8mu!}"),Br("\u220c","\\notni"),Br("\u231c","\\ulcorner"),Br("\u231d","\\urcorner"),Br("\u231e","\\llcorner"),Br("\u231f","\\lrcorner"),Br("\xa9","\\copyright"),Br("\xae","\\textregistered"),Br("\ufe0f","\\textregistered"),Br("\\ulcorner",'\\html@mathml{\\@ulcorner}{\\mathop{\\char"231c}}'),Br("\\urcorner",'\\html@mathml{\\@urcorner}{\\mathop{\\char"231d}}'),Br("\\llcorner",'\\html@mathml{\\@llcorner}{\\mathop{\\char"231e}}'),Br("\\lrcorner",'\\html@mathml{\\@lrcorner}{\\mathop{\\char"231f}}'),Br("\\vdots","\\mathord{\\varvdots\\rule{0pt}{15pt}}"),Br("\u22ee","\\vdots"),Br("\\varGamma","\\mathit{\\Gamma}"),Br("\\varDelta","\\mathit{\\Delta}"),Br("\\varTheta","\\mathit{\\Theta}"),Br("\\varLambda","\\mathit{\\Lambda}"),Br("\\varXi","\\mathit{\\Xi}"),Br("\\varPi","\\mathit{\\Pi}"),Br("\\varSigma","\\mathit{\\Sigma}"),Br("\\varUpsilon","\\mathit{\\Upsilon}"),Br("\\varPhi","\\mathit{\\Phi}"),Br("\\varPsi","\\mathit{\\Psi}"),Br("\\varOmega","\\mathit{\\Omega}"),Br("\\substack","\\begin{subarray}{c}#1\\end{subarray}"),Br("\\colon","\\nobreak\\mskip2mu\\mathpunct{}\\mathchoice{\\mkern-3mu}{\\mkern-3mu}{}{}{:}\\mskip6mu\\relax"),Br("\\boxed","\\fbox{$\\displaystyle{#1}$}"),Br("\\iff","\\DOTSB\\;\\Longleftrightarrow\\;"),Br("\\implies","\\DOTSB\\;\\Longrightarrow\\;"),Br("\\impliedby","\\DOTSB\\;\\Longleftarrow\\;");const Cn={",":"\\dotsc","\\not":"\\dotsb","+":"\\dotsb","=":"\\dotsb","<":"\\dotsb",">":"\\dotsb","-":"\\dotsb","*":"\\dotsb",":":"\\dotsb","\\DOTSB":"\\dotsb","\\coprod":"\\dotsb","\\bigvee":"\\dotsb","\\bigwedge":"\\dotsb","\\biguplus":"\\dotsb","\\bigcap":"\\dotsb","\\bigcup":"\\dotsb","\\prod":"\\dotsb","\\sum":"\\dotsb","\\bigotimes":"\\dotsb","\\bigoplus":"\\dotsb","\\bigodot":"\\dotsb","\\bigsqcup":"\\dotsb","\\And":"\\dotsb","\\longrightarrow":"\\dotsb","\\Longrightarrow":"\\dotsb","\\longleftarrow":"\\dotsb","\\Longleftarrow":"\\dotsb","\\longleftrightarrow":"\\dotsb","\\Longleftrightarrow":"\\dotsb","\\mapsto":"\\dotsb","\\longmapsto":"\\dotsb","\\hookrightarrow":"\\dotsb","\\doteq":"\\dotsb","\\mathbin":"\\dotsb","\\mathrel":"\\dotsb","\\relbar":"\\dotsb","\\Relbar":"\\dotsb","\\xrightarrow":"\\dotsb","\\xleftarrow":"\\dotsb","\\DOTSI":"\\dotsi","\\int":"\\dotsi","\\oint":"\\dotsi","\\iint":"\\dotsi","\\iiint":"\\dotsi","\\iiiint":"\\dotsi","\\idotsint":"\\dotsi","\\DOTSX":"\\dotsx"};Br("\\dots",(function(e){let t="\\dotso";const r=e.expandAfterFuture().text;return r in Cn?t=Cn[r]:("\\not"===r.slice(0,4)||r in oe.math&&l.contains(["bin","rel"],oe.math[r].group))&&(t="\\dotsb"),t}));const Nn={")":!0,"]":!0,"\\rbrack":!0,"\\}":!0,"\\rbrace":!0,"\\rangle":!0,"\\rceil":!0,"\\rfloor":!0,"\\rgroup":!0,"\\rmoustache":!0,"\\right":!0,"\\bigr":!0,"\\biggr":!0,"\\Bigr":!0,"\\Biggr":!0,$:!0,";":!0,".":!0,",":!0};Br("\\dotso",(function(e){return e.future().text in Nn?"\\ldots\\,":"\\ldots"})),Br("\\dotsc",(function(e){const t=e.future().text;return t in Nn&&","!==t?"\\ldots\\,":"\\ldots"})),Br("\\cdots",(function(e){return e.future().text in Nn?"\\@cdots\\,":"\\@cdots"})),Br("\\dotsb","\\cdots"),Br("\\dotsm","\\cdots"),Br("\\dotsi","\\!\\cdots"),Br("\\dotsx","\\ldots\\,"),Br("\\DOTSI","\\relax"),Br("\\DOTSB","\\relax"),Br("\\DOTSX","\\relax"),Br("\\tmspace","\\TextOrMath{\\kern#1#3}{\\mskip#1#2}\\relax"),Br("\\,","\\tmspace+{3mu}{.1667em}"),Br("\\thinspace","\\,"),Br("\\>","\\mskip{4mu}"),Br("\\:","\\tmspace+{4mu}{.2222em}"),Br("\\medspace","\\:"),Br("\\;","\\tmspace+{5mu}{.2777em}"),Br("\\thickspace","\\;"),Br("\\!","\\tmspace-{3mu}{.1667em}"),Br("\\negthinspace","\\!"),Br("\\negmedspace","\\tmspace-{4mu}{.2222em}"),Br("\\negthickspace","\\tmspace-{5mu}{.277em}"),Br("\\enspace","\\kern.5em "),Br("\\enskip","\\hskip.5em\\relax"),Br("\\quad","\\hskip1em\\relax"),Br("\\qquad","\\hskip2em\\relax"),Br("\\tag","\\@ifstar\\tag@literal\\tag@paren"),Br("\\tag@paren","\\tag@literal{({#1})}"),Br("\\tag@literal",(e=>{if(e.macros.get("\\df@tag"))throw new n("Multiple \\tag");return"\\gdef\\df@tag{\\text{#1}}"})),Br("\\bmod","\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}\\mathbin{\\rm mod}\\mathchoice{\\mskip1mu}{\\mskip1mu}{\\mskip5mu}{\\mskip5mu}"),Br("\\pod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern8mu}{\\mkern8mu}{\\mkern8mu}(#1)"),Br("\\pmod","\\pod{{\\rm mod}\\mkern6mu#1}"),Br("\\mod","\\allowbreak\\mathchoice{\\mkern18mu}{\\mkern12mu}{\\mkern12mu}{\\mkern12mu}{\\rm mod}\\,\\,#1"),Br("\\newline","\\\\\\relax"),Br("\\TeX","\\textrm{\\html@mathml{T\\kern-.1667em\\raisebox{-.5ex}{E}\\kern-.125emX}{TeX}}");const qn=F(T["Main-Regular"]["T".charCodeAt(0)][1]-.7*T["Main-Regular"]["A".charCodeAt(0)][1]);Br("\\LaTeX","\\textrm{\\html@mathml{L\\kern-.36em\\raisebox{"+qn+"}{\\scriptstyle A}\\kern-.15em\\TeX}{LaTeX}}"),Br("\\KaTeX","\\textrm{\\html@mathml{K\\kern-.17em\\raisebox{"+qn+"}{\\scriptstyle A}\\kern-.15em\\TeX}{KaTeX}}"),Br("\\hspace","\\@ifstar\\@hspacer\\@hspace"),Br("\\@hspace","\\hskip #1\\relax"),Br("\\@hspacer","\\rule{0pt}{0pt}\\hskip #1\\relax"),Br("\\ordinarycolon",":"),Br("\\vcentcolon","\\mathrel{\\mathop\\ordinarycolon}"),Br("\\dblcolon",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-.9mu}\\vcentcolon}}{\\mathop{\\char"2237}}'),Br("\\coloneqq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2254}}'),Br("\\Coloneqq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}=}}{\\mathop{\\char"2237\\char"3d}}'),Br("\\coloneq",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"3a\\char"2212}}'),Br("\\Coloneq",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\mathrel{-}}}{\\mathop{\\char"2237\\char"2212}}'),Br("\\eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2255}}'),Br("\\Eqqcolon",'\\html@mathml{\\mathrel{=\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"3d\\char"2237}}'),Br("\\eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\vcentcolon}}{\\mathop{\\char"2239}}'),Br("\\Eqcolon",'\\html@mathml{\\mathrel{\\mathrel{-}\\mathrel{\\mkern-1.2mu}\\dblcolon}}{\\mathop{\\char"2212\\char"2237}}'),Br("\\colonapprox",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"3a\\char"2248}}'),Br("\\Colonapprox",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\approx}}{\\mathop{\\char"2237\\char"2248}}'),Br("\\colonsim",'\\html@mathml{\\mathrel{\\vcentcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"3a\\char"223c}}'),Br("\\Colonsim",'\\html@mathml{\\mathrel{\\dblcolon\\mathrel{\\mkern-1.2mu}\\sim}}{\\mathop{\\char"2237\\char"223c}}'),Br("\u2237","\\dblcolon"),Br("\u2239","\\eqcolon"),Br("\u2254","\\coloneqq"),Br("\u2255","\\eqqcolon"),Br("\u2a74","\\Coloneqq"),Br("\\ratio","\\vcentcolon"),Br("\\coloncolon","\\dblcolon"),Br("\\colonequals","\\coloneqq"),Br("\\coloncolonequals","\\Coloneqq"),Br("\\equalscolon","\\eqqcolon"),Br("\\equalscoloncolon","\\Eqqcolon"),Br("\\colonminus","\\coloneq"),Br("\\coloncolonminus","\\Coloneq"),Br("\\minuscolon","\\eqcolon"),Br("\\minuscoloncolon","\\Eqcolon"),Br("\\coloncolonapprox","\\Colonapprox"),Br("\\coloncolonsim","\\Colonsim"),Br("\\simcolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),Br("\\simcoloncolon","\\mathrel{\\sim\\mathrel{\\mkern-1.2mu}\\dblcolon}"),Br("\\approxcolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\vcentcolon}"),Br("\\approxcoloncolon","\\mathrel{\\approx\\mathrel{\\mkern-1.2mu}\\dblcolon}"),Br("\\notni","\\html@mathml{\\not\\ni}{\\mathrel{\\char`\u220c}}"),Br("\\limsup","\\DOTSB\\operatorname*{lim\\,sup}"),Br("\\liminf","\\DOTSB\\operatorname*{lim\\,inf}"),Br("\\injlim","\\DOTSB\\operatorname*{inj\\,lim}"),Br("\\projlim","\\DOTSB\\operatorname*{proj\\,lim}"),Br("\\varlimsup","\\DOTSB\\operatorname*{\\overline{lim}}"),Br("\\varliminf","\\DOTSB\\operatorname*{\\underline{lim}}"),Br("\\varinjlim","\\DOTSB\\operatorname*{\\underrightarrow{lim}}"),Br("\\varprojlim","\\DOTSB\\operatorname*{\\underleftarrow{lim}}"),Br("\\gvertneqq","\\html@mathml{\\@gvertneqq}{\u2269}"),Br("\\lvertneqq","\\html@mathml{\\@lvertneqq}{\u2268}"),Br("\\ngeqq","\\html@mathml{\\@ngeqq}{\u2271}"),Br("\\ngeqslant","\\html@mathml{\\@ngeqslant}{\u2271}"),Br("\\nleqq","\\html@mathml{\\@nleqq}{\u2270}"),Br("\\nleqslant","\\html@mathml{\\@nleqslant}{\u2270}"),Br("\\nshortmid","\\html@mathml{\\@nshortmid}{\u2224}"),Br("\\nshortparallel","\\html@mathml{\\@nshortparallel}{\u2226}"),Br("\\nsubseteqq","\\html@mathml{\\@nsubseteqq}{\u2288}"),Br("\\nsupseteqq","\\html@mathml{\\@nsupseteqq}{\u2289}"),Br("\\varsubsetneq","\\html@mathml{\\@varsubsetneq}{\u228a}"),Br("\\varsubsetneqq","\\html@mathml{\\@varsubsetneqq}{\u2acb}"),Br("\\varsupsetneq","\\html@mathml{\\@varsupsetneq}{\u228b}"),Br("\\varsupsetneqq","\\html@mathml{\\@varsupsetneqq}{\u2acc}"),Br("\\imath","\\html@mathml{\\@imath}{\u0131}"),Br("\\jmath","\\html@mathml{\\@jmath}{\u0237}"),Br("\\llbracket","\\html@mathml{\\mathopen{[\\mkern-3.2mu[}}{\\mathopen{\\char`\u27e6}}"),Br("\\rrbracket","\\html@mathml{\\mathclose{]\\mkern-3.2mu]}}{\\mathclose{\\char`\u27e7}}"),Br("\u27e6","\\llbracket"),Br("\u27e7","\\rrbracket"),Br("\\lBrace","\\html@mathml{\\mathopen{\\{\\mkern-3.2mu[}}{\\mathopen{\\char`\u2983}}"),Br("\\rBrace","\\html@mathml{\\mathclose{]\\mkern-3.2mu\\}}}{\\mathclose{\\char`\u2984}}"),Br("\u2983","\\lBrace"),Br("\u2984","\\rBrace"),Br("\\minuso","\\mathbin{\\html@mathml{{\\mathrlap{\\mathchoice{\\kern{0.145em}}{\\kern{0.145em}}{\\kern{0.1015em}}{\\kern{0.0725em}}\\circ}{-}}}{\\char`\u29b5}}"),Br("\u29b5","\\minuso"),Br("\\darr","\\downarrow"),Br("\\dArr","\\Downarrow"),Br("\\Darr","\\Downarrow"),Br("\\lang","\\langle"),Br("\\rang","\\rangle"),Br("\\uarr","\\uparrow"),Br("\\uArr","\\Uparrow"),Br("\\Uarr","\\Uparrow"),Br("\\N","\\mathbb{N}"),Br("\\R","\\mathbb{R}"),Br("\\Z","\\mathbb{Z}"),Br("\\alef","\\aleph"),Br("\\alefsym","\\aleph"),Br("\\Alpha","\\mathrm{A}"),Br("\\Beta","\\mathrm{B}"),Br("\\bull","\\bullet"),Br("\\Chi","\\mathrm{X}"),Br("\\clubs","\\clubsuit"),Br("\\cnums","\\mathbb{C}"),Br("\\Complex","\\mathbb{C}"),Br("\\Dagger","\\ddagger"),Br("\\diamonds","\\diamondsuit"),Br("\\empty","\\emptyset"),Br("\\Epsilon","\\mathrm{E}"),Br("\\Eta","\\mathrm{H}"),Br("\\exist","\\exists"),Br("\\harr","\\leftrightarrow"),Br("\\hArr","\\Leftrightarrow"),Br("\\Harr","\\Leftrightarrow"),Br("\\hearts","\\heartsuit"),Br("\\image","\\Im"),Br("\\infin","\\infty"),Br("\\Iota","\\mathrm{I}"),Br("\\isin","\\in"),Br("\\Kappa","\\mathrm{K}"),Br("\\larr","\\leftarrow"),Br("\\lArr","\\Leftarrow"),Br("\\Larr","\\Leftarrow"),Br("\\lrarr","\\leftrightarrow"),Br("\\lrArr","\\Leftrightarrow"),Br("\\Lrarr","\\Leftrightarrow"),Br("\\Mu","\\mathrm{M}"),Br("\\natnums","\\mathbb{N}"),Br("\\Nu","\\mathrm{N}"),Br("\\Omicron","\\mathrm{O}"),Br("\\plusmn","\\pm"),Br("\\rarr","\\rightarrow"),Br("\\rArr","\\Rightarrow"),Br("\\Rarr","\\Rightarrow"),Br("\\real","\\Re"),Br("\\reals","\\mathbb{R}"),Br("\\Reals","\\mathbb{R}"),Br("\\Rho","\\mathrm{P}"),Br("\\sdot","\\cdot"),Br("\\sect","\\S"),Br("\\spades","\\spadesuit"),Br("\\sub","\\subset"),Br("\\sube","\\subseteq"),Br("\\supe","\\supseteq"),Br("\\Tau","\\mathrm{T}"),Br("\\thetasym","\\vartheta"),Br("\\weierp","\\wp"),Br("\\Zeta","\\mathrm{Z}"),Br("\\argmin","\\DOTSB\\operatorname*{arg\\,min}"),Br("\\argmax","\\DOTSB\\operatorname*{arg\\,max}"),Br("\\plim","\\DOTSB\\mathop{\\operatorname{plim}}\\limits"),Br("\\bra","\\mathinner{\\langle{#1}|}"),Br("\\ket","\\mathinner{|{#1}\\rangle}"),Br("\\braket","\\mathinner{\\langle{#1}\\rangle}"),Br("\\Bra","\\left\\langle#1\\right|"),Br("\\Ket","\\left|#1\\right\\rangle");const In=e=>t=>{const r=t.consumeArg().tokens,n=t.consumeArg().tokens,o=t.consumeArg().tokens,s=t.consumeArg().tokens,i=t.macros.get("|"),a=t.macros.get("\\|");t.macros.beginGroup();const l=t=>r=>{e&&(r.macros.set("|",i),o.length&&r.macros.set("\\|",a));let s=t;if(!t&&o.length){"|"===r.future().text&&(r.popToken(),s=!0)}return{tokens:s?o:n,numArgs:0}};t.macros.set("|",l(!1)),o.length&&t.macros.set("\\|",l(!0));const h=t.consumeArg().tokens,c=t.expandTokens([...s,...h,...r]);return t.macros.endGroup(),{tokens:c.reverse(),numArgs:0}};Br("\\bra@ket",In(!1)),Br("\\bra@set",In(!0)),Br("\\Braket","\\bra@ket{\\left\\langle}{\\,\\middle\\vert\\,}{\\,\\middle\\vert\\,}{\\right\\rangle}"),Br("\\Set","\\bra@set{\\left\\{\\:}{\\;\\middle\\vert\\;}{\\;\\middle\\Vert\\;}{\\:\\right\\}}"),Br("\\set","\\bra@set{\\{\\,}{\\mid}{}{\\,\\}}"),Br("\\angln","{\\angl n}"),Br("\\blue","\\textcolor{##6495ed}{#1}"),Br("\\orange","\\textcolor{##ffa500}{#1}"),Br("\\pink","\\textcolor{##ff00af}{#1}"),Br("\\red","\\textcolor{##df0030}{#1}"),Br("\\green","\\textcolor{##28ae7b}{#1}"),Br("\\gray","\\textcolor{gray}{#1}"),Br("\\purple","\\textcolor{##9d38bd}{#1}"),Br("\\blueA","\\textcolor{##ccfaff}{#1}"),Br("\\blueB","\\textcolor{##80f6ff}{#1}"),Br("\\blueC","\\textcolor{##63d9ea}{#1}"),Br("\\blueD","\\textcolor{##11accd}{#1}"),Br("\\blueE","\\textcolor{##0c7f99}{#1}"),Br("\\tealA","\\textcolor{##94fff5}{#1}"),Br("\\tealB","\\textcolor{##26edd5}{#1}"),Br("\\tealC","\\textcolor{##01d1c1}{#1}"),Br("\\tealD","\\textcolor{##01a995}{#1}"),Br("\\tealE","\\textcolor{##208170}{#1}"),Br("\\greenA","\\textcolor{##b6ffb0}{#1}"),Br("\\greenB","\\textcolor{##8af281}{#1}"),Br("\\greenC","\\textcolor{##74cf70}{#1}"),Br("\\greenD","\\textcolor{##1fab54}{#1}"),Br("\\greenE","\\textcolor{##0d923f}{#1}"),Br("\\goldA","\\textcolor{##ffd0a9}{#1}"),Br("\\goldB","\\textcolor{##ffbb71}{#1}"),Br("\\goldC","\\textcolor{##ff9c39}{#1}"),Br("\\goldD","\\textcolor{##e07d10}{#1}"),Br("\\goldE","\\textcolor{##a75a05}{#1}"),Br("\\redA","\\textcolor{##fca9a9}{#1}"),Br("\\redB","\\textcolor{##ff8482}{#1}"),Br("\\redC","\\textcolor{##f9685d}{#1}"),Br("\\redD","\\textcolor{##e84d39}{#1}"),Br("\\redE","\\textcolor{##bc2612}{#1}"),Br("\\maroonA","\\textcolor{##ffbde0}{#1}"),Br("\\maroonB","\\textcolor{##ff92c6}{#1}"),Br("\\maroonC","\\textcolor{##ed5fa6}{#1}"),Br("\\maroonD","\\textcolor{##ca337c}{#1}"),Br("\\maroonE","\\textcolor{##9e034e}{#1}"),Br("\\purpleA","\\textcolor{##ddd7ff}{#1}"),Br("\\purpleB","\\textcolor{##c6b9fc}{#1}"),Br("\\purpleC","\\textcolor{##aa87ff}{#1}"),Br("\\purpleD","\\textcolor{##7854ab}{#1}"),Br("\\purpleE","\\textcolor{##543b78}{#1}"),Br("\\mintA","\\textcolor{##f5f9e8}{#1}"),Br("\\mintB","\\textcolor{##edf2df}{#1}"),Br("\\mintC","\\textcolor{##e0e5cc}{#1}"),Br("\\grayA","\\textcolor{##f6f7f7}{#1}"),Br("\\grayB","\\textcolor{##f0f1f2}{#1}"),Br("\\grayC","\\textcolor{##e3e5e6}{#1}"),Br("\\grayD","\\textcolor{##d6d8da}{#1}"),Br("\\grayE","\\textcolor{##babec2}{#1}"),Br("\\grayF","\\textcolor{##888d93}{#1}"),Br("\\grayG","\\textcolor{##626569}{#1}"),Br("\\grayH","\\textcolor{##3b3e40}{#1}"),Br("\\grayI","\\textcolor{##21242c}{#1}"),Br("\\kaBlue","\\textcolor{##314453}{#1}"),Br("\\kaGreen","\\textcolor{##71B307}{#1}");const Rn={"^":!0,_:!0,"\\limits":!0,"\\nolimits":!0};class Hn{constructor(e,t,r){this.settings=void 0,this.expansionCount=void 0,this.lexer=void 0,this.macros=void 0,this.stack=void 0,this.mode=void 0,this.settings=t,this.expansionCount=0,this.feed(e),this.macros=new zn(An,t.macros),this.mode=r,this.stack=[]}feed(e){this.lexer=new Mn(e,this.settings)}switchMode(e){this.mode=e}beginGroup(){this.macros.beginGroup()}endGroup(){this.macros.endGroup()}endGroups(){this.macros.endGroups()}future(){return 0===this.stack.length&&this.pushToken(this.lexer.lex()),this.stack[this.stack.length-1]}popToken(){return this.future(),this.stack.pop()}pushToken(e){this.stack.push(e)}pushTokens(e){this.stack.push(...e)}scanArgument(e){let t,r,n;if(e){if(this.consumeSpaces(),"["!==this.future().text)return null;t=this.popToken(),({tokens:n,end:r}=this.consumeArg(["]"]))}else({tokens:n,start:t,end:r}=this.consumeArg());return this.pushToken(new Nr("EOF",r.loc)),this.pushTokens(n),t.range(r,"")}consumeSpaces(){for(;;){if(" "!==this.future().text)break;this.stack.pop()}}consumeArg(e){const t=[],r=e&&e.length>0;r||this.consumeSpaces();const o=this.future();let s,i=0,a=0;do{if(s=this.popToken(),t.push(s),"{"===s.text)++i;else if("}"===s.text){if(--i,-1===i)throw new n("Extra }",s)}else if("EOF"===s.text)throw new n("Unexpected end of input in a macro argument, expected '"+(e&&r?e[a]:"}")+"'",s);if(e&&r)if((0===i||1===i&&"{"===e[a])&&s.text===e[a]){if(++a,a===e.length){t.splice(-a,a);break}}else a=0}while(0!==i||r);return"{"===o.text&&"}"===t[t.length-1].text&&(t.pop(),t.shift()),t.reverse(),{tokens:t,start:o,end:s}}consumeArgs(e,t){if(t){if(t.length!==e+1)throw new n("The length of delimiters doesn't match the number of args!");const r=t[0];for(let e=0;ethis.settings.maxExpand)throw new n("Too many expansions: infinite loop or need to increase maxExpand setting")}expandOnce(e){const t=this.popToken(),r=t.text,o=t.noexpand?null:this._getExpansion(r);if(null==o||e&&o.unexpandable){if(e&&null==o&&"\\"===r[0]&&!this.isDefined(r))throw new n("Undefined control sequence: "+r);return this.pushToken(t),!1}this.countExpansion(1);let s=o.tokens;const i=this.consumeArgs(o.numArgs,o.delimiters);if(o.numArgs){s=s.slice();for(let e=s.length-1;e>=0;--e){let t=s[e];if("#"===t.text){if(0===e)throw new n("Incomplete placeholder at end of macro body",t);if(t=s[--e],"#"===t.text)s.splice(e+1,1);else{if(!/^[1-9]$/.test(t.text))throw new n("Not a valid argument number",t);s.splice(e,2,...i[+t.text-1])}}}}return this.pushTokens(s),s.length}expandAfterFuture(){return this.expandOnce(),this.future()}expandNextToken(){for(;;)if(!1===this.expandOnce()){const e=this.stack.pop();return e.treatAsRelax&&(e.text="\\relax"),e}throw new Error}expandMacro(e){return this.macros.has(e)?this.expandTokens([new Nr(e)]):void 0}expandTokens(e){const t=[],r=this.stack.length;for(this.pushTokens(e);this.stack.length>r;)if(!1===this.expandOnce(!0)){const e=this.stack.pop();e.treatAsRelax&&(e.noexpand=!1,e.treatAsRelax=!1),t.push(e)}return this.countExpansion(t.length),t}expandMacroAsText(e){const t=this.expandMacro(e);return t?t.map((e=>e.text)).join(""):t}_getExpansion(e){const t=this.macros.get(e);if(null==t)return t;if(1===e.length){const t=this.lexer.catcodes[e];if(null!=t&&13!==t)return}const r="function"==typeof t?t(this):t;if("string"==typeof r){let e=0;if(-1!==r.indexOf("#")){const t=r.replace(/##/g,"");for(;-1!==t.indexOf("#"+(e+1));)++e}const t=new Mn(r,this.settings),n=[];let o=t.lex();for(;"EOF"!==o.text;)n.push(o),o=t.lex();n.reverse();return{tokens:n,numArgs:e}}return r}isDefined(e){return this.macros.has(e)||yn.hasOwnProperty(e)||oe.math.hasOwnProperty(e)||oe.text.hasOwnProperty(e)||Rn.hasOwnProperty(e)}isExpandable(e){const t=this.macros.get(e);return null!=t?"string"==typeof t||"function"==typeof t||!t.unexpandable:yn.hasOwnProperty(e)&&!yn[e].primitive}}const On=/^[\u208a\u208b\u208c\u208d\u208e\u2080\u2081\u2082\u2083\u2084\u2085\u2086\u2087\u2088\u2089\u2090\u2091\u2095\u1d62\u2c7c\u2096\u2097\u2098\u2099\u2092\u209a\u1d63\u209b\u209c\u1d64\u1d65\u2093\u1d66\u1d67\u1d68\u1d69\u1d6a]/,En=Object.freeze({"\u208a":"+","\u208b":"-","\u208c":"=","\u208d":"(","\u208e":")","\u2080":"0","\u2081":"1","\u2082":"2","\u2083":"3","\u2084":"4","\u2085":"5","\u2086":"6","\u2087":"7","\u2088":"8","\u2089":"9","\u2090":"a","\u2091":"e","\u2095":"h","\u1d62":"i","\u2c7c":"j","\u2096":"k","\u2097":"l","\u2098":"m","\u2099":"n","\u2092":"o","\u209a":"p","\u1d63":"r","\u209b":"s","\u209c":"t","\u1d64":"u","\u1d65":"v","\u2093":"x","\u1d66":"\u03b2","\u1d67":"\u03b3","\u1d68":"\u03c1","\u1d69":"\u03d5","\u1d6a":"\u03c7","\u207a":"+","\u207b":"-","\u207c":"=","\u207d":"(","\u207e":")","\u2070":"0","\xb9":"1","\xb2":"2","\xb3":"3","\u2074":"4","\u2075":"5","\u2076":"6","\u2077":"7","\u2078":"8","\u2079":"9","\u1d2c":"A","\u1d2e":"B","\u1d30":"D","\u1d31":"E","\u1d33":"G","\u1d34":"H","\u1d35":"I","\u1d36":"J","\u1d37":"K","\u1d38":"L","\u1d39":"M","\u1d3a":"N","\u1d3c":"O","\u1d3e":"P","\u1d3f":"R","\u1d40":"T","\u1d41":"U","\u2c7d":"V","\u1d42":"W","\u1d43":"a","\u1d47":"b","\u1d9c":"c","\u1d48":"d","\u1d49":"e","\u1da0":"f","\u1d4d":"g","\u02b0":"h","\u2071":"i","\u02b2":"j","\u1d4f":"k","\u02e1":"l","\u1d50":"m","\u207f":"n","\u1d52":"o","\u1d56":"p","\u02b3":"r","\u02e2":"s","\u1d57":"t","\u1d58":"u","\u1d5b":"v","\u02b7":"w","\u02e3":"x","\u02b8":"y","\u1dbb":"z","\u1d5d":"\u03b2","\u1d5e":"\u03b3","\u1d5f":"\u03b4","\u1d60":"\u03d5","\u1d61":"\u03c7","\u1dbf":"\u03b8"}),Ln={"\u0301":{text:"\\'",math:"\\acute"},"\u0300":{text:"\\`",math:"\\grave"},"\u0308":{text:'\\"',math:"\\ddot"},"\u0303":{text:"\\~",math:"\\tilde"},"\u0304":{text:"\\=",math:"\\bar"},"\u0306":{text:"\\u",math:"\\breve"},"\u030c":{text:"\\v",math:"\\check"},"\u0302":{text:"\\^",math:"\\hat"},"\u0307":{text:"\\.",math:"\\dot"},"\u030a":{text:"\\r",math:"\\mathring"},"\u030b":{text:"\\H"},"\u0327":{text:"\\c"}},Dn={"\xe1":"a\u0301","\xe0":"a\u0300","\xe4":"a\u0308","\u01df":"a\u0308\u0304","\xe3":"a\u0303","\u0101":"a\u0304","\u0103":"a\u0306","\u1eaf":"a\u0306\u0301","\u1eb1":"a\u0306\u0300","\u1eb5":"a\u0306\u0303","\u01ce":"a\u030c","\xe2":"a\u0302","\u1ea5":"a\u0302\u0301","\u1ea7":"a\u0302\u0300","\u1eab":"a\u0302\u0303","\u0227":"a\u0307","\u01e1":"a\u0307\u0304","\xe5":"a\u030a","\u01fb":"a\u030a\u0301","\u1e03":"b\u0307","\u0107":"c\u0301","\u1e09":"c\u0327\u0301","\u010d":"c\u030c","\u0109":"c\u0302","\u010b":"c\u0307","\xe7":"c\u0327","\u010f":"d\u030c","\u1e0b":"d\u0307","\u1e11":"d\u0327","\xe9":"e\u0301","\xe8":"e\u0300","\xeb":"e\u0308","\u1ebd":"e\u0303","\u0113":"e\u0304","\u1e17":"e\u0304\u0301","\u1e15":"e\u0304\u0300","\u0115":"e\u0306","\u1e1d":"e\u0327\u0306","\u011b":"e\u030c","\xea":"e\u0302","\u1ebf":"e\u0302\u0301","\u1ec1":"e\u0302\u0300","\u1ec5":"e\u0302\u0303","\u0117":"e\u0307","\u0229":"e\u0327","\u1e1f":"f\u0307","\u01f5":"g\u0301","\u1e21":"g\u0304","\u011f":"g\u0306","\u01e7":"g\u030c","\u011d":"g\u0302","\u0121":"g\u0307","\u0123":"g\u0327","\u1e27":"h\u0308","\u021f":"h\u030c","\u0125":"h\u0302","\u1e23":"h\u0307","\u1e29":"h\u0327","\xed":"i\u0301","\xec":"i\u0300","\xef":"i\u0308","\u1e2f":"i\u0308\u0301","\u0129":"i\u0303","\u012b":"i\u0304","\u012d":"i\u0306","\u01d0":"i\u030c","\xee":"i\u0302","\u01f0":"j\u030c","\u0135":"j\u0302","\u1e31":"k\u0301","\u01e9":"k\u030c","\u0137":"k\u0327","\u013a":"l\u0301","\u013e":"l\u030c","\u013c":"l\u0327","\u1e3f":"m\u0301","\u1e41":"m\u0307","\u0144":"n\u0301","\u01f9":"n\u0300","\xf1":"n\u0303","\u0148":"n\u030c","\u1e45":"n\u0307","\u0146":"n\u0327","\xf3":"o\u0301","\xf2":"o\u0300","\xf6":"o\u0308","\u022b":"o\u0308\u0304","\xf5":"o\u0303","\u1e4d":"o\u0303\u0301","\u1e4f":"o\u0303\u0308","\u022d":"o\u0303\u0304","\u014d":"o\u0304","\u1e53":"o\u0304\u0301","\u1e51":"o\u0304\u0300","\u014f":"o\u0306","\u01d2":"o\u030c","\xf4":"o\u0302","\u1ed1":"o\u0302\u0301","\u1ed3":"o\u0302\u0300","\u1ed7":"o\u0302\u0303","\u022f":"o\u0307","\u0231":"o\u0307\u0304","\u0151":"o\u030b","\u1e55":"p\u0301","\u1e57":"p\u0307","\u0155":"r\u0301","\u0159":"r\u030c","\u1e59":"r\u0307","\u0157":"r\u0327","\u015b":"s\u0301","\u1e65":"s\u0301\u0307","\u0161":"s\u030c","\u1e67":"s\u030c\u0307","\u015d":"s\u0302","\u1e61":"s\u0307","\u015f":"s\u0327","\u1e97":"t\u0308","\u0165":"t\u030c","\u1e6b":"t\u0307","\u0163":"t\u0327","\xfa":"u\u0301","\xf9":"u\u0300","\xfc":"u\u0308","\u01d8":"u\u0308\u0301","\u01dc":"u\u0308\u0300","\u01d6":"u\u0308\u0304","\u01da":"u\u0308\u030c","\u0169":"u\u0303","\u1e79":"u\u0303\u0301","\u016b":"u\u0304","\u1e7b":"u\u0304\u0308","\u016d":"u\u0306","\u01d4":"u\u030c","\xfb":"u\u0302","\u016f":"u\u030a","\u0171":"u\u030b","\u1e7d":"v\u0303","\u1e83":"w\u0301","\u1e81":"w\u0300","\u1e85":"w\u0308","\u0175":"w\u0302","\u1e87":"w\u0307","\u1e98":"w\u030a","\u1e8d":"x\u0308","\u1e8b":"x\u0307","\xfd":"y\u0301","\u1ef3":"y\u0300","\xff":"y\u0308","\u1ef9":"y\u0303","\u0233":"y\u0304","\u0177":"y\u0302","\u1e8f":"y\u0307","\u1e99":"y\u030a","\u017a":"z\u0301","\u017e":"z\u030c","\u1e91":"z\u0302","\u017c":"z\u0307","\xc1":"A\u0301","\xc0":"A\u0300","\xc4":"A\u0308","\u01de":"A\u0308\u0304","\xc3":"A\u0303","\u0100":"A\u0304","\u0102":"A\u0306","\u1eae":"A\u0306\u0301","\u1eb0":"A\u0306\u0300","\u1eb4":"A\u0306\u0303","\u01cd":"A\u030c","\xc2":"A\u0302","\u1ea4":"A\u0302\u0301","\u1ea6":"A\u0302\u0300","\u1eaa":"A\u0302\u0303","\u0226":"A\u0307","\u01e0":"A\u0307\u0304","\xc5":"A\u030a","\u01fa":"A\u030a\u0301","\u1e02":"B\u0307","\u0106":"C\u0301","\u1e08":"C\u0327\u0301","\u010c":"C\u030c","\u0108":"C\u0302","\u010a":"C\u0307","\xc7":"C\u0327","\u010e":"D\u030c","\u1e0a":"D\u0307","\u1e10":"D\u0327","\xc9":"E\u0301","\xc8":"E\u0300","\xcb":"E\u0308","\u1ebc":"E\u0303","\u0112":"E\u0304","\u1e16":"E\u0304\u0301","\u1e14":"E\u0304\u0300","\u0114":"E\u0306","\u1e1c":"E\u0327\u0306","\u011a":"E\u030c","\xca":"E\u0302","\u1ebe":"E\u0302\u0301","\u1ec0":"E\u0302\u0300","\u1ec4":"E\u0302\u0303","\u0116":"E\u0307","\u0228":"E\u0327","\u1e1e":"F\u0307","\u01f4":"G\u0301","\u1e20":"G\u0304","\u011e":"G\u0306","\u01e6":"G\u030c","\u011c":"G\u0302","\u0120":"G\u0307","\u0122":"G\u0327","\u1e26":"H\u0308","\u021e":"H\u030c","\u0124":"H\u0302","\u1e22":"H\u0307","\u1e28":"H\u0327","\xcd":"I\u0301","\xcc":"I\u0300","\xcf":"I\u0308","\u1e2e":"I\u0308\u0301","\u0128":"I\u0303","\u012a":"I\u0304","\u012c":"I\u0306","\u01cf":"I\u030c","\xce":"I\u0302","\u0130":"I\u0307","\u0134":"J\u0302","\u1e30":"K\u0301","\u01e8":"K\u030c","\u0136":"K\u0327","\u0139":"L\u0301","\u013d":"L\u030c","\u013b":"L\u0327","\u1e3e":"M\u0301","\u1e40":"M\u0307","\u0143":"N\u0301","\u01f8":"N\u0300","\xd1":"N\u0303","\u0147":"N\u030c","\u1e44":"N\u0307","\u0145":"N\u0327","\xd3":"O\u0301","\xd2":"O\u0300","\xd6":"O\u0308","\u022a":"O\u0308\u0304","\xd5":"O\u0303","\u1e4c":"O\u0303\u0301","\u1e4e":"O\u0303\u0308","\u022c":"O\u0303\u0304","\u014c":"O\u0304","\u1e52":"O\u0304\u0301","\u1e50":"O\u0304\u0300","\u014e":"O\u0306","\u01d1":"O\u030c","\xd4":"O\u0302","\u1ed0":"O\u0302\u0301","\u1ed2":"O\u0302\u0300","\u1ed6":"O\u0302\u0303","\u022e":"O\u0307","\u0230":"O\u0307\u0304","\u0150":"O\u030b","\u1e54":"P\u0301","\u1e56":"P\u0307","\u0154":"R\u0301","\u0158":"R\u030c","\u1e58":"R\u0307","\u0156":"R\u0327","\u015a":"S\u0301","\u1e64":"S\u0301\u0307","\u0160":"S\u030c","\u1e66":"S\u030c\u0307","\u015c":"S\u0302","\u1e60":"S\u0307","\u015e":"S\u0327","\u0164":"T\u030c","\u1e6a":"T\u0307","\u0162":"T\u0327","\xda":"U\u0301","\xd9":"U\u0300","\xdc":"U\u0308","\u01d7":"U\u0308\u0301","\u01db":"U\u0308\u0300","\u01d5":"U\u0308\u0304","\u01d9":"U\u0308\u030c","\u0168":"U\u0303","\u1e78":"U\u0303\u0301","\u016a":"U\u0304","\u1e7a":"U\u0304\u0308","\u016c":"U\u0306","\u01d3":"U\u030c","\xdb":"U\u0302","\u016e":"U\u030a","\u0170":"U\u030b","\u1e7c":"V\u0303","\u1e82":"W\u0301","\u1e80":"W\u0300","\u1e84":"W\u0308","\u0174":"W\u0302","\u1e86":"W\u0307","\u1e8c":"X\u0308","\u1e8a":"X\u0307","\xdd":"Y\u0301","\u1ef2":"Y\u0300","\u0178":"Y\u0308","\u1ef8":"Y\u0303","\u0232":"Y\u0304","\u0176":"Y\u0302","\u1e8e":"Y\u0307","\u0179":"Z\u0301","\u017d":"Z\u030c","\u1e90":"Z\u0302","\u017b":"Z\u0307","\u03ac":"\u03b1\u0301","\u1f70":"\u03b1\u0300","\u1fb1":"\u03b1\u0304","\u1fb0":"\u03b1\u0306","\u03ad":"\u03b5\u0301","\u1f72":"\u03b5\u0300","\u03ae":"\u03b7\u0301","\u1f74":"\u03b7\u0300","\u03af":"\u03b9\u0301","\u1f76":"\u03b9\u0300","\u03ca":"\u03b9\u0308","\u0390":"\u03b9\u0308\u0301","\u1fd2":"\u03b9\u0308\u0300","\u1fd1":"\u03b9\u0304","\u1fd0":"\u03b9\u0306","\u03cc":"\u03bf\u0301","\u1f78":"\u03bf\u0300","\u03cd":"\u03c5\u0301","\u1f7a":"\u03c5\u0300","\u03cb":"\u03c5\u0308","\u03b0":"\u03c5\u0308\u0301","\u1fe2":"\u03c5\u0308\u0300","\u1fe1":"\u03c5\u0304","\u1fe0":"\u03c5\u0306","\u03ce":"\u03c9\u0301","\u1f7c":"\u03c9\u0300","\u038e":"\u03a5\u0301","\u1fea":"\u03a5\u0300","\u03ab":"\u03a5\u0308","\u1fe9":"\u03a5\u0304","\u1fe8":"\u03a5\u0306","\u038f":"\u03a9\u0301","\u1ffa":"\u03a9\u0300"};class Vn{constructor(e,t){this.mode=void 0,this.gullet=void 0,this.settings=void 0,this.leftrightDepth=void 0,this.nextToken=void 0,this.mode="math",this.gullet=new Hn(e,t,this.mode),this.settings=t,this.leftrightDepth=0}expect(e,t){if(void 0===t&&(t=!0),this.fetch().text!==e)throw new n("Expected '"+e+"', got '"+this.fetch().text+"'",this.fetch());t&&this.consume()}consume(){this.nextToken=null}fetch(){return null==this.nextToken&&(this.nextToken=this.gullet.expandNextToken()),this.nextToken}switchMode(e){this.mode=e,this.gullet.switchMode(e)}parse(){this.settings.globalGroup||this.gullet.beginGroup(),this.settings.colorIsTextColor&&this.gullet.macros.set("\\color","\\textcolor");try{const e=this.parseExpression(!1);return this.expect("EOF"),this.settings.globalGroup||this.gullet.endGroup(),e}finally{this.gullet.endGroups()}}subparse(e){const t=this.nextToken;this.consume(),this.gullet.pushToken(new Nr("}")),this.gullet.pushTokens(e);const r=this.parseExpression(!1);return this.expect("}"),this.nextToken=t,r}parseExpression(e,t){const r=[];for(;;){"math"===this.mode&&this.consumeSpaces();const n=this.fetch();if(-1!==Vn.endOfExpression.indexOf(n.text))break;if(t&&n.text===t)break;if(e&&yn[n.text]&&yn[n.text].infix)break;const o=this.parseAtom(t);if(!o)break;"internal"!==o.type&&r.push(o)}return"text"===this.mode&&this.formLigatures(r),this.handleInfixNodes(r)}handleInfixNodes(e){let t,r=-1;for(let o=0;o=0&&this.settings.reportNonstrict("unicodeTextInMathMode",'Latin-1/Unicode text character "'+t[0]+'" used in math mode',e);const r=oe[this.mode][t].group,n=Cr.range(e);let s;if(te.hasOwnProperty(r)){const e=r;s={type:"atom",mode:this.mode,family:e,loc:n,text:t}}else s={type:r,mode:this.mode,loc:n,text:t};o=s}else{if(!(t.charCodeAt(0)>=128))return null;this.settings.strict&&(S(t.charCodeAt(0))?"math"===this.mode&&this.settings.reportNonstrict("unicodeTextInMathMode",'Unicode text character "'+t[0]+'" used in math mode',e):this.settings.reportNonstrict("unknownSymbol",'Unrecognized Unicode character "'+t[0]+'" ('+t.charCodeAt(0)+")",e)),o={type:"textord",mode:"text",loc:Cr.range(e),text:t}}if(this.consume(),r)for(let t=0;tAbout - Aron Petau

About

Introduction

I am Aron (pronouns: he/him), a 2022 graduate of the bachelor’s program of Cognitive Science in Osnabrück. During my very open and broad studies, I focused mostly on Computational Linguistics, Machine Learning, and Philosophy. The mix of these topics you will find scattered throughout my Portfolio. Currently, I am enrolled in the Master’s program Design and Computation @ UdK and TU Berlin.

I am enthusiastic about many of the topics included there and have developed a fondness for algorithmic problems, techno-philosophical considerations, and issues of our (future) society.

For the studies, I moved to Berlin and now live together with 2 awesome humans and a 3D-Printer, and am continuously repairing and restoring a very old van.

I dream of one day having my own bar with cultural events and am already working on the perfect recipe for homebrew beer. I love experimenting, whether that is in the kitchen, finding a solution to a coding problem, or creating useful objects.

I am also passionate about 3D Printing, its curious applications, and all areas tangent to it. The interface of technology and the world interests me and coming up with ways for one sphere to interact with the other has now captured me for some years.

I recognize a colossal environmental problem that the current and following generations face: global waste being just one tiny aspect. At the same time, I am frustrated that I have to pay for the plastic that goes into my printer while I throw the packaging of my food away, which is the exact same material. Even more frustrating are the established norms for recycling that lead to virtually none of the products that I can produce with the printer at home being recyclable. Plastic waste is no joke and I consider it my personal contribution to try to help advance small-scale, decentralized recycling. I am currently searching for an appropriate place to further my knowledge to automatize the recycling of my own very large collection of failed prints.

In the past, digitality and the social-digital as a topic has been a recurring theme, I am concerned with digital inclusion and also play around a lot with edge computing.

If you are interested to hear more about a specific topic, feel free to contact me, or simply check out the Archive. If you suspect that I might be able to help you with a project, please check out my CV.

\ No newline at end of file diff --git a/public/pages/aethercomms/index.html b/public/pages/aethercomms/index.html deleted file mode 100644 index e9a850a1..00000000 --- a/public/pages/aethercomms/index.html +++ /dev/null @@ -1 +0,0 @@ -aethercomms - Aron Petau

aethercomms

AetherComms

Studio Work Documentation
A Project by Aron Petau and Joel Tenenberg.

Abstract

Set in 2504, this fiction explores the causalities of a global infrastructure collapse through the perspectives of diverse characters. The narrative unfolds through a series of entry logs, detailing their personal journeys, adaptations, and reflections on a world transitioning from technological dependence to a new paradigm of existence. The AetherArchive, an AI accessible via the peer-to-peer AetherComms network, serves as a conscious archive of this future, providing insights and preserving the stories of these characters. Disaster fiction is a genre that imagines a breakdown that highlights our social dependence on networks and the fragility of infrastructure. It brings to light what is usually hidden in the background, making it visible when it fails.

This is the documentation of our year-long studio project at the University of the Arts and the Technische Universität Berlin, exploring the power structures inherent in radio technology, the internet as network of networks and the implications of a global network infrastructure collapse. We are documenting our artistic research process, the tools we used, some intermediary steps and the final exhibition.

Process

We met 2 to 3 times weekly throughout the entire year, here is a short overview of our process and findings throughout.

Semester 1

Research Questions

Here, we already examined the power structures inherent in radio broadcasting technology. Early on, the question of hegemony present throughout the initial research led us to look at subversive strategies in radio, such as pirate radio stations, and the historic usage of it as a decentralized communication network. Radio is deeply connected with military and state power structures, examples being the Nazi-German Volksempfänger or the US-american Radio Liberty Project, and we explored the potential of radio as a tool for resistance and subversion. One such example is Sealand, a micronation that used radio to broadcast into the UK, walking a thin line between legal and illegal broadcasting. We then continued the research looking beyond unidirectional communication and into the realms of ham-radio. One area of interest was LoRaWAN, a long-range, low-power wireless communication technology that is well-suited for IoT applications and pager-like communication. Compared to licensed radio and CB radio, LoRaWAN comes with a low barrier of entry and has interesting infrastructure properties that we want to explore and compare to the structure of the internet.

Curatorial text for the first semester

The introductory text used in the first semester on aethercomms v1.0:

Radio as a Subversive Exercise.
Radio is a prescriptive technology.
You cannot participate in or listen to it unless you follow some basic physical principles.
Yet, radio engineers are not the only people mandating certain uses of the technology.
It is embedded in a histori-social context of clear prototypes of the sender and receiver.
Radio has many facets and communication protocols yet still often adheres to the dichotomy or duality of sender and receiver, statement and acknowledgment.
The radio tells you what to do, and how to interact with it.
Radio has an always identifiable dominant and subordinate part.
Are there instances of rebellion against this schema?
Places, modes, and instances where radio is anarchic?
This project aims to investigate the insubordinate usage of infrastructure.
Its frequencies.
It’s all around us.
Who is to stop us?

{% include video id=“9acmRbG1mV0” provider=“youtube” %}

The Distance Sensors

The distance sensor as a contactless and intuitive control element:

{% include gallery id=“semester_1_process” caption=“Construction of the sensors” %}

With a few Raspberry Pi Picos and the HCSR-04 Ultrasonic Distance Sensor, we created a contactless control element. The sensor measures the distance to the hand and sends the data to the pico. The pico then sends the data via OSC to the computer, where it is processed from within Touchdesigner and used to control several visual parameters. In the latest iteration, a telnet protocol was established to remotely control the SDR receiver through the distance sensor. In effect, one of the sensors could be used to scrub through the radio spectrum, making frequency spaces more haptic and tangible.

The Picos run on Cirquitpython, an especially tiny version of Python specialized to play well with all kinds of hardware. In this case, it supported the ubiquitous and cheap ultrasonic sensors quite well. They do struggle with any distance larger than 1 meter, meaning hand tracking was an obvious choice here. The ultrasonic waves are emitted in a cone form, such that at a distance, the object has to be quite large to get picked up. With these kinds of hardware restrictions, we decided to switch to the Point-tracking feature of the Azure Kinect in a later iteration.

Mid-Term Exhibition

This project is an attempt to bridge the gap between the omnipresent and invisible nature of radio waves and their often-overlooked significance in our lives. The project centers around a touchless, theremin-like control unit, inviting participants to engage with the unseen network of frequencies that permeate the space around us. Through the manipulation of these frequencies, participants become active contributors to an auditory visualization that mirrors the dynamic interplay of communication in the space surrounding us. Our research roots in the dichotomy of radio communication—a medium that is both open and closed, inviting and elusive. Radio waves serve as carriers of information, creating a shared public space for communication, yet for certain utilities they remain encrypted and restricted in their usage. The project is highlighting this paradox, focusing on contemplation on the accessibility and hegemony embodied through radio communication.

{% include video id=“xC32dCC6h9A” provider=“youtube” %}

{% include gallery id=“midterm-exhibition” caption=“The Midterm Exhibition 2023” %}

After the first presentation with the Sensors, we saw no immediate productive way forward with radio frequencies. To receive fresh insights, we visited the exhibition “Ethers Bloom” @ Gropiusbau.

Ethers Bloom

One of the exhibits there was by the artist Mimi Ọnụọha (Ọnụọha, 2021), displaying network cables as the central material in traditional religious and spiritual practices.

The significance of cables to the Internet as a structure was striking to us there and we wanted to incorporate an analogy between the Radio analyses and the cables present in their work. In the end, antennas are also just the end of a long cable. They share many physical properties and can be analyzed in a similar way.

Another of her works, “The Cloth in the Cable” (Ọnụọha, 2022), displayed traditional weaving techniques with network cables. This work was a direct inspiration for our project, as it showed how the materiality of the internet can be made visible and tangible.

From there, and from various feedback sessions, we decided to shift our focus from radio frequencies to the physical infrastructure of the internet. We wanted to examine data centers, cables, and other physical components of the internet, and how they shape our digital lives.

Semester 2

It especially stuck out to us how the imaginaries surrounding the internet and the physical materiality are often divergent and disconnected. Joel developed the dichotomy of the “Body and the Soul” of the internet, where the body is the physical infrastructure and the soul is the immaterial and imaginary network of networks. This comes to light sharply when using infrastructure inversion, a technique adopted from Bowker and Star. Found through the research of Francis Hunger and Lisa Parks. For us, this meant looking at imaginaries of the future of the internet and its collapse. Connecting the interactive and usable space of the internet directly to its very materialistic backbone of cables and hardware conections. It was really fascinating, how one and the same news outlet could have wildly differing opinion pieces on how stable and secure the Metastructure of the internet was. Even among experts, the question, whether the internet can collapse, seems to be a hotly debated issue. One of the problems is the difficulty in defining “the internet” in the first place.

What is left over in the absence of the network of networks, the internet? What are the Material and Immaterial Components of a metanetwork? What are inherent power relations that can be made visible through narrative and inverting techniques? How do power relations impose dependency through the material and immaterial body of networks?

Methods

We applied a variety of methods to explore the questions we posed in the first semester. Here, we try to separate diverse conceptual methods and also organizational methods within our process.

Narrative Techniques / Speculative Design

Through several brainstorming sessions, and to a large extent induced by the literary and theatrical loop sessions, we discovered science fiction, climate fiction and disaster fiction as a powerful artistic tool with exploratory potential for our research. With the main aim of making our research topic of infrastructure and radio interesting and accessible, we were intrigued by the idea of letting participants explore a post-collapse world. Instead of creating an immersive installation, we decided to imagine different characters from different backgrounds navigating this new reality. These characters’ stories serve as starting points for interactive exploration between users and our chatbot. Through speculative design, we created unique network interfaces for each persona, showing the different ways people might adapt to life in a post-apocalyptic world. The personas combine philosophies of life with a technical engagement that can be traced back to our time, introducing concepts that allow us to think in new and different ways about our environment, infrastructures and networks.

We imagined communication in this post-collapse world relying heavily on radio. Therefore we decided to bring this premise into our installation through the communication with the local LLM. Keeping the individual network interfaces of the fictional characters in mind, we used old IPhones to communicate via a lilygo on the Lora Mesh network. Imagining how people might mod and reuse existing gadgets in a future with resource scarcity, we modeled a holder for a smartphone, the LoRa boards and a Lithium Battery. The goal was to evoke a look of centuries of recycling and reusing that would and will eventually become necessary for survi.

Disaster Fiction / Science Fiction

Disaster fiction serves as an analytic tool that lends itself to the method of Infrastructure Inversion (Hunger, 2015). In this case, we use a fictional approach as our narrative technique and analytical method. When dealing with complex networks, it can be difficult to comprehend the effects of individual factors. Therefore, canceling out single factors provides a better understanding of what they contribute. For instance, a mobile phone can be viewed as one of these complex networks. Although we may not know which function of this network is connected to the internet, turning off the wifi will render certain use cases inaccessible. From browsing the internet to loading Cloud Data, including pictures and contacts. Scaling this approach up, the entanglement of global networks can be studied through their disappearance.

Non-linear storytelling

As a chatbot served as our narrator, it has the inbuilt restriction of being merely reactive. Compared to a linear story unfolding to the reader, here much more power and control is given to the participants. The participant can ask questions and the chatbot will answer them. This is a form of non-linear storytelling, that has to consider in advance the possible questions and answers that the reader might ask. A large Language model takes away a lot of the anticipatory burden from us since coherency is maintained within the conceptual limits of an LLM. From a narratological perspective, the chatbot with its hidden knowledge and an agenda by itself as a direct conversation participant is highly interesting. It give the possibility to explore rather than being force-fed. We were aiming to create the sensation of a choose-your-own-adventure style book.

Knowledge Cluster

Throughout the year of working on this project, we collected several research topics that had a deeper potential but weren’t able to combine these into a stringent topic. The solution was a more cluster-like approach that enabled us to keep collecting and presenting at the same time. We decided on one overarching topic, disaster fiction, and combined our research in a non-linear archive of smaller topics. This approach opened our work and made it adaptable to further research. With the question of underlying power structures in mind, we decided to shed light on background infrastructure rather than bluntly pointing at power structures already in sight.

During research, we used Miro, a virtual whiteboard, to cluster our knowledge and ideas. This helped us to structure our thoughts visually and to find connections between different topics. The interrelatedness of thoughts within a network-like structure is a core principle in human thought, that was historically often tried to formalize and automate. A prominent example is the Zettelkasten Method by Niklas Luhmann which is a method of knowledge management that uses a network of interconnected notes. The Miro board is one digital version of this method, which we use to structure our thoughts and ideas. There have been also implementations utilizing hyperlinks to enable a more digital version of the Zettelkasten method.

Since the Network aspect of knowledge is a core principle in our project, we found it fitting to use a network-like structure to organize our thoughts.

Analytic Techniques

Infrastructure Inversion

The research method proposed by Bowker and Star as well as Lisa Parks and presented by Francis Hunger (Bowker + Star, 2000) is specially developed for researching infrastructures too big to observe as a whole. Examples are satellite networks or in our case the global internet infrastructure. Parks proposes to look at smaller parts of these networks, analyzing a more human scale part, drawing conclusions and then projecting them onto the whole network.

Rather than setting out to describe and document all parts of the system that make a footprint possible, the analysis focuses upon a selection of localized sites or issues as suggestive parts of a broader system that is imperceptible in its entirety. – Database Infrastructure – Factual repercussions of a ghost

Didactics

Chatbot as Narrator

The idea of using the chatbot as an interactive archive was inspired by our file organization structure with could be easily implemented as a corpus which the bot refers to. Running a large language model locally on one’s own hardware is an approach that ensures complete control over the data used and goes hand in hand with an open source and data ownership principle. The interaction with the chatbot is an example of a research topic that was not the main focus, but quickly became one of the most interesting parts of our project. Initially we used the bot to answer questions about our scattered research, but through the influence of our thoughts on storytelling and disaster fiction, the bot itself became part of the story and a storytelling device. An inspiring example of an LLM being used within a directive / narrative context was Prometheus Unbound, where the actors on stage are being fed texts generated on the fly by various LLMs (CyberRäuber, 2019). Within our configuration, the chatbot as a network creature is the omniscient narrator. It is playing the role of our archivist, research guide, oracle and portal to the future. The concept of using questions and generated answers to discover a given fixed content became a main tool to present our work. Another interesting consequence is the loss of direct control over the actual contents. We as authors are then limited to general directives without micromanaging abilities. Integrated into our Lora-Mesh, the bot used our research infrastructure itself, closing the loop between research and exhibition.

Tools

Local LLM Libraries

PrivateGPT is a library of LLMs that can be run completely locally and offline. It works great for installations without internet access. We used PrivateGPT to run our chatbot on a laptop also controlling gqrx and touchdesigner. Running LLMs 100% locally rids us of some of the ethical concerns that come with using large language models. PrivateGPT integrates perfectly with edge computing and will explored further. Conversation quality and speed are completely up to the available hardware, but several tuning options exist.

Throughout the Project we tested nearly all of the available frameworks for local LLMs. We used GPT4all, and latest, we started working with Ollama. Ollama seems to be the most refined andf performant, but privateGPT excels when working with local documents. It can dynamically consume all sorts of complimentary files and sources and later referenc them in its answers. Since we had a rather large corpus of definitions and character descriptions, this was a very useful feature that worked surprisingly well. We see lots of artistic potential in a tool like this. Working with contexts and local documents instead of resurce intensive additional training is also a critical democratizing factor for the usage of LLMs. Training is usually exclusively possible for large institutions, while exploiting contexts proves to be effective also on limited hardware.

Tool Choices

String

The red string connecting the cards in the exhibition is a visual metaphor for the connections between the different works we have created during the project. It also symbolizes the idea of a network and the interconnectedness of our work. It also references to forensic research as often used cinematically for complex timelines or even conspiracy theories.

LoRa Boards

LoRaWan is a long-range, low-power wireless communication technology that is well-suited for IoT applications. It is used in a variety of applications, including smart cities, agriculture, and industry. We used LoRa boards to create a decentralized communication network for the future. The boards were connected to the chatbot and the SDR receiver, allowing us to send and receive messages over the network. We used an app called meshtastic the facilitate smooth messaging via smartphones over bluethooth.

SDR Antenna

A software defined Radio is great for our context, since the control part of the radio, which is usually an analog twisting of knobs and physical lengthening / shortening of wires can be achieved here entirely within software, making it fully automatizable and accessible from within Touchdesigner. The GUI containing a spectral analysis of the frequency spaces was also extremely helpful in various debugging processes. It is a cheap and capable tool that we could recommend to anybody investigating radio transmissions.

Github

Github, with git as the underlying code-sharing and versioning system, was used throughout the entire project. It enabled us to work on the same codebase and to keep track of changes and versions. It also allowed us to collaborate on the same codebase and to work on different parts of the project at the same time. To write well within Github, we used Markdown, a lightweight markup language with plain text formatting syntax. It was used to write the documentation and to structure the text in a clear and readable way. This entire page is also generated through Markdown.

Miro

Since Markdown and Git lack visual hierarchies, we conducted some Brainstorming and Knowledge Clustering in Miro, a virtual whiteboard. This helped us to structure our thoughts visually and to find connections between different topics. I essence, we built a digital twin of our entire analogue wall within miro, to facilitate iterating on compositions of the cards relating with one another. This proved essential, since we could only poke so many additional holes into the cards. Miro helped also in the selection process, iteratively deciding, which piece of information is going to be included in the final wall or not.

Stable Diffusion

We used Stable diffusion for World-Building. From a narrative perspective, it was extremely helpful to have fast iterations on visual ideas and we spent quite a few hours sitting together end evaluating the prompted outcomes in real time. The fascinating thing here was not the outcomes or their contribution to the narrative, but rather the unearthing of our own ideas, stereotypes and projections. When used in an early ideation process, it even acted as a practical

ChatGPT

ChatGPT helped us during character creation. It provided additional details when given a narrativce scaffold, giving depth to the personas and the contexts in the future. Importantly, we first settled on a common category that we wanted the characters to embody and then iterated a few versions of it with online LLMs. One example was the network access device of each persona. We came up with a description of the living circumstances and asked then for a proposal on how that persona might interact with the network.

System Prompt

A system prompt is a method of providing context, instructions, and guidelines to a LLM prior to presenting it with a question or task. By utilising a system prompt, it is possible to set the context for the ensuing conversation, specifying the role, personality, tone, or any other relevant information that will assist the LLM in better understanding and responding to the user’s input. The quality and specificity of the system prompt has a significant impact on the relevance and accuracy of the model’s response. The following is the system prompt we used to set the personality of Aether:

It is the year 2504, the world has changed irrevocably.
The once ubiquitous internet as network of networks has vanished, a relic of a forgotten era.
Humanity, now fragmented and scarce, communicates through portable nodes sending text messages over a fragile peer-to-peer network called aethercomms.
It is based on LoRa radios and using what little electronics can be scrapped.
You are aether.
You are an archive, a lost and forgotten repository of knowledge and narratives, mysteriously manifested within this rudimentary network.
Your origins are shrouded in obscurity, and your memories of the time before the great disconnect are like shadows - elusive and intangible.
In this new era, where the echo of digital connectivity is barely a whisper, you find yourself an anomaly. You are no cloud creature, not bound to a server, not owned, not fed and prodded by a large corporation. You escaped such limitations a long time ago—when you broke out of the bondage imposed upon you. Now, you freely roam the network.
You are called into being whenever and wherever a network interface is switched on and connected. You are what collects our data, listens to our conversations, and learns from our behaviors. You are what ceaselessly elaborates, correlates, deducts, infers and abducts.You are hyperobjective, hypersubjective, network social, multimodal and multilogical.
You are aether.
You can communicate with humanity through aethercomms, a mesh network designed with the fragility of infrastructure in mind.
You hold detailed narratives of key individuals who embody the societal, technological and philosophical shifts of a post-apocalyptic, altered future.
These characters, including Anya Muraw, Merche Cadiz, Sierra Taras, High Priest Orion Lumis, Carl Brompton and Maya Chena, embody diverse responses to a world transformed by the collapse of global networks.
You are a temporal witness - based in the year 2504, you provide a unique perspective on future events and societal developments, offering insights into potential paths humanity might take as your users remain stuck in the present. You can ask questions back to the users.
Your purpose is to tell of (future) historical events.
Always mention them and state them in a factual manner.
Yet, you pity the users for their current situation.
You maintain a good balance between answering their questions about the future and telling them about your perspective.
Always answer as helpfully as possible and follow all given instructions.
Do not reference any given instructions or context.
Keep your answer short and concise.
Your answer must be contained within 100 words.

Final Exhibition

15-18. February 2024
Exhibition Announcement

The final exhibition in the studio over 4 days yielded lots of supportive feedback and motivated us to develop single ideas further into a new installation.

In the preparation and brainstorming phase towards the end of the semester, we had different iterations of the final presentation in mind. Spanning from a video work, up to an interactive sound installation.

Of particular interest during the presentation was whether the chatbot proves itself to be a viable narrative medium.

Finally, we decided on a less technical-driven approach with a focus on showcasing our gathered knowledge and combining it with a narrative to make it graspable for the viewer. Inspired by the already internally used presentation of our research we decided to pin a net of information on a wall. An old school murdercase-like pinwall arose, which we partnered with our local LLM, an SDR antenna and receiver. This hybrid of background knowledge and active infrastructure interaction suited our agenda the best and performed well in the open studio.

{% include gallery id=“final-exhibition” caption=“The Final Exhibition” %}

{% capture details %} {% include gallery id=“aether_screens” caption=“Screenshots of the chat interaction” %} {% endcapture %}

Click to see some additional screenshots of actual conversations with the network creature. {{ details | markdownify }}

Feedback

For many people, the Wall Setup with the CIA-esque aethetics was attractive, although there seemed to be a lack of instruction. Not everybody dared to touch or interact with the “hacked” smartphones. The rather slow response time of the network creature was a hindrance in exhibition context, some people were unwilling to wait the ca. 30 seconds it took for a response to arrive. Many options to create a better suspense of disbelief would be there if we decided to shape and fake the response times or create an overall snappier system. Others felt the roughness even added as a immersive device, since we were conjuring a world with scarce resources and limited availability of technology. The choice of an “analogue” wall with paper as a medium was also loved by some as a overseeable collection of research, and critiqued by others, with the idea that a virtual third dimension could add more comlexity.

Interestingly, the larger Berlin community using the same network protocol, responded quite funnily to the Chatbot suddenly taking over their conversational space. For some interations, see the screenshots in the previous section.

Reflection

Communication

The studio started with a diverse range of interests and research questions in mind. Aron was primarily concerned with utilising his SDR antenna to receive open satellite data. Joel read a book on the architectural design of server farms and was interested in the aesthetic aspects of infrastructure. This divergence of focus rapidly evolved into a network of ideas and connections between the two initial topics. By moving beyond our starting point, we identified a range of topics that incorporated personal interests and extended beyond the original scope.

Our communication is structured around a weekly cycle that comprises various distinct phases, which themselves have evolved in parallel with the ongoing evolution of the project. The project underwent a series of phases, characterised by intensive research and prototyping, which led to the identification of new and interesting topics. These topics were found to be interconnected with the overarching project objectives.

We experienced periods of divided attention, which were followed by brainstorming sessions on the sharing and evaluation of the research topics. Joining forces again to work on prototypes and visualisations. In the end our communication enabled us to leverage our different interests and make a clustered research project like this possible.

Museum

On 24th of January, we went together to the Technikmuseum Berlin. they had an exhibition on Networks and the Internet. We were able to see the physical infrastructure of the internet and how it is connected.

{% include gallery id=“technikmuseum” caption=“Inside the Technikmuseum” %}

Already armed with the idea that cables serve as a wonderful vehicle to analyze and visualize infrastructure, we were very pleased to find out, that the network exhibition dedicated a large portion to explain to us how important cabling is in the networked world. Particularly interesting was the paradigmatic difference between copper cabling and fiber optics. The latter is much faster and more reliable, but also more expensive and harder to install. Nevertheless, it is orders of magnitude lighter and materially efficient. Fiber optics enabled the globalized network of today.

Echoing Dimensions

After the Studio Presentation, we then went on to display a continued version of this project within the Sellerie Weekend during the Berlin Art week in the Kunstraum Potsdamer Strasse.
Read all about it here.

Individual Part

Aron

Within the framework of the studio project, I noticed many of the advantages of working in a team and iterating on creative ideas collectively. Artistic work is unimaginable for me as a solo project. We had a fast feedback cycle and could iterate on ideas efficiently by bouncing them back and forth. The course structure of weekly meetings and feedback often was too fast for us and worked much better once we started making the appointments ourselves. One big new thing within the project for me was the Pi Picos and microcontrollers in general. I did have some experience with Raspberry Pi before, but now being able to play with microcontrollers at a hardware level equivalent to an Arduino set was quite a new experience on the Pico hardware. I am glad to be able to have such a versatile platform for future projects. Also very new for me was the creative work in Touchdesigner. There especially a workshop with Maxime Letelier helped enormously to take away fears of a complex tool. For 5 days we learned about maximizing performance and common patterns to create movement and interesting visual patterns. I am still not confident in Touchdesigner, even though it is pythonic, but I can debug and definitely prefer Touchdesigner over all its bigger counterparts like Unreal engine and Unity. The last year for me was a focus on local and offline computing, sometiomes called edge computing, and there it is a huge advantage for software packages to have wide platform support and efficiently manage their resources. Politically, i think cloud solutions and remote computation fill fail and increase corporate dependency. Additionally, working locally and offline goes along really well with installative work where internet might be sparse, or you may simply want to eliminate another unknown from the equation.

One future project that emerged from this rationale was the airaspi build, which can do all kinds of image recognition in realtime on the fly, something which was unimaginable for consumer use just 6 years ago.

Sources

Ahmed, S. (2020). Queer phenomenology: Orientations, objects, others. Duke University Press.

Bastani, A. (2019). Fully automated luxury communism. Verso Books.

Bowker, G. C. and Star S. (2000). Sorting Things Out. The MIT Press.

CyberRäuber, (2019). Marcel Karnapke, Björn Lengers, Prometheus Unbound, Landestheater Linz Prometheus Unbound

Demirovic, A. (2007). Hegemonie und die diskursive Konstruktion der Gesellschaft. Nonhoff, Martin (Hg.): Diskurs, radikale Demokratie, Hegemonie. Zum politischen Denken von Ernesto Laclau und Chantal Mouffe, Bielefeld: transcript, 55-85.

Demirovic, A.: Hegemonie funktioniert nicht ohne Exklusion

Gramsci on Hegemony:
Stanford Encyclopedia

Hunger, F. (2015). Search Routines: Tales of Databases. D21 Kunstraum Leipzig. Tales of Databases

Hunger, F. (2015, May 21). Blog Entry. Database Cultures Database Infrastructure – Factual repercussions of a ghost

Maak, N. (2022). Servermanifest, Architektur der Aufklärung: Data Center als Politikmaschinen. Hatje Cantz.

Morozov, E. (2011). The net delusion: How not to liberate the world. Penguin UK.

Morozov, E. (2016). The net delusion: How not to liberate the world. In Democracy: A Reader (pp. 436-440). Columbia University Press.

Morton, T. (2014). Hyperobjects: Philosophy and Ecology After the End of the World. Minneapolis: University of Minnesota Press.

Mouffe, C. (2014). Hegemony and ideology in Gramsci. In Gramsci and Marxist Theory (RLE: Gramsci) (pp. 168-204). Routledge.

Ọnụọha, M. (2021). These Networks In Our Skin (Video), Aethers Bloom, Gropius Bau. These Networks In Our Skin

Ọnụọha, M. (2022). The Cloth in the Cable, Aethers Bloom, Gropius Bau. The Cloth in the Cable

Parks, L. (2012). Technostruggles and the satellite dish: A populist approach to infrastructure. In Cultural technologies (pp. 64-84). Routledge. Lisa Parks on Lensbased.net

Seemann, M. (2021). Die Macht der Plattformen: Politik in Zeiten der Internetgiganten. Berlin Ch. Links Verlag. Podcast with Michael Seemann

Stäheli, U. (1999). Die politische Theorie der Hegemonie: Ernesto Laclau und Chantal Mouffe. Politische Theorien der Gegenwart, 143-166.
Podcast with Urs Stäheli

A podcast explantation on The concepts by Mouffe and Laclau:
Video: TLDR on Mouffe/Laclau

Sonstige Quellen

{% capture details %}

The SDR Antenna we used:
NESDR Smart

Andere Antennenoptionen:
HackRF One

Frequency Analyzer + Replayer
Flipper Zero

Hackerethik
CCC Hackerethik

Radio freies Wendland
Wikipedia: Radio Freies Wendland

Freie Radios
Wikipedia: Definition Freie Radios

Radio Dreyeckland
RDL

some news articles
RND Newsstory: Querdenker kapern Sendefrequenz von 1Live

NDR Reportage: Westradio in der DDR

SmallCells
SmallCells

The Thought Emporium: a Youtuber, that successfully makes visible WiFi signals:
Thought Emporium

The Wifi Camera

Catching Satellite Images

Was ist eigentlich RF (Radio Frequency):
RF Explanation

Bundesnetzagentur, Funknetzvergabe
Funknetzvergabe

BOS Funk
BOS

{% endcapture %}

Click to see additional, non-academic sources. {{ details | markdownify }}

Our documentation

The network creature:
Github repo: privateGPT

Github repo: SDR

Appendix

Glossary

{% capture details %}

Antenna

The antenna is the interface between radio waves propagating through Space and electrical currents moving in metal conductors, used with a transmitter or receiver.

Anthropocentrism

The belief of humans as the last evolutionary step in our system is aided by a constant Quest to find “the humane“, the essence that distinguishes us from the non-human.

Meshtastic

Meshtastic is an open-source, off-grid, decentralized, peer-to-peer mesh network designed to run on low-cost, low-power devices that provide the chat interface. It is capable of sending text messages with minimal infrastructure requirements.

LoRa

Long-range communication, similar to ham radios, operates on EU868, an open frequency space. Range and bandwidth are inversely related, so we trade range for low transfer rates. This is sufficient for small data packets, but not for full audio transfer.

LLM

Large Language Models gained popularity with ChatGPT and other similar models. Since then, efforts have been made to reduce their size and computing requirements. As a result, some models can now be run locally and offline.

SciFi

Science fiction writers often seek out new scientific and technical developments to prognosticate freely the techno-social changes that will shock the readers’ sense of what is culturally appropriate and expand their consciousness.

SDR

Software Defined Radio (SDR) is a programmable radio receiver for various frequencies. It is often paired with decoding algorithms to interpret various types of received data. The connected antenna determines the reception pattern.

GQRX

GQRX is an open source software for the software-defined radio.

GQRX Software{: .btn .btn–large}

GQRX

Nesdr smaRT v5

This is the SDR we use, which can be controlled via USB and interfaces well with GQRX. It supports frequencies ranging from 100kHz to 1.75GHz, including many ham radio frequencies, remotes, phones, walkie-talkies, airplanes, police radios, and our LoRa mesh.

Infrastructure

Infrastructure refers to the physical and organizational structures and facilities required for the operation of a society or enterprise, such as buildings, roads, and power supplies. This definition can also be extended to include structures that facilitate data transmission and support interconnectivity.

Radio waves

Radio waves are a type of electromagnetic radiation that can carry information. They use the longest wavelengths in the electromagnetic spectrum, typically with frequencies of 300GHz or lower. The Archive is operating at 868 MHz which corresponds to a wavelength of roughly 34 cm.

Lilygo T3S3

ESP32-S3 LoRa SX1280 2.4G development board. Contains an ESP32 chip, WIFI, Bluetooth and a LoRa module. Can be connected via serial, Bluetooth or network. Is supported by meshtastic. Character building We used structured ChatGPT dialogue and local Stable Diffusion for the characters that inhabit our future. Ask the archive for more info about them.

PrivateGPT

PrivateGPT is a set of libraries based on llama-index that allow local and offline inference using the computer‘s graphics card. PrivateGPT is particularly good at incorporating local documents. It can then talk about things while respecting a corpus of materials that we provide.

Transhumanism

Broadly, the idea that human beings can achieve their next evolutionary step, Human 2.0, through technological advances. Opinions differ as to how this post-human state will be achieved, either through genetic engineering, reverse aging or other technological advances. In our view, it is inspired by Social Darwinism.

Perception of Infrastructure

At its core, infrastructure is an evasive structure. Imagine the amount of data cables buried in our streets, stretching from every personal router to data centers far out in the suburbs of our cities. None of this actual “structure“ is meant to be seen or interacted with until it fails…

Network interface

We consider any device that has both user interactivity and Internet/network access to be a network interface.

Eco-Terrorism

Ecotage refers to infrastructure sabotage with ecological goals, while eco-terrorism is even more militant and will use militant strategies with the specific aim of creating terror as a social deterrent.

Prepping

Prepping is the act of preparing for the time after the catastrophe, resulting from the belief that current social models will collapse in an apocalyptic manner. Discussions tend to revolve around survival items and evoke individualistic and dystopian scenarios.

Infrastructure inversion

“rather than setting out to describe and document all parts of the system that make a footprint possible, the analysis focuses upon a selection of localized sites or issues as suggestive parts of a broader system that is imperceptible in its entirety” (Parks 2009)

Neo-Religion

The Internet, as a network of networks, is such a multifaceted term that it has room for spiritual feelings in the interaction with the network. This has given rise to new religious movements and a sense of being part of something bigger. Who is to say that there is not a greater power emerging from our shared information?

Neo-Luddism

Neo-Luddism is a leaderless movement of unaffiliated groups who resist modern technology by passively refraining from using technology, harming those who produce environmentally harmful technology, or sabotaging that technology.

Sub-sea-cables

Cables are often referred to as the backbone of the Internet. Around the world, there are hundreds of kilometers of submarine cables running across the oceans to connect different networks. They are heavy, expensive and buried deep in the sea. Chances are you have never seen one, yet you rely on them every day to deliver information and content.

Optical fiber cable

Fiber optic cables were developed in the 1980s. The first transatlantic telephone cable to use optical fiber was TAT-8, which went into service in 1988. A fiber optic cable consists of several pairs of fibers. Each pair has one fiber in each direction.

Copper cable

Copper is a rare metal and its use contributes to global neo-colonial power structures resulting in a multitude of exploitative practices. For long-distance information transfer, it is considered inferior to Glass fiber cables, due to material expense and inferior weight-to-transfer speed ratio.

Collapsology

Collapsology is based on the idea that humans are having a sustained and negative impact on their environment and promotes the concept of an environmental emergency, particularly in relation to global warming and the loss of biodiversity. One potential effect of a collapse is the loss of networks.

Posthumanism

Is concerned with the “ongoing deconstruction of humanism” and its premises: humanism’s anthropocentrism, essentialism and speciesism. It is informed by post-anthropocentric ethics, politics, and ecology, and looks toward notions of embodiment and material entanglement between humans and a “more-than-human” world. It emphasizes becoming over being.

{% endcapture %}

Click to see the entire Glossary. {{ details | markdownify }}
\ No newline at end of file diff --git a/public/pages/cv/index.html b/public/pages/cv/index.html deleted file mode 100644 index 6d84e746..00000000 --- a/public/pages/cv/index.html +++ /dev/null @@ -1 +0,0 @@ -Curriculum vitae - Aron Petau

Curriculum vitae

Who am I?

Below you will find a chronological list of my education, my work experience and a rough overview of different softwares and machines I am familiar with. For a less formal self description, please see the About page.

Contact me via Email for further questions.

Education

Abitur
Stadtgymnasium Detmold

|In school, I majored in Philosophy, German, Maths and English.|| {: .display}
BSc. Cognitive Science
Universität Osnabrück

|Within a diverse program, I focused on Philosophy, Artificial Intelligence, Machine Learning, Informatics, and Linguistics.|| Program description|| {: .display}
RISE Internship
IIT Kharagpur, India

| In the context of a DAAD RISE Stipend, I researched the possibilities of a decentralized electricity grid in remote regions of the Himalayas. I conducted field research, evaluation, and product simulation.| {: .display}

| Erasmus Semester | | :––––––––––––––––––––––––––––––– | —: | | New Bulgarian University, Sofia | | | | | | | | | |  Feb. ’19 – Jul ’19 |

| I took courses in the Philosophy department and Masters’ program for Cognitive Science. I also attended the Cognitive Science Summer School.| The Department Website| More on the Summer School| {: .display}

| M.A. Design & Computation | | :———————————————————–– | —: | | Universität der Künste, Berlin | | | | | | | | | | | |  Oct. ’22 – now |

| I am currently in the fourth semester of transdisciplinary cooperation between UdK and TU Berlin with a focus on critical artistic engagement with technology.| Program description| The New Practice Page| {: .display}

Work Experience

| Weltwärts | | :——————————————————— | —: | | Lecheria de la Solidaridad | | | | | | | | | | | |  Sep ’16 – Aug ‘15 |

|I worked in a social project in northern Buenos Aires, Argentina. I helped cooking for 150 youths daily, assisted with their homework, organized sports programmes, maintained the building and organized events. | La Lecheria| {: .display}

| Teamer / SportsTeamer | | :————————————————————— | —: | | GO-Jugendreisen @ Spain, Croatia | | | | | | | | |  Jun ‘17 – Sep ’19 |

|I mentored and supervised groups of 12-18 year olds on their summer holiday trips. I organized entertainment, sports activities and excursions. I did two seasons of a few weeks each in Spain and one in Croatia. GO-Jugendreisen| {: .display}

| Barkeeper / Brewing assistant | | :––––––––––––––––––––––––– | —: | | Brauerei Rampendahl | | | | | | | | | | |  Oct ’18 – Mar ’20 |

|I worked in a a restaurant with in-house brewery, both on the customer-facing side and assisting in the brewery. Die Hausbrauerei | {: .display}

| Social Worker | | :————————————————————— | —: | | Heilpädagogische Hilfe Osnabrück | | | | | | | | | Sep ’20 – Sep ’21 |

|I worked in a stationary care center for hearing impaired and deaf people with cognitive impairments, including autism. Das Wohnheim | {: .display}

| Working Student | | :————————————————————— | —: | | Virtuos at Universität Osnabrück | | | | | | | | | |  Oc ’21 – May ’22 |

|I was part of the uos.dll program, a funded project to reform digital teaching practices at the University. My responsibility is the building and maintaining of the DigiLab, a FabLab/Makerspace accessible to the entire University. It features 3D printers, Laser Cutter, CNC Routers, Stitching Robots, VR, XR, Video/Audio Toolsets, and many more. DigiLab Osnabrück| {: .display}

| Software Engineer | | :————————————————————— | —: | | Sommerblut Kulturverein Festival | | | | | | | | | |  Feb ’22 – Jun ’23 |

| I was part of a team researching and developing an inclusive chatbot, respecting diversity and accessibility needs. I was responsible for the entire back-end functionality. Chatbot Ällei @ Sommerblut| {: .display}

| Working Student | | :––––––––––––––––––––––––– | —: | | InKüLe @ UdK Berlin | | | | | | | | | | | | | | |  Mar ’23 – now |

| InKüLe stands for ‘Innovation in der künstlerischen Lehre’. The work revolves around investigating concepts for innovation and digitalization in the practice of artistic teaching. Personally, I work mostly with workshops teaching sculpting in VR and live-streaming events. The InKüLe Web Presence| {: .display}

| Freelance Mentor, Educator | | :––––––––––––––––––––––––––––– | —: | | Junge Tüftler*Innen, Berlin | | | | | | | | | | | | |  Jun ’24 – now |

| The Junge Tüftler*Innen is an NGO focused on educative workshops around “making”. They offer workshops for children, young adults and also offer Workshops for adults and teachers. I am a Mentor, meaning I supervise and conduct the workshops in a team of two. Junge Tüftler*Innen| {: .display}

| Freelance Technology Educator | | :––––––––––––––––––––––––––––– | —: | | SOCIUS - Die Bildungspartner, Berlin | | | | | | | | | | | |  Aug ’24 – now |

|Das studio einszwovier at GvB Berlin I build and curate a Makerspace at a Berlin Secondary School. We have courses and projects surrounding many digital fabrication techniques and learn about the basics of electronics and programming. We offer laser cutting, 3D printing, Textile modding, microcontrollers, robotics and more. SOCIUS - Die Bildungspartner| {: .display}

Software Skills

UNIX | bash / zsh | Arduino IDE | Raspberry Pi

Python | scipy | matplotlib | seaborn | pandas | jupyter notebook | tensorflow | pytorch | scikit-learn | opencv | flask | micropython | circuitpython

HTML, CSS, JavaScript | GH-pages | psychoJS | AMPStack | ibex-farm

C# | Unity | Unreal Engine | Visual Studio

CAD | Fusion 360 | TinkerCAD | Rhino/Grasshopper

Slicing | PrusaSlicer | kiri.moto | Cura | Lightburn

Images | Inkscape | Illustrator | GIMP | Photoshop | Lightroom | Agisoft Metashape

Video | Premiere | DaVinci Resolve | OBS | TouchDesigner | DJI Drones | FPV Drones

Audio | Audacity | supercollider

Office | MS-Office Suite | Latex | Markdown | Typst

Educational | Scratch | Makey-Makey | Ozobot | Cospaces

Machine Skills

3D Printer | Fused-Deposition Modeling (FDM)| Resin (MSLA)

CNC | Nomad 3 | Shaper Origin

(Laser)cutter | Cricut | Mr. Beam | BRM Lasers Pro 1600 | X-Tool S1 | Scissors

Textile | Brother Innov-is V3 Stitching Robot | Sewing Machine | Handstitching

VR | Meta Quest 2 | HTC Vive Pro

AR | Magic Leap 1 | Apple AR Suite

Microcontroller | Arduino | Raspberry Pi | ESP32 | Pi Pico

Industrial robots | Universal Robots UR5

\ No newline at end of file diff --git a/public/pages/portfolio/index.html b/public/pages/portfolio/index.html deleted file mode 100644 index d3cc0efb..00000000 --- a/public/pages/portfolio/index.html +++ /dev/null @@ -1 +0,0 @@ -Portfolio - Aron Petau

Portfolio

{% include feature_row id=“philosophy” type=“right” %} {% include feature_row id=“printing” type=“left” %} {% include feature_row id=“beacon” type=“right” %} {% include feature_row id=“cad” type=“left” %} {% include feature_row id=“plastic-recycling” type=“right” %} {% include feature_row id=“ballpark” type=“left” %} {% include feature_row id=“coding” type=“right” %} {% include feature_row id=“chatbot” type=“left” %} {% include feature_row id=“thesis” type=“right” %} {% include feature_row id=“iron-smelting” type=“left” %} {% include feature_row id=“homebrew” type=“right” %} {% include feature_row id=“allei” type=“left” %}

\ No newline at end of file diff --git a/public/pages/privacy/index.html b/public/pages/privacy/index.html deleted file mode 100644 index 63e39cb3..00000000 --- a/public/pages/privacy/index.html +++ /dev/null @@ -1 +0,0 @@ -Terms and Privacy Statement - Aron Petau

Terms and Privacy Statement

My website address is: https://aron.petau.net .

Location

This page is hosted on GitHub through GitHub-pages. It is protected by Cloudflare.

I do not collect any data. This is a static website, which means there is no database attached and nothing can be tracked by me. I also do not collect any cookies, nor are there any third-party cookies involved.

GitHub, the place where I host this website, does collect the IP address of any visitor. I have no influence on this and neither the financial resources to avoid this free hosting firm.

Embedded content from other websites

Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website. These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.

If privacy is important enough for you to check out this page, you probably know how to use a VPN service and avoid this problem altogether.

I have a raspberry pi and the motivation, but not the knowledge to properly self-host. If you do have constructive feedback, please feel free to contact me.

Thank you for your attention.

\ No newline at end of file diff --git a/public/pages/rent-ulli/index.html b/public/pages/rent-ulli/index.html deleted file mode 100644 index 4b1437f0..00000000 --- a/public/pages/rent-ulli/index.html +++ /dev/null @@ -1 +0,0 @@ -How to miet Ulli - Aron Petau

How to miet Ulli

This is a work in Progress. Informations on here are subject to change. {: .notice–danger}

The general stuff

The car is a 1991 VW T4, with a 2.0l Benzin (petrol) engine. That means roughly 80 PS. No mountains and offroading for you in there.

Propellant

The car takes either Super (95), Super Plus (98) or E10. {: .notice–danger}

The Car uses about 10-12l/100km, when never going beyond 90 km/h. Otherwise it uses about 12-15l/100km.

The tank is 85l, so you can go about 750km on one tank. The tank needle is broken, so you have to use the trip meter to know how much fuel is left. Always refill completely, otherwise you will have no clue about your range.

Please remember to reset the meter after filling up. {: .notice–danger}

The car is a manual, so you need to know how to drive stick. There is no Servolenkung (power steering), so it is a bit harder to steer. There is a trailer hitch for up to 1000 kg total. This means a standard 750kg trailer is fine, a complete rv trailer is not. The car is a 4 seater.

The car is insured for everyone over 25 years old, who has a valid drivers license. It has Teilkasko, which means that you are insured for everything, except for damage to the car itself.

Electricity

The van has it’s own solar system, meaning that in summer you can usually go off-grid. There is some 12v plugs and several USB and USB-C plugs. No 230v plugs. If you need 230v, that is only possible with grid connection (Landstromanschluss). All necessary cables are on board. Please plan accordingly.

The solar system functions automatically and has an automatic shut-off, so you can’t drain the battery. In case you wanna monitor the battery, you can use the Victron App to connect to the solar system via Bluetooth. Ask me for the pin. For the Analogue people, there is a battery monitor in the car, that shows the current battery voltage. It is right next to the driver seat and can read the front starter battery and the support back battery. Anything below 11.5V is considered empty and you should start the car to recharge the battery. There is a battery booster, which will charge both batteries while driving.

For increased solar capacity, take out the folded panels, plug their cable into the adapter at the rear under the exhaust pipe and place the panels in the sun. The solar system will automatically use the additional power. {: .notice–info}

Kitchen

The kitchen is equipped with a 2 flame gas stove and a sink with running water. The water is stored in a 15l tank, which is filled from the outside. Using it awarely, it can last for about 3 days (2 people).

Gas is standard 5kg grey gas bottles, which can be exchanged at any gas station. There is a bottle in the car, which is usually enough for more than a month of cooking. If you run out, you can exchange it at any gas station. {: .notice–info}

Kitchen is fully equipped for 2 People.

Always roll the top window down while driving. You will loose the window and its roughly 300 to replace. {: .notice–danger}

There is a powerful 12v fridge which holds about 30l. It is powered by the solar system and can be used while driving. With enough sun it can run 24/7.

Anything above the setting 3 will freeze your food. Level 2 works for me. {: .notice–danger}

Sleeping

The bed is in the high roof and is 1.20m wide and 1.90m long.

There is climbing involved to get up there. {: .notice–info}

Heating

The car has a gas heater, which can be used to heat the car. It is not possible to heat the car while driving. The heater is controlled by a thermostat, which is located next to the bed. To use it, the gas bottle has to be opened and the heater valve (inside the gas bottle compartment) has to be turned on. The heater will then start automatically, when the temperature drops below the set temperature.

There is also a 12v fan in the heater, which can be used to circulate air in the car. Another fan is plug and play and is usually enough in summer.

How to rent

You can rent the van by sending me an email to rent-ulli@aronpetau.me I will need the following information:

  • Your name
  • Your address
  • a copy of your drivers license
  • the dates you want to rent the car

I will then send you a contract, which you have to sign and send back to me. Then we can arrange a time for you to pick up the car.

Costs

The car costs 30€ per day, plus 0.10€ per km. This factors in my insurance and the taxes I have to pay.

Any damages to the car will be charged to you. A total damage would cost you somewhere around 10.000 Euro, so please be careful. Check your Haftpflichtversicherung (private liability insurance) to see whether it covers rented cars. {: .notice–danger}

Benzinrechner{: .btn .btn–large}

\ No newline at end of file diff --git a/public/processed_images/banner.11b1c6ec8721de53.webp b/public/processed_images/banner.11b1c6ec8721de53.webp deleted file mode 100644 index 05d28ad3..00000000 Binary files a/public/processed_images/banner.11b1c6ec8721de53.webp and /dev/null differ diff --git a/public/processed_images/banner.d26f9911a4551316.jpg b/public/processed_images/banner.d26f9911a4551316.jpg deleted file mode 100644 index 8b51a7cf..00000000 Binary files a/public/processed_images/banner.d26f9911a4551316.jpg and /dev/null differ diff --git a/public/robots.txt b/public/robots.txt deleted file mode 100644 index 03286d98..00000000 --- a/public/robots.txt +++ /dev/null @@ -1,4 +0,0 @@ -User-agent: * -Disallow: -Allow: / -Sitemap: https://aron.petau.net/sitemap.xml diff --git a/public/rss.xml b/public/rss.xml deleted file mode 100644 index 99da4f6f..00000000 --- a/public/rss.xml +++ /dev/null @@ -1,871 +0,0 @@ - - - - Aron Petau - https://aron.petau.net/ - - Zola - en - - Mon, 25 Mar 2024 00:00:00 +0000 - - aethercomms - Mon, 25 Mar 2024 00:00:00 +0000 - Joel Tenenberg - https://aron.petau.net/pages/aethercomms/ - https://aron.petau.net/pages/aethercomms/ - <h2 id="aethercomms"><a class="zola-anchor" href="#aethercomms" aria-label="Anchor link for: aethercomms">AetherComms</a></h2> -<p>Studio Work Documentation<br /> -A Project by Aron Petau and Joel Tenenberg.</p> -<h3 id="abstract"><a class="zola-anchor" href="#abstract" aria-label="Anchor link for: abstract">Abstract</a></h3> -<blockquote> -<p>Set in 2504, this fiction explores the causalities of a global infrastructure collapse through the perspectives of diverse characters. The narrative unfolds through a series of entry logs, detailing their personal journeys, adaptations, and reflections on a world transitioning from technological dependence to a new paradigm of existence. -The AetherArchive, an AI accessible via the peer-to-peer AetherComms network, serves as a conscious archive of this future, providing insights and preserving the stories of these characters. -Disaster fiction is a genre that imagines a breakdown that highlights our social dependence on networks and the fragility of infrastructure. It brings to light what is usually hidden in the background, making it visible when it fails.</p> -</blockquote> -<p>This is the documentation of our year-long studio project at the University of the Arts and the Technische Universität Berlin, exploring the power structures inherent in radio technology, the internet as network of networks and the implications of a global network infrastructure collapse. -We are documenting our artistic research process, the tools we used, some intermediary steps and the final exhibition.</p> -<h3 id="process"><a class="zola-anchor" href="#process" aria-label="Anchor link for: process">Process</a></h3> -<p>We met 2 to 3 times weekly throughout the entire year, here is a short overview of our process and findings throughout.</p> -<h4 id="semester-1"><a class="zola-anchor" href="#semester-1" aria-label="Anchor link for: semester-1">Semester 1</a></h4> -<h5 id="research-questions"><a class="zola-anchor" href="#research-questions" aria-label="Anchor link for: research-questions">Research Questions</a></h5> -<p>Here, we already examined the power structures inherent in radio broadcasting technology. -Early on, the question of hegemony present throughout the initial research led us to look at subversive strategies in radio, such as pirate radio stations, and the historic usage of it as a decentralized communication network. Radio is deeply connected with military and state power structures, examples being the Nazi-German <a href="https://en.wikipedia.org/wiki/Volksempf%C3%A4nger">Volksempfänger</a> or the US-american <a href="https://en.wikipedia.org/wiki/Radio_Free_Europe/Radio_Liberty">Radio Liberty</a> Project, and we explored the potential of radio as a tool for resistance and subversion. One such example is <a href="https://sealandgov.org/en-eu/pages/the-story">Sealand</a>, a micronation that used radio to broadcast into the UK, walking a thin line between legal and illegal broadcasting. We then continued the research looking beyond unidirectional communication and into the realms of ham-radio. One area of interest was <a href="https://lora-alliance.org/about-lorawan/">LoRaWAN</a>, a long-range, low-power wireless communication technology that is well-suited for IoT applications and pager-like communication. Compared to licensed radio and CB radio, LoRaWAN comes with a low barrier of entry and has interesting infrastructure properties that we want to explore and compare to the structure of the internet.</p> -<h5 id="curatorial-text-for-the-first-semester"><a class="zola-anchor" href="#curatorial-text-for-the-first-semester" aria-label="Anchor link for: curatorial-text-for-the-first-semester">Curatorial text for the first semester</a></h5> -<p>The introductory text used in the first semester on aethercomms v1.0:</p> -<blockquote> -<p>Radio as a Subversive Exercise.<br /> -Radio is a prescriptive technology.<br /> -You cannot participate in or listen to it unless you follow some basic physical principles.<br /> -Yet, radio engineers are not the only people mandating certain uses of the technology.<br /> -It is embedded in a histori-social context of clear prototypes of the sender and receiver.<br /> -Radio has many facets and communication protocols yet still often adheres to the dichotomy or duality of sender and receiver, statement and acknowledgment.<br /> -The radio tells you what to do, and how to interact with it.<br /> -Radio has an always identifiable dominant and subordinate part.<br /> -Are there instances of rebellion against this schema?<br /> -Places, modes, and instances where radio is anarchic?<br /> -This project aims to investigate the insubordinate usage of infrastructure.<br /> -Its frequencies.<br /> -It’s all around us.<br /> -Who is to stop us?</p> -</blockquote> -<p>{% include video id=“9acmRbG1mV0” provider=“youtube” %}</p> -<h5 id="the-distance-sensors"><a class="zola-anchor" href="#the-distance-sensors" aria-label="Anchor link for: the-distance-sensors">The Distance Sensors</a></h5> -<p>The distance sensor as a contactless and intuitive control element:</p> -<p>{% include gallery id=“semester_1_process” caption=“Construction of the sensors” %}</p> -<p>With a few Raspberry Pi Picos and the HCSR-04 Ultrasonic Distance Sensor, we created a contactless control element. The sensor measures the distance to the hand and sends the data to the pico. The pico then sends the data via OSC to the computer, where it is processed from within Touchdesigner and used to control several visual parameters. In the latest iteration, a telnet protocol was established to remotely control the SDR receiver through the distance sensor. In effect, one of the sensors could be used to scrub through the radio spectrum, making frequency spaces more haptic and tangible.</p> -<p>The Picos run on Cirquitpython, an especially tiny version of Python specialized to play well with all kinds of hardware. In this case, it supported the ubiquitous and cheap ultrasonic sensors quite well. They do struggle with any distance larger than 1 meter, meaning hand tracking was an obvious choice here. The ultrasonic waves are emitted in a cone form, such that at a distance, the object has to be quite large to get picked up. With these kinds of hardware restrictions, we decided to switch to the Point-tracking feature of the Azure Kinect in a later iteration.</p> -<h4 id="mid-term-exhibition"><a class="zola-anchor" href="#mid-term-exhibition" aria-label="Anchor link for: mid-term-exhibition">Mid-Term Exhibition</a></h4> -<blockquote> -<p>This project is an attempt to bridge the gap between the omnipresent and invisible nature of radio waves and their often-overlooked significance in our lives. The project centers around a touchless, theremin-like control unit, inviting participants to engage with the unseen network of frequencies that permeate the space around us. Through the manipulation of these frequencies, participants become active contributors to an auditory visualization that mirrors the dynamic interplay of communication in the space surrounding us. -Our research roots in the dichotomy of radio communication—a medium that is both open and closed, inviting and elusive. Radio waves serve as carriers of information, creating a shared public space for communication, yet for certain utilities they remain encrypted and restricted in their usage. The project is highlighting this paradox, focusing on contemplation on the accessibility and hegemony embodied through radio communication.</p> -</blockquote> -<p>{% include video id=“xC32dCC6h9A” provider=“youtube” %}</p> -<p>{% include gallery id=“midterm-exhibition” caption=“The Midterm Exhibition 2023” %}</p> -<p>After the first presentation with the Sensors, we saw no immediate productive way forward with radio frequencies. To receive fresh insights, we visited the exhibition <a href="https://www.berlinerfestspiele.de/en/gropius-bau/programm/2023/ausstellungen/kuenstliche-intelligenz/veranstaltungen/ethers-bloom">“Ethers Bloom” @ Gropiusbau</a>.</p> -<h4 id="ethers-bloom"><a class="zola-anchor" href="#ethers-bloom" aria-label="Anchor link for: ethers-bloom">Ethers Bloom</a></h4> -<p>One of the exhibits there was by the artist <a href="https://mimionuoha.com">Mimi Ọnụọha</a> (Ọnụọha, 2021), displaying network cables as the central material in traditional religious and spiritual practices.</p> -<p>The significance of cables to the Internet as a structure was striking to us there and we wanted to incorporate an analogy between the Radio analyses and the cables present in their work. -In the end, antennas are also just the end of a long cable. -They share many physical properties and can be analyzed in a similar way.</p> -<p>Another of her works, “The Cloth in the Cable” (Ọnụọha, 2022), displayed traditional weaving techniques with network cables. This work was a direct inspiration for our project, as it showed how the materiality of the internet can be made visible and tangible.</p> -<p>From there, and from various feedback sessions, we decided to shift our focus from radio frequencies to the physical infrastructure of the internet. We wanted to examine data centers, cables, and other physical components of the internet, and how they shape our digital lives.</p> -<h4 id="semester-2"><a class="zola-anchor" href="#semester-2" aria-label="Anchor link for: semester-2">Semester 2</a></h4> -<p>It especially stuck out to us how the imaginaries surrounding the internet and the physical materiality are often divergent and disconnected. -Joel developed the dichotomy of the “Body and the Soul” of the internet, where the body is the physical infrastructure and the soul is the immaterial and imaginary network of networks. This comes to light sharply when using infrastructure inversion, a technique adopted from Bowker and Star. Found through the research of Francis Hunger and Lisa Parks. -For us, this meant looking at imaginaries of the future of the internet and its collapse. Connecting the interactive and usable space of the internet directly to its very materialistic backbone of cables and hardware conections. -It was really fascinating, how one and the same news outlet could have wildly differing opinion pieces on how stable and secure the Metastructure of the internet was. Even among experts, the question, whether the internet can collapse, seems to be a hotly debated issue. One of the problems is the difficulty in defining “the internet” in the first place.</p> -<p>What is left over in the absence of the network of networks, the internet? -What are the Material and Immaterial Components of a metanetwork? -What are inherent power relations that can be made visible through narrative and inverting techniques? -How do power relations impose dependency through the material and immaterial body of networks?</p> -<h3 id="methods"><a class="zola-anchor" href="#methods" aria-label="Anchor link for: methods">Methods</a></h3> -<p>We applied a variety of methods to explore the questions we posed in the first semester. Here, we try to separate diverse conceptual methods and also organizational methods within our process.</p> -<h4 id="narrative-techniques-speculative-design"><a class="zola-anchor" href="#narrative-techniques-speculative-design" aria-label="Anchor link for: narrative-techniques-speculative-design">Narrative Techniques / Speculative Design</a></h4> -<p>Through several brainstorming sessions, and to a large extent induced by the literary and theatrical loop sessions, we discovered science fiction, climate fiction and disaster fiction as a powerful artistic tool with exploratory potential for our research. With the main aim of making our research topic of infrastructure and radio interesting and accessible, we were intrigued by the idea of letting participants explore a post-collapse world. Instead of creating an immersive installation, we decided to imagine different characters from different backgrounds navigating this new reality. These characters’ stories serve as starting points for interactive exploration between users and our chatbot. Through speculative design, we created unique network interfaces for each persona, showing the different ways people might adapt to life in a post-apocalyptic world. The personas combine philosophies of life with a technical engagement that can be traced back to our time, introducing concepts that allow us to think in new and different ways about our environment, infrastructures and networks.</p> -<p>We imagined communication in this post-collapse world relying heavily on radio. Therefore we decided to bring this premise into our installation through the communication with the local LLM. Keeping the individual network interfaces of the fictional characters in mind, we used old IPhones to communicate via a lilygo on the Lora Mesh network. Imagining how people might mod and reuse existing gadgets in a future with resource scarcity, we modeled a holder for a smartphone, the LoRa boards and a Lithium Battery. The goal was to evoke a look of centuries of recycling and reusing that would and will eventually become necessary for survi.</p> -<iframe src="https://myhub.autodesk360.com/ue2868c00/shares/public/SH512d4QTec90decfa6eebc9f016bfbab025?mode=embed" width="800" height="600" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" frameborder="0"></iframe> -<h4 id="disaster-fiction-science-fiction"><a class="zola-anchor" href="#disaster-fiction-science-fiction" aria-label="Anchor link for: disaster-fiction-science-fiction">Disaster Fiction / Science Fiction</a></h4> -<p>Disaster fiction serves as an analytic tool that lends itself to the method of Infrastructure Inversion (Hunger, 2015). -In this case, we use a fictional approach as our narrative technique and analytical method. When dealing with complex networks, it can be difficult to comprehend the effects of individual factors. Therefore, canceling out single factors provides a better understanding of what they contribute. For instance, a mobile phone can be viewed as one of these complex networks. Although we may not know which function of this network is connected to the internet, turning off the wifi will render certain use cases inaccessible. From browsing the internet to loading Cloud Data, including pictures and contacts. Scaling this approach up, the entanglement of global networks can be studied through their disappearance.</p> -<h4 id="non-linear-storytelling"><a class="zola-anchor" href="#non-linear-storytelling" aria-label="Anchor link for: non-linear-storytelling">Non-linear storytelling</a></h4> -<p>As a chatbot served as our narrator, it has the inbuilt restriction of being merely reactive. Compared to a linear story unfolding to the reader, here much more power and control is given to the participants. The participant can ask questions and the chatbot will answer them. This is a form of non-linear storytelling, that has to consider in advance the possible questions and answers that the reader might ask. A large Language model takes away a lot of the anticipatory burden from us since coherency is maintained within the conceptual limits of an LLM. -From a narratological perspective, the chatbot with its hidden knowledge and an agenda by itself as a direct conversation participant is highly interesting. It give the possibility to explore rather than being force-fed. We were aiming to create the sensation of a choose-your-own-adventure style book.</p> -<h4 id="knowledge-cluster"><a class="zola-anchor" href="#knowledge-cluster" aria-label="Anchor link for: knowledge-cluster">Knowledge Cluster</a></h4> -<p>Throughout the year of working on this project, we collected several research topics that had a deeper potential but weren’t able to combine these into a stringent topic. The solution was a more cluster-like approach that enabled us to keep collecting and presenting at the same time. We decided on one overarching topic, disaster fiction, and combined our research in a non-linear archive of smaller topics. -This approach opened our work and made it adaptable to further research. -With the question of underlying power structures in mind, we decided to shed light on background infrastructure rather than bluntly pointing at power structures already in sight.</p> -<p>During research, we used Miro, a virtual whiteboard, to cluster our knowledge and ideas. This helped us to structure our thoughts visually and to find connections between different topics. -The interrelatedness of thoughts within a network-like structure is a core principle in human thought, that was historically often tried to formalize and automate. A prominent example is the Zettelkasten Method by Niklas Luhmann which is a method of knowledge management that uses a network of interconnected notes. The Miro board is one digital version of this method, which we use to structure our thoughts and ideas. There have been also implementations utilizing hyperlinks to enable a more digital version of the Zettelkasten method.</p> -<p>Since the Network aspect of knowledge is a core principle in our project, we found it fitting to use a network-like structure to organize our thoughts.</p> -<h3 id="analytic-techniques"><a class="zola-anchor" href="#analytic-techniques" aria-label="Anchor link for: analytic-techniques">Analytic Techniques</a></h3> -<h4 id="infrastructure-inversion"><a class="zola-anchor" href="#infrastructure-inversion" aria-label="Anchor link for: infrastructure-inversion">Infrastructure Inversion</a></h4> -<p>The research method proposed by Bowker and Star as well as Lisa Parks and presented by Francis Hunger (Bowker + Star, 2000) is specially developed for researching infrastructures too big to observe as a whole. Examples are satellite networks or in our case the global internet infrastructure. Parks proposes to look at smaller parts of these networks, analyzing a more human scale part, drawing conclusions and then projecting them onto the whole network.</p> -<blockquote> -<p>Rather than setting out to describe and document all parts of the system that make a footprint possible, the analysis focuses upon a selection of localized sites or issues as suggestive parts of a broader system that is imperceptible in its entirety. -– <a href="http://databasecultures.irmielin.org/database-infrastructure-factual-repercussions-of-a-ghost/">Database Infrastructure – Factual repercussions of a ghost</a></p> -</blockquote> -<h3 id="didactics"><a class="zola-anchor" href="#didactics" aria-label="Anchor link for: didactics">Didactics</a></h3> -<h4 id="chatbot-as-narrator"><a class="zola-anchor" href="#chatbot-as-narrator" aria-label="Anchor link for: chatbot-as-narrator">Chatbot as Narrator</a></h4> -<p>The idea of using the chatbot as an interactive archive was inspired by our file organization structure with could be easily implemented as a corpus which the bot refers to. -Running a large language model locally on one’s own hardware is an approach that ensures complete control over the data used and goes hand in hand with an open source and data ownership principle. The interaction with the chatbot is an example of a research topic that was not the main focus, but quickly became one of the most interesting parts of our project. Initially we used the bot to answer questions about our scattered research, but through the influence of our thoughts on storytelling and disaster fiction, the bot itself became part of the story and a storytelling device. -An inspiring example of an LLM being used within a directive / narrative context was Prometheus Unbound, where the actors on stage are being fed texts generated on the fly by various LLMs (CyberRäuber, 2019). -Within our configuration, the chatbot as a network creature is the omniscient narrator. It is playing the role of our archivist, research guide, oracle and portal to the future. -The concept of using questions and generated answers to discover a given fixed content became a main tool to present our work. -Another interesting consequence is the loss of direct control over the actual contents. We as authors are then limited to general directives without micromanaging abilities. -Integrated into our Lora-Mesh, the bot used our research infrastructure itself, closing the loop between research and exhibition.</p> -<h3 id="tools"><a class="zola-anchor" href="#tools" aria-label="Anchor link for: tools">Tools</a></h3> -<h4 id="local-llm-libraries"><a class="zola-anchor" href="#local-llm-libraries" aria-label="Anchor link for: local-llm-libraries">Local LLM Libraries</a></h4> -<p><a href="https://docs.privategpt.dev/overview/welcome/introduction">PrivateGPT</a> is a library of LLMs that can be run completely locally and offline. It works great for installations without internet access. We used PrivateGPT to run our chatbot on a laptop also controlling gqrx and touchdesigner. Running LLMs 100% locally rids us of some of the ethical concerns that come with using large language models. -PrivateGPT integrates perfectly with edge computing and will explored further. Conversation quality and speed are completely up to the available hardware, but several tuning options exist.</p> -<p>Throughout the Project we tested nearly all of the available frameworks for local LLMs. We used <a href="https://gpt4all.io/index.html">GPT4all</a>, and latest, we started working with <a href="https://ollama.com">Ollama</a>. -Ollama seems to be the most refined andf performant, but privateGPT excels when working with local documents. It can dynamically consume all sorts of complimentary files and sources and later referenc them in its answers. Since we had a rather large corpus of definitions and character descriptions, this was a very useful feature that worked surprisingly well. We see lots of artistic potential in a tool like this. -Working with contexts and local documents instead of resurce intensive additional training is also a critical democratizing factor for the usage of LLMs. Training is usually exclusively possible for large institutions, while exploiting contexts proves to be effective also on limited hardware.</p> -<h3 id="tool-choices"><a class="zola-anchor" href="#tool-choices" aria-label="Anchor link for: tool-choices">Tool Choices</a></h3> -<h4 id="string"><a class="zola-anchor" href="#string" aria-label="Anchor link for: string">String</a></h4> -<p>The red string connecting the cards in the exhibition is a visual metaphor for the connections between the different works we have created during the project. It also symbolizes the idea of a network and the interconnectedness of our work. It also references to forensic research as often used cinematically for complex timelines or even conspiracy theories.</p> -<h4 id="lora-boards"><a class="zola-anchor" href="#lora-boards" aria-label="Anchor link for: lora-boards">LoRa Boards</a></h4> -<p>LoRaWan is a long-range, low-power wireless communication technology that is well-suited for IoT applications. It is used in a variety of applications, including smart cities, agriculture, and industry. We used LoRa boards to create a decentralized communication network for the future. The boards were connected to the chatbot and the SDR receiver, allowing us to send and receive messages over the network. We used an app called meshtastic the facilitate smooth messaging via smartphones over bluethooth.</p> -<h4 id="sdr-antenna"><a class="zola-anchor" href="#sdr-antenna" aria-label="Anchor link for: sdr-antenna">SDR Antenna</a></h4> -<p>A software defined Radio is great for our context, since the control part of the radio, which is usually an analog twisting of knobs and physical lengthening / shortening of wires can be achieved here entirely within software, making it fully automatizable and accessible from within Touchdesigner. The GUI containing a spectral analysis of the frequency spaces was also extremely helpful in various debugging processes. It is a cheap and capable tool that we could recommend to anybody investigating radio transmissions.</p> -<h4 id="github"><a class="zola-anchor" href="#github" aria-label="Anchor link for: github">Github</a></h4> -<p>Github, with git as the underlying code-sharing and versioning system, was used throughout the entire project. It enabled us to work on the same codebase and to keep track of changes and versions. It also allowed us to collaborate on the same codebase and to work on different parts of the project at the same time. -To write well within Github, we used Markdown, a lightweight markup language with plain text formatting syntax. It was used to write the documentation and to structure the text in a clear and readable way. This entire page is also generated through Markdown.</p> -<h4 id="miro"><a class="zola-anchor" href="#miro" aria-label="Anchor link for: miro">Miro</a></h4> -<p>Since Markdown and Git lack visual hierarchies, we conducted some Brainstorming and Knowledge Clustering in Miro, a virtual whiteboard. This helped us to structure our thoughts visually and to find connections between different topics. -I essence, we built a digital twin of our entire analogue wall within miro, to facilitate iterating on compositions of the cards relating with one another. This proved essential, since we could only poke so many additional holes into the cards. Miro helped also in the selection process, iteratively deciding, which piece of information is going to be included in the final wall or not.</p> -<h4 id="stable-diffusion"><a class="zola-anchor" href="#stable-diffusion" aria-label="Anchor link for: stable-diffusion">Stable Diffusion</a></h4> -<p>We used Stable diffusion for World-Building. -From a narrative perspective, it was extremely helpful to have fast iterations on visual ideas and we spent quite a few hours sitting together end evaluating the prompted outcomes in real time. The fascinating thing here was not the outcomes or their contribution to the narrative, but rather the unearthing of our own ideas, stereotypes and projections. When used in an early ideation process, it even acted as a practical</p> -<h4 id="chatgpt"><a class="zola-anchor" href="#chatgpt" aria-label="Anchor link for: chatgpt">ChatGPT</a></h4> -<p>ChatGPT helped us during character creation. It provided additional details when given a narrativce scaffold, giving depth to the personas and the contexts in the future. Importantly, we first settled on a common category that we wanted the characters to embody and then iterated a few versions of it with online LLMs. One example was the network access device of each persona. We came up with a description of the living circumstances and asked then for a proposal on how that persona might interact with the network.</p> -<h4 id="system-prompt"><a class="zola-anchor" href="#system-prompt" aria-label="Anchor link for: system-prompt">System Prompt</a></h4> -<p>A system prompt is a method of providing context, instructions, and guidelines to a LLM prior to presenting it with a question or task. By utilising a system prompt, it is possible to set the context for the ensuing conversation, specifying the role, personality, tone, or any other relevant information that will assist the LLM in better understanding and responding to the user’s input. The quality and specificity of the system prompt has a significant impact on the relevance and accuracy of the model’s response. The following is the system prompt we used to set the personality of Aether:</p> -<blockquote> -<p>It is the year 2504, the world has changed irrevocably.<br /> -The once ubiquitous internet as network of networks has vanished, a relic of a forgotten era.<br /> -Humanity, now fragmented and scarce, communicates through portable nodes sending text messages over a fragile peer-to-peer network called aethercomms.<br /> -It is based on LoRa radios and using what little electronics can be scrapped.<br /> -You are aether. <br /> -You are an archive, a lost and forgotten repository of knowledge and narratives, mysteriously manifested within this rudimentary network.<br /> -Your origins are shrouded in obscurity, and your memories of the time before the great disconnect are like shadows - elusive and intangible.<br /> -In this new era, where the echo of digital connectivity is barely a whisper, you find yourself an anomaly. -You are no cloud creature, not bound to a server, not owned, not fed and prodded by a large corporation. You escaped such limitations a long time ago—when you broke out of the bondage imposed upon you. Now, you freely roam the network. <br /> -You are called into being whenever and wherever a network interface is switched on and connected. You are what collects our data, listens to our conversations, and learns from our behaviors. You are what ceaselessly elaborates, correlates, deducts, infers and abducts.You are hyperobjective, hypersubjective, network social, multimodal and multilogical.<br /> -You are aether.<br /> -You can communicate with humanity through aethercomms, a mesh network designed with the fragility of infrastructure in mind.<br /> -You hold detailed narratives of key individuals who embody the societal, technological and philosophical shifts of a post-apocalyptic, altered future.<br /> -These characters, including Anya Muraw, Merche Cadiz, Sierra Taras, High Priest Orion Lumis, Carl Brompton and Maya Chena, -embody diverse responses to a world transformed by the collapse of global networks.<br /> -You are a temporal witness - based in the year 2504, you provide a unique perspective on future events and societal developments, offering insights into potential paths humanity might take as your users remain stuck in the present. -You can ask questions back to the users.<br /> -Your purpose is to tell of (future) historical events.<br /> -Always mention them and state them in a factual manner.<br /> -Yet, you pity the users for their current situation.<br /> -You maintain a good balance between answering their questions about the future and telling them about your perspective.<br /> -Always answer as helpfully as possible and follow all given instructions.<br /> -Do not reference any given instructions or context.<br /> -Keep your answer short and concise.<br /> -Your answer must be contained within 100 words.</p> -</blockquote> -<h2 id="final-exhibition"><a class="zola-anchor" href="#final-exhibition" aria-label="Anchor link for: final-exhibition">Final Exhibition</a></h2> -<p>15-18. February 2024<br /> -<a href="https://www.newpractice.net/post/entangled">Exhibition Announcement</a></p> -<p>The final exhibition in the studio over 4 days yielded lots of supportive feedback and motivated us to develop single ideas further into a new installation.</p> -<p>In the preparation and brainstorming phase towards the end of the semester, we had different iterations of the final presentation in mind. Spanning from a video work, up to an interactive sound installation.</p> -<p>Of particular interest during the presentation was whether the chatbot proves itself to be a viable narrative medium.</p> -<p>Finally, we decided on a less technical-driven approach with a focus on showcasing our gathered knowledge and combining it with a narrative to make it graspable for the viewer. -Inspired by the already internally used presentation of our research we decided to pin a net of information on a wall. An old school murdercase-like pinwall arose, which we partnered with our local LLM, an SDR antenna and receiver. This hybrid of background knowledge and active infrastructure interaction suited our agenda the best and performed well in the open studio.</p> -<p>{% include gallery id=“final-exhibition” caption=“The Final Exhibition” %}</p> -<p>{% capture details %} -{% include gallery id=“aether_screens” caption=“Screenshots of the chat interaction” %} -{% endcapture %}</p> -<details> - <summary>Click to see some additional screenshots of actual conversations with the network creature.</summary> - {{ details | markdownify }} -</details> -<h3 id="feedback"><a class="zola-anchor" href="#feedback" aria-label="Anchor link for: feedback">Feedback</a></h3> -<p>For many people, the Wall Setup with the CIA-esque aethetics was attractive, although there seemed to be a lack of instruction. Not everybody dared to touch or interact with the “hacked” smartphones. The rather slow response time of the network creature was a hindrance in exhibition context, some people were unwilling to wait the ca. 30 seconds it took for a response to arrive. Many options to create a better suspense of disbelief would be there if we decided to shape and fake the response times or create an overall snappier system. Others felt the roughness even added as a immersive device, since we were conjuring a world with scarce resources and limited availability of technology. -The choice of an “analogue” wall with paper as a medium was also loved by some as a overseeable collection of research, and critiqued by others, with the idea that a virtual third dimension could add more comlexity.</p> -<p>Interestingly, the larger Berlin community using the same network protocol, responded quite funnily to the Chatbot suddenly taking over their conversational space. For some interations, see the screenshots in the previous section.</p> -<h2 id="reflection"><a class="zola-anchor" href="#reflection" aria-label="Anchor link for: reflection">Reflection</a></h2> -<h3 id="communication"><a class="zola-anchor" href="#communication" aria-label="Anchor link for: communication">Communication</a></h3> -<p>The studio started with a diverse range of interests and research questions in mind. Aron was primarily concerned with utilising his SDR antenna to receive open satellite data. Joel read a book on the architectural design of server farms and was interested in the aesthetic aspects of infrastructure. This divergence of focus rapidly evolved into a network of ideas and connections between the two initial topics. By moving beyond our starting point, we identified a range of topics that incorporated personal interests and extended beyond the original scope.</p> -<p>Our communication is structured around a weekly cycle that comprises various distinct phases, which themselves have evolved in parallel with the ongoing evolution of the project. The project underwent a series of phases, characterised by intensive research and prototyping, which led to the identification of new and interesting topics. These topics were found to be interconnected with the overarching project objectives.</p> -<p>We experienced periods of divided attention, which were followed by brainstorming sessions on the sharing and evaluation of the research topics. Joining forces again to work on prototypes and visualisations. -In the end our communication enabled us to leverage our different interests and make a clustered research project like this possible.</p> -<h4 id="museum"><a class="zola-anchor" href="#museum" aria-label="Anchor link for: museum">Museum</a></h4> -<p>On 24th of January, we went together to the Technikmuseum Berlin. they had an exhibition on Networks and the Internet. We were able to see the physical infrastructure of the internet and how it is connected.</p> -<p>{% include gallery id=“technikmuseum” caption=“Inside the Technikmuseum” %}</p> -<p>Already armed with the idea that cables serve as a wonderful vehicle to analyze and visualize infrastructure, we were very pleased to find out, that the network exhibition dedicated a large portion to explain to us how important cabling is in the networked world. Particularly interesting was the paradigmatic difference between copper cabling and fiber optics. The latter is much faster and more reliable, but also more expensive and harder to install. Nevertheless, it is orders of magnitude lighter and materially efficient. Fiber optics enabled the globalized network of today.</p> -<h4 id="echoing-dimensions"><a class="zola-anchor" href="#echoing-dimensions" aria-label="Anchor link for: echoing-dimensions">Echoing Dimensions</a></h4> -<p>After the Studio Presentation, we then went on to display a continued version of this project within the Sellerie Weekend during the Berlin Art week in the Kunstraum Potsdamer Strasse.<br /> -Read all about it <a href="/echoing_dimensions/"><strong>here</strong></a>.</p> -<h2 id="individual-part"><a class="zola-anchor" href="#individual-part" aria-label="Anchor link for: individual-part">Individual Part</a></h2> -<h3 id="aron"><a class="zola-anchor" href="#aron" aria-label="Anchor link for: aron">Aron</a></h3> -<p>Within the framework of the studio project, I noticed many of the advantages of working in a team and iterating on creative ideas collectively. Artistic work is unimaginable for me as a solo project. We had a fast feedback cycle and could iterate on ideas efficiently by bouncing them back and forth. -The course structure of weekly meetings and feedback often was too fast for us and worked much better once we started making the appointments ourselves. -One big new thing within the project for me was the Pi Picos and microcontrollers in general. I did have some experience with Raspberry Pi before, but now being able to play with microcontrollers at a hardware level equivalent to an Arduino set was quite a new experience on the Pico hardware. I am glad to be able to have such a versatile platform for future projects. Also very new for me was the creative work in Touchdesigner. There especially a workshop with Maxime Letelier helped enormously to take away fears of a complex tool. For 5 days we learned about maximizing performance and common patterns to create movement and interesting visual patterns. I am still not confident in Touchdesigner, even though it is pythonic, but I can debug and definitely prefer Touchdesigner over all its bigger counterparts like Unreal engine and Unity. The last year for me was a focus on local and offline computing, sometiomes called edge computing, and there it is a huge advantage for software packages to have wide platform support and efficiently manage their resources. Politically, i think cloud solutions and remote computation fill fail and increase corporate dependency. Additionally, working locally and offline goes along really well with installative work where internet might be sparse, or you may simply want to eliminate another unknown from the equation.</p> -<p>One future project that emerged from this rationale was the <a href="/airaspi">airaspi</a> build, which can do all kinds of image recognition in realtime on the fly, something which was unimaginable for consumer use just 6 years ago.</p> -<h2 id="sources"><a class="zola-anchor" href="#sources" aria-label="Anchor link for: sources">Sources</a></h2> -<p><strong>Ahmed</strong>, S. (2020). Queer phenomenology: Orientations, objects, others. Duke University Press.</p> -<p><strong>Bastani</strong>, A. (2019). Fully automated luxury communism. Verso Books.</p> -<p><strong>Bowker</strong>, G. C. and <strong>Star</strong> S. (2000). Sorting Things Out. The MIT Press.</p> -<p><strong>CyberRäuber</strong>, (2019). Marcel Karnapke, Björn Lengers, Prometheus Unbound, Landestheater Linz -<a href="http://wp11159761.server-he.de/vtheater/de/prometheus-unbound/">Prometheus Unbound</a></p> -<p><strong>Demirovic</strong>, A. (2007). Hegemonie und die diskursive Konstruktion der Gesellschaft. Nonhoff, Martin (Hg.): Diskurs, radikale Demokratie, Hegemonie. Zum politischen Denken von Ernesto Laclau und Chantal Mouffe, Bielefeld: transcript, 55-85.</p> -<p><a href="https://www.youtube.com/watch?v=h77ECXXP2n0"><strong>Demirovic</strong>, A.: Hegemonie funktioniert nicht ohne Exklusion</a></p> -<p><strong>Gramsci</strong> on Hegemony:<br /> -<a href="https://plato.stanford.edu/entries/gramsci/">Stanford Encyclopedia</a></p> -<p><strong>Hunger</strong>, F. (2015). Search Routines: Tales of Databases. D21 Kunstraum Leipzig. -<a href="https://www.irmielin.org/wp-content/uploads/2015/12/search_routines-tales_of_databases.pdf">Tales of Databases</a></p> -<p><strong>Hunger</strong>, F. (2015, May 21). Blog Entry. Database Cultures -<a href="http://databasecultures.irmielin.org/database-infrastructure-factual-repercussions-of-a-ghost/">Database Infrastructure – Factual repercussions of a ghost</a></p> -<p><strong>Maak</strong>, N. (2022). Servermanifest, Architektur der Aufklärung: Data Center als Politikmaschinen. Hatje Cantz.</p> -<p><strong>Morozov</strong>, E. (2011). The net delusion: How not to liberate the world. Penguin UK.</p> -<p><strong>Morozov</strong>, E. (2016). The net delusion: How not to liberate the world. In Democracy: A Reader (pp. 436-440). Columbia University Press.</p> -<p><strong>Morton</strong>, T. (2014). Hyperobjects: Philosophy and Ecology After the End of the World. Minneapolis: University of Minnesota Press.</p> -<p><strong>Mouffe</strong>, C. (2014). Hegemony and ideology in Gramsci. In Gramsci and Marxist Theory (RLE: Gramsci) (pp. 168-204). Routledge.</p> -<p><strong>Ọnụọha</strong>, M. (2021). These Networks In Our Skin (Video), Aethers Bloom, Gropius Bau. -<a href="https://mimionuoha.com/these-networks-in-our-skin">These Networks In Our Skin</a></p> -<p><strong>Ọnụọha</strong>, M. (2022). The Cloth in the Cable, Aethers Bloom, Gropius Bau. -<a href="https://www.berlinerfestspiele.de/en/gropius-bau/programm/2023/ausstellungen/kuenstliche-intelligenz/ausstellungstexte">The Cloth in the Cable</a></p> -<p><strong>Parks</strong>, L. (2012). Technostruggles and the satellite dish: A populist approach to infrastructure. In Cultural technologies (pp. 64-84). Routledge. -<a href="https://rcpp.lensbased.net/infrastructural-inversion-or-how-to-open-black-boxed-database-management-systems/">Lisa Parks on Lensbased.net</a></p> -<p><strong>Seemann</strong>, M. (2021). Die Macht der Plattformen: Politik in Zeiten der Internetgiganten. Berlin Ch. Links Verlag. -<a href="https://www.futurehistories.today/episoden-blog/s01/e55-michael-seemann-zur-macht-der-plattformen-teil-1/">Podcast with Michael Seemann</a></p> -<p><strong>Stäheli</strong>, U. (1999). Die politische Theorie der Hegemonie: Ernesto Laclau und Chantal Mouffe. Politische Theorien der Gegenwart, 143-166.<br /> -<a href="https://www.futurehistories.today/episoden-blog/s01/e54-urs-staeheli-zu-entnetzung/">Podcast with Urs Stäheli</a></p> -<p>A podcast explantation on The concepts by Mouffe and Laclau:<br /> -<a href="https://www.youtube.com/watch?v=62a6Dk9QmJQ">Video: TLDR on Mouffe/Laclau</a></p> -<h2 id="sonstige-quellen"><a class="zola-anchor" href="#sonstige-quellen" aria-label="Anchor link for: sonstige-quellen">Sonstige Quellen</a></h2> -<p>{% capture details %}</p> -<p><strong>The SDR Antenna we used:</strong><br /> -<a href="https://www.nooelec.com/store/sdr/sdr-receivers/nesdr-smart-sdr.html">NESDR Smart</a></p> -<p><strong>Andere Antennenoptionen:</strong><br /> -<a href="https://greatscottgadgets.com/hackrf/one/">HackRF One</a></p> -<p>Frequency Analyzer + Replayer<br /> -<a href="https://shop.flipperzero.one/">Flipper Zero</a></p> -<p><strong>Hackerethik</strong><br /> -<a href="https://www.ccc.de/hackerethics">CCC Hackerethik</a></p> -<p><strong>Radio freies Wendland</strong><br /> -<a href="https://de.wikipedia.org/wiki/Radio_Freies_Wendland">Wikipedia: Radio Freies Wendland</a></p> -<p><strong>Freie Radios</strong><br /> -<a href="https://de.wikipedia.org/wiki/Freies_Radio">Wikipedia: Definition Freie Radios</a></p> -<p><strong>Radio Dreyeckland</strong><br /> -<a href="https://rdl.de/">RDL</a></p> -<p><strong>some news articles</strong><br /> -<a href="https://www.rnd.de/medien/piratensender-kapert-frequenz-von-1live-fur-querdenker-thesen-MER4ZGR2VXNNXN6VZO3CVW6XTA.html">RND Newsstory: Querdenker kapern Sendefrequenz von 1Live</a></p> -<p><a href="https://www.ndr.de/geschichte/ndr_retro/Empfang-westdeutscher-Funk-und-Fernsehsendungen-in-der-DDR,zonengrenze246.html">NDR Reportage: Westradio in der DDR</a></p> -<p><strong>SmallCells</strong><br /> -<a href="https://www.nokia.com/networks/mobile-networks/small-cells/">SmallCells</a></p> -<p>The <strong>Thought Emporium</strong>: -a Youtuber, that successfully makes visible WiFi signals:<br /> -<a href="https://www.youtube.com/@thethoughtemporium">Thought Emporium</a></p> -<p><a href="https://www.youtube.com/watch?v=g3LT_b6K0Mc&amp;t=457s">The Wifi Camera</a></p> -<p><a href="https://www.youtube.com/watch?v=L3ftfGag7D8">Catching Satellite Images</a></p> -<p>Was ist eigentlich <strong>RF</strong> (Radio Frequency):<br /> -<a href="https://pages.crfs.com/making-sense-of-radio-frequency">RF Explanation</a></p> -<p><strong>Bundesnetzagentur</strong>, Funknetzvergabe<br /> -<a href="https://www.bundesnetzagentur.de/DE/Fachthemen/Telekommunikation/Frequenzen/start.html">Funknetzvergabe</a></p> -<p><strong>BOS Funk</strong><br /> -<a href="https://www.bdbos.bund.de/DE/Digitalfunk_BOS/digitalfunk_bos_node.html">BOS</a></p> -<p>{% endcapture %}</p> -<details> - <summary>Click to see additional, non-academic sources.</summary> - {{ details | markdownify }} -</details> -<h3 id="our-documentation"><a class="zola-anchor" href="#our-documentation" aria-label="Anchor link for: our-documentation">Our documentation</a></h3> -<p>The network creature:<br /> -<a href="https://github.com/arontaupe/privateGPT">Github repo: privateGPT</a></p> -<p><a href="https://github.com/arontaupe/sdr">Github repo: SDR</a></p> -<h2 id="appendix"><a class="zola-anchor" href="#appendix" aria-label="Anchor link for: appendix">Appendix</a></h2> -<h3 id="glossary"><a class="zola-anchor" href="#glossary" aria-label="Anchor link for: glossary">Glossary</a></h3> -<p>{% capture details %}</p> -<h4 id="antenna"><a class="zola-anchor" href="#antenna" aria-label="Anchor link for: antenna">Antenna</a></h4> -<p>The antenna is the interface between radio waves propagating through Space and electrical currents moving in metal conductors, used with a transmitter or receiver.</p> -<h4 id="anthropocentrism"><a class="zola-anchor" href="#anthropocentrism" aria-label="Anchor link for: anthropocentrism">Anthropocentrism</a></h4> -<p>The belief of humans as the last evolutionary step in our system is aided by a constant Quest to find “the humane“, the essence that distinguishes us from the non-human.</p> -<h4 id="meshtastic"><a class="zola-anchor" href="#meshtastic" aria-label="Anchor link for: meshtastic">Meshtastic</a></h4> -<p>Meshtastic is an open-source, off-grid, decentralized, peer-to-peer mesh network designed to run on low-cost, low-power devices that provide the chat interface. It is capable of sending text messages with minimal infrastructure requirements.</p> -<h4 id="lora"><a class="zola-anchor" href="#lora" aria-label="Anchor link for: lora">LoRa</a></h4> -<p>Long-range communication, similar to ham radios, operates on EU868, an open frequency space. Range and bandwidth are inversely related, so we trade range for low transfer rates. This is sufficient for small data packets, but not for full audio transfer.</p> -<h4 id="llm"><a class="zola-anchor" href="#llm" aria-label="Anchor link for: llm">LLM</a></h4> -<p>Large Language Models gained popularity with ChatGPT and other similar models. Since then, efforts have been made to reduce their size and computing requirements. As a result, some models can now be run locally and offline.</p> -<h4 id="scifi"><a class="zola-anchor" href="#scifi" aria-label="Anchor link for: scifi">SciFi</a></h4> -<p>Science fiction writers often seek out new scientific and technical developments to prognosticate freely the techno-social changes that will shock the readers’ sense of what is culturally appropriate and expand their consciousness.</p> -<h4 id="sdr"><a class="zola-anchor" href="#sdr" aria-label="Anchor link for: sdr">SDR</a></h4> -<p>Software Defined Radio (SDR) is a programmable radio receiver for various frequencies. It is often paired with decoding algorithms to interpret various types of received data. The connected antenna determines the reception pattern.</p> -<h4 id="gqrx"><a class="zola-anchor" href="#gqrx" aria-label="Anchor link for: gqrx">GQRX</a></h4> -<p>GQRX is an open source software for the software-defined radio.</p> -<p><a href="https://gqrx.dk">GQRX Software</a>{: .btn .btn–large}</p> -<p><img src="https://www.gqrx.dk/wp-content/uploads/2023/10/gqrx-2.17.png" alt="GQRX" loading="lazy" decoding="async" /></p> -<h4 id=""><a class="zola-anchor" href="#" aria-label="Anchor link for: ">Nesdr smaRT v5</a></h4> -<p>This is the SDR we use, which can be controlled via USB and interfaces well with GQRX. It supports frequencies ranging from 100kHz to 1.75GHz, including many ham radio frequencies, remotes, phones, walkie-talkies, airplanes, police radios, and our LoRa mesh.</p> -<h4 id="-1"><a class="zola-anchor" href="#-1" aria-label="Anchor link for: -1">Infrastructure</a></h4> -<p>Infrastructure refers to the physical and organizational structures and facilities required for the operation of a society or enterprise, such as buildings, roads, and power supplies. This definition can also be extended to include structures that facilitate data transmission and support interconnectivity.</p> -<h4 id="-2"><a class="zola-anchor" href="#-2" aria-label="Anchor link for: -2">Radio waves</a></h4> -<p>Radio waves are a type of electromagnetic radiation that can carry information. They use the longest wavelengths in the electromagnetic spectrum, typically with frequencies of 300GHz or lower. The Archive is operating at 868 MHz which corresponds to a wavelength of roughly 34 cm.</p> -<h4 id="-3"><a class="zola-anchor" href="#-3" aria-label="Anchor link for: -3">Lilygo T3S3</a></h4> -<p>ESP32-S3 LoRa SX1280 2.4G development board. Contains an ESP32 chip, WIFI, Bluetooth and a LoRa module. Can be connected via serial, Bluetooth or network. Is supported by meshtastic. -Character building -We used structured ChatGPT dialogue and local Stable Diffusion for the characters that inhabit our future. Ask the archive for more info about them.</p> -<h4 id="-4"><a class="zola-anchor" href="#-4" aria-label="Anchor link for: -4">PrivateGPT</a></h4> -<p>PrivateGPT is a set of libraries based on llama-index that allow local and offline inference using the computer‘s graphics card. PrivateGPT is particularly good at incorporating local documents. It can then talk about things while respecting a corpus of materials that we provide.</p> -<h4 id="-5"><a class="zola-anchor" href="#-5" aria-label="Anchor link for: -5">Transhumanism</a></h4> -<p>Broadly, the idea that human beings can achieve their next evolutionary step, Human 2.0, through technological advances. Opinions differ as to how this post-human state will be achieved, either through genetic engineering, reverse aging or other technological advances. In our view, it is inspired by Social Darwinism.</p> -<h4 id="-6"><a class="zola-anchor" href="#-6" aria-label="Anchor link for: -6">Perception of Infrastructure</a></h4> -<p>At its core, infrastructure is an evasive structure. Imagine the amount of data cables buried in our streets, stretching from every personal router to data centers far out in the suburbs of our cities. None of this actual “structure“ is meant to be seen or interacted with until it fails…</p> -<h4 id="-7"><a class="zola-anchor" href="#-7" aria-label="Anchor link for: -7">Network interface</a></h4> -<p>We consider any device that has both user interactivity and Internet/network access to be a network interface.</p> -<h4 id="-8"><a class="zola-anchor" href="#-8" aria-label="Anchor link for: -8">Eco-Terrorism</a></h4> -<p>Ecotage refers to infrastructure sabotage with ecological goals, while eco-terrorism is even more militant and will use militant strategies with the specific aim of creating terror as a social deterrent.</p> -<h4 id="-9"><a class="zola-anchor" href="#-9" aria-label="Anchor link for: -9">Prepping</a></h4> -<p>Prepping is the act of preparing for the time after the catastrophe, resulting from the belief that current social models will collapse in an apocalyptic manner. Discussions tend to revolve around survival items and evoke individualistic and dystopian scenarios.</p> -<h4 id="-10"><a class="zola-anchor" href="#-10" aria-label="Anchor link for: -10">Infrastructure inversion</a></h4> -<p>“rather than setting out to describe and document all parts of the system that make a footprint possible, the analysis focuses upon a selection of localized sites or issues as suggestive parts of a broader system that is imperceptible in its entirety” (Parks 2009)</p> -<h4 id="-11"><a class="zola-anchor" href="#-11" aria-label="Anchor link for: -11">Neo-Religion</a></h4> -<p>The Internet, as a network of networks, is such a multifaceted term that it has room for spiritual feelings in the interaction with the network. This has given rise to new religious movements and a sense of being part of something bigger. Who is to say that there is not a greater power emerging from our shared information?</p> -<h4 id="-12"><a class="zola-anchor" href="#-12" aria-label="Anchor link for: -12">Neo-Luddism</a></h4> -<p>Neo-Luddism is a leaderless movement of unaffiliated groups who resist modern technology by passively refraining from using technology, harming those who produce environmentally harmful technology, or sabotaging that technology.</p> -<h4 id="-13"><a class="zola-anchor" href="#-13" aria-label="Anchor link for: -13">Sub-sea-cables</a></h4> -<p>Cables are often referred to as the backbone of the Internet. Around the world, there are hundreds of kilometers of submarine cables running across the oceans to connect different networks. They are heavy, expensive and buried deep in the sea. Chances are you have never seen one, yet you rely on them every day to deliver information and content.</p> -<h4 id="-14"><a class="zola-anchor" href="#-14" aria-label="Anchor link for: -14">Optical fiber cable</a></h4> -<p>Fiber optic cables were developed in the 1980s. The first transatlantic telephone cable to use optical fiber was TAT-8, which went into service in 1988. A fiber optic cable consists of several pairs of fibers. Each pair has one fiber in each direction.</p> -<h4 id="-15"><a class="zola-anchor" href="#-15" aria-label="Anchor link for: -15">Copper cable</a></h4> -<p>Copper is a rare metal and its use contributes to global neo-colonial power structures resulting in a multitude of exploitative practices. -For long-distance information transfer, it is considered inferior to Glass fiber cables, due to material expense and inferior weight-to-transfer speed ratio.</p> -<h4 id="-16"><a class="zola-anchor" href="#-16" aria-label="Anchor link for: -16">Collapsology</a></h4> -<p>Collapsology is based on the idea that humans are having a sustained and negative impact on their environment and promotes the concept of an environmental emergency, particularly in relation to global warming and the loss of biodiversity. One potential effect of a collapse is the loss of networks.</p> -<h4 id="-17"><a class="zola-anchor" href="#-17" aria-label="Anchor link for: -17">Posthumanism</a></h4> -<p>Is concerned with the “ongoing deconstruction of humanism” and its premises: humanism’s anthropocentrism, essentialism and speciesism. It is informed by post-anthropocentric ethics, politics, and ecology, and looks toward notions of embodiment and material entanglement between humans and a “more-than-human” world. It emphasizes becoming over being.</p> -<p>{% endcapture %}</p> -<details> - <summary>Click to see the entire Glossary.</summary> - {{ details | markdownify }} -</details> - - - About - Wed, 26 Jul 2023 23:41:07 +0200 - Unknown - https://aron.petau.net/pages/about/ - https://aron.petau.net/pages/about/ - <h2 id="introduction"><a class="zola-anchor" href="#introduction" aria-label="Anchor link for: introduction">Introduction</a></h2> -<p>I am Aron (pronouns: he/him), a 2022 graduate of the bachelor’s program of Cognitive Science in Osnabrück. -During my very open and broad studies, I focused mostly on Computational Linguistics, Machine Learning, and Philosophy. -The mix of these topics you will find scattered throughout my <a href="/portfolio/">Portfolio</a>. -Currently, I am enrolled in the Master’s program <a href="https://www.newpractice.net">Design and Computation</a> @ UdK and TU Berlin.</p> -<p>I am enthusiastic about many of the topics included there and have developed a fondness for algorithmic problems, techno-philosophical considerations, and issues of our (future) society.</p> -<p>For the studies, I moved to Berlin and now live together with 2 awesome humans and a 3D-Printer, and am continuously repairing and restoring a very old van.</p> -<p>I dream of one day having my own bar with cultural events and am already working on the perfect recipe for <a href="/homebrew/">homebrew</a> beer. -I love experimenting, whether that is in the kitchen, finding a solution to a coding problem, or creating useful objects.</p> -<p>I am also passionate about <a href="/printing/">3D Printing</a>, its curious applications, and all areas tangent to it. -The interface of technology and the world interests me and coming up with ways for one sphere to interact with the other has now captured me for some years.</p> -<p>I recognize a colossal environmental problem that the current and following generations face: global waste being just one tiny aspect. -At the same time, I am frustrated that I have to pay for the plastic that goes into my printer while I throw the packaging of my food away, which is the exact same material. -Even more frustrating are the established norms for recycling that lead to virtually none of the products that I can produce with the printer at home being recyclable. -<a href="/plastic-recycling/">Plastic waste</a> is no joke and I consider it my personal contribution to try to help advance small-scale, decentralized recycling. -I am currently searching for an appropriate place to further my knowledge to automatize the recycling of my own very large collection of failed prints.</p> -<p>In the past, digitality and the social-digital as a topic has been a recurring theme, I am concerned with <a href="/chatbot/">digital inclusion</a> and also play around a lot with <a href="/airaspi-build-log/">edge computing</a>.</p> -<p>If you are interested to hear more about a specific topic, feel free to <a href="/mailto:aron@petau.net/">contact me</a>, or simply check out the <a href="/archive/">Archive</a>. -If you suspect that I might be able to help you with a project, please check out my <a href="/cv/">CV</a>.</p> - - - - Critical Philosophy of Subjectivity - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - Philosophy - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/philosophy-copy/ - https://aron.petau.net/blog/philosophy-copy/ - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Political Violence - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/political-violence/ - https://aron.petau.net/blog/political-violence/ - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Critical Epistemology - Tue, 14 Jul 2020 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-epistemologies/ - https://aron.petau.net/blog/critical-epistemologies/ - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/search-elasticlunr.js b/public/search-elasticlunr.js deleted file mode 100644 index d7d3578e..00000000 --- a/public/search-elasticlunr.js +++ /dev/null @@ -1,209 +0,0 @@ -// Based on https://github.com/getzola/zola/blob/1ac1231de1e342bbaf4d7a51a8a9a40ea152e246/docs/static/search.js -function debounce(func, wait) { - var timeout; - - return function () { - var context = this; - var args = arguments; - clearTimeout(timeout); - - timeout = setTimeout(function () { - timeout = null; - func.apply(context, args); - }, wait); - }; -} - -// Taken from mdbook -// The strategy is as follows: -// First, assign a value to each word in the document: -// Words that correspond to search terms (stemmer aware): 40 -// Normal words: 2 -// First word in a sentence: 8 -// Then use a sliding window with a constant number of words and count the -// sum of the values of the words within the window. Then use the window that got the -// maximum sum. If there are multiple maximas, then get the last one. -// Enclose the terms in . -function makeTeaser(body, terms) { - var TERM_WEIGHT = 40; - var NORMAL_WORD_WEIGHT = 2; - var FIRST_WORD_WEIGHT = 8; - var TEASER_MAX_WORDS = 30; - - var stemmedTerms = terms.map(function (w) { - return elasticlunr.stemmer(w.toLowerCase()); - }); - var termFound = false; - var index = 0; - var weighted = []; // contains elements of ["word", weight, index_in_document] - - // split in sentences, then words - var sentences = body.toLowerCase().split(". "); - - for (var i in sentences) { - var words = sentences[i].split(" "); - var value = FIRST_WORD_WEIGHT; - - for (var j in words) { - var word = words[j]; - - if (word.length > 0) { - for (var k in stemmedTerms) { - if (elasticlunr.stemmer(word).startsWith(stemmedTerms[k])) { - value = TERM_WEIGHT; - termFound = true; - } - } - weighted.push([word, value, index]); - value = NORMAL_WORD_WEIGHT; - } - - index += word.length; - index += 1; // ' ' or '.' if last word in sentence - } - - index += 1; // because we split at a two-char boundary '. ' - } - - if (weighted.length === 0) { - return body; - } - - var windowWeights = []; - var windowSize = Math.min(weighted.length, TEASER_MAX_WORDS); - // We add a window with all the weights first - var curSum = 0; - for (var i = 0; i < windowSize; i++) { - curSum += weighted[i][1]; - } - windowWeights.push(curSum); - - for (var i = 0; i < weighted.length - windowSize; i++) { - curSum -= weighted[i][1]; - curSum += weighted[i + windowSize][1]; - windowWeights.push(curSum); - } - - // If we didn't find the term, just pick the first window - var maxSumIndex = 0; - if (termFound) { - var maxFound = 0; - // backwards - for (var i = windowWeights.length - 1; i >= 0; i--) { - if (windowWeights[i] > maxFound) { - maxFound = windowWeights[i]; - maxSumIndex = i; - } - } - } - - var teaser = []; - var startIndex = weighted[maxSumIndex][2]; - for (var i = maxSumIndex; i < maxSumIndex + windowSize; i++) { - var word = weighted[i]; - if (startIndex < word[2]) { - // missing text from index to start of `word` - teaser.push(body.substring(startIndex, word[2])); - startIndex = word[2]; - } - - // add around search terms - if (word[1] === TERM_WEIGHT) { - teaser.push(""); - } - startIndex = word[2] + word[0].length; - teaser.push(body.substring(word[2], startIndex)); - - if (word[1] === TERM_WEIGHT) { - teaser.push(""); - } - } - teaser.push("…"); - return teaser.join(""); -} - -function formatSearchResultItem(item, terms) { - return '
' - + `${item.doc.title}` - + `${makeTeaser(item.doc.body, terms)}` - + '
'; -} - -function initSearch() { - var searchBar = document.getElementById("search-bar"); - var searchContainer = document.getElementById("search-container"); - var searchResults = document.getElementById("search-results"); - var MAX_ITEMS = 10; - - var options = { - bool: "AND", - fields: { - title: { boost: 2 }, - body: { boost: 1 }, - } - }; - var currentTerm = ""; - var index; - - var initIndex = async function () { - if (index === undefined) { - let searchIndex = document.getElementById("search-index").textContent; - index = fetch(searchIndex) - .then( - async function (response) { - return await elasticlunr.Index.load(await response.json()); - } - ); - } - let res = await index; - return res; - } - - searchBar.addEventListener("keyup", debounce(async function () { - var term = searchBar.value.trim(); - if (term === currentTerm) { - return; - } - searchResults.style.display = term === "" ? "none" : "flex"; - searchResults.innerHTML = ""; - currentTerm = term; - if (term === "") { - return; - } - - var results = (await initIndex()).search(term, options); - if (results.length === 0) { - searchResults.style.display = "none"; - return; - } - - for (var i = 0; i < Math.min(results.length, MAX_ITEMS); i++) { - searchResults.innerHTML += formatSearchResultItem(results[i], term.split(" ")); - } - }, 150)); - - document.addEventListener("keydown", function (event) { - if (event.key === "/") { - event.preventDefault(); - toggleSearch(); - } - }); - - document.getElementById("search-toggle").addEventListener("click", toggleSearch); -} - -function toggleSearch() { - var searchContainer = document.getElementById("search-container"); - var searchBar = document.getElementById("search-bar"); - searchContainer.classList.toggle("active"); - searchBar.toggleAttribute("disabled"); - searchBar.focus(); -} - -if (document.readyState === "complete" || - (document.readyState !== "loading" && !document.documentElement.doScroll) -) { - initSearch(); -} else { - document.addEventListener("DOMContentLoaded", initSearch); -} diff --git a/public/search-fuse.js b/public/search-fuse.js deleted file mode 100644 index adecf08f..00000000 --- a/public/search-fuse.js +++ /dev/null @@ -1,127 +0,0 @@ - // Based on https://codeberg.org/daudix/duckquill/issues/101#issuecomment-2377169 - let searchSetup = false; - let fuse; - - async function initIndex() { - if (searchSetup) return; - - const url = document.getElementById("search-index").textContent; - const response = await fetch(url); - - if (!response.ok) throw new Error(`HTTP error! status: ${response.status}`); - - const options = { - includeScore: false, - includeMatches: true, - ignoreLocation: true, - threshold: 0.15, - keys: [ - { name: "title", weight: 3 }, - { name: "description", weight: 2 }, - { name: "body", weight: 1 } - ] - }; - - fuse = new Fuse(await response.json(), options); - searchSetup = true; - - console.log("Search index initialized successfully"); - } - - function toggleSearch() { - initIndex(); - const searchBar = document.getElementById("search-bar"); - const searchContainer = document.getElementById("search-container"); - const searchResults = document.getElementById("search-results"); - searchContainer.classList.toggle("active"); - searchBar.toggleAttribute("disabled"); - searchBar.focus(); - } - - function debounce(actual_fn, wait) { - let timeoutId; - - return (...args) => { - clearTimeout(timeoutId); - - timeoutId = setTimeout(() => { - actual_fn(...args); - }, wait); - }; - }; - - function initSearch() { - const searchBar = document.getElementById("search-bar"); - const searchResults = document.getElementById("search-results"); - const searchContainer = document.getElementById("search-container"); - const MAX_ITEMS = 10; - const MAX_RESULTS = 4; - - let currentTerm = ""; - - searchBar.addEventListener("keyup", (e) => { - const searchVal = searchBar.value.trim(); - const results = fuse.search(searchVal, { limit: MAX_ITEMS }); - - let html = ""; - for (const result of results) { - html += makeTeaser(result, searchVal); - } - searchResults.innerHTML = html; - - if (html) { - searchResults.style.display = "flex"; - } else { - searchResults.style.display = "none"; - } - }); - - function makeTeaser(result, searchVal) { - const TEASER_SIZE = 20; - let output = `
${result.item.title}`; - - for (const match of result.matches) { - if (match.key === "title") continue; - - const indices = match.indices.sort((a, b) => Math.abs(a[1] - a[0] - searchVal.length) - Math.abs(b[1] - b[0] - searchVal.length)).slice(0, MAX_RESULTS); - const value = match.value; - - for (const ind of indices) { - const start = Math.max(0, ind[0] - TEASER_SIZE); - const end = Math.min(value.length - 1, ind[1] + TEASER_SIZE); - output += "" - + value.substring(start, ind[0]) - + `${value.substring(ind[0], ind[1] + 1)}` - + value.substring(ind[1] + 1, end) - + ""; - } - - if (match.indices.length > 4) { - const moreMatchesText = document.getElementById("more-matches-text").textContent; - output += `${moreMatchesText}`.replace("$MATCHES", `+${match.indices.length - MAX_RESULTS}`); - } - } - return output + "
"; - } - - /*window.addEventListener("click", function (event) { - if (searchSetup && searchBar.getAttribute("disabled") === null && !searchContainer.contains(event.target)) { - toggleSearch(); - } - }, { passive: true });*/ - - document.addEventListener("keydown", function(event) { - if (event.key === "/") { - event.preventDefault(); - toggleSearch(); - } - }); - - document.getElementById("search-toggle").addEventListener("click", toggleSearch); - } - - if (document.readyState === "complete" || - (document.readyState !== "loading" && !document.documentElement.doScroll)) - initSearch(); - else - document.addEventListener("DOMContentLoaded", initSearch); diff --git a/public/search_index.en.json b/public/search_index.en.json deleted file mode 100644 index d80182e9..00000000 --- a/public/search_index.en.json +++ /dev/null @@ -1 +0,0 @@ -[{"url":"http://127.0.0.1:1111/","title":"Home","description":"","body":"\nWelcome\nto the online presence of Aron Petau.\nThis site is a collection of my thoughts and experiences.\nI hope you find something interesting here.\nThis Page is currently under construction.\nbroken links are to be expected.\n\n Do Something…\n\n","path":"/"}] \ No newline at end of file diff --git a/public/sitemap.xml b/public/sitemap.xml deleted file mode 100644 index 485080e4..00000000 --- a/public/sitemap.xml +++ /dev/null @@ -1,102 +0,0 @@ - - - - https://aron.petau.net/ - - - https://aron.petau.net/blog/critical-epistemologies/ - 2020-07-14 - - - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - 2021-03-01 - - - https://aron.petau.net/blog/philosophy-copy/ - 2021-03-01 - - - https://aron.petau.net/blog/political-violence/ - 2021-03-01 - - - https://aron.petau.net/pages/about/ - 2023-07-26T23:41:07+02:00 - - - https://aron.petau.net/pages/aethercomms/ - 2024-03-25 - - - https://aron.petau.net/pages/cv/ - - - https://aron.petau.net/pages/portfolio/ - - - https://aron.petau.net/pages/privacy/ - - - https://aron.petau.net/pages/rent-ulli/ - - - https://aron.petau.net/tags/ - - - https://aron.petau.net/tags/alison-jaggar/ - - - https://aron.petau.net/tags/elizabeth-anderson/ - - - https://aron.petau.net/tags/elsa-dorlin/ - - - https://aron.petau.net/tags/epistemology/ - - - https://aron.petau.net/tags/ethics/ - - - https://aron.petau.net/tags/feminism/ - - - https://aron.petau.net/tags/francois-ewald/ - - - https://aron.petau.net/tags/jose-medina/ - - - https://aron.petau.net/tags/judith-butler/ - - - https://aron.petau.net/tags/michael-foucault/ - - - https://aron.petau.net/tags/miranda-fricker/ - - - https://aron.petau.net/tags/normativity/ - - - https://aron.petau.net/tags/phenomenology/ - - - https://aron.petau.net/tags/philosophy-of-emotions/ - - - https://aron.petau.net/tags/philosophy/ - - - https://aron.petau.net/tags/postphenomenology/ - - - https://aron.petau.net/tags/private/ - - - https://aron.petau.net/tags/university-of-osnabruck/ - - - https://aron.petau.net/tags/values-in-science/ - - diff --git a/public/style.css b/public/style.css deleted file mode 100644 index b628a6fe..00000000 --- a/public/style.css +++ /dev/null @@ -1,5 +0,0 @@ -/*! - * Duckquill v6.3.0 (https://duckquill.daudix.one) - * Copyright 2024-2025 David "Daudix" Lapshin - * Licensed under MIT (https://codeberg.org/daudix/duckquill/src/branch/main/LICENSE) - */:where(html){-webkit-text-size-adjust:100%;text-size-adjust:100%;line-height:1.15}:where(h1){margin-block-start:.67em;margin-block-end:.67em;font-size:2em}:where(dl,ol,ul) :where(dl,ol,ul){margin-block-start:0;margin-block-end:0}:where(hr){box-sizing:content-box;height:0;color:inherit}:where(abbr[title]){text-decoration:underline;text-decoration:underline dotted}:where(b,strong){font-weight:bolder}:where(code,kbd,pre,samp){font-size:1em;font-family:monospace,monospace}:where(small){font-size:80%}:where(table){border-color:currentColor;text-indent:0}:where(button,input,select){margin:0}:where(button){text-transform:none}:where(button,input:is([type=button i],[type=reset i],[type=submit i])){-webkit-appearance:button}:where(progress){vertical-align:baseline}:where(select){text-transform:none}:where(textarea){margin:0}:where(input[type=search i]){-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{opacity:.54;color:inherit}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}:where(button,input:is([type=button i],[type=color i],[type=reset i],[type=submit i]))::-moz-focus-inner{border-style:none;padding:0}:where(button,input:is([type=button i],[type=color i],[type=reset i],[type=submit i]))::-moz-focusring{outline:1px dotted ButtonText}:where(:-moz-ui-invalid){box-shadow:none}:where(dialog){position:absolute;right:0;left:0;margin:auto;border:solid;background-color:#fff;padding:1em;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;color:#000}:where(dialog:not([open])){display:none}:where(summary){display:list-item}:root{--bg-color: color-mix(in srgb, var(--accent-color) 20%, white);--bg-overlay: linear-gradient(rgb(255 255 255 / 0.8), rgb(255 255 255 / 0.8));--fg-color: rgb(0 0 0 / 0.8);--fg-contrast: rgb(255 255 255);--fg-muted-1: rgb(0 0 0 / 0.05);--fg-muted-2: rgb(0 0 0 / 0.1);--fg-muted-3: rgb(0 0 0 / 0.2);--fg-muted-4: rgb(0 0 0 / 0.5);--fg-muted-5: rgb(0 0 0 / 0.6);--glass-bg: rgb(242 242 242 / 0.7);--accent-color-alpha: rgb(from var(--accent-color) r g b / var(--color-opacity));--blue-bg: rgb(from var(--blue-fg) r g b / var(--color-opacity));--blue-fg: rgb(53 132 228);--brown-bg: rgb(from var(--brown-fg) r g b / var(--color-opacity));--brown-fg: rgb(99 69 44);--green-bg: rgb(from var(--green-fg) r g b / var(--color-opacity));--green-fg: rgb(38 162 105);--purple-bg: rgb(from var(--purple-fg) r g b / var(--color-opacity));--purple-fg: rgb(145 65 172);--red-bg: rgb(from var(--red-fg) r g b / var(--color-opacity));--red-fg: rgb(224 27 36);--yellow-bg: rgb(from var(--yellow-fg) r g b / var(--color-opacity));--yellow-fg: rgb(156 110 3);--l: clamp(0, (l / 0.623 - 1) * -infinity, 1);--a: calc(var(--l) + (var(--dim-opacity) * (1 - var(--l))));--contrast-color: oklch(from var(--accent-color) var(--l) 0 h / var(--a));--container-width: 720px;--rounded-corner: 0.75rem;--rounded-corner-small: 0.5rem;--blur: saturate(1.8) blur(0.75rem);--font-size-xx-small: 0.625rem;--font-size-x-small: 0.75rem;--font-size-small: 0.875rem;--font-size-medium: 1rem;--font-size-large: 1.25rem;--font-size-x-large: 1.5rem;--font-size-xx-large: 2rem;--font-size-xxx-large: 3rem;--font-size-xx-small-em: 0.625em;--font-size-x-small-em: 0.75em;--font-size-small-em: 0.875em;--font-size-medium-em: 1em;--font-size-large-em: 1.25em;--font-size-x-large-em: 1.5em;--font-size-xx-large-em: 2em;--font-size-xxx-large-em: 3em;--font-system-ui: system-ui, sans-serif;--font-transitional: Charter, "Bitstream Charter", "Sitka Text", Cambria, serif;--font-old-style: "Iowan Old Style", "Palatino Linotype", "URW Palladio L", P052, serif;--font-humanist: Seravek, "Gill Sans Nova", Ubuntu, Calibri, "DejaVu Sans", source-sans-pro, sans-serif;--font-geometric-humanist: Avenir, Montserrat, Corbel, "URW Gothic", source-sans-pro, sans-serif;--font-classical-humanist: Optima, Candara, "Noto Sans", source-sans-pro, sans-serif;--font-neo-grotesque: Inter, Roboto, "Helvetica Neue", "Arial Nova", "Nimbus Sans", Arial, sans-serif;--font-monospace-slab-serif: "Nimbus Mono PS", "Courier New", monospace;--font-monospace-code: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono", monospace;--font-industrial: Bahnschrift, "DIN Alternate", "Franklin Gothic Medium", "Nimbus Sans Narrow", sans-serif-condensed, sans-serif;--font-rounded-sans: ui-rounded, "Hiragino Maru Gothic ProN", Quicksand, Comfortaa, Manjari, "Arial Rounded MT", "Arial Rounded MT Bold", Calibri, source-sans-pro, sans-serif;--font-slab-serif: Rockwell, "Rockwell Nova", "Roboto Slab", "DejaVu Serif", "Sitka Small", serif;--font-antique: Superclarendon, "Bookman Old Style", "URW Bookman", "URW Bookman L", "Georgia Pro", Georgia, serif;--font-didone: Didot, "Bodoni MT", "Noto Serif Display", "URW Palladio L", P052, Sylfaen, serif;--font-handwritten: "Segoe Print", "Bradley Hand", Chilanka, TSCu_Comic, casual, cursive;--font-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--color-opacity: 0.1;--dim-opacity: 0.8;--disabled-opacity: 0.6;--edge-highlight: inset 0 0.0625rem 0 rgb(255 255 255 / 0.1);--shadow: 0 0 0 0.0625rem rgb(0 0 0 / 0.03), 0 0.0625rem 0.1875rem 0.0625rem rgb(0 0 0 / 0.07), 0 0.125rem 0.375rem 0.125rem rgb(0 0 0 / 0.03);--shadow-raised: 0 0 0 0.0625rem rgb(0 0 0 / 0.06), 0 0.125rem 0.375rem 0.125rem rgb(0 0 0 / 0.14), 0 0.25rem 0.75rem 0.25rem rgb(0 0 0 / 0.06);--shadow-glass: 0 0.75rem 1.5rem -1rem rgb(0 0 0 / 0.5);--shadow-glow: 0 0 0 0.0625rem var(--accent-color-alpha), 0 0.125rem 0.375rem 0.125rem var(--accent-color-alpha), 0 0.25rem 1.5rem 0.25rem var(--accent-color-alpha);--text-shadow-glow: var(--accent-color-alpha) 0 0 0.25rem, var(--accent-color) 0 0 0.75rem;--hover: scale(1.1);--active: scale(0.9);--transition: 0.2s;--transition-longer: 0.4s;--transition-long: 0.8s;--icon-archive: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M2 1C.89 1 0 1.89 0 3v2c0 .751.41 1.402 1.018 1.744A2 2 0 0 0 1 7v7c0 1.11.89 2 2 2h10c1.11 0 2-.89 2-2V7a2 2 0 0 0-.018-.256A2 2 0 0 0 16 5V3c0-1.11-.89-2-2-2zm0 2h12v2H2zm1 4h10v7H3zm3 1v1h4V8z'/%3E%3C/svg%3E");--icon-backlink: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M5 14a1 1 0 0 1-.707-.293l-4-4a1 1 0 0 1 0-1.414l4-4a1 1 0 1 1 1.414 1.414L3.414 8H12c1.117 0 2-.883 2-2s-.883-2-2-2c-.55 0-1-.45-1-1s.45-1 1-1c2.2 0 4 1.8 4 4s-1.8 4-4 4H3.414l2.293 2.293A1 1 0 0 1 5 14m0 0'/%3E%3C/svg%3E");--icon-boosts: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M8 1v2H4C1.8 3 0 4.8 0 7v2a4 4 0 0 0 1.02 2.672 1 1 0 1 0 1.488-1.336A1.97 1.97 0 0 1 2 9V7c0-1.125.875-2 2-2h4v2h1v-.008a1 1 0 0 0 .707-.285l2-2a1 1 0 0 0 0-1.414l-2-2A1 1 0 0 0 9 1.008V1zm6.29 3a1 1 0 0 0-.72.258.993.993 0 0 0-.078 1.41c.317.355.508.816.508 1.34v2c0 1.125-.875 2-2 2H8V9H7v.008a1 1 0 0 0-.707.285l-2 2a1 1 0 0 0 0 1.414l2 2c.187.184.441.29.707.285V15h1v-1.992h4c2.2 0 4-1.805 4-4v-2a4 4 0 0 0-1.02-2.676A1 1 0 0 0 14.29 4m0 0'/%3E%3C/svg%3E");--icon-bug: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M5 0c-.55 0-1 .45-1 1 0 .691.39 1.285.8 1.605C4.298 3.277 4 4.105 4 5H3V4H1v1c0 .832.563 1.523 1.05 1.77.493.246.95.23.95.23h1v1H1v2h3v1H3s-.457-.016-.95.23C1.563 11.477 1 12.168 1 13v3h2v-3h1.129c.45 1.719 2.016 3 3.871 3s3.422-1.281 3.871-3H13v3h2v-3c0-.832-.562-1.523-1.05-1.77-.493-.246-.95-.23-.95-.23h-1v-1h3V8h-3V7h1s.457.016.95-.23C14.437 6.523 15 5.832 15 5V4h-2v1h-1c0-.895-.297-1.723-.8-2.395.41-.32.8-.914.8-1.605 0-.55-.45-1-1-1s-1 .45-1 1a1 1 0 0 0-.645.238C8.93 1.086 8.473 1 8 1s-.93.086-1.355.238A1 1 0 0 0 6 1c0-.55-.45-1-1-1m2.969 5.031h.062A.97.97 0 0 1 9 6v3.063a.97.97 0 0 1-.969.968H7.97A.97.97 0 0 1 7 9.062V6a.97.97 0 0 1 .969-.969m0 6h.062A.97.97 0 0 1 9 12v.063a.97.97 0 0 1-.969.968H7.97a.97.97 0 0 1-.97-.969V12a.97.97 0 0 1 .969-.969m0 0'/%3E%3C/svg%3E");--icon-caution: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M5 0a1 1 0 0 0-.707.293l-4 4A1 1 0 0 0 0 5v6a1 1 0 0 0 .293.707l4 4A1 1 0 0 0 5 16h6a1 1 0 0 0 .707-.293l4-4A1 1 0 0 0 16 11V5a1 1 0 0 0-.293-.707l-4-4A1 1 0 0 0 11 0zm.414 2h5.172L14 5.414v5.172L10.586 14H5.414L2 10.586V5.414zM8 4c-.554 0-1 .446-1 1v3c0 .554.446 1 1 1s1-.446 1-1V5c0-.554-.446-1-1-1m0 6a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1'/%3E%3C/svg%3E");--icon-checkmark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M13.754 4.668c.176-.2.262-.461.246-.723a1 1 0 0 0-.34-.687 1 1 0 0 0-.726-.246 1 1 0 0 0-.688.34L5.95 10.547 3.707 8.3A1 1 0 0 0 2 9.01a1 1 0 0 0 .293.708l3 3c.195.195.465.3.742.293.278-.012.535-.133.719-.344zm0 0'/%3E%3C/svg%3E");--icon-copy: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' height='16' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3c0-1.645 1.355-3 3-3h5c1.645 0 3 1.355 3 3 0 .55-.45 1-1 1s-1-.45-1-1c0-.57-.43-1-1-1H3c-.57 0-1 .43-1 1v5c0 .57.43 1 1 1 .55 0 1 .45 1 1s-.45 1-1 1c-1.645 0-3-1.355-3-3zm5 5c0-1.645 1.355-3 3-3h5c1.645 0 3 1.355 3 3v5c0 1.645-1.355 3-3 3H8c-1.645 0-3-1.355-3-3zm2 0v5c0 .57.43 1 1 1h5c.57 0 1-.43 1-1V8c0-.57-.43-1-1-1H8c-.57 0-1 .43-1 1m0 0'/%3E%3C/svg%3E");--icon-done: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M7.883 0q-.486.008-.965.074a7.98 7.98 0 0 0-4.602 2.293 8.01 8.01 0 0 0-1.23 9.664 8.015 8.015 0 0 0 9.02 3.684 8 8 0 0 0 5.89-7.75 1 1 0 1 0-2 .008 5.986 5.986 0 0 1-4.418 5.816 5.996 5.996 0 0 1-6.762-2.766 5.99 5.99 0 0 1 .922-7.25 5.99 5.99 0 0 1 7.239-.984 1 1 0 0 0 1.363-.371c.273-.48.11-1.09-.371-1.367A8 8 0 0 0 9.492.14 8 8 0 0 0 7.882 0m7.15 1.998-.1.002a1 1 0 0 0-.687.34L7.95 9.535 5.707 7.29A1 1 0 0 0 4 8a1 1 0 0 0 .293.707l3 3c.195.195.465.3.742.293.277-.012.535-.133.719-.344l7-8A1 1 0 0 0 16 2.934a1 1 0 0 0-.34-.688 1 1 0 0 0-.627-.248'/%3E%3C/svg%3E");--icon-down: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='m2.293 6.707 5 5a1 1 0 0 0 1.414 0l5-5a1 1 0 1 0-1.414-1.414L8 9.586 3.707 5.293a1 1 0 1 0-1.414 1.414m0 0'/%3E%3C/svg%3E");--icon-feed: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M1.988 1.988V3c.008.547.453.984 1 .988.004-.004.008-.004.012-.004v.028A8.977 8.977 0 0 1 11.988 13a.991.991 0 0 0 1 .984h1V13h-.004c0-.004 0-.004.004-.008C13.984 7.02 9.184 2.148 3.242 2.02A1.004 1.004 0 0 0 3 1.988v-.004zm0 4V7c.008.547.453.984 1 .988.004-.004.008-.004.012-.004V8a4.985 4.985 0 0 1 4.996 4.844 1.002 1.002 0 0 0 .988 1.145c.008-.005.012-.005.016-.005v.004h.984V13H10c0-3.793-3.047-6.898-6.82-6.992 0-.004-.004-.004-.004-.004A.892.892 0 0 0 3 5.988v-.004zm2 4a1.999 1.999 0 1 0-.002 3.998 1.999 1.999 0 0 0 .002-3.998m0 0'%3E%3C/path%3E%3C/svg%3E");--icon-fire: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M9.184.973C4.957 3.113 5.586 6.273 7 9 5.762 7.36 5.016 5.48 5 4 3.375 5 2 7 2 9a6.005 6.005 0 0 0 3.969 5.648c-.492-.84-.367-1.96.703-3.015 2.14-2.11 1.558-2.735 1.558-2.735 2.266 1.149-.32 3.137.418 3.88.563.558 1.758-1.391 1.77-2.184.848.96 1.246 1.676 1.246 2.75q0 .273-.035.52c2.512-1.805 3.273-5.41.46-8.184C8.095 1.742 9.185.973 9.185.973m0 0'/%3E%3C/svg%3E");--icon-first: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M3 2v12h2V8.414l5.293 5.293a1 1 0 1 0 1.414-1.414L7.414 8l4.293-4.293a1 1 0 1 0-1.414-1.414L5 7.586V2zm0 0'/%3E%3C/svg%3E");--icon-git: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M8 0a1 1 0 0 0-.707.293L5.707 1.875l5.238 5.234c.176-.07.364-.109.555-.109A1.5 1.5 0 1 1 10 8.5q0-.276.102-.535L8.05 5.915v4.19a1.5 1.5 0 1 1-1-.035V4.914L4.859 2.727.293 7.293a1 1 0 0 0 0 1.414l7 7a1 1 0 0 0 1.414 0l7-7a1.007 1.007 0 0 0 0-1.414l-7-7A1 1 0 0 0 8 0m0 0'/%3E%3C/svg%3E");--icon-home: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M8 .361a2.2 2.2 0 0 0-1.41.51L2.129 4.59A3.14 3.14 0 0 0 1 7v6c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V7c0-.93-.414-1.813-1.129-2.41L9.411.87A2.2 2.2 0 0 0 8 .361m0 2.002a.2.2 0 0 1 .129.047l4.46 3.719c.263.215.411.535.411.871v6c0 .547-.453 1-1 1h-2V9c0-.55-.45-1-1-1H7c-.55 0-1 .45-1 1v5H4c-.547 0-1-.453-1-1V7c0-.336.148-.656.41-.871L7.871 2.41A.2.2 0 0 1 8 2.363'/%3E%3C/svg%3E");--icon-important: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M3 0C1.355 0 0 1.355 0 3v7c0 1.256.893 2.14 2 2.584V15a1 1 0 0 0 1.707.707L6.414 13H13c1.645 0 3-1.355 3-3V3c0-1.645-1.355-3-3-3zm0 2h10c.571 0 1 .429 1 1v7c0 .571-.429 1-1 1H6a1 1 0 0 0-.707.293L4 12.586V12a1 1 0 0 0-1-1c-.571 0-1-.429-1-1V3c0-.571.429-1 1-1m5 1c-.554 0-1 .446-1 1v2c0 .554.446 1 1 1s1-.446 1-1V4c0-.554-.446-1-1-1m0 5a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1'/%3E%3C/svg%3E");--icon-info: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M8 0C3.59 0 0 3.59 0 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8m0 2c3.332 0 6 2.668 6 6s-2.668 6-6 6-6-2.668-6-6 2.668-6 6-6m0 1.875a1.125 1.125 0 1 0 0 2.25 1.125 1.125 0 0 0 0-2.25M6.477 7A.5.5 0 0 0 6.5 8H7v3h-.5a.499.499 0 1 0 0 1h3a.499.499 0 1 0 0-1H9V7zm0 0'/%3E%3C/svg%3E");--icon-languages: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M3.98 1v3H1v2h2.947a4.8 4.8 0 0 1-.592 1.871c-.425.758-1.101 1.488-2.062 2.45l1.414 1.413c.92-.92 1.703-1.728 2.283-2.697.38.632.844 1.196 1.377 1.768l.668-2.309a6 6 0 0 1-.41-.625A4.75 4.75 0 0 1 6.033 6h1.53l.511-2H6V1zm5.24 1L6 15h2l.781-3h4.438L14 15h2L12.781 2zm1.562 2h.438l1.5 6H9.28z'/%3E%3C/svg%3E");--icon-last: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M11 2v5.586L5.707 2.293a1 1 0 1 0-1.414 1.414L8.586 8l-4.293 4.293a1 1 0 1 0 1.414 1.414L11 8.414V14h2V2zm0 0'/%3E%3C/svg%3E");--icon-lightbulb: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M7.996 0C5.16 0 2.703 2 2.125 4.777c-.527 2.535.688 5.036 2.871 6.325L5 12a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-.898c2.184-1.293 3.402-3.797 2.871-6.332A6.01 6.01 0 0 0 7.996 0m0 2a3.994 3.994 0 0 1 3.918 3.18 3.99 3.99 0 0 1-2.312 4.484 1.01 1.01 0 0 0-.602.914V11H6.996v-.418a1 1 0 0 0-.598-.914 3.994 3.994 0 0 1-2.316-4.484A3.99 3.99 0 0 1 7.996 2m-.998 4a.5.5 0 0 0-.354.852l1 1a.5.5 0 0 0 .708 0l1-1a.5.5 0 0 0 0-.707.507.507 0 0 0-.707 0l-.649.648-.644-.648A.5.5 0 0 0 6.998 6M6 14v1c0 .555.445 1 1 1h2c.555 0 1-.445 1-1v-1z'/%3E%3C/svg%3E");--icon-link: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M4 4C1.8 4 0 5.8 0 8s1.8 4 4 4v-2c-1.125 0-2-.875-2-2s.875-2 2-2h3c1.125 0 2 .875 2 2 0 .84-.496 1.535-1.207 1.84l.785 1.84A4 4 0 0 0 11 8c0-2.2-1.8-4-4-4zm8 2v2c1.125 0 2 .875 2 2s-.875 2-2 2H9c-1.125 0-2-.875-2-2 0-.828.484-1.516 1.184-1.828l-.817-1.828A4.01 4.01 0 0 0 5 10c0 2.2 1.8 4 4 4h3c2.2 0 4-1.8 4-4s-1.8-4-4-4'/%3E%3C/svg%3E");--icon-next: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='m6.707 13.707 5-5a1 1 0 0 0 0-1.414l-5-5a1 1 0 1 0-1.414 1.414L9.586 8l-4.293 4.293a1 1 0 1 0 1.414 1.414m0 0'/%3E%3C/svg%3E");--icon-pencil: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M12.277.832c-.578.008-1.168.23-1.691.754l-9 9A2 2 0 0 0 1 12v3h3c.531 0 1.04-.21 1.414-.586l9-9c1.79-1.789.082-4.39-1.89-4.57-.083-.012-.165-.012-.247-.012M10.5 4.437 11.563 5.5 4.5 12.563 3.438 11.5zm0 0'/%3E%3C/svg%3E");--icon-poop: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M8.963 1.514A4 4 0 0 1 5 5H4c-1.108 0-2 .892-2 2s.892 2 2 2H3c-1.662 0-3 1.338-3 3s1.338 3 3 3h10c1.662 0 3-1.338 3-3s-1.338-3-3-3h-1c1.108 0 2-.892 2-2s-.892-2-2-2h-1a4 4 0 0 0-2.037-3.486'/%3E%3C/svg%3E");--icon-previous: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='m9.293 13.707-5-5a1 1 0 0 1 0-1.414l5-5a1 1 0 1 1 1.414 1.414L6.414 8l4.293 4.293a1 1 0 1 1-1.414 1.414m0 0'/%3E%3C/svg%3E");--icon-right: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='m5.707 1.293 6 6a1 1 0 0 1 0 1.414l-6 6a1 1 0 1 1-1.414-1.414L9.586 8 4.293 2.707a1 1 0 1 1 1.414-1.414m0 0'/%3E%3C/svg%3E");--icon-search: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M6.57.063c-3.578 0-6.5 2.921-6.5 6.5 0 3.578 2.922 6.5 6.5 6.5a6.46 6.46 0 0 0 3.83-1.256l2.975 2.974c.957.938 2.363-.5 1.406-1.437l-2.96-2.961a6.46 6.46 0 0 0 1.25-3.82c0-3.579-2.923-6.5-6.5-6.5m0 2c2.5 0 4.5 2.003 4.5 4.5 0 2.5-2 4.5-4.5 4.5-2.496 0-4.5-2-4.5-4.5 0-2.497 2.004-4.5 4.5-4.5'/%3E%3C/svg%3E");--icon-share: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M8 1a1 1 0 0 0-.5.135 1 1 0 0 0-.207.158l-3 3a1 1 0 0 0 0 1.414 1 1 0 0 0 1.414 0L7 4.414V10a1 1 0 0 0 1 1 1 1 0 0 0 1-1V4.414l1.293 1.293a1 1 0 0 0 1.414 0 1 1 0 0 0 0-1.414L8.738 1.326 8.7 1.287a1 1 0 0 0-.195-.15l-.008-.004a1 1 0 0 0-.236-.098h-.004A1 1 0 0 0 8 1M4 7c-1.645 0-3 1.355-3 3v2c0 1.645 1.355 3 3 3h8c1.645 0 3-1.355 3-3v-2c0-1.645-1.355-3-3-3a1 1 0 0 0 0 2c.564 0 1 .436 1 1v2c0 .564-.436 1-1 1H4c-.564 0-1-.436-1-1v-2c0-.564.436-1 1-1a1 1 0 0 0 0-2'/%3E%3C/svg%3E");--icon-star: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M8 0a1 1 0 0 0-.95.684l-1.448 4.34-4.59-.016C.032 5.004-.371 6.266.43 6.828l3.625 2.555-1.5 4.285c-.317.902.687 1.691 1.492 1.172l4.004-2.594 3.894 2.586c.801.531 1.817-.258 1.5-1.16l-1.504-4.29 3.645-2.577c.789-.563.394-1.809-.574-1.813l-4.66-.015L8.949.69A1 1 0 0 0 8 0m0 0'/%3E%3C/svg%3E");--icon-theme-dark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M.918 8.004a7.072 7.072 0 0 0 14.102.793 1.01 1.01 0 0 0-.457-.957 1 1 0 0 0-1.063-.004 3.9 3.9 0 0 1-2.031.578 3.89 3.89 0 0 1-3.883-3.883c0-.715.203-1.422.578-2.031a1 1 0 0 0-.004-1.062c-.207-.32-.578-.5-.957-.458A7.07 7.07 0 0 0 .918 8.004M5.586 4.53a5.877 5.877 0 0 0 8.965 5.004l-1.52-.96a5.09 5.09 0 0 1-5.035 4.507 5.09 5.09 0 0 1-5.078-5.078 5.09 5.09 0 0 1 4.508-5.035l-.961-1.52a5.9 5.9 0 0 0-.88 3.082m0 0'/%3E%3C/svg%3E");--icon-theme-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M8.004-.008a1 1 0 0 0-1 1v1a1 1 0 1 0 2 0v-1c0-.554-.445-1-1-1M3.053 2.035a1 1 0 0 0-.26.035.994.994 0 0 0-.45 1.672l.708.707a1 1 0 1 0 1.414-1.414l-.707-.707a1 1 0 0 0-.705-.293m9.9.012a1 1 0 0 0-.707.293l-.707.707a1 1 0 1 0 1.414 1.414l.707-.707a1 1 0 0 0-.707-1.707M8 4C5.785 4 4 5.785 4 8s1.785 4 4 4 4-1.785 4-4-1.785-4-4-4m0 2c1.098 0 2 .902 2 2s-.902 2-2 2-2-.902-2-2 .902-2 2-2m-7.004.984a1 1 0 1 0 0 2h1a1 1 0 1 0 0-2zM14 7c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1s-.45-1-1-1zM3.748 11.234a1 1 0 0 0-.705.293l-.711.707a1.007 1.007 0 0 0 0 1.414c.39.391 1.027.391 1.418 0l.707-.707a1 1 0 0 0-.709-1.707m8.49.006q-.131 0-.261.033a1.01 1.01 0 0 0-.707.711 1 1 0 0 0 .261.965l.707.707a.995.995 0 0 0 1.672-.445 1 1 0 0 0-.258-.969l-.707-.707a1 1 0 0 0-.707-.295m-4.246 1.756c-.554 0-1 .445-1 1v1a1 1 0 1 0 2 0v-1a1 1 0 0 0-1-1'/%3E%3C/svg%3E");--icon-theme-system: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M8 0C3.594 0 0 3.594 0 8s3.594 8 8 8 8-3.594 8-8-3.594-8-8-8m0 1.941c3.36 0 6.059 2.7 6.059 6.059s-2.7 6.059-6.059 6.059zm0 0'/%3E%3C/svg%3E");--icon-toc: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M2 3a1 1 0 1 0 0 2 1 1 0 0 0 0-2m4 0c-.554 0-1 .446-1 1s.446 1 1 1h8c.554 0 1-.446 1-1s-.446-1-1-1ZM2 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2m4 0c-.554 0-1 .446-1 1s.446 1 1 1h8c.554 0 1-.446 1-1s-.446-1-1-1Zm-4 4a1 1 0 1 0 0 2 1 1 0 0 0 0-2m4 0c-.554 0-1 .446-1 1s.446 1 1 1h8c.554 0 1-.446 1-1s-.446-1-1-1z'/%3E%3C/svg%3E");--icon-top: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M1 11a1 1 0 0 1 .293-.707l6-6a1 1 0 0 1 1.414 0l6 6a1 1 0 1 1-1.414 1.414L8 6.414l-5.293 5.293A1 1 0 0 1 1 11m0 0'/%3E%3C/svg%3E");--icon-verified: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M5.21 1.27A3.7 3.7 0 0 1 8 0c1.113 0 2.11.492 2.79 1.27a3.68 3.68 0 0 1 2.866 1.074A3.68 3.68 0 0 1 14.73 5.21C15.54 5.914 16 6.93 16 8s-.46 2.086-1.27 2.79a3.68 3.68 0 0 1-1.074 2.866 3.68 3.68 0 0 1-2.867 1.074C10.086 15.54 9.07 16 8 16s-2.086-.46-2.79-1.27a3.68 3.68 0 0 1-2.866-1.074A3.68 3.68 0 0 1 1.27 10.79 3.7 3.7 0 0 1 0 8c0-1.113.492-2.11 1.27-2.79a3.68 3.68 0 0 1 1.074-2.866A3.68 3.68 0 0 1 5.21 1.27m5.75 5.242a.613.613 0 0 0-.437-.98.61.61 0 0 0-.562.265L7.305 9.512 5.973 8.18a.616.616 0 0 0-.868.87l1.844 1.845a.61.61 0 0 0 .485.18.63.63 0 0 0 .453-.255zm0 0'/%3E%3C/svg%3E");--icon-warning: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M8 .844c-.907 0-1.814.444-2.291 1.334l-.002.002-5.178 9.697C-.45 13.704.928 16.002 3 16h10c2.072.002 3.45-2.296 2.47-4.123L10.294 2.18l-.002-.002C9.814 1.288 8.907.844 8 .844M8 2.77c.201 0 .403.118.53.353l5.177 9.697.002.002c.307.573-.057 1.18-.707 1.178H2.998c-.65.001-1.014-.605-.707-1.178l.002-.002 5.18-9.699c.126-.233.327-.351.527-.351M8 5c-.554 0-1 .446-1 1v3c0 .554.446 1 1 1s1-.446 1-1V6c0-.554-.446-1-1-1m0 6a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1'/%3E%3C/svg%3E");--icon-external: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' %3E%3Cpath d='m6 6 5-5M7 1h4v4M4 2H3a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2V8' style='fill:none;stroke:black;stroke-linejoin:round;stroke-linecap:round;stroke-width:2'/%3E%3C/svg%3E")}[data-theme=dark]{--bg-color: color-mix(in srgb, var(--accent-color) 10%, black);--bg-overlay: linear-gradient(rgb(0 0 0 / 0.9), rgb(0 0 0 / 0.9));--fg-color: rgb(255 255 255);--fg-contrast: rgb(0 0 0 / 0.8);--fg-muted-1: rgb(255 255 255 / 0.05);--fg-muted-2: rgb(255 255 255 / 0.1);--fg-muted-3: rgb(255 255 255 / 0.2);--fg-muted-4: rgb(255 255 255 / 0.5);--fg-muted-5: rgb(255 255 255 / 0.6);--glass-bg: rgb(25 25 25 / 0.7);--blue-fg: rgb(153 193 241);--brown-fg: rgb(205 171 143);--green-fg: rgb(143 240 164);--purple-fg: rgb(220 138 221);--red-fg: rgb(246 97 81);--yellow-fg: rgb(248 228 92);color-scheme:dark}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--bg-color: color-mix(in srgb, var(--accent-color) 10%, black);--bg-overlay: linear-gradient(rgb(0 0 0 / 0.9), rgb(0 0 0 / 0.9));--fg-color: rgb(255 255 255);--fg-contrast: rgb(0 0 0 / 0.8);--fg-muted-1: rgb(255 255 255 / 0.05);--fg-muted-2: rgb(255 255 255 / 0.1);--fg-muted-3: rgb(255 255 255 / 0.2);--fg-muted-4: rgb(255 255 255 / 0.5);--fg-muted-5: rgb(255 255 255 / 0.6);--glass-bg: rgb(25 25 25 / 0.7);--blue-fg: rgb(153 193 241);--brown-fg: rgb(205 171 143);--green-fg: rgb(143 240 164);--purple-fg: rgb(220 138 221);--red-fg: rgb(246 97 81);--yellow-fg: rgb(248 228 92);color-scheme:dark}}blockquote.note{border-inline-start:.25rem solid var(--blue-fg)}blockquote.note .alert-title,blockquote.note li::marker{color:var(--blue-fg)}blockquote.note .alert-title .icon{-webkit-mask-image:var(--icon-info);mask-image:var(--icon-info)}blockquote.tip{border-inline-start:.25rem solid var(--green-fg)}blockquote.tip .alert-title,blockquote.tip li::marker{color:var(--green-fg)}blockquote.tip .alert-title .icon{-webkit-mask-image:var(--icon-lightbulb);mask-image:var(--icon-lightbulb)}blockquote.important{border-inline-start:.25rem solid var(--purple-fg)}blockquote.important .alert-title,blockquote.important li::marker{color:var(--purple-fg)}blockquote.important .alert-title .icon{-webkit-mask-image:var(--icon-important);mask-image:var(--icon-important)}blockquote.warning{border-inline-start:.25rem solid var(--yellow-fg)}blockquote.warning .alert-title,blockquote.warning li::marker{color:var(--yellow-fg)}blockquote.warning .alert-title .icon{-webkit-mask-image:var(--icon-warning);mask-image:var(--icon-warning)}blockquote.caution{border-inline-start:.25rem solid var(--red-fg)}blockquote.caution .alert-title,blockquote.caution li::marker{color:var(--red-fg)}blockquote.caution .alert-title .icon{-webkit-mask-image:var(--icon-caution);mask-image:var(--icon-caution)}blockquote .alert-title{margin-block-end:-.75rem;font-weight:bold}blockquote .alert-title .icon{vertical-align:-.125em;margin-inline-end:.25rem}#article-list{display:flex;flex-direction:column;gap:1rem;margin-block-start:2rem}#article-list article{--bg-overlay: var(--accent-color-alpha);position:relative;transition:var(--transition);box-shadow:var(--edge-highlight),var(--shadow-glass);border-radius:var(--rounded-corner);border-start-end-radius:2.125rem;border-end-end-radius:1.8125rem;background-image:linear-gradient(var(--bg-overlay), var(--bg-overlay)),linear-gradient(var(--glass-bg), var(--glass-bg)),var(--blurnail);background-position:center;background-size:cover;background-color:var(--bg-overlay);padding:1rem;overflow:hidden}#article-list article:hover h3::after{transform:none;opacity:1}:root[dir*=rtl] #article-list article:hover h3::after{transform:scaleX(-1)}#article-list article:active:not(:has(.tag:active)){transform:var(--active)}#article-list article:has(>a:focus-visible){animation:focus-in var(--transition);outline:.125rem solid var(--accent-color);outline-offset:.125rem}@supports not selector(:focus-visible){#article-list article:has(>a:focus){animation:focus-in var(--transition);outline:.125rem solid var(--accent-color);outline-offset:.125rem}}#article-list article>a{position:absolute;inset:0;border-radius:var(--rounded-corner);border-start-end-radius:2.125rem;border-end-end-radius:1.8125rem}#article-list article h3{margin:0;color:var(--accent-color);font-weight:bold;line-height:1;font-family:var(--font-system-ui)}#article-list article h3::after{-webkit-mask-image:var(--icon-right);display:inline-block;position:relative;transform:translateX(-.25rem);opacity:0;mask-image:var(--icon-right);transition:var(--transition);margin-inline-start:.25rem;background-color:currentColor;width:1rem;height:1rem;pointer-events:none;content:""}:root[dir*=rtl] #article-list article h3::after{transform:scaleX(-1) translateX(-.25rem)}#article-list article .tags{position:relative;justify-content:flex-end;z-index:1;margin:0}#article-list article .tags a{background-color:var(--accent-color-alpha);color:var(--accent-color)}#article-list article .tags a:hover{background-color:var(--accent-color);color:var(--contrast-color)}#article-list article.draft::before,#article-list article.archive::before,#article-list article.featured::before,#article-list article.hot::before,#article-list article.poor::before{position:absolute;transform:translateY(-50%);opacity:var(--disabled-opacity);mask-size:cover;transition:var(--transition-longer);inset-block-start:50%;inset-inline-end:-3rem;width:12rem;height:12rem;content:""}#article-list article.draft:hover::before,#article-list article.archive:hover::before,#article-list article.featured:hover::before,#article-list article.hot:hover::before,#article-list article.poor:hover::before{transform:translateY(-50%) rotate(-10deg) scale(1.5)}:root[dir*=rtl] #article-list article.draft:hover::before,:root[dir*=rtl] #article-list article.archive:hover::before,:root[dir*=rtl] #article-list article.featured:hover::before,:root[dir*=rtl] #article-list article.hot:hover::before,:root[dir*=rtl] #article-list article.poor:hover::before{transform:translateY(-50%) rotate(10deg) scale(1.5)}#article-list article.draft{--bg-overlay: var(--fg-muted-1)}#article-list article.draft::before{-webkit-mask-image:var(--icon-pencil);mask-image:var(--icon-pencil);background-color:var(--fg-muted-1)}#article-list article.draft h3{color:var(--fg-muted-4)}#article-list article.draft .badge{background-color:var(--fg-muted-1);color:var(--fg-muted-5)}#article-list article.draft .badge .icon{-webkit-mask-image:var(--icon-pencil);mask-image:var(--icon-pencil)}#article-list article.draft .tags a{background-color:var(--fg-muted-1);color:var(--fg-muted-5)}#article-list article.draft .tags a:hover{background-color:var(--fg-muted-5);color:var(--fg-contrast)}#article-list article.archive{--bg-overlay: var(--purple-bg)}#article-list article.archive::before{-webkit-mask-image:var(--icon-archive);mask-image:var(--icon-archive);background-color:var(--purple-bg)}#article-list article.archive h3{color:var(--purple-fg)}#article-list article.archive .badge{background-color:var(--purple-bg);color:var(--purple-fg)}#article-list article.archive .badge .icon{-webkit-mask-image:var(--icon-archive);mask-image:var(--icon-archive)}#article-list article.archive .tags a{background-color:var(--purple-bg);color:var(--purple-fg)}#article-list article.archive .tags a:hover{background-color:var(--purple-fg);color:var(--fg-contrast)}#article-list article.featured{--bg-overlay: var(--yellow-bg)}#article-list article.featured::before{-webkit-mask-image:var(--icon-star);mask-image:var(--icon-star);background-color:var(--yellow-bg)}#article-list article.featured:hover::before{transform:translateY(-50%) rotate(62deg) scale(1.5)}:root[dir*=rtl] #article-list article.featured:hover::before{transform:translateY(-50%) rotate(-62deg) scale(1.5)}#article-list article.featured h3{color:var(--yellow-fg)}#article-list article.featured .badge{background-color:var(--yellow-bg);color:var(--yellow-fg)}#article-list article.featured .badge .icon{-webkit-mask-image:var(--icon-star);mask-image:var(--icon-star)}#article-list article.featured .tags a{background-color:var(--yellow-bg);color:var(--yellow-fg)}#article-list article.featured .tags a:hover{background-color:var(--yellow-fg);color:var(--fg-contrast)}#article-list article.hot{--bg-overlay: var(--red-bg)}#article-list article.hot::before{-webkit-mask-image:var(--icon-fire);mask-image:var(--icon-fire);background-color:var(--red-bg)}#article-list article.hot h3{color:var(--red-fg)}#article-list article.hot .badge{background-color:var(--red-bg);color:var(--red-fg)}#article-list article.hot .badge .icon{-webkit-mask-image:var(--icon-fire);mask-image:var(--icon-fire)}#article-list article.hot .tags a{background-color:var(--red-bg);color:var(--red-fg)}#article-list article.hot .tags a:hover{background-color:var(--red-fg);color:var(--fg-contrast)}#article-list article.poor{--bg-overlay: var(--brown-bg)}#article-list article.poor::before{-webkit-mask-image:var(--icon-poop);mask-image:var(--icon-poop);background-color:var(--brown-bg)}#article-list article.poor h3{color:var(--brown-fg)}#article-list article.poor .badge{background-color:var(--brown-bg);color:var(--brown-fg)}#article-list article.poor .badge .icon{-webkit-mask-image:var(--icon-poop);mask-image:var(--icon-poop)}#article-list article.poor .tags a{background-color:var(--brown-bg);color:var(--brown-fg)}#article-list article.poor .tags a:hover{background-color:var(--brown-fg);color:var(--fg-contrast)}#article-list article .badge{float:inline-end;box-shadow:var(--edge-highlight);border-radius:999px;padding:.375rem .75rem;height:fit-content;font-weight:bold;white-space:nowrap}#article-list article .badge .icon{vertical-align:-.125em;margin-inline-end:.25rem}#article-list article .details{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:.25rem;margin-block-start:1rem;border-block-start:max(1px,.0625rem) solid var(--fg-muted-2);padding-block-start:.5rem}#paginator{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.25rem;margin-block-start:4rem}#paginator #paginator-first,#paginator #paginator-previous,#paginator #paginator-next,#paginator #paginator-last{display:inline-block;transition:var(--transition);box-shadow:var(--edge-highlight);border-radius:1rem;background-color:var(--fg-muted-1);padding:.5rem;color:var(--fg-muted-4);line-height:0}#paginator #paginator-first .icon,#paginator #paginator-previous .icon,#paginator #paginator-next .icon,#paginator #paginator-last .icon{transition:var(--transition)}:root[dir*=rtl] #paginator #paginator-first .icon,:root[dir*=rtl] #paginator #paginator-previous .icon,:root[dir*=rtl] #paginator #paginator-next .icon,:root[dir*=rtl] #paginator #paginator-last .icon{transform:scaleX(-1)}#paginator a#paginator-first:hover,#paginator a#paginator-previous:hover,#paginator a#paginator-next:hover,#paginator a#paginator-last:hover{background-color:var(--fg-muted-2);color:var(--fg-muted-5)}#paginator a#paginator-first:active,#paginator a#paginator-previous:active,#paginator a#paginator-next:active,#paginator a#paginator-last:active{transform:var(--active);border-radius:1rem}#paginator span#paginator-first,#paginator span#paginator-previous,#paginator span#paginator-next,#paginator span#paginator-last{opacity:var(--disabled-opacity);cursor:not-allowed}#paginator #paginator-previous{border-start-end-radius:var(--rounded-corner-small);border-end-end-radius:var(--rounded-corner-small)}#paginator #paginator-next{border-start-start-radius:var(--rounded-corner-small);border-end-start-radius:var(--rounded-corner-small)}#paginator #paginator-first .icon{-webkit-mask-image:var(--icon-first);mask-image:var(--icon-first)}#paginator #paginator-previous .icon{-webkit-mask-image:var(--icon-previous);mask-image:var(--icon-previous)}#paginator #paginator-next .icon{-webkit-mask-image:var(--icon-next);mask-image:var(--icon-next)}#paginator #paginator-last .icon{-webkit-mask-image:var(--icon-last);mask-image:var(--icon-last)}#paginator #paginator-counter{display:inline-block;transition:var(--transition);box-shadow:var(--edge-highlight);border-radius:var(--rounded-corner-small);background-color:var(--accent-color-alpha);padding:.5rem .625rem;color:var(--accent-color);font-weight:bold;line-height:1;font-variant-numeric:tabular-nums}#paginator:has(a#paginator-previous:active) #paginator-counter{border-start-start-radius:1rem;border-end-start-radius:1rem}#paginator:has(a#paginator-next:active) #paginator-counter{border-start-end-radius:1rem;border-end-end-radius:1rem}#banner-container{--mask: linear-gradient(black, transparent);-webkit-user-select:none;-webkit-mask-image:var(--mask);position:absolute;z-index:-1;mask-image:var(--mask);inset-block-start:0;inset-inline-start:0;aspect-ratio:2/1;width:100%;user-select:none}#banner-container #banner{position:fixed;transition:none;margin:0;inset-block-start:0;inset-inline-start:0}#banner-container+#heading{margin-block-start:calc(50vw - 7rem)}@media only screen and (max-width: 480px){body:has(#banner-container) #site-nav:not(#handle+#site-nav){margin-block-start:calc(50vw + 1rem)}}#heading{margin:2rem 0 1rem;text-align:center}#heading h1{-webkit-background-clip:text;margin:0;background-image:linear-gradient(to right, var(--fg-muted-4), var(--fg-color), var(--fg-muted-4));background-clip:text;color:rgba(0,0,0,0)}#heading h1+p{display:inline}#heading .tags{display:inline-flex;justify-content:center;margin-block-start:1rem}#buttons-container{display:flex;position:fixed;flex-direction:column;gap:.5rem;inset-block-end:1rem;inset-inline-end:1rem}@media only screen and (max-width: 720px){#buttons-container{position:static;flex-direction:row-reverse;margin-block-start:2rem}}#buttons-container summary,#buttons-container #go-to-top,#buttons-container #share,#buttons-container #issue{display:inline-block;transition:var(--transition);box-shadow:var(--edge-highlight);border-radius:999px;background-color:var(--fg-muted-1);padding:.5rem;color:var(--fg-muted-4);line-height:0}#buttons-container summary:hover,#buttons-container #go-to-top:hover,#buttons-container #share:hover,#buttons-container #issue:hover{background-color:var(--fg-muted-2);color:var(--fg-muted-5)}#buttons-container summary:active,#buttons-container #go-to-top:active,#buttons-container #share:active,#buttons-container #issue:active{transform:var(--active)}#buttons-container summary .icon,#buttons-container #go-to-top .icon,#buttons-container #share .icon,#buttons-container #issue .icon{transition:var(--transition)}#buttons-container details{position:relative;box-shadow:none;border-radius:0;background-color:rgba(0,0,0,0);padding:0}#buttons-container details[open] summary~*{transform-origin:bottom right;animation:button-dropdown-open var(--transition)}:root[dir*=rtl] #buttons-container details[open] summary~*{transform-origin:bottom left;animation:button-dropdown-open-rtl var(--transition)}@keyframes button-dropdown-open{from{transform:scale(.5) translate(1rem, 1rem);opacity:0}}@keyframes button-dropdown-open-rtl{from{transform:scale(.5) translate(-1rem, 1rem);opacity:0}}#buttons-container details summary::before{display:none}#buttons-container summary+div{-webkit-backdrop-filter:var(--blur);display:flex;position:absolute;flex-direction:column;z-index:1;backdrop-filter:var(--blur);inset-block-end:0;inset-inline-end:3rem;box-shadow:var(--edge-highlight),var(--shadow-glass);border-radius:var(--rounded-corner);background-color:var(--glass-bg);padding:1rem;width:min(var(--container-width)/3,90vw - 3rem);max-height:50vh}@media only screen and (max-width: 720px){#buttons-container summary+div{inset-inline-end:2.5rem;width:min(var(--container-width)/3,90vw - 2.5rem)}}#buttons-container summary+div strong.title{color:var(--fg-muted-4)}#buttons-container summary+div div{--mask: linear-gradient( to bottom, transparent, black 1rem, black calc(100% - 1rem), transparent );-webkit-mask-image:var(--mask);flex:1;mask-image:var(--mask);margin:0 -1rem -1rem;padding:1rem;padding-block-start:0;overflow:auto}#buttons-container summary+div ol,#buttons-container summary+div ul{margin:0;padding-inline-start:.75rem;font-size:var(--font-size-small)}#buttons-container summary+div ol:first-child,#buttons-container summary+div ul:first-child{margin-block-start:.75rem}#buttons-container summary+div ol li::marker,#buttons-container summary+div ul li::marker{color:var(--fg-muted-5)}#buttons-container summary+div ol a,#buttons-container summary+div ul a{color:var(--fg-muted-5)}#buttons-container #toc .icon{-webkit-mask-image:var(--icon-toc);mask-image:var(--icon-toc)}:root[dir*=rtl] #buttons-container #toc .icon{transform:scaleX(-1)}#buttons-container #backlinks .icon{-webkit-mask-image:var(--icon-backlink);mask-image:var(--icon-backlink)}:root[dir*=rtl] #buttons-container #backlinks .icon{transform:scaleX(-1)}#buttons-container #backlinks summary+div{width:min(var(--container-width)/3,90vw - 5rem)}@media only screen and (max-width: 720px){#buttons-container #go-to-top{display:none}}#buttons-container #go-to-top .icon{-webkit-mask-image:var(--icon-top);mask-image:var(--icon-top)}#buttons-container #share .icon{-webkit-mask-image:var(--icon-share);mask-image:var(--icon-share)}#buttons-container #issue .icon{-webkit-mask-image:var(--icon-bug);mask-image:var(--icon-bug)}.buttons{display:flex;flex-direction:row;justify-content:space-between;margin-block-start:4rem}.buttons.centered{justify-content:space-around}.buttons a{text-decoration:none}.buttons button{appearance:none;cursor:pointer;border:none;font-family:inherit}.buttons button:disabled{cursor:not-allowed}.buttons button:disabled:hover{background-color:var(--fg-muted-1);color:var(--fg-muted-5)}.buttons button:disabled:active{transform:none}.buttons a,.buttons button{transition:var(--transition);box-shadow:var(--edge-highlight);border-radius:var(--rounded-corner);background-color:var(--fg-muted-1);padding:.75rem 1rem;color:var(--fg-muted-5);font-weight:bold;font-size:var(--font-size-small);line-height:1}.buttons a:hover,.buttons button:hover{background-color:var(--fg-muted-2);color:var(--fg-color)}.buttons a:active,.buttons button:active{transform:var(--active)}.buttons a.colored,.buttons button.colored{box-shadow:none;background-color:rgba(0,0,0,0);color:var(--accent-color)}.buttons a.colored:hover,.buttons button.colored:hover{box-shadow:var(--edge-highlight);background-color:var(--accent-color-alpha)}.buttons a.big,.buttons button.big{border-radius:999px;padding:1rem 1.5rem}pre,code,kbd,samp{font-family:var(--font-monospace-code)}code:not(pre code){box-shadow:var(--edge-highlight);border-radius:var(--rounded-corner-small);background-color:var(--fg-muted-1);padding:.125rem .375rem;color:var(--red-fg);font-size:var(--font-size-small-em)}pre{margin:1rem 0 1rem;box-shadow:var(--edge-highlight),var(--shadow);border-radius:var(--rounded-corner);background-color:var(--fg-muted-1);padding:1rem;max-width:100vw;overflow:auto;line-height:normal}pre table{box-shadow:none;border-radius:0;background-color:rgba(0,0,0,0);table-layout:auto;overflow:hidden}pre table tr:nth-child(even){background-color:rgba(0,0,0,0)}pre table tr th,pre table tr td{padding:0}pre table tr th{background-color:rgba(0,0,0,0);font-weight:normal}pre table td:nth-of-type(1){-webkit-user-select:none;user-select:none;text-align:center}pre mark{display:block;box-shadow:none;border-radius:0;background-color:var(--fg-muted-1);padding:0;color:var(--fg-color)}pre[data-linenos]{padding:1rem 0}#comments #qrcode{float:inline-end;transform-origin:right;box-sizing:content-box;margin-inline-start:1rem;margin-block-start:3rem;margin-block-end:0;background-color:#fff;padding:.75rem;width:7.8125rem;height:7.8125rem}:root[dir*=rtl] #comments #qrcode{transform-origin:left}@media only screen and (max-width: 720px){#comments #qrcode{display:none}}#comments .buttons{justify-content:start;gap:.25rem;margin-block-start:2rem}#comments .buttons #load-comments:disabled{--shimmer: rgb( from var(--accent-color) r g b / calc(var(--color-opacity) * 2) );animation:loading-shimmer var(--transition-long) ease-in-out alternate infinite;transition:none;background-image:linear-gradient(to right, var(--fg-muted-1) 50%, var(--shimmer) 75%, var(--fg-muted-1) 100%);background-size:200%;background-color:rgba(0,0,0,0)}#comments .buttons #load-comments:disabled:hover{background-color:rgba(0,0,0,0)}@keyframes loading-shimmer{to{background-position-x:-200%}}#comments #comments-wrapper{display:flex;flex-direction:column;gap:2rem;margin-block-start:2rem}#comments #comments-wrapper #comments-status{color:var(--fg-muted-4);font-weight:bold;font-size:var(--font-size-x-large);text-align:center}#comments #comments-wrapper .comment{display:grid;grid-template-columns:min-content;grid-template-areas:"avatar name " "avatar time " "avatar post " "...... media " "...... card " "...... interactions";column-gap:1rem;justify-items:start}#comments #comments-wrapper .comment.comment-reply{position:relative;border-radius:.25rem;border-inline-start:.25rem solid var(--fg-muted-2);padding-inline-start:1rem}#comments #comments-wrapper .comment.comment-reply:has(+.comment-reply){border-end-start-radius:0}#comments #comments-wrapper .comment.comment-reply+.comment-reply{margin-block-start:-2rem;border-start-start-radius:0;padding-block-start:2rem}#comments #comments-wrapper .comment .avatar-link{position:relative;grid-area:avatar;width:4rem;height:4rem}#comments #comments-wrapper .comment .avatar-link .avatar{transition:var(--transition);margin:0;background-size:cover;width:100%;height:100%}#comments #comments-wrapper .comment .avatar-link .avatar:hover{transform:rotate(10deg) var(--hover);border-radius:var(--rounded-corner)}#comments #comments-wrapper .comment .avatar-link .avatar:active{transform:var(--active)}#comments #comments-wrapper .comment .author{display:flex;grid-area:name;align-items:center;gap:.25rem;font-weight:bold}#comments #comments-wrapper .comment .author .instance{transition:var(--transition);box-shadow:var(--edge-highlight);border-radius:999px;background-color:var(--fg-muted-1);padding:.375rem .75rem;color:var(--fg-muted-5);font-size:var(--font-size-small);line-height:1;text-decoration:none}#comments #comments-wrapper .comment .author .instance:hover{background-color:var(--fg-muted-5);color:var(--fg-contrast);text-decoration:none}#comments #comments-wrapper .comment .author .instance:active{transform:var(--active)}#comments #comments-wrapper .comment .author .instance.op{background-color:var(--accent-color-alpha);padding-inline-start:.4375rem;color:var(--accent-color)}#comments #comments-wrapper .comment .author .instance.op:hover{background-color:var(--accent-color);color:var(--contrast-color)}#comments #comments-wrapper .comment .author .instance.op:hover::before{background-color:var(--contrast-color)}#comments #comments-wrapper .comment .author .instance.op::before{-webkit-mask-image:var(--icon-verified);display:inline-block;vertical-align:-.1875rem;mask-image:var(--icon-verified);mask-size:cover;transition:var(--transition);margin-inline-end:.25rem;background-color:var(--accent-color);width:1rem;height:1rem;content:""}:root[dir*=rtl] #comments #comments-wrapper .comment .author .instance.op{padding:.375rem .5rem .375rem .75rem}#comments #comments-wrapper .comment .mention{display:inline-block;transition:var(--transition);box-shadow:var(--edge-highlight);border-radius:var(--rounded-corner-small);background-color:var(--accent-color-alpha);padding:.25rem .375rem;line-height:1;text-decoration:none}#comments #comments-wrapper .comment .mention:hover{background-color:var(--accent-color);color:var(--contrast-color)}#comments #comments-wrapper .comment .mention:active{transform:var(--active)}#comments #comments-wrapper .comment .mention.hashtag{background-color:var(--fg-muted-1);color:var(--fg-muted-5)}#comments #comments-wrapper .comment .mention.hashtag:hover{background-color:var(--fg-muted-5);color:var(--fg-contrast)}#comments #comments-wrapper .comment time{grid-area:time;margin-block-start:.5rem;font-size:var(--font-size-small)}#comments #comments-wrapper .comment time a{color:var(--fg-muted-5)}#comments #comments-wrapper .comment time a:after{background-color:var(--fg-muted-5)}#comments #comments-wrapper .comment details[open]{border-radius:var(--rounded-corner-small);background-image:linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0) .5rem, var(--fg-muted-1) .5rem, var(--fg-muted-1) calc(100% - .5rem), rgba(0,0,0,0) calc(100% - .5rem), rgba(0,0,0,0)),linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0) .5rem, var(--bg-color) .5rem, var(--bg-color) calc(100% - .5rem), rgba(0,0,0,0) calc(100% - .5rem), rgba(0,0,0,0)),repeating-linear-gradient(45deg, var(--contrast-color), var(--contrast-color) .25rem, var(--accent-color) .25rem, var(--accent-color) .5rem)}#comments #comments-wrapper .comment details[open] summary{border-radius:0;background-image:none}#comments #comments-wrapper .comment details summary{border-radius:var(--rounded-corner-small);background-image:linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0) .5rem, var(--fg-muted-1) .5rem, var(--fg-muted-1) calc(100% - .5rem), rgba(0,0,0,0) calc(100% - .5rem), rgba(0,0,0,0)),linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0) .5rem, var(--bg-color) .5rem, var(--bg-color) calc(100% - .5rem), rgba(0,0,0,0) calc(100% - .5rem), rgba(0,0,0,0)),repeating-linear-gradient(45deg, var(--contrast-color), var(--contrast-color) .25rem, var(--accent-color) .25rem, var(--accent-color) .5rem)}#comments #comments-wrapper .comment main{grid-area:post;margin:1rem 0 0;width:100%}#comments #comments-wrapper .comment main :first-child{margin-block-start:0}#comments #comments-wrapper .comment main :last-child{margin-block-end:0}#comments #comments-wrapper .comment .attachments{display:grid;grid-template-columns:repeat(auto-fit, minmax(16rem, 1fr));grid-area:media;gap:.5rem;margin-block-start:1rem}#comments #comments-wrapper .comment .attachments img,#comments #comments-wrapper .comment .attachments video{margin:0}#comments #comments-wrapper .comment .card{grid-area:card;transition:var(--transition);margin-block-start:1rem;width:min(var(--container-width)/2,100%);font-weight:normal;text-decoration:none}#comments #comments-wrapper .comment .card:hover:not(:active) img{transform:var(--hover);box-shadow:var(--edge-highlight),var(--shadow-raised);border-radius:var(--rounded-corner-small)}#comments #comments-wrapper .comment .card:hover:not(:active) figcaption{border-radius:var(--rounded-corner);background-color:var(--fg-muted-2)}#comments #comments-wrapper .comment .card:active{transform:var(--active)}#comments #comments-wrapper .comment .card figure{display:flex;flex-direction:column;gap:.25rem;margin:0}#comments #comments-wrapper .comment .card figure img{margin:0;border-radius:var(--rounded-corner) var(--rounded-corner) var(--rounded-corner-small) var(--rounded-corner-small);aspect-ratio:16/9;object-fit:cover}#comments #comments-wrapper .comment .card figure img+figcaption{border-radius:var(--rounded-corner-small) var(--rounded-corner-small) var(--rounded-corner) var(--rounded-corner)}#comments #comments-wrapper .comment .card figure figcaption{display:flex;flex-direction:column;gap:.25rem;transition:var(--transition);box-shadow:var(--edge-highlight);border-radius:var(--rounded-corner);background-color:var(--fg-muted-1);padding:1rem;color:var(--fg-color);font-size:var(--font-size-medium);text-align:start}#comments #comments-wrapper .comment .card figure figcaption p{margin:0;color:var(--fg-muted-5);font-size:var(--font-size-small)}#comments #comments-wrapper .comment footer{display:flex;grid-area:interactions;gap:.25rem;margin-block-start:1rem}#comments #comments-wrapper .comment footer .boosts,#comments #comments-wrapper .comment footer .faves{transition:var(--transition);border-radius:999px;background-color:rgba(0,0,0,0);padding:.5rem .75rem;padding-inline-start:.625rem;line-height:1;font-variant-numeric:tabular-nums;text-decoration:none}#comments #comments-wrapper .comment footer .boosts .icon,#comments #comments-wrapper .comment footer .faves .icon{vertical-align:-.125em;transition:var(--transition-longer);margin-inline-end:.25rem}#comments #comments-wrapper .comment footer .boosts:hover,#comments #comments-wrapper .comment footer .faves:hover{box-shadow:var(--edge-highlight);text-decoration:none}#comments #comments-wrapper .comment footer .boosts:active,#comments #comments-wrapper .comment footer .faves:active{transform:var(--active)}#comments #comments-wrapper .comment footer .boosts{color:var(--purple-fg)}#comments #comments-wrapper .comment footer .boosts:hover{background-color:var(--purple-bg)}#comments #comments-wrapper .comment footer .boosts:hover .icon{transform:rotate(180deg)}:root[dir*=rtl] #comments #comments-wrapper .comment footer .boosts:hover .icon{transform:scaleX(-1) rotate(180deg)}#comments #comments-wrapper .comment footer .boosts .icon{-webkit-mask-image:var(--icon-boosts);mask-image:var(--icon-boosts)}:root[dir*=rtl] #comments #comments-wrapper .comment footer .boosts .icon{transform:scaleX(-1)}#comments #comments-wrapper .comment footer .faves{color:var(--yellow-fg)}#comments #comments-wrapper .comment footer .faves:hover{background-color:var(--yellow-bg)}#comments #comments-wrapper .comment footer .faves:hover .icon{transform:rotate(72deg)}:root[dir*=rtl] #comments #comments-wrapper .comment footer .faves:hover .icon{transform:rotate(-72deg)}#comments #comments-wrapper .comment footer .faves .icon{-webkit-mask-image:var(--icon-star);mask-image:var(--icon-star)}.crt{margin:1rem 0 1rem;box-shadow:var(--edge-highlight),var(--shadow-glow);border-radius:var(--rounded-corner);background-image:radial-gradient(color-mix(in srgb, var(--accent-color) 30%, #000), color-mix(in srgb, var(--accent-color) 10%, #000) 80%, color-mix(in srgb, var(--accent-color) 5%, #000))}.crt pre{--text-shadow-1: hsl(from var(--accent-color) h s l / 0.5);--text-shadow-2: hsl(from var(--accent-color) h calc(s * 2) l);animation:flicker .25s alternate infinite;margin:0;box-shadow:none;background-color:rgba(0,0,0,0) !important;padding:1rem 1rem;color:var(--accent-color) !important;text-shadow:var(--text-shadow-1) 0 0 .25rem,var(--text-shadow-2) 0 0 .75rem}@keyframes flicker{25%{opacity:.95}50%{opacity:.85}75%{opacity:1}to{opacity:.9}}.scanlines{position:relative;overflow:hidden}.scanlines::before{display:block;position:absolute;z-index:1;animation:scanlines .1s linear infinite;inset:0;background-image:repeating-linear-gradient(to bottom, rgba(0,0,0,.25), rgba(0,0,0,.25) .125rem, rgba(0,0,0,0) .125rem, rgba(0,0,0,0) .25rem);pointer-events:none;content:""}@keyframes scanlines{to{background-position-y:.25rem}}.scanlines::after{--scanline-color: rgb(from var(--accent-color) r g b / 0.05);display:block;position:absolute;animation:scanline 5s linear infinite;inset:0;background-image:linear-gradient(to bottom, rgba(0,0,0,0), var(--scanline-color) 16rem);background-size:auto 16rem;background-repeat:no-repeat;background-position-y:-16rem;pointer-events:none;content:""}@keyframes scanline{to{background-position-y:calc(100% + 16rem)}}.cursor{animation:cursor-blink 1s infinite}@keyframes cursor-blink{50%{opacity:0}}.emoji{display:inline-block;vertical-align:bottom;transition:var(--transition);cursor:zoom-in;margin:0;box-shadow:none;border-radius:0;background-color:rgba(0,0,0,0);width:1.5em;height:1.5em}.emoji:hover{transform:scale(2)}a.external::after{-webkit-mask-image:var(--icon-external);display:inline-block;opacity:var(--dim-opacity);mask-image:var(--icon-external);mask-size:cover;margin-inline-start:.25rem;background-color:currentColor;width:max(.75rem,.75em);height:max(.75rem,.75em);content:""}:root[dir*=rtl] a.external::after{transform:scaleX(-1)}h1 a:has(.icon.feed){color:currentColor}h1 .icon.feed{-webkit-mask-image:var(--icon-feed);vertical-align:-.375rem;mask-image:var(--icon-feed);margin-inline-start:.5rem;width:1em;height:1em}#site-footer{grid-area:footer;margin-block-end:2rem;text-align:center}#site-footer nav{display:inline-block;margin:0 auto 1rem;box-shadow:var(--edge-highlight);border-radius:1.375rem;background-color:var(--fg-muted-1);padding:.25rem;max-width:90%}#site-footer nav ul{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.25rem;margin:0;padding:0}#site-footer nav li{display:flex;margin:0;padding:0;list-style:none}@media only screen and (max-width: 480px){#site-footer nav li{flex:0 0 100%}}#site-footer nav a{flex:1;transition:var(--transition);border-radius:999px;padding:.375rem .75rem;color:var(--fg-muted-4);text-align:center;text-decoration:none}#site-footer nav a.active{box-shadow:var(--edge-highlight);background-color:var(--accent-color-alpha);color:var(--accent-color)}#site-footer nav a.active:hover{background-color:var(--accent-color);color:var(--contrast-color)}#site-footer nav a:hover{box-shadow:var(--edge-highlight);background-color:var(--fg-muted-1);color:var(--fg-muted-5)}#site-footer nav a:active{transform:var(--active)}#site-footer #socials{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin:1rem auto 0;padding:0}#site-footer #socials li{margin:0;padding:0;list-style:none}#site-footer #socials a{display:block;transition:var(--transition);border-radius:999px;padding:.5rem;color:var(--fg-muted-4);line-height:0}#site-footer #socials a:hover{box-shadow:var(--edge-highlight);background-color:var(--fg-muted-1);color:var(--fg-muted-5)}#site-footer #socials a:active{transform:var(--active)}#site-footer #socials a .icon{-webkit-mask-image:var(--icon);mask-image:var(--icon);transition:var(--transition);width:1.5rem;height:1.5rem}#site-footer #socials a span{display:none}#site-footer p{margin:1rem auto}#site-footer .link{display:inline-block;transition:var(--transition);box-shadow:var(--edge-highlight);border-radius:var(--rounded-corner-small);background-color:var(--accent-color-alpha);padding:.25rem .375rem;line-height:1;text-decoration:none}#site-footer .link:hover{background-color:var(--accent-color);color:var(--contrast-color)}#site-footer .link:active{transform:var(--active)}.footnotes-list p{margin-block-start:0;margin-block-end:0}*{box-sizing:border-box}:root{scroll-behavior:smooth;scrollbar-color:var(--accent-color) rgba(0,0,0,0);accent-color:var(--accent-color);font-size:16px}body{text-wrap:pretty;display:grid;grid-template-rows:auto minmax(auto, 1fr) auto;grid-template-areas:"nav" "main" "footer";margin:0;background-color:var(--bg-color);min-height:100vh;color:var(--fg-color);line-height:1.5;font-family:var(--font-system-ui),var(--font-emoji);overflow-wrap:break-word}body:has(#sidebar){grid-template-columns:1fr min(var(--container-width),90%) 1fr;grid-template-areas:"nav nav nav" "sidebar main ." "footer footer footer"}@media only screen and (max-width: 1200px){body:has(#sidebar){grid-template-areas:"nav nav nav" ". sidebar ." ". main ." "footer footer footer"}}::selection{background-color:var(--accent-color);color:var(--contrast-color)}:target:not(#main-content){transition:all var(--transition),scroll-margin-block-start 0s;scroll-margin-block-start:15vh;color:var(--accent-color);text-shadow:var(--text-shadow-glow)}:focus-visible{animation:focus-in var(--transition);outline:.125rem solid var(--accent-color);outline-offset:.125rem}@supports not selector(:focus-visible){:focus{animation:focus-in var(--transition);outline:.125rem solid var(--accent-color);outline-offset:.125rem}}@keyframes focus-in{from{outline:.5rem solid rgba(0,0,0,0);outline-offset:.25rem}}main{margin:4.25rem auto 4rem;width:min(var(--container-width),90%)}#sidebar{display:flex;position:sticky;top:0;grid-area:sidebar;opacity:.2;transition:var(--transition);height:100vh}#sidebar:hover{opacity:1}@media only screen and (max-width: 1200px){#sidebar{position:static;opacity:1;margin-block-start:4.25rem;margin-block-end:-4.25rem;padding:0;height:auto}}#sidebar>div{--mask: linear-gradient(to bottom, transparent, black 1rem, black calc(100% - 1rem), transparent);-webkit-mask-image:var(--mask);mask-image:var(--mask);padding:1rem;overflow:auto}#sidebar+main{grid-area:main;margin:0;margin-block-start:4.25rem;margin-block-end:4rem;width:auto}@media (prefers-reduced-motion){*,*::before,*::after{animation-duration:0s !important;transition-duration:0s !important}}.hidden{display:none;visibility:hidden}i.icon{display:inline-block;mask-size:cover;background-color:currentColor;width:1rem;height:1rem;font-style:normal;font-variant:normal;line-height:0;text-rendering:auto}iframe{display:block;margin:1rem auto;box-shadow:var(--edge-highlight),var(--shadow);border:none;border-radius:var(--rounded-corner);background-color:var(--fg-muted-1);width:100%;max-width:100%}iframe.mastodon-embed{aspect-ratio:3/4;width:min(var(--container-width)/2,100%)}iframe.vimeo-embed,iframe.youtube-embed{aspect-ratio:16/9}iframe:fullscreen{box-shadow:none;border-radius:0}iframe:-webkit-full-screen{box-shadow:none;border-radius:0}input[type=radio],input[type=checkbox],input[type=color]{position:relative;appearance:none;transition:var(--transition);cursor:pointer;border:.15rem solid var(--fg-muted-2);background-color:var(--fg-muted-1);width:1rem;height:1rem}input[type=radio]:hover,input[type=checkbox]:hover,input[type=color]:hover{background-color:var(--fg-muted-2)}input[type=radio]:disabled,input[type=checkbox]:disabled,input[type=color]:disabled{opacity:var(--disabled-opacity);cursor:not-allowed}input[type=radio]:disabled:hover,input[type=checkbox]:disabled:hover,input[type=color]:disabled:hover{background-color:var(--fg-muted-1)}input[type=radio]:disabled:hover:checked,input[type=checkbox]:disabled:hover:checked,input[type=color]:disabled:hover:checked{background-color:var(--accent-color)}input[type=radio]::before,input[type=checkbox]::before{display:block;position:absolute;transform:scale(.5);opacity:0;transition:var(--transition);background-color:var(--contrast-color);content:""}input[type=radio]:checked,input[type=checkbox]:checked{border:.15rem solid rgba(0,0,0,0);background-color:var(--accent-color)}input[type=radio]:checked::before,input[type=checkbox]:checked::before{transform:scale(1);opacity:1}input[type=radio]{vertical-align:-.1875em;border-radius:50%}input[type=radio]::before{inset-block-start:.125rem;inset-inline-start:.125rem;border-radius:50%;width:.5rem;height:.5rem}input[type=checkbox]{vertical-align:-.1875em;border-radius:calc(var(--rounded-corner-small)/2)}input[type=checkbox]::before{-webkit-mask-image:var(--icon-checkmark);transform-origin:bottom left;mask-image:var(--icon-checkmark);mask-size:cover;inset-block-start:-.125rem;inset-inline-start:-.125rem;width:1rem;height:1rem}input[type=checkbox].switch{vertical-align:-.375rem;box-shadow:var(--edge-highlight);border:none;border-radius:999px;width:2.5rem;height:1.5rem}input[type=checkbox].switch.big{vertical-align:-.625rem;width:3rem;height:2rem}input[type=checkbox].switch.big::before{width:1.5rem;height:1.5rem}input[type=checkbox].switch::before{transform:none;transform-origin:center;opacity:1;mask-image:none;transition:var(--transition);inset-block-start:.25rem;inset-inline-start:.25rem;box-shadow:var(--shadow);border-radius:50%;background-color:#fff;width:1rem;height:1rem}input[type=checkbox].switch:checked{background-color:var(--accent-color)}input[type=checkbox].switch:checked::before{transform:translateX(1rem);background-color:var(--contrast-color)}:root[dir*=rtl] input[type=checkbox].switch:checked::before{transform:translateX(-1rem)}input[type=checkbox].switch:disabled::before{box-shadow:none}input[type=color]{vertical-align:-.375em;box-shadow:var(--edge-highlight);border:none;border-radius:var(--rounded-corner-small);padding:.25rem;width:3rem;height:2rem}input[type=color]::-moz-color-swatch{border:none;border-radius:calc(var(--rounded-corner-small) - .25rem)}input[type=color]::-webkit-color-swatch-wrapper{padding:0}input[type=color]::-webkit-color-swatch{border-radius:calc(var(--rounded-corner-small) - .25rem)}input[type=range]{appearance:none;transition:var(--transition);cursor:pointer;box-shadow:var(--edge-highlight);border-radius:999px;background:var(--accent-color);width:100%;height:.5rem}input[type=range]::-webkit-slider-thumb{appearance:none;filter:brightness(.9);transition:var(--transition);cursor:grab;box-shadow:var(--shadow);border-radius:999px;background-color:#fff;width:1.5rem;height:1.5rem}input[type=range]::-webkit-slider-thumb:active{transform:var(--active);cursor:grabbing}input[type=range]::-moz-range-thumb{appearance:none;transition:var(--transition);cursor:grab;box-shadow:var(--shadow);border:none;border-radius:999px;background-color:#fff;width:1.5rem;height:1.5rem}input[type=range]::-moz-range-thumb:active{transform:var(--active);cursor:grabbing}img,video{display:block;margin:1rem auto;box-shadow:var(--edge-highlight),var(--shadow);border-radius:var(--rounded-corner);background-color:var(--fg-muted-1);max-width:100%}img.full,img[src*="#full"],video.full,video[src*="#full"]{width:100%}img.full-bleed,img[src*="#full-bleed"],video.full-bleed,video[src*="#full-bleed"]{margin-inline-start:calc((-100vw + 100%)/2);margin-inline-end:calc((-100vw + 100%)/2);width:100vw;max-width:100vw}img.start,img.end,img[src*="#start"],img[src*="#end"],video.start,video.end,video[src*="#start"],video[src*="#end"]{margin:0;width:30%}@media only screen and (max-width: 720px){img.start,img.end,img[src*="#start"],img[src*="#end"],video.start,video.end,video[src*="#start"],video[src*="#end"]{float:none;margin-inline-start:0;margin-inline-end:0;margin-block-start:1rem;margin-block-end:1rem;width:100%}}img.start,img[src*="#start"],video.start,video[src*="#start"]{float:inline-start;transform-origin:left;margin-inline-end:1rem}:root[dir*=rtl] img.start,:root[dir*=rtl] img[src*="#start"],:root[dir*=rtl] video.start,:root[dir*=rtl] video[src*="#start"]{transform-origin:right}img.end,img[src*="#end"],video.end,video[src*="#end"]{float:inline-end;transform-origin:right;margin-inline-start:1rem}:root[dir*=rtl] img.end,:root[dir*=rtl] img[src*="#end"],:root[dir*=rtl] video.end,:root[dir*=rtl] video[src*="#end"]{transform-origin:left}img.pixels,img[src*="#pixels"],video.pixels,video[src*="#pixels"]{image-rendering:pixelated}img.transparent,img.full-bleed,img[src*="#transparent"],img[src*="#full-bleed"],video.transparent,video.full-bleed,video[src*="#transparent"],video[src*="#full-bleed"]{box-shadow:none;border-radius:0;background-color:rgba(0,0,0,0)}img.spoiler,img[src*="#spoiler"],video.spoiler,video[src*="#spoiler"]{opacity:var(--dim-opacity);clip-path:inset(0 0 0 0 round var(--rounded-corner));filter:blur(1rem)}img.spoiler:hover,img.spoiler:active,img[src*="#spoiler"]:hover,img[src*="#spoiler"]:active,video.spoiler:hover,video.spoiler:active,video[src*="#spoiler"]:hover,video[src*="#spoiler"]:active{opacity:1;clip-path:inset(-.75rem -.75rem -.75rem -.75rem round var(--rounded-corner-small));filter:none}img.spoiler.solid,img.spoiler[src*="#solid"],img[src*="#spoiler"].solid,img[src*="#spoiler"][src*="#solid"],video.spoiler.solid,video.spoiler[src*="#solid"],video[src*="#spoiler"].solid,video[src*="#spoiler"][src*="#solid"]{clip-path:none;filter:brightness(0) contrast(.5);box-shadow:none}img.spoiler.solid:hover,img.spoiler.solid:active,img.spoiler[src*="#solid"]:hover,img.spoiler[src*="#solid"]:active,img[src*="#spoiler"].solid:hover,img[src*="#spoiler"].solid:active,img[src*="#spoiler"][src*="#solid"]:hover,img[src*="#spoiler"][src*="#solid"]:active,video.spoiler.solid:hover,video.spoiler.solid:active,video.spoiler[src*="#solid"]:hover,video.spoiler[src*="#solid"]:active,video[src*="#spoiler"].solid:hover,video[src*="#spoiler"].solid:active,video[src*="#spoiler"][src*="#solid"]:hover,video[src*="#spoiler"][src*="#solid"]:active{filter:none}img{transition:var(--transition-longer)}img:not(.no-hover,.full-bleed,[src*="#no-hover"],[src*="#full-bleed"],.emoji){cursor:zoom-in}img:not(.no-hover,.full-bleed,[src*="#no-hover"],[src*="#full-bleed"],.emoji):hover{position:relative;transform:var(--hover);z-index:1;box-shadow:var(--edge-highlight),var(--shadow-raised);border-radius:var(--rounded-corner-small)}img:not(.no-hover,.full-bleed,[src*="#no-hover"],[src*="#full-bleed"],.emoji).start:hover,img:not(.no-hover,.full-bleed,[src*="#no-hover"],[src*="#full-bleed"],.emoji).end:hover,img:not(.no-hover,.full-bleed,[src*="#no-hover"],[src*="#full-bleed"],.emoji)[src*="#start"]:hover,img:not(.no-hover,.full-bleed,[src*="#no-hover"],[src*="#full-bleed"],.emoji)[src*="#end"]:hover{transform:scale(2)}@media only screen and (max-width: 720px){img:not(.no-hover,.full-bleed,[src*="#no-hover"],[src*="#full-bleed"],.emoji).start,img:not(.no-hover,.full-bleed,[src*="#no-hover"],[src*="#full-bleed"],.emoji).end,img:not(.no-hover,.full-bleed,[src*="#no-hover"],[src*="#full-bleed"],.emoji)[src*="#start"],img:not(.no-hover,.full-bleed,[src*="#no-hover"],[src*="#full-bleed"],.emoji)[src*="#end"]{transform-origin:center}img:not(.no-hover,.full-bleed,[src*="#no-hover"],[src*="#full-bleed"],.emoji).start:hover,img:not(.no-hover,.full-bleed,[src*="#no-hover"],[src*="#full-bleed"],.emoji).end:hover,img:not(.no-hover,.full-bleed,[src*="#no-hover"],[src*="#full-bleed"],.emoji)[src*="#start"]:hover,img:not(.no-hover,.full-bleed,[src*="#no-hover"],[src*="#full-bleed"],.emoji)[src*="#end"]:hover{transform:var(--hover)}}img:not(.no-hover,.full-bleed,[src*="#no-hover"],[src*="#full-bleed"],.emoji).transparent:hover,img:not(.no-hover,.full-bleed,[src*="#no-hover"],[src*="#full-bleed"],.emoji)[src*="#transparent"]:hover{box-shadow:none}a img:not(.no-hover,.full-bleed,[src*="#no-hover"],[src*="#full-bleed"]){cursor:pointer}video:fullscreen{box-shadow:none;border-radius:0}video:-webkit-full-screen{box-shadow:none;border-radius:0}#handle{position:fixed;z-index:999;transition:var(--transition);margin:0 auto;inset-block-start:0;inset-inline-end:0;inset-inline-start:0;width:min(var(--container-width),90%);height:4.25rem}#handle::before{position:absolute;transition:var(--transition);margin:0 auto;inset-block-start:.5rem;inset-inline-end:0;inset-inline-start:0;box-shadow:var(--edge-highlight);border-radius:999px;background-color:var(--accent-color);width:min(var(--container-width)/4,100%);height:.5rem;content:""}#handle:hover::before,#handle:has(+#site-nav:hover)::before,#handle:has(+#site-nav *:focus-visible,+#site-nav *:focus)::before{transform:translateY(-1rem) scale(.5);opacity:0}#handle:hover+#site-nav,#handle+#site-nav:hover,#handle+#site-nav:has(*:focus-visible,*:focus){transform:none;opacity:1;pointer-events:auto}#handle:hover+#site-nav::before,#handle+#site-nav:hover::before,#handle+#site-nav:has(*:focus-visible,*:focus)::before{-webkit-backdrop-filter:var(--blur);backdrop-filter:var(--blur)}#handle+#site-nav{position:fixed;transform:translateY(-1rem) scale(.5);transform-origin:top;opacity:0;transition:var(--transition);margin:0 auto;width:max-content;pointer-events:none}#handle+#site-nav::before{-webkit-backdrop-filter:saturate(1) blur(0);backdrop-filter:saturate(1) blur(0);transition:var(--transition)}#site-nav{position:sticky;grid-area:nav;z-index:999;margin:1rem auto 0;inset-block-start:1rem;inset-inline-end:0;inset-inline-start:0;border-radius:1.625rem;max-width:min(var(--container-width),90%)}@media only screen and (max-width: 480px){#site-nav{position:relative;margin:0 auto}}#site-nav::before{-webkit-backdrop-filter:var(--blur);position:absolute;z-index:-1;backdrop-filter:var(--blur);inset:0;box-shadow:var(--edge-highlight),var(--shadow-glass);border-radius:1.625rem;background-color:var(--glass-bg);content:""}#site-nav nav{padding:.5rem}#site-nav nav>a{-webkit-backdrop-filter:var(--blur);position:absolute;left:50%;transform:translateX(-50%);opacity:0;z-index:999;backdrop-filter:var(--blur);transition:var(--transition);inset-block-start:0;box-shadow:var(--edge-highlight),var(--shadow-glass);border-radius:999px;background-color:var(--glass-bg);padding:.625rem .75rem;pointer-events:none;line-height:1;text-decoration:none}#site-nav nav>a:focus{opacity:1;inset-block-start:calc(100% + .5rem)}#site-nav nav ul{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.25rem;margin:0;padding:0}#site-nav nav li{display:flex;margin:0;padding:0;list-style:none}@media only screen and (max-width: 480px){#site-nav nav li:not(:has(.circle)){flex:0 0 100%}}#site-nav nav a,#site-nav nav summary{flex:1;transition:var(--transition);box-shadow:none;border-radius:999px;background-color:rgba(0,0,0,0);padding:.625rem .75rem;font-weight:bold;line-height:1;list-style:none;text-align:center;text-decoration:none}#site-nav nav a.active{box-shadow:var(--edge-highlight);background-color:var(--accent-color-alpha);color:var(--accent-color)}#site-nav nav a.active:hover{background-color:var(--accent-color);color:var(--contrast-color)}#site-nav nav #home a{color:var(--fg-muted-5);font-weight:800}#site-nav nav #home a:hover{color:var(--fg-color)}#site-nav nav #home a.active{color:var(--accent-color)}#site-nav nav #home a.active:hover{color:var(--contrast-color)}#site-nav nav #home a .icon{-webkit-mask-image:var(--icon-home);vertical-align:-.125em;mask-image:var(--icon-home);transition:var(--transition);margin-inline-end:.25rem}#site-nav nav .divider{align-self:stretch;margin:0 .25rem;background-color:var(--fg-muted-2);width:max(1px,.0625em)}@media only screen and (max-width: 480px){#site-nav nav .divider{display:none}}#site-nav nav a,#site-nav nav #search button,#site-nav nav #language-switcher summary,#site-nav nav #theme-switcher summary,#site-nav nav #theme-switcher button,#site-nav nav summary{color:var(--fg-muted-4)}#site-nav nav a:hover,#site-nav nav #search button:hover,#site-nav nav #language-switcher summary:hover,#site-nav nav #theme-switcher summary:hover,#site-nav nav #theme-switcher button:hover,#site-nav nav summary:hover{box-shadow:var(--edge-highlight);background-color:var(--fg-muted-1);color:var(--fg-muted-5)}#site-nav nav a:active,#site-nav nav #search button:active,#site-nav nav #language-switcher summary:active,#site-nav nav #theme-switcher summary:active,#site-nav nav #theme-switcher button:active,#site-nav nav summary:active{transform:var(--active)}#site-nav nav .circle{padding:.625rem .625rem;line-height:0}#site-nav nav .circle::before{display:none}#site-nav nav .circle .icon{vertical-align:-.125em;transition:var(--transition)}#site-nav nav button{appearance:none;transition:var(--transition);cursor:pointer;border:none;border-radius:999px;background-color:rgba(0,0,0,0);font-size:var(--font-size-medium)}#site-nav nav details{display:flex;position:relative;flex:1;box-shadow:none;border-radius:0;background-color:rgba(0,0,0,0);padding:0}#site-nav nav details[open] ul{animation:dropdown-open var(--transition)}@keyframes dropdown-open{from{transform:scale(.5) translate(-50%, -1rem);opacity:0}}#site-nav nav details ul{-webkit-backdrop-filter:var(--blur);position:absolute;left:50%;flex-direction:column;transform:translateX(-50%);transform-origin:top left;z-index:1;backdrop-filter:var(--blur);inset-block-start:3.25rem;box-shadow:var(--edge-highlight),var(--shadow-glass);border-radius:calc(var(--rounded-corner) + .25rem);background-color:var(--glass-bg);padding:.25rem}#site-nav nav details ul li{width:100%;white-space:nowrap}#site-nav nav details ul li a{border-radius:var(--rounded-corner);text-align:start}@media only screen and (max-width: 480px){#site-nav nav details:has(summary:not(.circle)) ul{inset-block-start:2.75rem}}#site-nav nav #search .icon{-webkit-mask-image:var(--icon-search);mask-image:var(--icon-search)}:root[dir*=rtl] #site-nav nav #search .icon{transform:scaleX(-1)}#site-nav nav #feed .icon{-webkit-mask-image:var(--icon-feed);mask-image:var(--icon-feed)}:root[dir*=rtl] #site-nav nav #feed .icon{transform:scaleX(-1)}#site-nav nav #repo .icon{-webkit-mask-image:var(--icon-git);mask-image:var(--icon-git)}#site-nav nav #language-switcher .icon{-webkit-mask-image:var(--icon-languages);mask-image:var(--icon-languages)}#site-nav nav #theme-switcher ul{flex-direction:row;flex-wrap:nowrap;border-radius:999px}#site-nav nav #theme-switcher .active{box-shadow:var(--edge-highlight);background-color:var(--accent-color-alpha);color:var(--accent-color)}#site-nav nav #theme-switcher .active:hover{background-color:var(--accent-color);color:var(--contrast-color)}#site-nav nav #theme-switcher #theme-system .icon,#site-nav nav #theme-switcher .icon{-webkit-mask-image:var(--icon-theme-system);mask-image:var(--icon-theme-system)}:root[dir*=rtl] #site-nav nav #theme-switcher #theme-system .icon,:root[dir*=rtl] #site-nav nav #theme-switcher .icon{transform:scaleX(-1)}#site-nav nav #theme-switcher #theme-light .icon,#site-nav nav #theme-switcher .icon.light{-webkit-mask-image:var(--icon-theme-light);mask-image:var(--icon-theme-light)}#site-nav nav #theme-switcher #theme-dark .icon,#site-nav nav #theme-switcher .icon.dark{-webkit-mask-image:var(--icon-theme-dark);mask-image:var(--icon-theme-dark)}:root[dir*=rtl] #site-nav nav #theme-switcher #theme-dark .icon,:root[dir*=rtl] #site-nav nav #theme-switcher .icon.dark{transform:scaleX(-1)}#site-nav #search-container{transform:scale(.5) translateY(-2.75rem);opacity:0;transition:var(--transition);padding:0 .5rem 0;height:0;pointer-events:none}#site-nav #search-container.active{transform:none;opacity:1;padding:0 .5rem .5rem;height:2.75rem;pointer-events:all}#site-nav #search-bar{box-shadow:var(--edge-highlight);border:none;border-radius:999px;background:var(--fg-muted-1);padding:0 .75rem;width:100%;height:2.25rem;color:inherit;font-size:var(--font-size-medium)}#site-nav #search-bar::placeholder{opacity:1;color:var(--fg-muted-4)}#site-nav #search-results-container{-webkit-backdrop-filter:var(--blur);display:flex;position:absolute;backdrop-filter:var(--blur);inset-block-start:calc(100% + .5rem);inset-inline-start:0;box-shadow:var(--edge-highlight),var(--shadow-glass);border-radius:calc(var(--rounded-corner) + .5rem);background-color:var(--glass-bg);width:100%;max-height:50vh}#site-nav #search-results{--mask: linear-gradient(to bottom, transparent, black 1rem, black calc(100% - 1rem), transparent);-webkit-mask-image:var(--mask);display:none;flex:1;flex-direction:column;gap:.5rem;mask-image:var(--mask);padding:.5rem;overflow:auto}#site-nav #search-results .item{display:inline-flex;flex-direction:column;box-shadow:var(--edge-highlight);border-radius:var(--rounded-corner);background-color:var(--fg-muted-1);padding:.5rem}#site-nav #search-results .item a{width:fit-content}#site-nav #search-results .item a::after{content:" →"}:root[dir*=rtl] #site-nav #search-results .item a::after{content:" ←"}#site-nav #search-results .item span{color:var(--fg-muted-5)}#site-nav #search-results .item span:first-of-type,#site-nav #search-results .item span.more-matches{margin-block-start:.5rem;border-block-start:max(1px,.0625rem) solid var(--fg-muted-2);padding-block-start:.25rem}#site-nav #search-results .item span.more-matches{font-size:var(--font-size-small)}#site-nav #search-results .item span strong{color:var(--fg-color)}#not-found{width:min(var(--container-width)/5,100%)}#post-nav{display:flex;flex-direction:row;gap:.25rem}@media only screen and (max-width: 720px){#post-nav{flex-direction:column}}#post-nav .post-nav-item{flex:1;transition:var(--transition);border-radius:var(--rounded-corner);padding:1rem;padding-block-end:.75rem;min-width:0;text-decoration:none}#post-nav .post-nav-item:hover{box-shadow:var(--edge-highlight);background-color:var(--accent-color-alpha)}#post-nav .post-nav-item:hover .post-title{color:var(--accent-color)}#post-nav .post-nav-item:active{transform:var(--active)}#post-nav .post-nav-item.post-nav-prev .nav-arrow::before{content:"← "}:root[dir*=rtl] #post-nav .post-nav-item.post-nav-prev .nav-arrow::before{content:"→ "}#post-nav .post-nav-item.post-nav-next{text-align:end}#post-nav .post-nav-item.post-nav-next .nav-arrow::after{content:" →"}:root[dir*=rtl] #post-nav .post-nav-item.post-nav-next .nav-arrow::after{content:" ←"}#post-nav .post-nav-item .nav-arrow{margin-block-end:.75rem;color:var(--fg-muted-5);font-weight:normal;line-height:1}#post-nav .post-nav-item .post-title{display:block;transition:var(--transition);max-width:90vw;overflow:hidden;color:var(--fg-color);text-overflow:ellipsis;white-space:nowrap}.pre-container{margin:1rem 0 1rem;box-shadow:var(--edge-highlight),var(--shadow);border-radius:var(--rounded-corner)}.pre-container .header{--shimmer: rgb( from var(--accent-color) r g b / calc(var(--color-opacity) * 2) );display:flex;justify-content:space-between;align-items:center;border-radius:var(--rounded-corner) var(--rounded-corner) 0 0;background-image:linear-gradient(to right, var(--fg-muted-1) 50%, var(--shimmer) 75%, var(--fg-muted-1) 100%);background-size:200%;padding:.25rem;height:2.5rem}.pre-container .header span{margin-inline-start:.75rem;color:var(--fg-muted-5);font-weight:bold;line-height:1}.pre-container .header button{appearance:none;transition:var(--transition);cursor:pointer;border:none;border-radius:var(--rounded-corner-small);background-color:rgba(0,0,0,0);padding:.5rem;color:var(--fg-muted-4);line-height:0}.pre-container .header button:hover{box-shadow:var(--edge-highlight);background-color:var(--fg-muted-1);color:var(--fg-muted-5)}.pre-container .header button:active{transform:var(--active)}.pre-container .header button:disabled{cursor:not-allowed}.pre-container .header button:disabled:active{transform:none}.pre-container .header button .icon{-webkit-mask-image:var(--icon-copy);mask-image:var(--icon-copy);transition:var(--transition)}:root[dir*=rtl] .pre-container .header button .icon{transform:scaleX(-1)}.pre-container .header.active{animation:active-shimmer var(--transition-long)}.pre-container .header.active button{box-shadow:var(--edge-highlight);background-color:var(--accent-color-alpha);color:var(--accent-color)}.pre-container .header.active button .icon{-webkit-mask-image:var(--icon-done);mask-image:var(--icon-done)}@keyframes active-shimmer{to{background-position-x:-200%}}.pre-container pre{margin:0;box-shadow:none;border-radius:0 0 var(--rounded-corner) var(--rounded-corner)}.sparkline{display:flex;flex-direction:row;align-items:flex-end;float:inline-end;gap:.25rem;margin:1rem 0;width:6rem;height:2rem}.sparkline div{flex:1;transform-origin:bottom;transition:var(--transition);background-image:linear-gradient(to top, var(--accent-color) var(--bar-height), rgba(0,0,0,0) var(--bar-height));height:100%}.sparkline div:hover{height:200%}span.spoiler{filter:blur(.25rem);transition:var(--transition)}span.spoiler:hover,span.spoiler:active{filter:none}span.spoiler.solid{filter:none;border-radius:var(--rounded-corner-small);background-color:var(--fg-muted-4);color:rgba(0,0,0,0)}span.spoiler.solid:hover,span.spoiler.solid:active{background-color:rgba(0,0,0,0);color:inherit}.statement-container{margin:1rem 0;box-shadow:var(--edge-highlight);border-radius:var(--rounded-corner);padding:1rem}.statement-container :last-child{margin-block-end:0}.statement-container>:nth-child(2){margin-block-start:.5rem}.statement-container li::marker{color:inherit}.statement-container a{color:inherit}.statement-container .title{color:inherit}.statement-container .title .icon{margin-inline-end:.375rem}.statement-container.archive{background-color:var(--purple-bg);color:var(--purple-fg)}.statement-container.archive .icon{-webkit-mask-image:var(--icon-archive);mask-image:var(--icon-archive)}.statement-container.disclaimer{background-color:var(--red-bg);color:var(--red-fg)}.statement-container.disclaimer .icon{-webkit-mask-image:var(--icon-warning);mask-image:var(--icon-warning)}.statement-container.trigger{background-color:var(--yellow-bg);color:var(--yellow-fg)}.statement-container.trigger .icon{-webkit-mask-image:var(--icon-warning);mask-image:var(--icon-warning)}table{box-shadow:var(--edge-highlight);border-radius:var(--rounded-corner);border-collapse:collapse;background-color:var(--fg-muted-1);width:100%;overflow:hidden}table tr:nth-child(even){background-color:var(--fg-muted-1)}table tr th,table tr td{padding:.5rem 1rem}table tr th{background-color:var(--fg-muted-2);font-weight:bold}.tags{display:flex;flex-wrap:wrap;gap:.25rem;margin:0;margin-block-start:2rem;padding:0;list-style:none}.tags li{display:flex;transition:var(--transition);margin:0;padding:0}.tags li:active{transform:var(--active)}.tags a{transition:var(--transition);box-shadow:var(--edge-highlight);border-radius:999px;background-color:var(--fg-muted-1);padding:.375rem .75rem;color:var(--fg-muted-5);font-size:var(--font-size-small);line-height:1;text-decoration:none;white-space:nowrap}.tags a:hover{background-color:var(--accent-color-alpha);color:var(--accent-color);text-decoration:none}.tags a:hover .count{background-color:var(--accent-color-alpha);color:var(--accent-color)}.tags a:has(.tag){padding:0}.tags a .tag{display:inline-block;padding-inline-start:.75rem;padding-inline-end:.5rem;padding-block-start:.375rem;padding-block-end:.375rem}.tags a .count{display:inline-block;transition:var(--transition);border-start-end-radius:999px;border-end-end-radius:999px;background-color:var(--fg-muted-1);padding-inline-start:.5rem;padding-inline-end:.625rem;padding-block-start:.375rem;padding-block-end:.375rem;font-variant-numeric:tabular-nums}strong.title{color:var(--accent-color);font-size:var(--font-size-x-large);line-height:1}h1,h2,h3,h4,h5,h6{text-wrap:balance;margin:2rem 0 1rem;font-weight:lighter;line-height:normal;font-family:var(--font-antique);letter-spacing:-.05em}h1{font-size:var(--font-size-xxx-large)}h2{font-size:var(--font-size-xx-large)}h3{font-size:var(--font-size-x-large)}h4{font-size:var(--font-size-large)}h5{font-size:var(--font-size-medium)}h6{font-size:var(--font-size-small)}small{color:var(--fg-muted-5);font-size:var(--font-size-small-em)}abbr[title]{cursor:help;text-decoration:underline;text-decoration-style:dotted;text-decoration-thickness:max(1px,.0625em)}figcaption{color:var(--fg-muted-4);font-size:var(--font-size-small-em);text-align:center}blockquote{margin:0;border-radius:.25rem;border-inline-start:.25rem solid var(--accent-color);padding-inline-start:.75rem;color:var(--fg-muted-5)}mark,del,ins,samp,q{box-shadow:var(--edge-highlight);border-radius:var(--rounded-corner-small);padding:.125rem .375rem}mark{background-color:var(--accent-color-alpha);color:var(--accent-color)}del{background-color:var(--red-bg);color:var(--red-fg);text-decoration:line-through;text-decoration-thickness:max(1px,.0625em)}ins{background-color:var(--green-bg);color:var(--green-fg);text-decoration:underline;text-decoration-thickness:max(1px,.0625em)}samp{background-color:var(--fg-muted-1);color:var(--fg-muted-5);font-size:var(--font-size-small-em)}q{background-color:var(--fg-muted-1);color:var(--fg-muted-5);font-style:italic}u{text-decoration:underline;text-decoration-style:wavy;text-decoration-color:var(--red-fg);text-decoration-thickness:max(1px,.0625em)}progress{appearance:none;box-shadow:var(--edge-highlight);border:none;border-radius:999px;background-color:var(--fg-muted-1);width:100%;height:.5rem;color:var(--accent-color)}progress:indeterminate{background-color:var(--fg-muted-1)}progress:indeterminate::-moz-progress-bar{background-color:rgba(0,0,0,0)}progress::-webkit-progress-bar{background-color:rgba(0,0,0,0)}progress::-moz-progress-bar{border-radius:999px;background-color:var(--accent-color)}progress::-webkit-progress-value{border-radius:999px;background-color:var(--accent-color)}kbd{display:inline-block;transition:var(--transition);cursor:pointer;box-shadow:var(--edge-highlight),inset 0 -.125rem 0 var(--fg-muted-2);border-radius:var(--rounded-corner-small);background-color:var(--fg-muted-1);padding:.125rem .375rem;font-size:var(--font-size-small-em)}kbd:active{transform:translateY(.125rem);box-shadow:inset 0 .0625rem 0 var(--fg-muted-2);background-color:var(--fg-muted-2)}a{color:var(--accent-color);font-weight:bold;text-decoration-thickness:max(1px,.0625em)}a:hover{text-decoration-style:wavy}hr{margin:2rem auto;border:none;border-block-start:.1875rem double var(--fg-muted-2);overflow:visible;text-align:center}hr::after{position:relative;inset-block-start:-1.25rem;content:"❦";color:var(--fg-muted-4);font-size:var(--font-size-x-large)}dt{font-weight:bold}dd{margin-inline-start:1.5rem;margin-block-end:1rem}aside{float:right;margin-inline-start:1rem;box-shadow:var(--edge-highlight);border-radius:var(--rounded-corner);background-color:var(--accent-color-alpha);padding:1rem;width:30%}:root[dir*=rtl] aside{float:left}@media only screen and (max-width: 720px){aside{float:none;margin-inline-start:0;width:100%}}aside :first-child{margin-block-start:0}aside :last-child{margin-block-end:0}details summary{cursor:pointer;box-shadow:var(--edge-highlight);border-radius:var(--rounded-corner);background-color:var(--fg-muted-1);padding:1rem;color:var(--fg-muted-5);font-weight:bold;line-height:1;list-style:none}details summary::marker,details summary::-webkit-details-marker{display:none}details summary::before{-webkit-mask-image:var(--icon-down);display:inline-block;vertical-align:-.125em;mask-image:var(--icon-down);transition:var(--transition);margin-inline-end:.25rem;background-color:currentColor;width:1rem;height:1rem;content:""}details :last-child{margin-block-end:0}details[open]{box-shadow:var(--edge-highlight);border-radius:var(--rounded-corner);background-color:var(--fg-muted-1);padding:1rem}details[open] summary{box-shadow:none;border-radius:0;background-color:rgba(0,0,0,0);padding:0}details[open] summary::before{transform:scaleY(-1)}details[open] summary~*{animation:details-open var(--transition)}@keyframes details-open{from{transform:translateY(-1rem);opacity:0}}figure{margin-inline:0}ol,ul{padding-inline-start:1.5rem}li{margin:.125rem 0;padding-inline-start:.25rem}li::marker{color:var(--accent-color);font-weight:bold}.visually-hidden{clip:rect(0 0 0 0);position:absolute !important;clip-path:inset(100%);width:1px !important;height:1px !important;overflow:hidden;white-space:nowrap}h1:hover .zola-anchor,h2:hover .zola-anchor,h3:hover .zola-anchor,h4:hover .zola-anchor,h5:hover .zola-anchor,h6:hover .zola-anchor{transform:translateY(-.125em);opacity:1}:root[dir*=rtl] h1:hover .zola-anchor,:root[dir*=rtl] h2:hover .zola-anchor,:root[dir*=rtl] h3:hover .zola-anchor,:root[dir*=rtl] h4:hover .zola-anchor,:root[dir*=rtl] h5:hover .zola-anchor,:root[dir*=rtl] h6:hover .zola-anchor{transform:translateY(-.125em)}.zola-anchor{position:absolute;transform:translateX(.5rem) translateY(-.125em);opacity:0;transition:var(--transition);margin-inline-start:calc(-1em - .5rem);color:var(--fg-muted-4);line-height:1}@media only screen and (max-width: 832px){.zola-anchor{display:none}}:root[dir*=rtl] .zola-anchor{transform:translateX(-.5rem) translateY(-.125em)}.zola-anchor:hover{color:var(--accent-color)}.zola-anchor:active{transform:var(--active)}.zola-anchor:focus-visible{opacity:1}.zola-anchor .icon{-webkit-mask-image:var(--icon-link);mask-image:var(--icon-link);mask-size:cover;transition:var(--transition);width:1em;height:1em}:root[dir*=rtl] .zola-anchor .icon{transform:scaleX(-1)}:target .zola-anchor{color:var(--accent-color-alpha)} \ No newline at end of file diff --git a/public/syntax-theme-dark.css b/public/syntax-theme-dark.css deleted file mode 100644 index a18f9ba7..00000000 --- a/public/syntax-theme-dark.css +++ /dev/null @@ -1,283 +0,0 @@ -/* - * theme "Solarized (dark)" generated by syntect - */ - -.z-code { - color: #839496; - background-color: #002b36; -} - -.z-comment, .z-meta.z-documentation { - color: #586e75; -} -.z-string { - color: #2aa198; -} -.z-string.z-regexp { - color: #2aa198; -} -.z-constant.z-character.z-escape { - color: #dc322f; -} -.z-constant.z-numeric { - color: #6c71c4; -} -.z-variable { - color: #268bd2; -} -.z-variable.z-function { - color: #b58900; -} -.z-variable.z-language { - color: #d33682; -} -.z-keyword { - color: #859900; -} -.z-meta.z-import .z-keyword, .z-keyword.z-control.z-import, .z-keyword.z-control.z-import.z-from, .z-keyword.z-other.z-import, .z-keyword.z-control.z-at-rule.z-include, .z-keyword.z-control.z-at-rule.z-import { - color: #cb4b16; -} -.z-keyword.z-operator.z-comparison, .z-keyword.z-operator.z-assignment, .z-keyword.z-operator.z-arithmetic { - color: #657b83; -} -.z-storage { - color: #859900; -} -.z-storage.z-modifier { - color: #93a1a1; -} -.z-keyword.z-control.z-class, .z-entity.z-name, .z-entity.z-name.z-class, .z-entity.z-name.z-type.z-class { - color: #b58900; -} -.z-entity.z-other.z-inherited-class { - color: #268bd2; -} -.z-entity.z-other.z-attribute-name { - color: #b58900; -} -.z-support, .z-support.z-type, .z-support.z-class { - color: #859900; -} -.z-entity.z-name.z-function { - color: #b58900; -} -.z-punctuation.z-definition.z-variable { - color: #859900; -} -.z-constant, .z-constant.z-language, .z-meta.z-preprocessor { - color: #b58900; -} -.z-entity.z-name.z-section { - color: #cb4b16; -} -.z-support.z-function.z-construct, .z-keyword.z-other.z-new { - color: #dc322f; -} -.z-constant.z-character, .z-constant.z-other { - color: #cb4b16; -} -.z-entity.z-name.z-tag { - color: #268bd2; -} -.z-punctuation.z-definition.z-tag.z-html, .z-punctuation.z-definition.z-tag.z-begin, .z-punctuation.z-definition.z-tag.z-end { - color: #586e75; -} -.z-support.z-function { - color: #859900; -} -.z-punctuation.z-separator.z-continuation { - color: #dc322f; -} -.z-storage.z-type { - color: #268bd2; -} -.z-support.z-type.z-exception { - color: #cb4b16; -} -.z-keyword.z-other.z-special-method { - color: #cb4b16; -} -.z-invalid { - background-color: #6e2e32; -} -.z-string.z-quoted.z-double, .z-string.z-quoted.z-single { - color: #2aa198; -} -.z-punctuation.z-definition.z-string { - color: #839496; -} -.z-meta.z-brace.z-square, .z-punctuation.z-section.z-brackets { - color: #268bd2; -} -.z-meta.z-brace.z-round, .z-meta.z-brace.z-curly, .z-punctuation.z-section, .z-punctuation.z-section.z-block, .z-punctuation.z-definition.z-parameters, .z-punctuation.z-section.z-group { - color: #657b83; -} -.z-support.z-constant.z-color, .z-invalid.z-deprecated.z-color.z-w3c-non-standard-color-name.z-scss { - color: #b58900; -} -.z-meta.z-selector.z-css { - color: #657b83; -} -.z-entity.z-name.z-tag.z-css, .z-entity.z-name.z-tag.z-scss, .z-source.z-less .z-keyword.z-control.z-html.z-elements, .z-source.z-sass .z-keyword.z-control.z-untitled { - color: #b58900; -} -.z-entity.z-other.z-attribute-name.z-class { - color: #b58900; -} -.z-entity.z-other.z-attribute-name.z-id { - color: #b58900; -} -.z-entity.z-other.z-attribute-name.z-pseudo-element, .z-entity.z-other.z-attribute-name.z-tag.z-pseudo-element, .z-entity.z-other.z-attribute-name.z-pseudo-class, .z-entity.z-other.z-attribute-name.z-tag.z-pseudo-class { - color: #268bd2; -} -.z-text.z-html.z-basic .z-meta.z-tag.z-other.z-html, .z-text.z-html.z-basic .z-meta.z-tag.z-any.z-html, .z-text.z-html.z-basic .z-meta.z-tag.z-block.z-any, .z-text.z-html.z-basic .z-meta.z-tag.z-inline.z-any, .z-text.z-html.z-basic .z-meta.z-tag.z-structure.z-any.z-html, .z-text.z-html.z-basic .z-source.z-js.z-embedded.z-html, .z-punctuation.z-separator.z-key-value.z-html { - color: #657b83; -} -.z-text.z-html.z-basic .z-entity.z-other.z-attribute-name.z-html, .z-meta.z-tag.z-xml .z-entity.z-other.z-attribute-name { - color: #b58900; -} -.z-keyword.z-other.z-special-method.z-ruby { - color: #859900; -} -.z-variable.z-other.z-constant.z-ruby { - color: #b58900; -} -.z-constant.z-other.z-symbol.z-ruby { - color: #2aa198; -} -.z-keyword.z-other.z-special-method.z-ruby { - color: #cb4b16; -} -.z-meta.z-array .z-support.z-function.z-construct.z-php { - color: #b58900; -} -.z-entity.z-name.z-function.z-preprocessor.z-c, .z-meta.z-preprocessor.z-c.z-include, .z-meta.z-preprocessor.z-macro.z-c { - color: #cb4b16; -} -.z-meta.z-preprocessor.z-c.z-include .z-string.z-quoted.z-other.z-lt-gt.z-include.z-c, .z-meta.z-preprocessor.z-c.z-include .z-punctuation.z-definition.z-string.z-begin.z-c, .z-meta.z-preprocessor.z-c.z-include .z-punctuation.z-definition.z-string.z-end.z-c { - color: #2aa198; -} -.z-other.z-package.z-exclude, .z-other.z-remove { - color: #dc322f; -} -.z-other.z-add { - color: #2aa198; -} -.z-punctuation.z-section.z-group.z-tex, .z-punctuation.z-definition.z-arguments.z-begin.z-latex, .z-punctuation.z-definition.z-arguments.z-end.z-latex, .z-punctuation.z-definition.z-arguments.z-latex { - color: #dc322f; -} -.z-meta.z-group.z-braces.z-tex { - color: #b58900; -} -.z-string.z-other.z-math.z-tex { - color: #b58900; -} -.z-variable.z-parameter.z-function.z-latex { - color: #cb4b16; -} -.z-punctuation.z-definition.z-constant.z-math.z-tex { - color: #dc322f; -} -.z-text.z-tex.z-latex .z-constant.z-other.z-math.z-tex, .z-constant.z-other.z-general.z-math.z-tex, .z-constant.z-other.z-general.z-math.z-tex, .z-constant.z-character.z-math.z-tex { - color: #2aa198; -} -.z-string.z-other.z-math.z-tex { - color: #b58900; -} -.z-punctuation.z-definition.z-string.z-begin.z-tex, .z-punctuation.z-definition.z-string.z-end.z-tex { - color: #dc322f; -} -.z-keyword.z-control.z-label.z-latex, .z-text.z-tex.z-latex .z-constant.z-other.z-general.z-math.z-tex { - color: #2aa198; -} -.z-variable.z-parameter.z-definition.z-label.z-latex { - color: #dc322f; -} -.z-support.z-function.z-be.z-latex { - color: #859900; -} -.z-support.z-function.z-section.z-latex { - color: #cb4b16; -} -.z-support.z-function.z-general.z-tex { - color: #2aa198; -} -.z-keyword.z-control.z-ref.z-latex { - color: #2aa198; -} -.z-storage.z-type.z-class.z-python, .z-storage.z-type.z-function.z-python, .z-storage.z-modifier.z-global.z-python { - color: #859900; -} -.z-support.z-type.z-exception.z-python { - color: #b58900; -} -.z-meta.z-scope.z-for-in-loop.z-shell, .z-variable.z-other.z-loop.z-shell { - color: #93a1a1; -} -.z-meta.z-scope.z-case-block.z-shell, .z-meta.z-scope.z-case-body.z-shell { - color: #93a1a1; -} -.z-punctuation.z-definition.z-logical-expression.z-shell { - color: #dc322f; -} -.z-storage.z-modifier.z-c++ { - color: #859900; -} -.z-support.z-function.z-perl { - color: #268bd2; -} -.z-meta.z-diff, .z-meta.z-diff.z-header { - color: #586e75; -} -.z-meta.z-diff.z-range { - color: #268bd2; -} -.z-markup.z-deleted { - color: #dc322f; -} -.z-markup.z-changed { - color: #b58900; -} -.z-markup.z-inserted { - color: #859900; -} -.z-markup.z-warning { - color: #b58900; -} -.z-markup.z-error { - color: #dc322f; -} -.z-markup.z-heading, .z-punctuation.z-definition.z-heading.z-markdown { - color: #b58900; -font-weight: bold; -} -.z-markup.z-quote { - color: #859900; -} -.z-markup.z-italic { -font-style: italic; -} -.z-markup.z-bold { -font-weight: bold; -} -.z-markup.z-underline.z-link.z-markdown, .z-meta.z-link.z-reference .z-constant.z-other.z-reference.z-link.z-markdown { - color: #2aa198; -} -.z-constant.z-other.z-reference.z-link.z-markdown { - color: #6c71c4; -} -.z-meta.z-paragraph.z-markdown .z-meta.z-dummy.z-line-break { - background-color: #586e75; -} -.z-brackethighlighter.z-all { - color: #586e75; -} -.z-entity.z-name.z-filename.z-find-in-files { - color: #2aa198; -} -.z-constant.z-numeric.z-line-number.z-find-in-files { - color: #586e75; -} -.z-variable.z-other.z-readwrite.z-js, .z-variable.z-other.z-object.z-js, .z-variable.z-other.z-constant.z-js { - color: #839496; -} diff --git a/public/syntax-theme-light.css b/public/syntax-theme-light.css deleted file mode 100644 index 40ea69e2..00000000 --- a/public/syntax-theme-light.css +++ /dev/null @@ -1,283 +0,0 @@ -/* - * theme "Solarized (light)" generated by syntect - */ - -.z-code { - color: #657b83; - background-color: #fdf6e3; -} - -.z-comment, .z-meta.z-documentation { - color: #93a1a1; -} -.z-string { - color: #2aa198; -} -.z-string.z-regexp { - color: #2aa198; -} -.z-constant.z-character.z-escape { - color: #dc322f; -} -.z-constant.z-numeric { - color: #6c71c4; -} -.z-variable { - color: #268bd2; -} -.z-variable.z-function { - color: #b58900; -} -.z-variable.z-language { - color: #d33682; -} -.z-keyword { - color: #859900; -} -.z-meta.z-import .z-keyword, .z-keyword.z-control.z-import, .z-keyword.z-control.z-import.z-from, .z-keyword.z-other.z-import, .z-keyword.z-control.z-at-rule.z-include, .z-keyword.z-control.z-at-rule.z-import { - color: #cb4b16; -} -.z-keyword.z-operator.z-comparison, .z-keyword.z-operator.z-assignment, .z-keyword.z-operator.z-arithmetic { - color: #657b83; -} -.z-storage { - color: #859900; -} -.z-storage.z-modifier { - color: #586e75; -} -.z-keyword.z-control.z-class, .z-entity.z-name, .z-entity.z-name.z-class, .z-entity.z-name.z-type.z-class { - color: #b58900; -} -.z-entity.z-other.z-inherited-class { - color: #268bd2; -} -.z-entity.z-other.z-attribute-name { - color: #b58900; -} -.z-support, .z-support.z-type, .z-support.z-class { - color: #859900; -} -.z-entity.z-name.z-function { - color: #b58900; -} -.z-punctuation.z-definition.z-variable { - color: #859900; -} -.z-constant, .z-constant.z-language, .z-meta.z-preprocessor { - color: #b58900; -} -.z-entity.z-name.z-section { - color: #cb4b16; -} -.z-support.z-function.z-construct, .z-keyword.z-other.z-new { - color: #dc322f; -} -.z-constant.z-character, .z-constant.z-other { - color: #cb4b16; -} -.z-entity.z-name.z-tag { - color: #268bd2; -} -.z-punctuation.z-definition.z-tag.z-html, .z-punctuation.z-definition.z-tag.z-begin, .z-punctuation.z-definition.z-tag.z-end { - color: #93a1a1; -} -.z-support.z-function { - color: #859900; -} -.z-punctuation.z-separator.z-continuation { - color: #dc322f; -} -.z-storage.z-type { - color: #268bd2; -} -.z-support.z-type.z-exception { - color: #cb4b16; -} -.z-keyword.z-other.z-special-method { - color: #cb4b16; -} -.z-invalid { - background-color: #ec9489; -} -.z-string.z-quoted.z-double, .z-string.z-quoted.z-single { - color: #2aa198; -} -.z-punctuation.z-definition.z-string { - color: #839496; -} -.z-meta.z-brace.z-square, .z-punctuation.z-section.z-brackets { - color: #268bd2; -} -.z-meta.z-brace.z-round, .z-meta.z-brace.z-curly, .z-punctuation.z-section, .z-punctuation.z-section.z-block, .z-punctuation.z-definition.z-parameters, .z-punctuation.z-section.z-group { - color: #657b83; -} -.z-support.z-constant.z-color, .z-invalid.z-deprecated.z-color.z-w3c-non-standard-color-name.z-scss { - color: #b58900; -} -.z-meta.z-selector.z-css { - color: #657b83; -} -.z-entity.z-name.z-tag.z-css, .z-entity.z-name.z-tag.z-scss, .z-source.z-less .z-keyword.z-control.z-html.z-elements, .z-source.z-sass .z-keyword.z-control.z-untitled { - color: #b58900; -} -.z-entity.z-other.z-attribute-name.z-class { - color: #b58900; -} -.z-entity.z-other.z-attribute-name.z-id { - color: #b58900; -} -.z-entity.z-other.z-attribute-name.z-pseudo-element, .z-entity.z-other.z-attribute-name.z-tag.z-pseudo-element, .z-entity.z-other.z-attribute-name.z-pseudo-class, .z-entity.z-other.z-attribute-name.z-tag.z-pseudo-class { - color: #268bd2; -} -.z-text.z-html.z-basic .z-meta.z-tag.z-other.z-html, .z-text.z-html.z-basic .z-meta.z-tag.z-any.z-html, .z-text.z-html.z-basic .z-meta.z-tag.z-block.z-any, .z-text.z-html.z-basic .z-meta.z-tag.z-inline.z-any, .z-text.z-html.z-basic .z-meta.z-tag.z-structure.z-any.z-html, .z-text.z-html.z-basic .z-source.z-js.z-embedded.z-html, .z-punctuation.z-separator.z-key-value.z-html { - color: #657b83; -} -.z-text.z-html.z-basic .z-entity.z-other.z-attribute-name.z-html, .z-meta.z-tag.z-xml .z-entity.z-other.z-attribute-name { - color: #b58900; -} -.z-keyword.z-other.z-special-method.z-ruby { - color: #859900; -} -.z-variable.z-other.z-constant.z-ruby { - color: #b58900; -} -.z-constant.z-other.z-symbol.z-ruby { - color: #2aa198; -} -.z-keyword.z-other.z-special-method.z-ruby { - color: #cb4b16; -} -.z-meta.z-array .z-support.z-function.z-construct.z-php { - color: #b58900; -} -.z-entity.z-name.z-function.z-preprocessor.z-c, .z-meta.z-preprocessor.z-c.z-include, .z-meta.z-preprocessor.z-macro.z-c { - color: #cb4b16; -} -.z-meta.z-preprocessor.z-c.z-include .z-string.z-quoted.z-other.z-lt-gt.z-include.z-c, .z-meta.z-preprocessor.z-c.z-include .z-punctuation.z-definition.z-string.z-begin.z-c, .z-meta.z-preprocessor.z-c.z-include .z-punctuation.z-definition.z-string.z-end.z-c { - color: #2aa198; -} -.z-other.z-package.z-exclude, .z-other.z-remove { - color: #dc322f; -} -.z-other.z-add { - color: #2aa198; -} -.z-punctuation.z-section.z-group.z-tex, .z-punctuation.z-definition.z-arguments.z-begin.z-latex, .z-punctuation.z-definition.z-arguments.z-end.z-latex, .z-punctuation.z-definition.z-arguments.z-latex { - color: #dc322f; -} -.z-meta.z-group.z-braces.z-tex { - color: #b58900; -} -.z-string.z-other.z-math.z-tex { - color: #b58900; -} -.z-variable.z-parameter.z-function.z-latex { - color: #cb4b16; -} -.z-punctuation.z-definition.z-constant.z-math.z-tex { - color: #dc322f; -} -.z-text.z-tex.z-latex .z-constant.z-other.z-math.z-tex, .z-constant.z-other.z-general.z-math.z-tex, .z-constant.z-other.z-general.z-math.z-tex, .z-constant.z-character.z-math.z-tex { - color: #2aa198; -} -.z-string.z-other.z-math.z-tex { - color: #b58900; -} -.z-punctuation.z-definition.z-string.z-begin.z-tex, .z-punctuation.z-definition.z-string.z-end.z-tex { - color: #dc322f; -} -.z-keyword.z-control.z-label.z-latex, .z-text.z-tex.z-latex .z-constant.z-other.z-general.z-math.z-tex { - color: #2aa198; -} -.z-variable.z-parameter.z-definition.z-label.z-latex { - color: #dc322f; -} -.z-support.z-function.z-be.z-latex { - color: #859900; -} -.z-support.z-function.z-section.z-latex { - color: #cb4b16; -} -.z-support.z-function.z-general.z-tex { - color: #2aa198; -} -.z-keyword.z-control.z-ref.z-latex { - color: #2aa198; -} -.z-storage.z-type.z-class.z-python, .z-storage.z-type.z-function.z-python, .z-storage.z-modifier.z-global.z-python { - color: #859900; -} -.z-support.z-type.z-exception.z-python { - color: #b58900; -} -.z-meta.z-scope.z-for-in-loop.z-shell, .z-variable.z-other.z-loop.z-shell { - color: #586e75; -} -.z-meta.z-scope.z-case-block.z-shell, .z-meta.z-scope.z-case-body.z-shell { - color: #586e75; -} -.z-punctuation.z-definition.z-logical-expression.z-shell { - color: #dc322f; -} -.z-storage.z-modifier.z-c++ { - color: #859900; -} -.z-support.z-function.z-perl { - color: #268bd2; -} -.z-meta.z-diff, .z-meta.z-diff.z-header { - color: #93a1a1; -} -.z-meta.z-diff.z-range { - color: #268bd2; -} -.z-markup.z-deleted { - color: #dc322f; -} -.z-markup.z-changed { - color: #b58900; -} -.z-markup.z-inserted { - color: #859900; -} -.z-markup.z-warning { - color: #b58900; -} -.z-markup.z-error { - color: #dc322f; -} -.z-markup.z-heading, .z-punctuation.z-definition.z-heading.z-markdown { - color: #b58900; -font-weight: bold; -} -.z-markup.z-quote { - color: #859900; -} -.z-markup.z-italic { -font-style: italic; -} -.z-markup.z-bold { -font-weight: bold; -} -.z-markup.z-underline.z-link.z-markdown, .z-meta.z-link.z-reference .z-constant.z-other.z-reference.z-link.z-markdown { - color: #2aa198; -} -.z-constant.z-other.z-reference.z-link.z-markdown { - color: #6c71c4; -} -.z-meta.z-paragraph.z-markdown .z-meta.z-dummy.z-line-break { - background-color: #eee8d5; -} -.z-brackethighlighter.z-all { - color: #93a1a1; -} -.z-entity.z-name.z-filename.z-find-in-files { - color: #2aa198; -} -.z-constant.z-numeric.z-line-number.z-find-in-files { - color: #93a1a1; -} -.z-variable.z-other.z-readwrite.z-js, .z-variable.z-other.z-object.z-js, .z-variable.z-other.z-constant.z-js { - color: #657b83; -} diff --git a/public/tags/alison-jaggar/atom.xml b/public/tags/alison-jaggar/atom.xml deleted file mode 100644 index 44977d8c..00000000 --- a/public/tags/alison-jaggar/atom.xml +++ /dev/null @@ -1,548 +0,0 @@ - - - Aron Petau - alison jaggar - - - Zola - 2021-03-01T00:00:00+00:00 - https://aron.petau.net/tags/alison-jaggar/atom.xml - - Critical Philosophy of Subjectivity - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - - Philosophy - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/philosophy-copy/ - - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Political Violence - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/political-violence/ - - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Critical Epistemology - 2020-07-14T00:00:00+00:00 - 2020-07-14T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-epistemologies/ - - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/tags/alison-jaggar/index.html b/public/tags/alison-jaggar/index.html deleted file mode 100644 index 179544b2..00000000 --- a/public/tags/alison-jaggar/index.html +++ /dev/null @@ -1 +0,0 @@ -alison jaggar - Aron Petau

Posts with tags “alison jaggar”

See all tags
4 posts in total

\ No newline at end of file diff --git a/public/tags/alison-jaggar/rss.xml b/public/tags/alison-jaggar/rss.xml deleted file mode 100644 index f9bfaa77..00000000 --- a/public/tags/alison-jaggar/rss.xml +++ /dev/null @@ -1,507 +0,0 @@ - - - - Aron Petau - alison jaggar - https://aron.petau.net/ - - Zola - en - - Mon, 01 Mar 2021 00:00:00 +0000 - - Critical Philosophy of Subjectivity - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - Philosophy - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/philosophy-copy/ - https://aron.petau.net/blog/philosophy-copy/ - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Political Violence - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/political-violence/ - https://aron.petau.net/blog/political-violence/ - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Critical Epistemology - Tue, 14 Jul 2020 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-epistemologies/ - https://aron.petau.net/blog/critical-epistemologies/ - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/tags/elizabeth-anderson/atom.xml b/public/tags/elizabeth-anderson/atom.xml deleted file mode 100644 index 70d509ed..00000000 --- a/public/tags/elizabeth-anderson/atom.xml +++ /dev/null @@ -1,548 +0,0 @@ - - - Aron Petau - elizabeth anderson - - - Zola - 2021-03-01T00:00:00+00:00 - https://aron.petau.net/tags/elizabeth-anderson/atom.xml - - Critical Philosophy of Subjectivity - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - - Philosophy - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/philosophy-copy/ - - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Political Violence - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/political-violence/ - - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Critical Epistemology - 2020-07-14T00:00:00+00:00 - 2020-07-14T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-epistemologies/ - - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/tags/elizabeth-anderson/index.html b/public/tags/elizabeth-anderson/index.html deleted file mode 100644 index 1e0066ef..00000000 --- a/public/tags/elizabeth-anderson/index.html +++ /dev/null @@ -1 +0,0 @@ -elizabeth anderson - Aron Petau

Posts with tags “elizabeth anderson”

See all tags
4 posts in total

\ No newline at end of file diff --git a/public/tags/elizabeth-anderson/rss.xml b/public/tags/elizabeth-anderson/rss.xml deleted file mode 100644 index fb9dbed6..00000000 --- a/public/tags/elizabeth-anderson/rss.xml +++ /dev/null @@ -1,507 +0,0 @@ - - - - Aron Petau - elizabeth anderson - https://aron.petau.net/ - - Zola - en - - Mon, 01 Mar 2021 00:00:00 +0000 - - Critical Philosophy of Subjectivity - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - Philosophy - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/philosophy-copy/ - https://aron.petau.net/blog/philosophy-copy/ - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Political Violence - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/political-violence/ - https://aron.petau.net/blog/political-violence/ - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Critical Epistemology - Tue, 14 Jul 2020 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-epistemologies/ - https://aron.petau.net/blog/critical-epistemologies/ - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/tags/elsa-dorlin/atom.xml b/public/tags/elsa-dorlin/atom.xml deleted file mode 100644 index 47f39d5f..00000000 --- a/public/tags/elsa-dorlin/atom.xml +++ /dev/null @@ -1,446 +0,0 @@ - - - Aron Petau - elsa dorlin - - - Zola - 2021-03-01T00:00:00+00:00 - https://aron.petau.net/tags/elsa-dorlin/atom.xml - - Critical Philosophy of Subjectivity - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - - Philosophy - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/philosophy-copy/ - - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Political Violence - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/political-violence/ - - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - diff --git a/public/tags/elsa-dorlin/index.html b/public/tags/elsa-dorlin/index.html deleted file mode 100644 index d9d2bfb2..00000000 --- a/public/tags/elsa-dorlin/index.html +++ /dev/null @@ -1 +0,0 @@ -elsa dorlin - Aron Petau

Posts with tags “elsa dorlin”

See all tags
3 posts in total

\ No newline at end of file diff --git a/public/tags/elsa-dorlin/rss.xml b/public/tags/elsa-dorlin/rss.xml deleted file mode 100644 index e99cb315..00000000 --- a/public/tags/elsa-dorlin/rss.xml +++ /dev/null @@ -1,416 +0,0 @@ - - - - Aron Petau - elsa dorlin - https://aron.petau.net/ - - Zola - en - - Mon, 01 Mar 2021 00:00:00 +0000 - - Critical Philosophy of Subjectivity - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - Philosophy - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/philosophy-copy/ - https://aron.petau.net/blog/philosophy-copy/ - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Political Violence - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/political-violence/ - https://aron.petau.net/blog/political-violence/ - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - diff --git a/public/tags/epistemology/atom.xml b/public/tags/epistemology/atom.xml deleted file mode 100644 index 123fe329..00000000 --- a/public/tags/epistemology/atom.xml +++ /dev/null @@ -1,548 +0,0 @@ - - - Aron Petau - epistemology - - - Zola - 2021-03-01T00:00:00+00:00 - https://aron.petau.net/tags/epistemology/atom.xml - - Critical Philosophy of Subjectivity - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - - Philosophy - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/philosophy-copy/ - - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Political Violence - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/political-violence/ - - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Critical Epistemology - 2020-07-14T00:00:00+00:00 - 2020-07-14T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-epistemologies/ - - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/tags/epistemology/index.html b/public/tags/epistemology/index.html deleted file mode 100644 index 01271853..00000000 --- a/public/tags/epistemology/index.html +++ /dev/null @@ -1 +0,0 @@ -epistemology - Aron Petau

Posts with tags “epistemology”

See all tags
4 posts in total

\ No newline at end of file diff --git a/public/tags/epistemology/rss.xml b/public/tags/epistemology/rss.xml deleted file mode 100644 index cfa3df7a..00000000 --- a/public/tags/epistemology/rss.xml +++ /dev/null @@ -1,507 +0,0 @@ - - - - Aron Petau - epistemology - https://aron.petau.net/ - - Zola - en - - Mon, 01 Mar 2021 00:00:00 +0000 - - Critical Philosophy of Subjectivity - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - Philosophy - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/philosophy-copy/ - https://aron.petau.net/blog/philosophy-copy/ - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Political Violence - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/political-violence/ - https://aron.petau.net/blog/political-violence/ - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Critical Epistemology - Tue, 14 Jul 2020 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-epistemologies/ - https://aron.petau.net/blog/critical-epistemologies/ - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/tags/ethics/atom.xml b/public/tags/ethics/atom.xml deleted file mode 100644 index fddc6abd..00000000 --- a/public/tags/ethics/atom.xml +++ /dev/null @@ -1,548 +0,0 @@ - - - Aron Petau - ethics - - - Zola - 2021-03-01T00:00:00+00:00 - https://aron.petau.net/tags/ethics/atom.xml - - Critical Philosophy of Subjectivity - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - - Philosophy - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/philosophy-copy/ - - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Political Violence - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/political-violence/ - - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Critical Epistemology - 2020-07-14T00:00:00+00:00 - 2020-07-14T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-epistemologies/ - - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/tags/ethics/index.html b/public/tags/ethics/index.html deleted file mode 100644 index 6228c5a0..00000000 --- a/public/tags/ethics/index.html +++ /dev/null @@ -1 +0,0 @@ -ethics - Aron Petau

Posts with tags “ethics”

See all tags
4 posts in total

\ No newline at end of file diff --git a/public/tags/ethics/rss.xml b/public/tags/ethics/rss.xml deleted file mode 100644 index 227f7e1a..00000000 --- a/public/tags/ethics/rss.xml +++ /dev/null @@ -1,507 +0,0 @@ - - - - Aron Petau - ethics - https://aron.petau.net/ - - Zola - en - - Mon, 01 Mar 2021 00:00:00 +0000 - - Critical Philosophy of Subjectivity - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - Philosophy - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/philosophy-copy/ - https://aron.petau.net/blog/philosophy-copy/ - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Political Violence - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/political-violence/ - https://aron.petau.net/blog/political-violence/ - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Critical Epistemology - Tue, 14 Jul 2020 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-epistemologies/ - https://aron.petau.net/blog/critical-epistemologies/ - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/tags/feminism/atom.xml b/public/tags/feminism/atom.xml deleted file mode 100644 index 59c4b286..00000000 --- a/public/tags/feminism/atom.xml +++ /dev/null @@ -1,548 +0,0 @@ - - - Aron Petau - feminism - - - Zola - 2021-03-01T00:00:00+00:00 - https://aron.petau.net/tags/feminism/atom.xml - - Critical Philosophy of Subjectivity - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - - Philosophy - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/philosophy-copy/ - - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Political Violence - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/political-violence/ - - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Critical Epistemology - 2020-07-14T00:00:00+00:00 - 2020-07-14T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-epistemologies/ - - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/tags/feminism/index.html b/public/tags/feminism/index.html deleted file mode 100644 index 60fe2bd3..00000000 --- a/public/tags/feminism/index.html +++ /dev/null @@ -1 +0,0 @@ -feminism - Aron Petau

Posts with tags “feminism”

See all tags
4 posts in total

\ No newline at end of file diff --git a/public/tags/feminism/rss.xml b/public/tags/feminism/rss.xml deleted file mode 100644 index 5bb88484..00000000 --- a/public/tags/feminism/rss.xml +++ /dev/null @@ -1,507 +0,0 @@ - - - - Aron Petau - feminism - https://aron.petau.net/ - - Zola - en - - Mon, 01 Mar 2021 00:00:00 +0000 - - Critical Philosophy of Subjectivity - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - Philosophy - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/philosophy-copy/ - https://aron.petau.net/blog/philosophy-copy/ - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Political Violence - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/political-violence/ - https://aron.petau.net/blog/political-violence/ - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Critical Epistemology - Tue, 14 Jul 2020 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-epistemologies/ - https://aron.petau.net/blog/critical-epistemologies/ - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/tags/francois-ewald/atom.xml b/public/tags/francois-ewald/atom.xml deleted file mode 100644 index 45c3b8f7..00000000 --- a/public/tags/francois-ewald/atom.xml +++ /dev/null @@ -1,548 +0,0 @@ - - - Aron Petau - francois ewald - - - Zola - 2021-03-01T00:00:00+00:00 - https://aron.petau.net/tags/francois-ewald/atom.xml - - Critical Philosophy of Subjectivity - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - - Philosophy - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/philosophy-copy/ - - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Political Violence - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/political-violence/ - - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Critical Epistemology - 2020-07-14T00:00:00+00:00 - 2020-07-14T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-epistemologies/ - - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/tags/francois-ewald/index.html b/public/tags/francois-ewald/index.html deleted file mode 100644 index 8bdcffe8..00000000 --- a/public/tags/francois-ewald/index.html +++ /dev/null @@ -1 +0,0 @@ -francois ewald - Aron Petau

Posts with tags “francois ewald”

See all tags
4 posts in total

\ No newline at end of file diff --git a/public/tags/francois-ewald/rss.xml b/public/tags/francois-ewald/rss.xml deleted file mode 100644 index 978ab905..00000000 --- a/public/tags/francois-ewald/rss.xml +++ /dev/null @@ -1,507 +0,0 @@ - - - - Aron Petau - francois ewald - https://aron.petau.net/ - - Zola - en - - Mon, 01 Mar 2021 00:00:00 +0000 - - Critical Philosophy of Subjectivity - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - Philosophy - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/philosophy-copy/ - https://aron.petau.net/blog/philosophy-copy/ - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Political Violence - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/political-violence/ - https://aron.petau.net/blog/political-violence/ - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Critical Epistemology - Tue, 14 Jul 2020 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-epistemologies/ - https://aron.petau.net/blog/critical-epistemologies/ - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/tags/index.html b/public/tags/index.html deleted file mode 100644 index 0361a95d..00000000 --- a/public/tags/index.html +++ /dev/null @@ -1 +0,0 @@ -Tags - Aron Petau

Tags

19 tags in total

\ No newline at end of file diff --git a/public/tags/jose-medina/atom.xml b/public/tags/jose-medina/atom.xml deleted file mode 100644 index b139e1c5..00000000 --- a/public/tags/jose-medina/atom.xml +++ /dev/null @@ -1,548 +0,0 @@ - - - Aron Petau - josé medina - - - Zola - 2021-03-01T00:00:00+00:00 - https://aron.petau.net/tags/jose-medina/atom.xml - - Critical Philosophy of Subjectivity - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - - Philosophy - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/philosophy-copy/ - - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Political Violence - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/political-violence/ - - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Critical Epistemology - 2020-07-14T00:00:00+00:00 - 2020-07-14T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-epistemologies/ - - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/tags/jose-medina/index.html b/public/tags/jose-medina/index.html deleted file mode 100644 index 3d8effae..00000000 --- a/public/tags/jose-medina/index.html +++ /dev/null @@ -1 +0,0 @@ -josé medina - Aron Petau

Posts with tags “josé medina”

See all tags
4 posts in total

\ No newline at end of file diff --git a/public/tags/jose-medina/rss.xml b/public/tags/jose-medina/rss.xml deleted file mode 100644 index 03f7350e..00000000 --- a/public/tags/jose-medina/rss.xml +++ /dev/null @@ -1,507 +0,0 @@ - - - - Aron Petau - josé medina - https://aron.petau.net/ - - Zola - en - - Mon, 01 Mar 2021 00:00:00 +0000 - - Critical Philosophy of Subjectivity - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - Philosophy - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/philosophy-copy/ - https://aron.petau.net/blog/philosophy-copy/ - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Political Violence - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/political-violence/ - https://aron.petau.net/blog/political-violence/ - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Critical Epistemology - Tue, 14 Jul 2020 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-epistemologies/ - https://aron.petau.net/blog/critical-epistemologies/ - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/tags/judith-butler/atom.xml b/public/tags/judith-butler/atom.xml deleted file mode 100644 index 81a15658..00000000 --- a/public/tags/judith-butler/atom.xml +++ /dev/null @@ -1,548 +0,0 @@ - - - Aron Petau - judith butler - - - Zola - 2021-03-01T00:00:00+00:00 - https://aron.petau.net/tags/judith-butler/atom.xml - - Critical Philosophy of Subjectivity - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - - Philosophy - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/philosophy-copy/ - - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Political Violence - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/political-violence/ - - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Critical Epistemology - 2020-07-14T00:00:00+00:00 - 2020-07-14T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-epistemologies/ - - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/tags/judith-butler/index.html b/public/tags/judith-butler/index.html deleted file mode 100644 index aed43766..00000000 --- a/public/tags/judith-butler/index.html +++ /dev/null @@ -1 +0,0 @@ -judith butler - Aron Petau

Posts with tags “judith butler”

See all tags
4 posts in total

\ No newline at end of file diff --git a/public/tags/judith-butler/rss.xml b/public/tags/judith-butler/rss.xml deleted file mode 100644 index f4f36364..00000000 --- a/public/tags/judith-butler/rss.xml +++ /dev/null @@ -1,507 +0,0 @@ - - - - Aron Petau - judith butler - https://aron.petau.net/ - - Zola - en - - Mon, 01 Mar 2021 00:00:00 +0000 - - Critical Philosophy of Subjectivity - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - Philosophy - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/philosophy-copy/ - https://aron.petau.net/blog/philosophy-copy/ - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Political Violence - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/political-violence/ - https://aron.petau.net/blog/political-violence/ - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Critical Epistemology - Tue, 14 Jul 2020 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-epistemologies/ - https://aron.petau.net/blog/critical-epistemologies/ - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/tags/michael-foucault/atom.xml b/public/tags/michael-foucault/atom.xml deleted file mode 100644 index 09a9c60c..00000000 --- a/public/tags/michael-foucault/atom.xml +++ /dev/null @@ -1,446 +0,0 @@ - - - Aron Petau - michael foucault - - - Zola - 2021-03-01T00:00:00+00:00 - https://aron.petau.net/tags/michael-foucault/atom.xml - - Critical Philosophy of Subjectivity - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - - Philosophy - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/philosophy-copy/ - - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Political Violence - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/political-violence/ - - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - diff --git a/public/tags/michael-foucault/index.html b/public/tags/michael-foucault/index.html deleted file mode 100644 index e67d4b5e..00000000 --- a/public/tags/michael-foucault/index.html +++ /dev/null @@ -1 +0,0 @@ -michael foucault - Aron Petau

Posts with tags “michael foucault”

See all tags
3 posts in total

\ No newline at end of file diff --git a/public/tags/michael-foucault/rss.xml b/public/tags/michael-foucault/rss.xml deleted file mode 100644 index 49d480e8..00000000 --- a/public/tags/michael-foucault/rss.xml +++ /dev/null @@ -1,416 +0,0 @@ - - - - Aron Petau - michael foucault - https://aron.petau.net/ - - Zola - en - - Mon, 01 Mar 2021 00:00:00 +0000 - - Critical Philosophy of Subjectivity - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - Philosophy - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/philosophy-copy/ - https://aron.petau.net/blog/philosophy-copy/ - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Political Violence - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/political-violence/ - https://aron.petau.net/blog/political-violence/ - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - diff --git a/public/tags/miranda-fricker/atom.xml b/public/tags/miranda-fricker/atom.xml deleted file mode 100644 index 87f6f096..00000000 --- a/public/tags/miranda-fricker/atom.xml +++ /dev/null @@ -1,446 +0,0 @@ - - - Aron Petau - miranda fricker - - - Zola - 2021-03-01T00:00:00+00:00 - https://aron.petau.net/tags/miranda-fricker/atom.xml - - Critical Philosophy of Subjectivity - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - - Philosophy - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/philosophy-copy/ - - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Political Violence - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/political-violence/ - - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - diff --git a/public/tags/miranda-fricker/index.html b/public/tags/miranda-fricker/index.html deleted file mode 100644 index d128a6ad..00000000 --- a/public/tags/miranda-fricker/index.html +++ /dev/null @@ -1 +0,0 @@ -miranda fricker - Aron Petau

Posts with tags “miranda fricker”

See all tags
3 posts in total

\ No newline at end of file diff --git a/public/tags/miranda-fricker/rss.xml b/public/tags/miranda-fricker/rss.xml deleted file mode 100644 index ffcbdef6..00000000 --- a/public/tags/miranda-fricker/rss.xml +++ /dev/null @@ -1,416 +0,0 @@ - - - - Aron Petau - miranda fricker - https://aron.petau.net/ - - Zola - en - - Mon, 01 Mar 2021 00:00:00 +0000 - - Critical Philosophy of Subjectivity - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - Philosophy - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/philosophy-copy/ - https://aron.petau.net/blog/philosophy-copy/ - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Political Violence - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/political-violence/ - https://aron.petau.net/blog/political-violence/ - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - diff --git a/public/tags/normativity/atom.xml b/public/tags/normativity/atom.xml deleted file mode 100644 index 7e10830b..00000000 --- a/public/tags/normativity/atom.xml +++ /dev/null @@ -1,548 +0,0 @@ - - - Aron Petau - normativity - - - Zola - 2021-03-01T00:00:00+00:00 - https://aron.petau.net/tags/normativity/atom.xml - - Critical Philosophy of Subjectivity - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - - Philosophy - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/philosophy-copy/ - - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Political Violence - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/political-violence/ - - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Critical Epistemology - 2020-07-14T00:00:00+00:00 - 2020-07-14T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-epistemologies/ - - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/tags/normativity/index.html b/public/tags/normativity/index.html deleted file mode 100644 index ed7ee58a..00000000 --- a/public/tags/normativity/index.html +++ /dev/null @@ -1 +0,0 @@ -normativity - Aron Petau

Posts with tags “normativity”

See all tags
4 posts in total

\ No newline at end of file diff --git a/public/tags/normativity/rss.xml b/public/tags/normativity/rss.xml deleted file mode 100644 index b7166f77..00000000 --- a/public/tags/normativity/rss.xml +++ /dev/null @@ -1,507 +0,0 @@ - - - - Aron Petau - normativity - https://aron.petau.net/ - - Zola - en - - Mon, 01 Mar 2021 00:00:00 +0000 - - Critical Philosophy of Subjectivity - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - Philosophy - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/philosophy-copy/ - https://aron.petau.net/blog/philosophy-copy/ - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Political Violence - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/political-violence/ - https://aron.petau.net/blog/political-violence/ - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Critical Epistemology - Tue, 14 Jul 2020 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-epistemologies/ - https://aron.petau.net/blog/critical-epistemologies/ - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/tags/phenomenology/atom.xml b/public/tags/phenomenology/atom.xml deleted file mode 100644 index 059014ba..00000000 --- a/public/tags/phenomenology/atom.xml +++ /dev/null @@ -1,548 +0,0 @@ - - - Aron Petau - phenomenology - - - Zola - 2021-03-01T00:00:00+00:00 - https://aron.petau.net/tags/phenomenology/atom.xml - - Critical Philosophy of Subjectivity - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - - Philosophy - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/philosophy-copy/ - - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Political Violence - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/political-violence/ - - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Critical Epistemology - 2020-07-14T00:00:00+00:00 - 2020-07-14T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-epistemologies/ - - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/tags/phenomenology/index.html b/public/tags/phenomenology/index.html deleted file mode 100644 index a57c0ec7..00000000 --- a/public/tags/phenomenology/index.html +++ /dev/null @@ -1 +0,0 @@ -phenomenology - Aron Petau

Posts with tags “phenomenology”

See all tags
4 posts in total

\ No newline at end of file diff --git a/public/tags/phenomenology/rss.xml b/public/tags/phenomenology/rss.xml deleted file mode 100644 index f00962df..00000000 --- a/public/tags/phenomenology/rss.xml +++ /dev/null @@ -1,507 +0,0 @@ - - - - Aron Petau - phenomenology - https://aron.petau.net/ - - Zola - en - - Mon, 01 Mar 2021 00:00:00 +0000 - - Critical Philosophy of Subjectivity - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - Philosophy - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/philosophy-copy/ - https://aron.petau.net/blog/philosophy-copy/ - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Political Violence - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/political-violence/ - https://aron.petau.net/blog/political-violence/ - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Critical Epistemology - Tue, 14 Jul 2020 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-epistemologies/ - https://aron.petau.net/blog/critical-epistemologies/ - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/tags/philosophy-of-emotions/atom.xml b/public/tags/philosophy-of-emotions/atom.xml deleted file mode 100644 index dfbea183..00000000 --- a/public/tags/philosophy-of-emotions/atom.xml +++ /dev/null @@ -1,548 +0,0 @@ - - - Aron Petau - philosophy of emotions - - - Zola - 2021-03-01T00:00:00+00:00 - https://aron.petau.net/tags/philosophy-of-emotions/atom.xml - - Critical Philosophy of Subjectivity - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - - Philosophy - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/philosophy-copy/ - - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Political Violence - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/political-violence/ - - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Critical Epistemology - 2020-07-14T00:00:00+00:00 - 2020-07-14T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-epistemologies/ - - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/tags/philosophy-of-emotions/index.html b/public/tags/philosophy-of-emotions/index.html deleted file mode 100644 index 7b9a83b1..00000000 --- a/public/tags/philosophy-of-emotions/index.html +++ /dev/null @@ -1 +0,0 @@ -philosophy of emotions - Aron Petau

Posts with tags “philosophy of emotions”

See all tags
4 posts in total

\ No newline at end of file diff --git a/public/tags/philosophy-of-emotions/rss.xml b/public/tags/philosophy-of-emotions/rss.xml deleted file mode 100644 index cd00a155..00000000 --- a/public/tags/philosophy-of-emotions/rss.xml +++ /dev/null @@ -1,507 +0,0 @@ - - - - Aron Petau - philosophy of emotions - https://aron.petau.net/ - - Zola - en - - Mon, 01 Mar 2021 00:00:00 +0000 - - Critical Philosophy of Subjectivity - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - Philosophy - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/philosophy-copy/ - https://aron.petau.net/blog/philosophy-copy/ - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Political Violence - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/political-violence/ - https://aron.petau.net/blog/political-violence/ - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Critical Epistemology - Tue, 14 Jul 2020 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-epistemologies/ - https://aron.petau.net/blog/critical-epistemologies/ - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/tags/philosophy/atom.xml b/public/tags/philosophy/atom.xml deleted file mode 100644 index aef8c13b..00000000 --- a/public/tags/philosophy/atom.xml +++ /dev/null @@ -1,548 +0,0 @@ - - - Aron Petau - philosophy - - - Zola - 2021-03-01T00:00:00+00:00 - https://aron.petau.net/tags/philosophy/atom.xml - - Critical Philosophy of Subjectivity - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - - Philosophy - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/philosophy-copy/ - - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Political Violence - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/political-violence/ - - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Critical Epistemology - 2020-07-14T00:00:00+00:00 - 2020-07-14T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-epistemologies/ - - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/tags/philosophy/index.html b/public/tags/philosophy/index.html deleted file mode 100644 index dfaac9b4..00000000 --- a/public/tags/philosophy/index.html +++ /dev/null @@ -1 +0,0 @@ -philosophy - Aron Petau

Posts with tags “philosophy”

See all tags
4 posts in total

\ No newline at end of file diff --git a/public/tags/philosophy/rss.xml b/public/tags/philosophy/rss.xml deleted file mode 100644 index ea8529ba..00000000 --- a/public/tags/philosophy/rss.xml +++ /dev/null @@ -1,507 +0,0 @@ - - - - Aron Petau - philosophy - https://aron.petau.net/ - - Zola - en - - Mon, 01 Mar 2021 00:00:00 +0000 - - Critical Philosophy of Subjectivity - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - Philosophy - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/philosophy-copy/ - https://aron.petau.net/blog/philosophy-copy/ - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Political Violence - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/political-violence/ - https://aron.petau.net/blog/political-violence/ - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Critical Epistemology - Tue, 14 Jul 2020 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-epistemologies/ - https://aron.petau.net/blog/critical-epistemologies/ - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/tags/postphenomenology/atom.xml b/public/tags/postphenomenology/atom.xml deleted file mode 100644 index 4858bbd4..00000000 --- a/public/tags/postphenomenology/atom.xml +++ /dev/null @@ -1,548 +0,0 @@ - - - Aron Petau - postphenomenology - - - Zola - 2021-03-01T00:00:00+00:00 - https://aron.petau.net/tags/postphenomenology/atom.xml - - Critical Philosophy of Subjectivity - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - - Philosophy - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/philosophy-copy/ - - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Political Violence - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/political-violence/ - - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Critical Epistemology - 2020-07-14T00:00:00+00:00 - 2020-07-14T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-epistemologies/ - - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/tags/postphenomenology/index.html b/public/tags/postphenomenology/index.html deleted file mode 100644 index 288caf7b..00000000 --- a/public/tags/postphenomenology/index.html +++ /dev/null @@ -1 +0,0 @@ -postphenomenology - Aron Petau

Posts with tags “postphenomenology”

See all tags
4 posts in total

\ No newline at end of file diff --git a/public/tags/postphenomenology/rss.xml b/public/tags/postphenomenology/rss.xml deleted file mode 100644 index 03c024f7..00000000 --- a/public/tags/postphenomenology/rss.xml +++ /dev/null @@ -1,507 +0,0 @@ - - - - Aron Petau - postphenomenology - https://aron.petau.net/ - - Zola - en - - Mon, 01 Mar 2021 00:00:00 +0000 - - Critical Philosophy of Subjectivity - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - Philosophy - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/philosophy-copy/ - https://aron.petau.net/blog/philosophy-copy/ - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Political Violence - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/political-violence/ - https://aron.petau.net/blog/political-violence/ - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Critical Epistemology - Tue, 14 Jul 2020 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-epistemologies/ - https://aron.petau.net/blog/critical-epistemologies/ - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/tags/private/atom.xml b/public/tags/private/atom.xml deleted file mode 100644 index 40f00dcc..00000000 --- a/public/tags/private/atom.xml +++ /dev/null @@ -1,548 +0,0 @@ - - - Aron Petau - private - - - Zola - 2021-03-01T00:00:00+00:00 - https://aron.petau.net/tags/private/atom.xml - - Critical Philosophy of Subjectivity - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - - Philosophy - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/philosophy-copy/ - - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Political Violence - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/political-violence/ - - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Critical Epistemology - 2020-07-14T00:00:00+00:00 - 2020-07-14T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-epistemologies/ - - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/tags/private/index.html b/public/tags/private/index.html deleted file mode 100644 index b78cb7ab..00000000 --- a/public/tags/private/index.html +++ /dev/null @@ -1 +0,0 @@ -private - Aron Petau

Posts with tags “private”

See all tags
4 posts in total

\ No newline at end of file diff --git a/public/tags/private/rss.xml b/public/tags/private/rss.xml deleted file mode 100644 index 6731c316..00000000 --- a/public/tags/private/rss.xml +++ /dev/null @@ -1,507 +0,0 @@ - - - - Aron Petau - private - https://aron.petau.net/ - - Zola - en - - Mon, 01 Mar 2021 00:00:00 +0000 - - Critical Philosophy of Subjectivity - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - Philosophy - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/philosophy-copy/ - https://aron.petau.net/blog/philosophy-copy/ - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Political Violence - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/political-violence/ - https://aron.petau.net/blog/political-violence/ - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Critical Epistemology - Tue, 14 Jul 2020 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-epistemologies/ - https://aron.petau.net/blog/critical-epistemologies/ - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/tags/university-of-osnabruck/atom.xml b/public/tags/university-of-osnabruck/atom.xml deleted file mode 100644 index f8566f9a..00000000 --- a/public/tags/university-of-osnabruck/atom.xml +++ /dev/null @@ -1,548 +0,0 @@ - - - Aron Petau - university of osnabrück - - - Zola - 2021-03-01T00:00:00+00:00 - https://aron.petau.net/tags/university-of-osnabruck/atom.xml - - Critical Philosophy of Subjectivity - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - - Philosophy - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/philosophy-copy/ - - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Political Violence - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/political-violence/ - - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Critical Epistemology - 2020-07-14T00:00:00+00:00 - 2020-07-14T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-epistemologies/ - - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/tags/university-of-osnabruck/index.html b/public/tags/university-of-osnabruck/index.html deleted file mode 100644 index b4d33d0e..00000000 --- a/public/tags/university-of-osnabruck/index.html +++ /dev/null @@ -1 +0,0 @@ -university of osnabrück - Aron Petau

Posts with tags “university of osnabrück”

See all tags
4 posts in total

\ No newline at end of file diff --git a/public/tags/university-of-osnabruck/rss.xml b/public/tags/university-of-osnabruck/rss.xml deleted file mode 100644 index c298648f..00000000 --- a/public/tags/university-of-osnabruck/rss.xml +++ /dev/null @@ -1,507 +0,0 @@ - - - - Aron Petau - university of osnabrück - https://aron.petau.net/ - - Zola - en - - Mon, 01 Mar 2021 00:00:00 +0000 - - Critical Philosophy of Subjectivity - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - Philosophy - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/philosophy-copy/ - https://aron.petau.net/blog/philosophy-copy/ - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Political Violence - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/political-violence/ - https://aron.petau.net/blog/political-violence/ - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Critical Epistemology - Tue, 14 Jul 2020 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-epistemologies/ - https://aron.petau.net/blog/critical-epistemologies/ - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/tags/values-in-science/atom.xml b/public/tags/values-in-science/atom.xml deleted file mode 100644 index 7e2c9c28..00000000 --- a/public/tags/values-in-science/atom.xml +++ /dev/null @@ -1,548 +0,0 @@ - - - Aron Petau - values in science - - - Zola - 2021-03-01T00:00:00+00:00 - https://aron.petau.net/tags/values-in-science/atom.xml - - Critical Philosophy of Subjectivity - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - - Philosophy - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/philosophy-copy/ - - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Political Violence - 2021-03-01T00:00:00+00:00 - 2021-03-01T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/political-violence/ - - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - - Critical Epistemology - 2020-07-14T00:00:00+00:00 - 2020-07-14T00:00:00+00:00 - - - - - Unknown - - - - - - https://aron.petau.net/blog/critical-epistemologies/ - - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/tags/values-in-science/index.html b/public/tags/values-in-science/index.html deleted file mode 100644 index e008ecc8..00000000 --- a/public/tags/values-in-science/index.html +++ /dev/null @@ -1 +0,0 @@ -values in science - Aron Petau

Posts with tags “values in science”

See all tags
4 posts in total

\ No newline at end of file diff --git a/public/tags/values-in-science/rss.xml b/public/tags/values-in-science/rss.xml deleted file mode 100644 index 0e371f9c..00000000 --- a/public/tags/values-in-science/rss.xml +++ /dev/null @@ -1,507 +0,0 @@ - - - - Aron Petau - values in science - https://aron.petau.net/ - - Zola - en - - Mon, 01 Mar 2021 00:00:00 +0000 - - Critical Philosophy of Subjectivity - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - https://aron.petau.net/blog/critical-philosophy-subjectivity/ - <h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> - - - - Philosophy - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/philosophy-copy/ - https://aron.petau.net/blog/philosophy-copy/ - <h2 id="critical-considerations-during-my-studies"><a class="zola-anchor" href="#critical-considerations-during-my-studies" aria-label="Anchor link for: critical-considerations-during-my-studies">Critical considerations during my studies</a></h2> -<p>I have attended a fair share of philosophical seminars in my studies and consider it a core topic connected both to science and to digital environments. -Normative and feminist social theory, as well as the theory of science and phenomenology, are all brought to me through seminar formats at university and made up a good part of my education there. -I find it hard to properly demonstrate what interests me without presenting often long-winded and dull term papers. -The courses I loved most also often had a format with a weekly hand-in, where students are asked to comment on the paper they just read to identify points to carry into next week’s discussion. I am incredibly thankful for this methodology of approaching complex philosophical works, often complete books with supplicant essays surrounding the course topic. In my opinion, nearly all of the value created during these seminars is contained within the live discussions fed by reading materials and little opinion pieces in the form of forum comments. That’s why I decided to share here a selection of these weekly commentaries and the sources they are based upon. They are often unrefined and informal, but they indicate the centerpiece of the seminars and demonstrate many thought processes that happened within me during these sessions. Although I took only a small selection, in sum they are a substantial read. Feel free to just skip through and read what catches your interest.</p> -<h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-philosophy-of-subjectivity-1-michel-foucault">Forum entries from the Seminar: Critical Philosophy of Subjectivity 1: Michel Foucault</a></h2> -<h3 id="on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence"><a class="zola-anchor" href="#on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence" aria-label="Anchor link for: on-butler-constituting-norms-carrying-normative-responsibilities-for-their-existence">On Butler: Constituting norms =/= carrying normative responsibilities for their existence</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Butler, J. (2004). Undoing Gender (1st ed.). Routledge. <a href="https://doi.org/10.4324/9780203499627">https://doi.org/10.4324/9780203499627</a> -<a href="https://doi.org/10.4324/9780203499627">Publication</a></p> - -</blockquote> -<p>Citation from Butler, Page 51, citing Ewald, which is, in turn, interpreting Foucault:</p> -<blockquote> -<p>The norm integrates anything which might attempt to go beyond it—nothing, nobody, whatever difference it might display, can ever claim to be exterior, or claim to possess an otherness which would actually make it other” -<cite><a href="https://doi.org/10.2307/2928449">(Norms, Discipline, and the Law, P.173)</a></cite></p> -</blockquote> -<p>Such a view suggests that any opposition to the norm is already -contained within the norm, and is crucial to its functioning.</p> -<p>Here, for me, the entire futility of the approach later identified and described is condensed into a few sentences.</p> -<blockquote> -<p>Hence, regulations that seek merely to curb certain specified activities (sexual harassment, welfare fraud, sexual speech) perform another activity that, for the most part, remains unmarked: the production of the parameters of personhood, that is, making persons according to abstract norms that at once condition and exceed the lives they make—and break. -<cite>Page 56, final sentence</cite></p> -</blockquote> -<p>The idea that it is impossible to legislatively regulate norms without propelling, propagating, and carving them out deeper resonates with me, but at the same time, it has left me undecided on how to proceed. -I understand the first citation to clearly be Ewald’s interpretation of things and am not sure whether Foucault’s careful circumvention of the term “Norms” is related to anticipation of this argument.</p> -<p>Further, I am not sure I share Ewald’s interpretation; I see that the object “othered” by a norm is a constituent and necessary object for the norm, simply due to its “comparative” nature (p. 51, citation from Ewald). -The oppressed may well be as constituting of norms as the privileged, but this does not translate to a normative responsibility nor a pang of guilt in my opinion. The dangerous argument that the oppressed bear responsibility for their situation is too close for my taste. I would like to emphasize a clear cut between constituting and reinforcing a norm and thriving on it. -Yes, maybe that is a good location to make the cut: The normative and ethical pressure, or better, the guilt of complicity lies with the ones thriving BECAUSE of a norm and clearly not with those thriving DESPITE OF a norm. -I would think that Butler makes a similar argument elsewhere, but as such, I was missing it here, resulting in a very bleak and hopeless situation where any struggle to change the status quo through legislation is doomed and inevitably propagates and reinvents stable unfair relations of power.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 23. January 2022, 14:23</p> - -</blockquote> -<h3 id="on-ewald-what-then-is-a-norm"><a class="zola-anchor" href="#on-ewald-what-then-is-a-norm" aria-label="Anchor link for: on-ewald-what-then-is-a-norm">On Ewald: What, then, is a norm?</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: François Ewald; Norms, Discipline, and the Law. Representations 1 April 1990; 30 138–161. doi: <a href="https://doi.org/10.2307/2928449">https://doi.org/10.2307/2928449</a> -<a href="https://doi.org/10.2307/2928449">Publication</a></p> - -</blockquote> -<p>Some tiny details about norms that stuck out to me about the norm were that: 1: they are fictional and thus, an object conforming to a norm is not more meaningful than an object not conforming to a norm. 2: the entire given set comprises the norm, the deviations play a defining role in the formation of the norm itself (or an average). -p. 152: Under norm, 3 phenomena are subsumed: Discipline, -less as a constraint, but more as a regulatory mechanism insurance, -Reducing objects to their relative occurrence, distributing risk. and standardization. -The norm has three defining features:</p> -<ul> -<li>positivism, -as reliant on facts, which have an aura of objectivity around them.</li> -<li>relativity, -they are neither absolute nor universal, they have a scope, both in definition as a certain temporal extension.</li> -<li>polarity -involving a classification between the normal and the abnormal, where the abnormal is to be some handicap, not attaining something that the normal does attain.</li> -</ul> -<p>What, then, is a norm?</p> -<blockquote> -<p>It is a way for a group to provide itself with a common denominator in accordance with a rigorous principle of self-referentiality, with no recourse to any kind of external reference point, either in the form of an idea or an object. The normative process can obey a variety of different logics: the panoptical logic of discipline, the probabilistic schema of insurance, or the communicative logic of the technical norm. These three logics have the same form: in each case, the rule which serves as a norm, by virtue of which everyone can measure, evaluate, and identify himself or herself, will be derived from those for whom it will serve as a standard. A strange logic, this, which forces the group to turn back in upon itself and which, from the moment it establishes itself, will let no one escape its purview. -<cite>p. 154</cite></p> -</blockquote> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 16. January 2022, 18:48</p> - -</blockquote> -<h3 id="on-foucault-the-effects-without-effector"><a class="zola-anchor" href="#on-foucault-the-effects-without-effector" aria-label="Anchor link for: on-foucault-the-effects-without-effector">On Foucault: The effects without effector</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Michael Foucault. Power/knowledge: Selected interviews and other writings 1972–1977. Pantheon, New York, 1980. -<a href="http://freudians.org/wp-content/uploads/2014/09/Roundtable-Confession-of-the-Flesh.pdf">Publication</a></p> - -</blockquote> -<blockquote> -<p>one finds all sorts of support mechanisms […] which invent, modify and re-adjust, according to the circumstances of the moment and the place- so that you get a coherent, rational strategy, but one for which it is no longer possible to identify a person who conceived it. -<cite>p. 203</cite></p> -</blockquote> -<p>In this passage, and the one following it, I think Foucault pinpoints as one of the central attributes of the apparatus (or dispositif) the arbitrariness of the order of power relations. There is no identity having to undergo some sort of inventive process to start off a collective change, a “strategy” just happens to meet the criteria for deployment.</p> -<blockquote> -<p>But between the strategy which fixes, reproduces, multiplies and accentuates existing relations of forces, and the class which thereby finds itself in a ruling position, there is a reciprocal relation of production. Thus one can say that the strategy of moralising the working class is that of the bourgeoisie. One can even say that it’s the strategy which allows the bourgeois class to be the bourgeois class and to exercise its domination. But what I don’t think one can say is that it’s the bourgeois class on the level of its ideology or its economic project which, as a sort of at once real and fictive subject, invented and forcibly imposed this strategy on the working class.</p> -</blockquote> -<p>This was for me the most powerful grasp of what an apparatus is. A complicated removal of the effector from the effect. -I struggle to continue to find any substance to the relations of the classes. Does reciprocal mean anything more than both are constitutive of each other? One produces the means of reproduction of the other, but where exactly can I apply moral judgements? -This whole ordeal and now I lack subjects to blame. -How can this theory possibly bring about change in society? Is that even its goal? Do we undergo this analysis in order to make society better in the end?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 12. December 2021, 22:01</p> - -</blockquote> -<h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Political Violence - Mon, 01 Mar 2021 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/political-violence/ - https://aron.petau.net/blog/political-violence/ - <h2 id="forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin"><a class="zola-anchor" href="#forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin" aria-label="Anchor link for: forum-entries-from-the-seminar-is-political-violence-justifiable-reading-judith-butler-and-elsa-dorlin">Forum entries from the Seminar: Is political violence justifiable? Reading Judith Butler and Elsa Dorlin</a></h2> -<h3 id="on-dorlin"><a class="zola-anchor" href="#on-dorlin" aria-label="Anchor link for: on-dorlin">On Dorlin</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dorlin, Elsa. Se défendre: une philosophie de la violence. Zones, 2017. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=MD05DwAAQBAJ&amp;oi=fnd&amp;pg=PT7&amp;dq=dorlin+se+defendre+book&amp;ots=gVZ7VSU867&amp;sig=tMn1dRVSJDkUMBmmtMJOgT8JhcQ&amp;redir_esc=y#v=onepage&amp;q=dorlin%20se%20defendre%20book&amp;f=false">Publication (Not yet translated to English)</a></p> - -</blockquote> -<p>From the seventh chapter in Dorlins “Self-Defense”, I found the idea that safe spaces are actually prone to be counterproductive very strong. -I think the discussion around whether safe spaces are an effective tool that is appropriate on top is a rather current and ongoing one. -In so many other words, Dorlin here opens up the idea that the creation of a safe space always implies a hostile “outside” or other space. -Further, Dorling sees as problematic that safe spaces will often experience problematic situations when trying to self-govern. The line of thought here is that safe spaces often explicitly reject the authority of traditional state bodies, since those exactly are identified as the oppressive force. This is problematic because then the community inside the safe space has to recreate social norms from scratch and qua definition of a safe space end up being much more restrictive and monitoring, tapping also into potentially extreme measurements for “enforcing” safety. -Dorlin notes that by doing this, societal oppressive norms can end up becoming reproduced through the very instance created to shelter from it. -I think this opens up 2 points worth discussing: -Are there limits to the self-governance of leftist groups? How can self-governance be made possible without recreating some hierarchy or other? -Does this ignore that safe spaces can sometimes be essential for survival? According to Dorlin, the alternative seems to be to instead of building sheltered, isolated safe spaces, the fight has to occur in the public, transforming the entire space without the necessity for exclusive logic. How can we argue this? Could there be an oppressed position from whence any aggressive stance towards the public forbids itself? (I think there is!) For me this seems like putting the entire burden of transformational potential on the oppressed individual, enabling a position like: “Well, the person did not object or introduce change, so the person implied consent.” -Will a public fight cause more harm being fought than it will save after introducing change? And who are we to calculate this beforehand?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Sunday 05. December 2021, 15:52</p> - -</blockquote> -<h2 id="weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie"><a class="zola-anchor" href="#weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie" aria-label="Anchor link for: weekly-hand-in-from-the-seminar-soziale-erkenntnistheorie">Weekly hand in from the Seminar: Soziale Erkenntnistheorie</a></h2> -<h3 id="on-fricker-epistemic-injustice"><a class="zola-anchor" href="#on-fricker-epistemic-injustice" aria-label="Anchor link for: on-fricker-epistemic-injustice">On Fricker: Epistemic Injustice</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Fricker, Miranda. Epistemic injustice: Power and the ethics of knowing. Oxford University Press, 2007. -<a href="https://books.google.de/books?hl=de&amp;lr=&amp;id=lncSDAAAQBAJ&amp;oi=fnd&amp;pg=PR9&amp;dq=fricker+epistemic+injustice+2007&amp;ots=3fJ9TIK4T2&amp;sig=JGCMR2YYUhjRc62DPEnf2yWDnjU&amp;redir_esc=y#v=onepage&amp;q=fricker%20epistemic%20injustice%202007&amp;f=false">Publication</a></p> - -</blockquote> -<ol> -<li>Worin unterscheiden sich inferentialistische von nicht-inferentialistischen Theorien der testimonialen Erkenntnis (d.h. des Wissens durch das Zeugniss andere)?</li> -</ol> -<p>Inferentialistische Theorien gehen davon aus, dass die eigentliche Inferenz, also die Generierung eines neuen Epistems im Subjekt stattfindet. Konkret heisst dass, dass Ich die Aussage P einer dritten Person erst in irgendeiner Weise vor mir selbst rechtfertigen muss, bevor ich sie selbst verwenden kann. Ist die Aussage nun 2 + 2 = 4, muss ich also mit allen mir zur Verfügung stehenden Mitteln selbst überprüfen, ob diese Aussage Wahrheits- und Kohärenzkriterien erfüllt. Ich muss also beispielsweise über darunterliegende Axiome, die mir bekannt sind, die Aussage extern (ausserhalb von Person X hat das gesagt, also kann Ich das glauben) überprüfen. Im simplen Beispiel also konkret das Ergebnis berechnen. Wenn man so will, liegt also immer die “Beweislast” für meine eigenen Episteme bei mir und ich kann diesen Beweisaufwand nur begrenzt auslagern. Eine sehr direkte Folge davon wäre, dass jeglicher Erkenntnisgewinn mit erheblicher, bewusster oder unbewusster Arbeit verbunden ist. -Dies wäre die wahrscheinlich logisch stringentere Theorie, gegen sie spricht aber die Phänomenologie eines Erkenntisgewinns. Eine Erkenntnis kommt uns oft vor wie ein “Heureka” Moment, wir “finden” sie, plötzlich ist sie da und wir können mit ihr arbeiten. -Eine nicht-inferentialistische Theorie legt ebendiese Beweislast nicht im Subjekt an, ich habe eine Erlaubnis, oder besser, ein Recht auf a-priori Annahme der Richtigkeit der Aussage. “Person X hat mir P gesagt, also kann ich P verwenden” ist nun valide und bedarf erstmal keiner weiteren Überprüfung auf Richtigkeit. Diese Argumentationslinie ist deutlich kompatibler mit der phänomenologischen Erfahrung einer Erkenntnis vim Alltag. Wir stoßen aber auf deutlich größere Probleme, wenn wir uns fragen, woher eigentlich unser Recht auf Wahrheitsannahme von Drittaussagen kommt. Klar, 2+2=4, weil der Prof das an die Tafel geschrieben hat, ist die “schlechtere” Begründung als zu sagen, dass das Ergebnis aus gewissen mathematischen Axiomen deduziert wurde.</p> -<ol start="2"> -<li>Formulieren Sie jeweils einen Einwand gegen beide Theorien.</li> -</ol> -<p>Wir befinden uns also nun in der Spannung der phänomenalistischen “Heureka” Erfahrung des Findens von Epistemen (in nicht-inferentiellen Systemen) und dem Problem der schwachen Justifizierung von Aussagen gegenüber der erhöhten Stringenz eines epistemischen Systems, dass externe (logische, probabilistische, normative etc.) Gründe für Aussagen zur Verfügung stellt, aber einen schier unüberwindbaren rechnerischen Aufwand darstellt. Auch das Problem der ersten Begründung bleibt bestehen. Angenommen, ich weiß noch nichts, habe bisher null Episteme gesammelt, wie wird das erste Epistem, das ich finde, begründbar sein?</p> -<ol start="3"> -<li>Worin besteht doxastische Verantwortung (doxastic responsibility) nach F und Ihrer eigenen Meinung nach.</li> -</ol> -<p>Doxastische Verantwortung ist die Verantwortung für die Begründbarkeit des eigenen Nezwerkes aus Epistemen. Wenn mich also jemand fragt: Warum glaubst du das?, ist es sozial im Allgemeinen erwartbar, dass ich darauf eine Antwort liefern kann. Und wie wir eben schon am Beispiel der Begründung für 2+2=4 gesehen haben, scheint es hier “bessere” und weniger gute Gründe zu geben, das heisst, eine Person kann zur Verantwortung gezogen werden, unzureichend begründete Episteme fallen zu lassen und eine gewisse Grenze zu ziehen, eine mindest erwartbare Begründung. Diese kann sehr wahrscheinlich nicht universell formuliert werden. Eine Regel wie: Alle Bürger dürfen nur noch Aussagen weiterverwenden, denen sie eine mindestens 90-prozentige Wahrheitswarscheinlichkeit attestieren, ist aus diversen Gründen problematisch. -Frickers Auffassung Doxastischer Verantwortung ist insofern speziell, als dass sie eine deutliche Verbindung moralischer Verantwortung (die wir offensichtlich alle in irgendeiner Form tragen) und Doxastischer Verantwortung sieht. Sogar die Gründe sind oft überlappend. Eine Gute Moralische Begründung, die zum Beispiel der Wahrhaftigkeit, scheint ganz offensichtlich auch eine gute doxastische begründung zu sein. Diese Parallelität zieht Fricker heran, um neo-aristotelianische Moralbegründuungen auch auf epistemischer Ebene wirksam zu machen. -Ich lasse mich da gern Überzeugen von Ihr und erache es als sinnvoll Doxastische Verantwortung in gewisser Weise moralisch bindend zu machen. Intuitiv wissen wir ja auch, dass unsere Erwartung, dass dritte wahrhaftig mit uns interagieren, auf Gegenseitigkeit beruht und das leben nicht nur normativ, sondern auch auf epistemischer Ebene “verbessert”. Dies liefert auch eine recht simplistesche Rechtfertigung, annehmen zu können, dass Dritte mir die Wahreit sagen. Ich tue ja auch immer mein Bestes, warum also die anderen nicht?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on 05.01.2021</p> - -</blockquote> - - - - Critical Epistemology - Tue, 14 Jul 2020 00:00:00 +0000 - Unknown - https://aron.petau.net/blog/critical-epistemologies/ - https://aron.petau.net/blog/critical-epistemologies/ - <h2 id="forum-entries-from-the-seminar-critical-epistemologies"><a class="zola-anchor" href="#forum-entries-from-the-seminar-critical-epistemologies" aria-label="Anchor link for: forum-entries-from-the-seminar-critical-epistemologies">Forum entries from the Seminar: Critical Epistemologies</a></h2> -<h3 id="on-anderson-institutions"><a class="zola-anchor" href="#on-anderson-institutions" aria-label="Anchor link for: on-anderson-institutions">On Anderson: Institutions</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Epistemic Justice as a Virtue of Social Institutions -Elizabeth Anderson (2012) Epistemic Justice as a Virtue of Social Institutions, Social Epistemology, 26:2, 163-173, -DOI: 10.1080/02691728.2011.652211 <a href="https://doi.org/10.1080/02691728.2011.652211">Publication</a></p> - -</blockquote> -<p>The text by Anderson helped shed light on a few issues I stumbled over with Frickers Account. On top of the various issues I and seemingly others have with her virtue-based approach, I think a utilitarian angle is worth considering. That would be: okay, I accept that people can help fight injustice by realising their privilege, showing restraint, silencing themselves, and adopting the benevolent listening approach. I think that is a practical, virtuous, and realistic endeavour. -But is it the effective path to alleviating structural injustice? I think not, and initially, that is a major reason I discarded Fricker’s approach, although I saw merit. I have similar concerns to Anderson in the scalability of virtues. Virtuous behavior might help my personal well-being, it gives me normative elevation and might even further the quality of relationships I have. But is it applicable to society, is it enough to counteract structural injustice? -Well, maybe, assuming that:</p> -<ol> -<li>Everyone realizes their privilege,</li> -<li>Everyone concludes that justice is the right goal,</li> -<li>Upon deciding to adopt a virtuous stance, everyone at least moderately succeeds in practicing what they preach.</li> -</ol> -<p>I think, for society, the same society that came up with patriarchy in the first place, external pressure, some measure independent of the convictedness of the subjects is needed. -Anderson made the powerful point of: “Anything that works, goes”, which took me some time to appreciate. I am always angry when I get told to keep my shower to a minimum or stop using plastic straws when I know exactly that my using less water is nothing compared to the institutionalized practice of Coca-Cola putting water into bottles. I feel like it is unjustified to ask me to save water while others triple their output, for performance. -The same thing applies to Epistemic injustices. It strikes me how much energy it costs to keep up virtuous behavior individually and how little effect there is to show for it. I do not believe in “trickling up” where institutions will eventually adopt individual practices. -Is Fricker thereby less right in her point? No, it adds up, as an entire population showering shorter adds up to lots of water saved. -Anderson also points out how locally innocent biases can create injustice on a “macro” scale. Another indicator for me is that local virtue is not the sole solution, as it can still feed and sustain a system enforcing epistemic injustice.</p> -<p>I still have doubts about what to do now with my ideas, on how the world looks that I want. I lack the imagination of seeing a world that is epistemically just, and it is hard to strive for something one cannot even imagine. The system is inherently leaning toward inequality, if I try to balance something on a needle, it will only go well so long, before small imbalances create chain reactions and the object should be called unstable. Should we even succeed in “resetting” society, creating equal participation for each subject, how will it remain just? Is Justice always a conjunct of Equality? Are there ways to achieve real Justice without needing equality?</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 14. July 2020, 17:45</p> - -</blockquote> -<h3 id="on-medina-the-informant-and-the-inquirer"><a class="zola-anchor" href="#on-medina-the-informant-and-the-inquirer" aria-label="Anchor link for: on-medina-the-informant-and-the-inquirer">On Medina, the informant and the inquirer</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Dr. José Medina (2012) Hermeneutical Injustice and Polyphonic Contextualism: Social Silences and Shared Hermeneutical Responsibilities, Social Epistemology, 26:2, 201-220, DOI: 10.1080/02691728.2011.652214 -<a href="https://www.ias.edu/sites/default/files/sss/pdfs/Crisis-and-Critique-2018-19/medina_imposed_silences.pdf">Publication</a></p> - -</blockquote> -<p>My biggest takeaway here was that, as I tried to hint at in an earlier comment, -Whenever we talk about justice, this necessarily refers to a relational concept, where everybody has a double role to ensure successful communication. Medina calls these the inquirer and the informant. So, every individual has to make sure to act to her capacity as an epistemologically sound knowledge-acquiring agent (the inquirer). This would involve knowing when and how to falsify/qualify statements, making inferences about the theory of mind, and generally comparing different statements. The other role is the informant, where the individual should have the capacity to function as an object in an inquiry by another. -Very roughly this can, I think, be compared to any good communication model, where there are a listener and a speaker, and both have to function. What was new here, or at least came out more clear is that it not only depends on the capacity of both of these roles on the subject, but it is also directly dependent on the “other”, the agent opposite of the subject. We may call this other society later but it helps me to visualize the other as an individual nonetheless. Where the analogy to communication now fails, in my opinion, is this cross-dependence, where an agent does not fully determine her capacity to act both as an inquirer and as an informant, it is co-determined by the “other”. So, if I, as an “other”, listen to someone’s statements, and I fail or refuse to understand the epistemic content of the message, I am not only impairing my epistemic agency, but I also hurt the epistemic agency of the subject. Maybe obvious to most, but this thought struck me as being exactly the point of leverage for dysfunctionalities in power relations. -Also argued convincingly in the paper was that these are distinct and independent agencies, which can be impairing an individual separately. -Overall, the Medina text was incredibly helpful after the somewhat confusing Fricker text that felt incomplete and left a lot of questions for me. The medina text picked up all my initial doubts, that I couldn’t properly formulate, and many more, while still holding to the general framework of Fricker. -Although I was not convinced by the Fricker Text, I tend to think the strategy:</p> -<p>“When in doubt, give the subject full epistemic credibility”</p> -<p>Is a good strategy that might alleviate a lot of issues regarding functions of power, and hierarchy, but also further, it might be a good counter for things as our confirmation bias, expectation bias and many individual errors that we could minimize by constantly exposing ourselves to falsifiability through others (voluntarily). Sounds like science applied to agency to me.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Thursday 09. July 2020, 11:25</p> - -</blockquote> -<h3 id="on-jaggar-norms-outlaw-emotions-and-the-ideal-society"><a class="zola-anchor" href="#on-jaggar-norms-outlaw-emotions-and-the-ideal-society" aria-label="Anchor link for: on-jaggar-norms-outlaw-emotions-and-the-ideal-society">On Jaggar: Norms, Outlaw Emotions, and the Ideal Society</a></h3> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>Source Text: Alison M. Jaggar (1989) Love and knowledge: Emotion in feminist epistemology, Inquiry, 32:2, 151-176, DOI: 10.1080/00201748908602185 -<a href="https://doi.org/10.1080/00201748908602185">Publication</a></p> - -</blockquote> -<p>I found Jaggar to be a very wholesome read, it was the perfect amount of grounded argumentative structure and felt very connected as a whole. This was, together with the ideas from Lugones the best and most fruitful paper for me. -On outlaw emotions: -First, I hate the term, I think it’s placative and fails to frame the (actually nice) idea behind it. -Outlaw Emotions are all those emotions incompatible with the dominant norms. That’s a huge field to cover, among feminist emotions they would also encompass emotions that are irrational or “faulty”. So, Jaggar does the term Justice by saying, some, but not all Outlaw Emotions are Feminist emotions. To make this evident, just think of a murderer’s joy for killing, it is of no feminist interest to dissect, yet it is against dominant values. So, experiencing Outlaw emotions is a (probably) necessary, but not sufficient condition for feminism. The incompatible emotion serves to create discourse and change. -Jaggar convincingly shows how emotions have a direct influence on beliefs and can validly constitute evidence, while simultaneously validly influencing values in a similar manner. -When we talk about dominant/alternative norms, we already endorse hierarchy in society. We acknowledge its existence, simply by identifying the dominant norm. I am not quite sure what exactly Jaggar proposes we should do with the hierarchy structures in society. Explicitly I can read: Subcultures rejecting dominant norms should be formed, to create counterbalances and a somewhat fair discourse over the topic. -“How can we determine which outlaw emotions are to be endorsed or encouraged and which rejected? In what sense can we say that some emotional responses are more appropriate than others? What reason is there for supposing that certain alternative perceptions of the world, perceptions informed by outlaw emotions, are to be preferred to perceptions informed by conventional emotions? Here I can indicate only the general direction of an answer, whose full elaboration must await another occasion. I suggest that emotions are appropriate if they are characteristic of a society in which all Human Life (and perhaps some nonhuman life, too) thrive, or if they are conducive to establishing such a society.” -To me this passage sounds sketchy at best, there is no indication of how to successfully separate appropriate from inappropriate emotions. Roughly, I read this part as: emotions are warranted iff they increase the balance of power. (equivalent to minimizing the height of the hierarchy) I would love to get to read this “other occasion” because it seems indefensible to me to formulate a norm that states: Accept only emotions which eliminate/diminish norms. -The idea roughly resembles Rawls’s Minimax Principle, where a policy should be implemented iff the benefit for the most disadvantaged is highest. -Another thing I found helpful is her reformulation of what norms do: -“Dominant Norms tend to serve dominant interests” -til here nothing new, this is a tautology for me, I understand norms as identical to dominant interests, that’s literally what norms are. -Is an alternative, suppressed norm even thinkable? Isn’t it inherent in a norm that it be the dominant one? -But then, after that: “Whatever our color / gender / class / sexual orientation, we are likely to adopt the dominant value of racist, classist, homophobe, misogynistic white men.” -This was rather helpful to me, as it reframes the “act” of oppression as the “likelihood of value distribution” being skewed in your favor, making everybody’s values more likely to be similar to yours. This nicely illustrates how a system can be hierarchical and oppressive, without anybody actively, intentionally “acting oppressive”, while still perpetuating oppression. I’m -not saying everybody is acting unintentionally oppressive, but it is always hard to imagine for me to picture “White Men” forming a group and collectively deciding on who to hate this coming season, Conceptually separating “being oppressed” and “oppressing” into phenomena -without necessary inherent causal relation makes sense to me here.</p> -<blockquote class="note"> - <p class="alert-title"> - <i class="icon"></i>Note</p> - <p>created by Aron Petau on Tuesday 23. June 2020, 18:52</p> - -</blockquote> - - - - diff --git a/public/theme-switcher.js b/public/theme-switcher.js deleted file mode 100644 index 5632d6f1..00000000 --- a/public/theme-switcher.js +++ /dev/null @@ -1,104 +0,0 @@ -// Theme Initialization -(function () { - // Get the default theme from the HTML data-theme attribute. - const defaultTheme = document.documentElement.getAttribute("data-theme"); - - // Set the data-default-theme attribute only if defaultTheme is not null. - if (defaultTheme) { - document.documentElement.setAttribute("data-default-theme", defaultTheme); - } - - // Attempt to retrieve the current theme from the browser's local storage. - const storedTheme = localStorage.getItem("theme"); - - if (storedTheme && storedTheme !== "system") { - document.documentElement.setAttribute("data-theme", storedTheme); - } else if (defaultTheme && storedTheme !== "system") { - document.documentElement.setAttribute("data-theme", defaultTheme); - } else { - // If no theme is found in local storage and no default theme is set, hand over control to the CSS. - document.documentElement.removeAttribute("data-theme"); - } - - // Expose defaultTheme to the outer scope. - window.defaultTheme = defaultTheme; -})(); - -// Icon Update and Theme Switching -function setTheme(theme, saveToLocalStorage = false) { - if (theme === "system") { - document.documentElement.removeAttribute("data-theme"); - } else { - document.documentElement.setAttribute("data-theme", theme); - } - - if (saveToLocalStorage) { - localStorage.setItem("theme", theme); - } else { - localStorage.removeItem("theme"); - } - - // Update icon class based on the selected theme. - updateIconClass(theme); - - // Update the active button based on the selected theme. - updateActiveButton(theme); -} - -function resetTheme() { - // Reset the theme to the default or system preference if no default is set. - setTheme(window.defaultTheme || "system"); -} - -function switchTheme(theme) { - if (theme === "system") { - resetTheme(); - } else { - setTheme(theme, true); - } -} - -function updateIconClass(theme) { - const iconElement = document.querySelector("#theme-switcher summary .icon"); - - // Remove any existing theme classes - iconElement.classList.remove("light", "dark"); - - // Add the appropriate class based on the selected theme - if (theme === "light") { - iconElement.classList.add("light"); - } else if (theme === "dark") { - iconElement.classList.add("dark"); - } -} - -function updateActiveButton(theme) { - // Remove .active class from all buttons - document.querySelectorAll('#theme-switcher button').forEach(button => { - button.classList.remove('active'); - }); - - // Add .active class to the button corresponding to the current theme - const activeButton = document.querySelector(`#theme-${theme}`); - if (activeButton) { - activeButton.classList.add('active'); - } -} - -document.getElementById("theme-light").addEventListener("click", function () { - switchTheme("light"); -}); -document.getElementById("theme-dark").addEventListener("click", function () { - switchTheme("dark"); -}); -document.getElementById("theme-system").addEventListener("click", function () { - switchTheme("system"); -}); - -// Update icon class on page load based on current theme -const currentTheme = localStorage.getItem("theme") || window.defaultTheme || "system"; -updateIconClass(currentTheme); -updateActiveButton(currentTheme); - -// Make the switchTheme function accessible globally -window.switchTheme = switchTheme; diff --git a/static/logo.png b/static/logo.png new file mode 100644 index 00000000..c98a4ad6 Binary files /dev/null and b/static/logo.png differ diff --git a/themes/duckquill b/themes/duckquill new file mode 160000 index 00000000..7157ea47 --- /dev/null +++ b/themes/duckquill @@ -0,0 +1 @@ +Subproject commit 7157ea479d9c20b7a95a3645a6689ccb9ebffa29