So what exactly is phenomenology?

It is essentially a method rather than a set of theories, and – at the risk of wildly oversimplifying – its basic approach can be conveyed through a two-word command: DESCRIBE PHENOMENA. The first part of this is straightforward: a phenomenologist’s job is to describe. This is the activity that Husserl kept reminding his students to do. It meant stripping away distractions, habits, clichés of thought, presumptions and received ideas, in order to return our attention to what he called the ’things themselves’. We must fix our beady gaze on them and capture them exactly as they appear, rather than as we think they are supposed to be. The things that we describe so carefully are called phenomena — the second element in the definition. The word phenomenon has a special meaning to phenomenologists: it denotes any ordinary thing or object or event as it presents itself to my experience, rather than as it may or may not be in reality. As an example, take a cup of coffee. […] What, then, is a cup of coffee? I might define it in terms of its chemistry and the botany of the coffee plant, and add a summary of how its beans are grown and exported, how they are ground, how hot water is pressed through the powder and then poured into a shaped receptacle to be presented to a member of the human species who orally ingests it. I could analyse the effect of caffeine on the body, or discuss the international coffee trade. I could fill an encyclopaedia with these facts, and I would still get no closer to saying what this particular cup of coffee in front of me is. On the other hand, if I went the other way and conjured up a set of purely personal, sentimental associations — as Marcel Proust does when he dunks his madeleine in his tea and goes on to write seven volumes about it— that would not allow me to understand this cup of coffee as an immediately given phenomenon either. Instead, this cup of coffee is a rich aroma, at once earthy and per-fumed; it is the lazy movement of a curlicue of steam rising from its surface. As I lift it to my lips, it is a placidly shifting liquid and a weight in my hand inside its thick-rimmed cup. It is an approaching warmth, then an intense dark flavour on my tongue, starting with a slightly austere jolt and then relaxing into a comforting warmth, which spreads from the cup into my body, bringing the promise of lasting alertness and refreshment. The promise, the anticipated sensations, the smell, the colour and the flavour are all part of the coffee as phenomenon. They all emerge by being experienced. If I treated all these as purely ‘subjective’ elements to be stripped away in order to be ‘objective’ about my coffee, I would find there was nothing left of my cup of coffee as a phenomenon— that is, as it appears in the experience of me, the coffee-drinker. This experiential cup of coffee is the one I can speak about with certainty, while everything else to do with the bean-growing and the chemis-try is hearsay. It may all be interesting hearsay, but it’s irrelevant to a phenomenologist. Husserl therefore says that, to phenomenologically describe a cup of coffee, I should set aside both the abstract suppositions and any intrusive emotional associations. Then I can concentrate on the dark, fragrant, rich phenomenon in front of me now This ‘set-ting aside’ or ‘bracketing out’ of speculative add-ons Husserl called epoche— a term borrowed from the ancient Sceptics, who used it to mean a general suspension of judgement about the world. Husserl sometimes referred to it as a phenomenological ‘reduction’ instead: the process of boiling away extra theorising about what coffee `really’ is, so that we are left only with the intense and immediate flavour— the phenomenon. The result is a great liberation. Phenomenology frees me to talk about my experienced coffee as a serious topic of investigation. It likewise frees me to talk about many areas that come into their own only when discussed phenomenologically. ...

What is existentialism anyway?

Some books about existentialism never try to answer this question, as it is hard to define. The key thinkers disagreed so much that, whatever you say, you are bound to misrepresent or exclude someone. Moreover, it is unclear who was an existentialist and who was not. Sartre and Beauvoir were among the very few to accept the label, and even they were reluctant at first. Others refused it, often rightly. Some of the main thinkers in this book were phenomenologists but not existentialists at all (Husserl, Merleau-Ponty), or existentialists but not phenomenologists (Kierkegaard); some were neither (Camus), and some used to be one or both but then changed their minds (Levinas). ...

Java Tools Cheatsheet

I have always neglected to write down java tools and commands that I use for troubleshooting. I will try to put in on this page. Memory and Threads There are many tools to measure java memory. In my experience, the easiest way to troubleshoot locally is to hook your development environment up to VisualVM. There are even plugins for it in e.g. IntelliJ. It is probably possible to do this to a production server as well, but that would likely impact performance. If you have access to the server, and have nothing prepared, you can do a heap-dump, which you can copy over and analyze in your local VisualVM. Taking heap dumps is done by jcmd 1 GC.heap_dump /tmp/dump.hprof. ...

Seiko Chronograph 7T42-7A5A

Recently I received a watch my dad used to wear - a Seiko Chronograph 7T42-7A5A. Since I’m curious about the history and details of the watch I decided to gather it on this page. I will update the page as I gather information, so it’s something of a perpetual work-in-progress. History When searching or the watch online, it’s usually called Seiko Olympic Chronograph, and with a reference to a year in the early 90s. I’ve seen reference to ‘91, ‘92 and ‘93. I entered the watch model number, as well as serial number, into the Seiko Date Finder, which came back with back unsure. But in standard Seiko fashion the first number in the serial number indicates the year it was made in, and the second number/letter referending the month. Since my watch’s serial number starts with 1N, it should have been made in 1971, 1981, 1991 or 2001 in November. I have seen several people on the internet describing it as the Seiko 1992 Barcelona Olympic Chronograph, so that’s my guess. And if it was made for a 1992 olympics, it wouldn’t be surprising for Seiko to produce it in late 1991. ...

Powershell Cheatsheet

Collection of powershell stuff. Curl replacement Invoke-WebRequest -Uri http://localhost Invoke-WebRequest -Uri http://localhost -Method POST $cred = Get-Credential Invoke-WebRequest -Uri http://localhost -Method POST -Credential $cred -UseBasicParsing

Connecting to Meraki VPN with Ubuntu 20.04

I had some issues getting the Meraki VPN to work with Ubuntu, which uses L2TP over IPsec. There is an official guide, but it just says that it doesn’t work properly with xl2tp. I figured I might a well document how I got it working. Install L2TP Wasn’t installed on my computer, so probably the same for yours. If you don’t run gnome, you can remove the -gnome at the end. ...

July 31, 2020  |  🏷️Vpn

Configuring swap for dummies

A cheatsheet for modifying swap on a linux machine Cheatsheet # See attached swaps sudo swapon --show # Create/Attach/Resize swap sudo swapoff /swap.img sudo fallocate -l 8G /swap.img sudo chmod 600 /swap.img sudo mkswap /swap.img sudo swapon /swap.img # Quick and dirty add swap to fstab echo '/swap.img none swap sw 0 0' | sudo tee -a /etc/fstab Swappiness # See swappiness cat /proc/sys/vm/swappiness # Set swappiness=1 sudo sysctl vm.swappiness=1 # Before you tee, you should grep for it instead. echo 'vm.swappiness=1' | sudo tee -a /etc/sysctl.conf

The quest for high quality sound on a Lenovo Yoga C940

Introduction I recently bought a new laptop, a Lenovo C940, and installed Ubuntu 20.04 on it. Everything works grand on it, except for the audio. When using Windows, the sound quality was great, however when in Linux, the sound is really tinny and can be harsh to listen to. It doesn’t matter if I use the speakers or the headphone-jack, both sound the same. The strange thing is that when I connect my bluetooth headphones (and use bluetooth A2DP), the sound is absolutely perfect. I’m not sure how this works technically, but if I can get bluetooth to work, I should be able to get the same quality normally, right? ...

Not all videos working on Firefox on Linux

Issue I recently installed Ubuntu minimal on a new computer, and noticed that sometimes Youtube-videos didn’t work. All “old” videos seemed to work, but newly uploaded videos usually claimed that my browser did not support HTML5. Basically, I could have a video in one tab which did work flawlessly, and a video in another tab which claimed I did not have HTML5 support in my browser. The error message was the something like the following: ...

New Ultrabook (2020)

Notes for purchasing a new laptop in 2020 Need to have ~13-14" screen 256 GiB SSD Probably 8 GiB RAM Modern bluetooth Modern Wi-Fi USB-C slot 8+ hours of use Full HD, no more, no less Intel Iris Plus Graphics G4 Nice to have No bezels 512 GiB SSD Probably 16 GiB RAM USB-A slot 3.5mm headphone jack Intel Iris Plus Graphics G7 Possible buys Lenovo Yoga C940-14 Got most stuff. Good hardware (trackpad, keyboard). Around 15k SEK. 2-in-1. Said to have great build-quality. I usually trust Lenovo. ...

June 2, 2020  |