my website at https://anirudh.fi
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

blog: being better

+49 -8
+44
pages/blog/better.md
··· 1 + --- 2 + template: 3 + slug: better 4 + title: Being better 5 + subtitle: My epistemic breakthrough to better living 6 + date: 2024-12-19 7 + --- 8 + 9 + A year and a half ago, I decided to go completely vegan. Actually, 10 + scratch that -- completely *plant-based*. I only went vegan about a year 11 + ago[^1]. It took six months for the reasoning to actually *click*. It's 12 + kind of like an optical illusion: you know it's an illusion because it 13 + says so, but it still takes you a while to actually *see* it. 14 + 15 + [^1]: I use the term "vegan" to describe ethical vegans. 16 + 17 + ![optical illusion](https://cdn.icyphox.sh/illusion.jpg){300x300} 18 + 19 + When it did click, I couldn't unsee it; I couldn't unthink it. Total 20 + paradigm shift. *Why* contribute to suffering when we -- those with 21 + privilege, living in modern society -- can completely do without it? Of 22 + course, most people have yet to even look at this particular optical 23 + illusion, let alone experience the [illusory 24 + unravelment](https://gappa.atharvaraykar.com/atharva/vocal-fry-and-illusory-unravelments) 25 + that follows. 26 + 27 + Vegans, and to some extent, vegetarians reading this, may already know 28 + what I'm talking about. I'm choosing to describe the moment this 29 + epiphany occurred, as when I started "being better". To be clear, this 30 + isn't in a "better than you" sense, but rather, a more holistic 31 + betterness -- for myself, other beings, and the planet as a whole. 32 + 33 + This has by far been the best decision I've made for myself -- one that 34 + has not only improved both my mental and physical health but also opened 35 + up my mind to entirely new epistemic frameworks like effective altruism, 36 + transforming how I reason about moral responsibility. I have learned to 37 + *think* more deeply. 38 + 39 + There's a lot more I can say, but I've found the most powerful lever was 40 + moral consistency. Most of us already live by a shared set of moral 41 + principles: we condemn abuse and believe causing unnecessary suffering 42 + is wrong. Moral consistency is simply about extending that compassion 43 + beyond pets and charismatic wildlife to all sentient beings. The values 44 + are already there; we just need to align our actions with them.
+4 -6
static/style.css
··· 34 34 border-bottom: 1.5px solid var(--medium-gray); 35 35 } 36 36 37 - a:hover { 38 - border-bottom: 1.5px solid var(--gray); 39 - } 40 - 41 37 blockquote p { 42 38 border-left: 1.5px solid var(--gray); 43 39 } ··· 100 96 101 97 main h1 { 102 98 font-size: 30px; 103 - padding: 40px 0 20px 0; 99 + padding: 20px 0 20px 0; 104 100 } 105 101 106 102 main h2 { ··· 158 154 } 159 155 160 156 a:hover { 161 - border-bottom: 1.5px solid var(--cyan-trans); 157 + border-bottom: unset; 158 + border-bottom: 1.5px solid var(--dark); 162 159 } 163 160 164 161 .footer { ··· 253 250 } 254 251 255 252 .post-date { 253 + padding-top: 20px; 256 254 color: var(--gray); 257 255 text-transform: lowercase; 258 256 }
-2
templates/partials/head.html
··· 10 10 <meta charset="UTF-8" /> 11 11 <meta name="HandheldFriendly" content="true" /> 12 12 <link rel="icon" type="image/png" sizes="16x16" href="/favicon.png" /> 13 - <meta name="theme-color" content="#ffffff" /> 14 - <meta name="theme-color" content="#222222" media="(prefers-color-scheme: dark)" /> 15 13 <link href="https://h.icyphox.sh/u/icy" rel="me" />
+1
templates/text.html
··· 19 19 {{ $date.Format "02 Jan, 2006" }} 20 20 </section> 21 21 22 + 22 23 {{ if .Meta.draft }} 23 24 <h1>{{ index .Meta "title" }} <span class="draft">[draft]</span></h1> 24 25 {{ else }}