generated from Zeronaut/nbco-hugo-web
Post 2025-03-30
Some checks failed
Deploy to Netlify / Deploy Hugo site to Netlify (push) Failing after 31s
Some checks failed
Deploy to Netlify / Deploy Hugo site to Netlify (push) Failing after 31s
This commit is contained in:
@ -26,8 +26,8 @@
|
||||
|
||||
|
||||
|
||||
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.c93a43f1f6e5c7a5e0d4b158b4cbd83860dbc497a8a24834d64b0f9757ef05be1a1698265edf46ca5b49b0cf6dcb37d7ff2a6831538d8d25cf320ee8351f2ca6.css"
|
||||
integrity="sha512-yTpD8fblx6Xg1LFYtMvYOGDbxJeookg01ksPl1fvBb4aFpgmXt9GyltJsM9tyzfX/ypoMVONjSXPMg7oNR8spg==" />
|
||||
<link type="text/css" rel="stylesheet" href="/css/main.bundle.min.6c40eb56a39ffc807d6745779b36d9d4e87abb472267de702cab14efcf8f105e5a8fe4543ce82551fbf94d50446429d78ad2b77f7f58df5968ce02651c8bf4c4.css"
|
||||
integrity="sha512-bEDrVqOf/IB9Z0V3mzbZ1Oh6u0ciZ95wLKsU78+PEF5aj+RUPOglUfv5TVBEZCnXitK3f39Y31lozgJlHIv0xA==" />
|
||||
|
||||
|
||||
<script type="text/javascript" src="/js/appearance.min.516a16745bea5a9bd011138d254cc0fd3973cd55ce6e15f3dec763e7c7c2c7448f8fe7b54cca811cb821b0c7e12cd161caace1dd794ac3d34d40937cbcc9ee12.js"
|
||||
@ -43,12 +43,12 @@
|
||||
|
||||
|
||||
|
||||
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.a5312a15393b6da77a379acf5b55576cabc85cb09cf0973d143812be82d0810982674c92e8564f3999e456d97305ae6f6269c41612d008359d8b94265a99eec5.js"
|
||||
integrity="sha512-pTEqFTk7bad6N5rPW1VXbKvIXLCc8Jc9FDgSvoLQgQmCZ0yS6FZPOZnkVtlzBa5vYmnEFhLQCDWdi5QmWpnuxQ==" data-copy="" data-copied=""></script>
|
||||
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.b6411b5d4cd56c0068d34c4acbce043846adad56b824e3d486a06d3459aed2eb7f7413874b7871cc2c822c8c8834cbed944022918bcc8cca710a962167c36d32.js"
|
||||
integrity="sha512-tkEbXUzVbABo00xKy84EOEatrVa4JOPUhqBtNFmu0ut/dBOHS3hxzCyCLIyINMvtlEAikYvMjMpxCpYhZ8NtMg==" data-copy="" data-copied=""></script>
|
||||
|
||||
|
||||
|
||||
<script src="/lib/zoom/zoom.min.37d2094687372da3f7343a221a470f6b8806f7891aa46a5a03966af7f0ebd38b9fe536cb154e6ad28f006d184b294525a7c4054b6bbb4be62d8b453b42db99bd.js" integrity="sha512-N9IJRoc3LaP3NDoiGkcPa4gG94kapGpaA5Zq9/Dr04uf5TbLFU5q0o8AbRhLKUUlp8QFS2u7S+Yti0U7QtuZvQ=="></script>
|
||||
<script src="/lib/zoom/zoom.min.f592a181a15d2a5b042daa7f746c3721acf9063f8b6acd175d989129865a37d400ae0e85b640f9ad42cd98d1f8ad30931718cf8811abdcc5fcb264400d1a2b0c.js" integrity="sha512-9ZKhgaFdKlsELap/dGw3Iaz5Bj+Las0XXZiRKYZaN9QArg6FtkD5rULNmNH4rTCTFxjPiBGr3MX8smRADRorDA=="></script>
|
||||
|
||||
|
||||
|
||||
@ -63,6 +63,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<meta property="og:url" content="http://localhost:1313/posts/2024-10-30-the-dark-side/">
|
||||
<meta property="og:site_name" content="All is the Wave 🌊">
|
||||
<meta property="og:title" content="The Dark Side">
|
||||
@ -179,7 +180,7 @@
|
||||
<div id="menu-blur" class="absolute opacity-0 inset-x-0 top-0 h-full single_hero_background nozoom bg-neutral dark:bg-neutral-800"></div>
|
||||
<div class="relative max-w-[64rem] ml-auto mr-auto">
|
||||
<div style="padding-left:0;padding-right:0;padding-top:2px;padding-bottom:3px"
|
||||
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start space-x-3">
|
||||
class="main-menu flex items-center justify-between px-4 py-6 sm:px-6 md:justify-start gap-x-3">
|
||||
|
||||
|
||||
|
||||
@ -203,7 +204,7 @@
|
||||
|
||||
|
||||
</nav>
|
||||
<nav class="hidden md:flex items-center space-x-5 md:ml-12 h-12">
|
||||
<nav class="hidden md:flex items-center gap-x-5 md:ml-12 h-12">
|
||||
|
||||
|
||||
|
||||
@ -309,7 +310,7 @@
|
||||
|
||||
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
|
||||
|
||||
<p class="text-base font-medium" title="">
|
||||
<p class="text-base font-medium" title="Tags">
|
||||
Tags
|
||||
</p>
|
||||
</a>
|
||||
@ -351,7 +352,7 @@
|
||||
|
||||
|
||||
<div
|
||||
class="ltr:mr-14 rtl:ml-14 flex items-center">
|
||||
class=" flex items-center">
|
||||
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
|
||||
<div class="flex items-center justify-center dark:hidden">
|
||||
|
||||
@ -378,7 +379,7 @@
|
||||
|
||||
|
||||
</nav>
|
||||
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
|
||||
<div class="flex md:hidden items-center gap-x-5 md:ml-12 h-12">
|
||||
|
||||
<span></span>
|
||||
|
||||
@ -401,7 +402,7 @@
|
||||
|
||||
|
||||
|
||||
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
|
||||
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400 ltr:mr-1 rtl:ml-1">
|
||||
<div class="flex items-center justify-center dark:hidden">
|
||||
|
||||
|
||||
@ -427,7 +428,7 @@
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="-my-2 -mr-2 md:hidden">
|
||||
<div class="-my-2 md:hidden">
|
||||
|
||||
<label id="menu-button" class="block">
|
||||
|
||||
@ -583,7 +584,7 @@
|
||||
<li class="mt-1">
|
||||
<a href="/tags/" class="flex items-center text-gray-500 hover:text-primary-600 dark:hover:text-primary-400">
|
||||
|
||||
<p class="text-bg font-bg" title="">
|
||||
<p class="text-bg font-bg" title="Tags">
|
||||
Tags
|
||||
</p>
|
||||
</a>
|
||||
@ -653,7 +654,7 @@
|
||||
|
||||
|
||||
<div class="fixed inset-x-0 top-0 h-[800px] single_hero_background nozoom"
|
||||
style="background-image:url(/posts/2024-10-30-the-dark-side/featured_hu8693075304034559921.jpg);">
|
||||
style="background-image:url(/posts/2024-10-30-the-dark-side/featured_hu_69f4a69745bacd90.jpg);">
|
||||
|
||||
|
||||
|
||||
@ -685,7 +686,7 @@
|
||||
|
||||
|
||||
|
||||
<li class="inline hidden">
|
||||
<li class="hidden">
|
||||
<a
|
||||
class="hover:underline decoration-neutral-300 dark:underline-neutral-600"
|
||||
href="/"
|
||||
@ -694,7 +695,7 @@
|
||||
</li>
|
||||
|
||||
|
||||
<li class="inline ">
|
||||
<li class="inline">
|
||||
<a
|
||||
class="hover:underline decoration-neutral-300 dark:underline-neutral-600"
|
||||
href="/posts/"
|
||||
@ -703,7 +704,7 @@
|
||||
</li>
|
||||
|
||||
|
||||
<li class="inline hidden">
|
||||
<li class="hidden">
|
||||
<a
|
||||
class="hover:underline decoration-neutral-300 dark:underline-neutral-600"
|
||||
href="/posts/2024-10-30-the-dark-side/"
|
||||
@ -856,8 +857,7 @@ Yeah, that and maybe the world
|
||||
Someone that loves me the way of Star Wars</p>
|
||||
<p>Star Wars, Wizards and Ninja Wars
|
||||
Star Wars, Wizards and Ninja Wars</p>
|
||||
<p><strong>Star Wars - Ryan Adams & The Cardinals</strong></p>
|
||||
</blockquote>
|
||||
<p><strong>Star Wars - Ryan Adams & The Cardinals</strong></p></blockquote>
|
||||
<p>Growing up watching Star Wars the Original Series (Episodes 4-6) I had a much more simplistic view of it as the classic struggle between good and evil. The light side being good and the dark side being evil. The true brilliance in the fiction is that they’re not nearly that simple. My partner being younger than me and watching it with her brother who is a bit younger still started out with the prequels (episodes 1-3). That trilogy focuses on the journey of one young Anakin Skywalker.</p>
|
||||
<p>Amara, my partner, has an affinity for Anakin who becomes Darth Vader and got me to look at the series in a different light - or darkness. We also watched some fascinating youtube videos discussing the story arcs of his character and that of the main series big bad antagonist Emperor Palpatine. To keep the post shorter and focused I’m sticking with Anakin/Darth Vader here.</p>
|
||||
|
||||
@ -879,11 +879,11 @@ Star Wars, Wizards and Ninja Wars</p>
|
||||
<img
|
||||
class="my-0 rounded-md"
|
||||
srcset="
|
||||
/posts/2024-10-30-the-dark-side/images/anakin-vader-shadow_hu13167424192720808017.jpg 330w,
|
||||
/posts/2024-10-30-the-dark-side/images/anakin-vader-shadow_hu14379377348381597454.jpg 660w,
|
||||
/posts/2024-10-30-the-dark-side/images/anakin-vader-shadow_hu10428087438055087036.jpg 1024w,
|
||||
/posts/2024-10-30-the-dark-side/images/anakin-vader-shadow_hu16619741469372015757.jpg 2x"
|
||||
src="/posts/2024-10-30-the-dark-side/images/anakin-vader-shadow_hu14379377348381597454.jpg"
|
||||
/posts/2024-10-30-the-dark-side/images/anakin-vader-shadow_hu_c3f1b3ea89a08cec.jpg 330w,
|
||||
/posts/2024-10-30-the-dark-side/images/anakin-vader-shadow_hu_b386867e41a143c5.jpg 660w,
|
||||
/posts/2024-10-30-the-dark-side/images/anakin-vader-shadow_hu_32b55e00cf63522a.jpg 1024w,
|
||||
/posts/2024-10-30-the-dark-side/images/anakin-vader-shadow_hu_a3c8869c2c8b6e44.jpg 2x"
|
||||
src="/posts/2024-10-30-the-dark-side/images/anakin-vader-shadow_hu_b386867e41a143c5.jpg"
|
||||
alt="Anakin Vader Shadow"
|
||||
/>
|
||||
|
||||
@ -909,11 +909,11 @@ Star Wars, Wizards and Ninja Wars</p>
|
||||
<img
|
||||
class="my-0 rounded-md"
|
||||
srcset="
|
||||
/posts/2024-10-30-the-dark-side/images/fei-id_hu1729375894606437820.jpg 330w,
|
||||
/posts/2024-10-30-the-dark-side/images/fei-id_hu12274116173683346444.jpg 660w,
|
||||
/posts/2024-10-30-the-dark-side/images/fei-id_hu17259662626076847001.jpg 1024w,
|
||||
/posts/2024-10-30-the-dark-side/images/fei-id_hu15692666735612849916.jpg 2x"
|
||||
src="/posts/2024-10-30-the-dark-side/images/fei-id_hu12274116173683346444.jpg"
|
||||
/posts/2024-10-30-the-dark-side/images/fei-id_hu_3f7162bb049254a0.jpg 330w,
|
||||
/posts/2024-10-30-the-dark-side/images/fei-id_hu_eb8ddb08c0842e08.jpg 660w,
|
||||
/posts/2024-10-30-the-dark-side/images/fei-id_hu_eb2d4804ed14ce31.jpg 1024w,
|
||||
/posts/2024-10-30-the-dark-side/images/fei-id_hu_26f942fd0438fa0a.jpg 2x"
|
||||
src="/posts/2024-10-30-the-dark-side/images/fei-id_hu_eb8ddb08c0842e08.jpg"
|
||||
alt="Fei and Id duality from Xenogears"
|
||||
/>
|
||||
|
||||
@ -922,14 +922,12 @@ Star Wars, Wizards and Ninja Wars</p>
|
||||
<p>Here’s where we get into Jungian psychology and some more practical personal experience and advise.</p>
|
||||
<blockquote>
|
||||
<p>There is nothing either good or bad, but thinking makes it so. To me, it is a prison.</p>
|
||||
<p>Hamlet, in Shakespeare’s Hamlet</p>
|
||||
</blockquote>
|
||||
<p>Hamlet, in Shakespeare’s Hamlet</p></blockquote>
|
||||
<p>Hamlet is on to something here. He recognizes that he is twice imprisoned - once physically by another king and kingdom but twice by the imprisonment of his mind.</p>
|
||||
<p>These are all very similar to what brother Malcolm X taught his followers: see during his time in prison he learned to free his mind. He also observed, compared, and contrasted the “Field Negro” to the “House Negro.” The synopsis was that the House Negro was able to enjoy a better life living as their master, learning and speaking the same language, wearing the same fine clothes, spared from most of the harder labor, eating the same food. But in the end they were still enslaved. And their master would never reciprocate their respect for their master because he didn’t see them as people that could be his equals. So their minds still enslaved both and to the master there was no difference. Instead he says free your mind, find your truth, and demand the respect for exactly who you are. There is much power in this level of self awareness. You learn to not take nonsense from anyone else whether they are intentionally trying to enslave you or unintentionally harming you.</p>
|
||||
<blockquote>
|
||||
<p>The man who promises everything is sure to fulfill nothing, and everyone who promises too much is in danger of using evil means in order to carry out his promises, and is already on the road to perdition.</p>
|
||||
<p>Carl Jung</p>
|
||||
</blockquote>
|
||||
<p>Carl Jung</p></blockquote>
|
||||
<p>Similar to what Hamlet hints at emotions are neither good nor bad. They are in a real way the language our bodies use to communicate. So when we deny, suppress, stuff down our emotions we are actually harming ourselves and eventually those around us.</p>
|
||||
<p>Instead of seeking to eliminate what emotions we are ashamed of or society calls negative or unworthy we should seek to be aware of them. Some self control is certainly a good thing. But we should be cognizant that we are not allowing ourselves, say anger, in a particular moment because other people are not receptive to it and work to process that feeling later in a safe time.</p>
|
||||
<p>This is the basis for what Carl Jung calls Shadow Work. The idea is that you find your personal truth through all aspects of yourself even the ones that others deem unworthy, embarassing, or undesirable. Being able to live as a full person is a process that requires awareness of your shadow self and knowing when and how to integrate that into your public self.</p>
|
||||
@ -938,11 +936,11 @@ Star Wars, Wizards and Ninja Wars</p>
|
||||
<img
|
||||
class="my-0 rounded-md"
|
||||
srcset="
|
||||
/posts/2024-10-30-the-dark-side/images/darksideofthemoon_hu6798309859871426149.png 330w,
|
||||
/posts/2024-10-30-the-dark-side/images/darksideofthemoon_hu1698959904970419303.png 660w,
|
||||
/posts/2024-10-30-the-dark-side/images/darksideofthemoon_hu17064027786455797017.png 1024w,
|
||||
/posts/2024-10-30-the-dark-side/images/darksideofthemoon_hu2836202504544571493.png 2x"
|
||||
src="/posts/2024-10-30-the-dark-side/images/darksideofthemoon_hu1698959904970419303.png"
|
||||
/posts/2024-10-30-the-dark-side/images/darksideofthemoon_hu_7874438b3d4c9cfe.png 330w,
|
||||
/posts/2024-10-30-the-dark-side/images/darksideofthemoon_hu_ff482fa3dc9c1a5d.png 660w,
|
||||
/posts/2024-10-30-the-dark-side/images/darksideofthemoon_hu_62b04c0930dedb73.png 1024w,
|
||||
/posts/2024-10-30-the-dark-side/images/darksideofthemoon_hu_7f755b1623ceada8.png 2x"
|
||||
src="/posts/2024-10-30-the-dark-side/images/darksideofthemoon_hu_ff482fa3dc9c1a5d.png"
|
||||
alt="Dark Side of The Moon Album Cover"
|
||||
/>
|
||||
|
||||
@ -963,8 +961,7 @@ Star Wars, Wizards and Ninja Wars</p>
|
||||
<blockquote>
|
||||
<p>And if the band you’re in starts playing different tunes,
|
||||
I’ll see you on the dark side of the moon!</p>
|
||||
<p>Brain Damage - Pink Floyd</p>
|
||||
</blockquote>
|
||||
<p>Brain Damage - Pink Floyd</p></blockquote>
|
||||
<p>For me personally this looks like awareness of my people pleasing nature and self-denial. I’m learning that my self care is a non-negotiable. If I don’t take care of myselfyou’re either not getting my best self or I’m spending time to pay for it having to rest or being sick. I’ll be first to admit it can be hard sometimes feeling like you are letting people down to take care of yourself, but try to contextualize it. How much is that other person really worth in your life? They don’t know what you’re dealing with and thus they likely will never offer to help with many of your greatest needs. So set boundaries, say no, have conditions that look out for yourself.</p>
|
||||
<p>I’ll end with a joke that my partner and I have - mostly coming from the delivery of how we say. I asked do you love me? She said yes, but I love myself more. Jokingly with a face of disgust I said but I hope you love God most. I think this a really healthy hierarchy though. Your higher calling should come first, then yourself, then your partner or most important loved one. I have a strong tendency to go with myself last and that’s not helping anyone if I show up for you and I’m already burnt out.</p>
|
||||
|
||||
@ -1099,7 +1096,7 @@ I’ll see you on the dark side of the moon!</p>
|
||||
|
||||
<p class="text-sm text-neutral-500 dark:text-neutral-400">
|
||||
©
|
||||
2024
|
||||
2025
|
||||
|
||||
</p>
|
||||
|
||||
|
Reference in New Issue
Block a user