all repos — site @ c53eb9f1b57d46b6f6b5365c582536613509cb2f

source for my site, found at icyphox.sh

blog: being better
Anirudh Oppiliappan x@icyphox.sh
Thu, 19 Dec 2024 16:08:17 +0200
commit

c53eb9f1b57d46b6f6b5365c582536613509cb2f

parent

8274b6c300f5c83897059c7870a2be8e5fd067cc

4 files changed, 49 insertions(+), 8 deletions(-)

jump to
A pages/blog/better.md

@@ -0,0 +1,44 @@

+--- +template: +slug: better +title: Being better +subtitle: My epistemic breakthrough to better living +date: 2024-12-19 +--- + +A year and a half ago, I decided to go completely vegan. Actually, +scratch that -- completely *plant-based*. I only went vegan about a year +ago[^1]. It took six months for the reasoning to actually *click*. It's +kind of like an optical illusion: you know it's an illusion because it +says so, but it still takes you a while to actually *see* it. + +[^1]: I use the term "vegan" to describe ethical vegans. + +![optical illusion](https://cdn.icyphox.sh/illusion.jpg){300x300} + +When it did click, I couldn't unsee it; I couldn't unthink it. Total +paradigm shift. *Why* contribute to suffering when we -- those with +privilege, living in modern society -- can completely do without it? Of +course, most people have yet to even look at this particular optical +illusion, let alone experience the [illusory +unravelment](https://gappa.atharvaraykar.com/atharva/vocal-fry-and-illusory-unravelments) +that follows. + +Vegans, and to some extent, vegetarians reading this, may already know +what I'm talking about. I'm choosing to describe the moment this +epiphany occurred, as when I started "being better". To be clear, this +isn't in a "better than you" sense, but rather, a more holistic +betterness -- for myself, other beings, and the planet as a whole. + +This has by far been the best decision I've made for myself -- one that +has not only improved both my mental and physical health but also opened +up my mind to entirely new epistemic frameworks like effective altruism, +transforming how I reason about moral responsibility. I have learned to +*think* more deeply. + +There's a lot more I can say, but I've found the most powerful lever was +moral consistency. Most of us already live by a shared set of moral +principles: we condemn abuse and believe causing unnecessary suffering +is wrong. Moral consistency is simply about extending that compassion +beyond pets and charismatic wildlife to all sentient beings. The values +are already there; we just need to align our actions with them.
M static/style.cssstatic/style.css

@@ -34,10 +34,6 @@ color: var(--gray);

border-bottom: 1.5px solid var(--medium-gray); } - a:hover { - border-bottom: 1.5px solid var(--gray); - } - blockquote p { border-left: 1.5px solid var(--gray); }

@@ -100,7 +96,7 @@ }

main h1 { font-size: 30px; - padding: 40px 0 20px 0; + padding: 20px 0 20px 0; } main h2 {

@@ -158,7 +154,8 @@ border-bottom: 1.5px solid var(--medium-gray);

} a:hover { - border-bottom: 1.5px solid var(--cyan-trans); + border-bottom: unset; + border-bottom: 1.5px solid var(--dark); } .footer {

@@ -253,6 +250,7 @@ background-color: var(--light-gray);

} .post-date { + padding-top: 20px; color: var(--gray); text-transform: lowercase; }
M templates/partials/head.htmltemplates/partials/head.html

@@ -10,6 +10,4 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />

<meta charset="UTF-8" /> <meta name="HandheldFriendly" content="true" /> <link rel="icon" type="image/png" sizes="16x16" href="/favicon.png" /> -<meta name="theme-color" content="#ffffff" /> -<meta name="theme-color" content="#222222" media="(prefers-color-scheme: dark)" /> <link href="https://h.icyphox.sh/u/icy" rel="me" />
M templates/text.htmltemplates/text.html

@@ -19,6 +19,7 @@ {{ $date := parsedate $dateStr }}

{{ $date.Format "02 Jan, 2006" }} </section> + {{ if .Meta.draft }} <h1>{{ index .Meta "title" }} <span class="draft">[draft]</span></h1> {{ else }}