update images to webp, update pre-commit hooks

This commit is contained in:
2026-03-04 01:37:18 -07:00
parent cfb55e0e51
commit bd73fcd39b
72 changed files with 1007 additions and 80 deletions
@@ -0,0 +1,66 @@
---
date: 2026-03-03T23:23:32-07:00
# description: ""
# image: ""
lastmod: 2026-03-04T01:31:12-07:00
showTableOfContents: false
tags: ["stoicism", "philosophy"]
title: "The Stoic Practice of Negative Visualization"
type: "post"
---
# Negative Visualization
I experimented today during my walk and meditation. I've taken interest at times to different practices and beliefs of the [Stoic (Wikipedia)](https://en.wikipedia.org/wiki/Stoicism) philosophy. I feel like Meditations by Marcus Aurelius really made the rounds a year or two ago amongst young millennial / gen z guys.
One of the standout practices to me is "futurorum malorum præmeditatio", or [negative visualization (Wikipedia)](https://en.wikipedia.org/wiki/Negative_visualization). It is believed to help with your resilience and gratitude. You imagine a bad scenario, losing something or someone dear to you. The reality of impermanence is brought forward intentionally in your mind.
While sitting on the special meditation rock, I tried my darndest to simply take in the view. I thought to myself, "man, I will really miss this place". I know it will be gone eventually. Its either bulldozed to erect a wonderful office building, or I move to a faraway land. I'm not a pessimist. I think this is just a fact of life. Eventually, we all get check-mated. Including the sitting rock.
![The view from the sitting rock. Landscape overlooking the Salt Lake Basin.](/images/salt-lake-basin-view.webp)
## A Turn of Perspective
I caught myself. I wondered at all the times I, and others, use phrases like
> "I'm so excited for __ ..."
or
> "I'm going to miss __ ..."
or
> "I'm not looking forward to __ ..."
All living for the future.
Why don't I state how much I am enjoying the present moment? These are all futures that don't exist. They never will! Have I ever heard of someone pulling some future wish down to the present? The future is merely an idea in my head. Once I get to that future, its never what I thought exactly. Half of the time, I get to the future moment and am looking to the next one, not even enjoying the one I was really banking on enjoying. What a shame!
So instead, I thought to the sitting rock that I really enjoyed its company. I was grateful for the seat.
## Love & Loss
I then had an unexpected experience.
I sort of intuitively combined the Buddhist practice of Metta with the stoic's negative visualization.
{{<aside>}}
I imagined losing my life partner. The love of my life. What that would be like, being there as she left me here. Alone to hold things together. It was vague, the timeline wasn't very clear, would this be from old age or some early life health complication, I wasn't sure. But the feeling of loss I felt got very deep. I breathed in and out, trying to stay with the feeling. I could feel tears pricking at the corners of my eyes. I persisted with the sensation. Then, I cried.
{{</aside>}}
I don't recall ever willfully imagining a loss so profound, solely in my mind.
Breathing with this sensation, I realized that sadness was not exactly what I was feeling.
The loss was coupled with love. A love as deep as the sorrow. Like the two sides of your hand: one side clenches and the other releases, vice versa.
## Gratitude
I'm not claiming to be some wild guru, I don't really know what I'm doing with mindfulness considering my lack of time in the saddle. But this was an experience unlike I have ever had in a "spiritual" sense.
I don't know how to describe it, but the sensation of love and loss resonated in me. Realizing that they are almost one in the same.
I came home from that experience light on my feet. Giddy and grateful to get to kiss the love of my life, to see her as she is, and have another day to enjoy being with her.
I will certainly try to make the time to imagine terrible things more often :wink:
@@ -5,7 +5,7 @@ draft: true
tags:
summary:
cover:
image: "/images/img.jpg"
image: ""
# can also paste direct link from external site
# ex. https://i.ibb.co/K0HVPBd/paper-mod-profilemode.png
alt: ""
+1 -1
View File
@@ -5,7 +5,7 @@ draft: true
tags:
summary:
cover:
image: "/images/img.jpg"
image: ""
# can also paste direct link from external site
# ex. https://i.ibb.co/K0HVPBd/paper-mod-profilemode.png
alt: ""
+2 -2
View File
@@ -1,8 +1,8 @@
---
date: 2026-02-22T23:53:05-07:00
description: "Wondering what sort of algorithm my dog uses for navigation"
image: "/images/otto-on-nature-path-algorithm.jpg"
lastmod: 2026-02-24T00:35:36-07:00
image: "/images/otto-on-nature-path-algorithm.webp"
lastmod: 2026-03-04T01:31:12-07:00
showTableOfContents: false
tags: ["dogs", "optimization"]
title: "Dog Based Search Path"
+2 -2
View File
@@ -1,11 +1,11 @@
---
date: 2025-03-03T09:19:07-07:00
description: "I learned the importance of taking time away from the computer in software development"
lastmod: 2026-02-23T01:08:53-07:00
lastmod: 2026-03-04T01:31:12-07:00
showTableOfContents: true
type: "post"
title: "TIL: Hammock Driven Development"
image: "images/hammock.jpg"
image: "/images/hammock.webp"
image_alt: "hammock with a cat"
tags: ["clojure", "practices", "rich hickey", "til"]
---
@@ -4,7 +4,7 @@ date: 2024-01-04T10:04:57-07:00
description: 'How to host a mumble server on a subdomain behind nginx reverse proxy'
tags: ["nginx"]
showTableOfContents: true
image: "/images/nginx-mumble.png"
image: "/images/nginx-mumble.webp"
weight: 1
type: "post"
---
@@ -13,7 +13,7 @@ type: "post"
Well I couldn't find any actual examples of someone doing what I wanted, namely, hosting
the murmur server on a subdomain on my machine behind an nginx proxy. I only have ports 80
and 443 opened on my router, so I chose to recieve the mumble traffic to come in on port 443.
and 443 opened on my router, so I chose to receive the mumble traffic to come in on port 443.
Sounds easy enough, but the problem comes when you let nginx decrypt the packets in the process
of passing them to the murmur server, it raises a TLS/SSL Termination Error. Murmur insists on
End to End Encryption (E2EE), which is a good thing.
@@ -23,7 +23,7 @@ an Ad riddled page, here is the nginx config that got my setup working, all of t
on an Arch Linux install, minus the `stream` block. Ports need to be defined for your setup for
`INTERNAL_MUMBLE_PORT` (port that murmur is listening on) and `NEW_NGINX_SSL_PORT`. Previously,
`NEW_NGINX_SSL_PORT` was 443, but the stream block now will be using 443, and you can't bind to the same
port with seperate services. So pick a new port for the other ssl nginx services to listen on,
port with separate services. So pick a new port for the other ssl nginx services to listen on,
as well as pass traffic to, internally.
`nginx.conf`
+7 -7
View File
@@ -4,7 +4,7 @@ date: 2022-08-31T20:38:09-06:00
tags: ['self host', 'raspberry pi']
description: 'I talk about how the "cloud" works, and show how one can host a site on the internet'
type: "post"
image: "/images/ocean-aerial.jpg"
image: "/images/ocean-aerial.webp"
showTableOfContents: true
weight: 1
---
@@ -12,11 +12,11 @@ weight: 1
I've dreamed of this day but never imagined I'd actually think I've got ideas mature enough to do it. Turns out, kids can have good ideas too once in a while.
# How do websites work?
Back in my senior year of highschool, my buddies and I thought it would be funny to have our own blog / website. I didn't think there was much to it, so I turned to godaddy.com, the only website-buying marketplace around. Little did I know that they only sell domain names, and what I could even do with one. Did I pay $20 for a domain name? Splashthetown.com sat vacant for exactly one year under my command. Two-thirds of a CS degree later and I think I am finally ready. Billions of webpages exist on the internet, so it can't be that difficult, right? I'm going to walk you through the steps I undertook to get this website to you, and how you are able to see the words you are reading on your screen right now.
Back in my senior year of high school, my buddies and I thought it would be funny to have our own blog / website. I didn't think there was much to it, so I turned to godaddy.com, the only website-buying marketplace around. Little did I know that they only sell domain names, and what I could even do with one. Did I pay $20 for a domain name? Splashthetown.com sat vacant for exactly one year under my command. Two-thirds of a CS degree later and I think I am finally ready. Billions of webpages exist on the internet, so it can't be that difficult, right? I'm going to walk you through the steps I undertook to get this website to you, and how you are able to see the words you are reading on your screen right now.
## Internet, I've Heard of That
I once heard the internet described as "the cloud", which is good to help people understand you know nothing about it. To give a marginally better explanation, imagine your brain, with all its neurons interconnected and whatnot. Lets call each neuron a "node". Each node holds information, and when it recieves a message it decides what to do with that information, modify it, store it, pass it on, sell it to the highest bidder for ad revenue, the possibilities are endless. In this way, the brain is much like the internet. These "nodes", or nuerons, are actually computers that make up the internet, a big web of interconnected, communicating devices. Our goal is to add a node to the network, and tell it to send specific information to anyone who calls on it.
I once heard the internet described as "the cloud", which is good to help people understand you know nothing about it. To give a marginally better explanation, imagine your brain, with all its neurons interconnected and whatnot. Lets call each neuron a "node". Each node holds information, and when it receives a message it decides what to do with that information, modify it, store it, pass it on, sell it to the highest bidder for ad revenue, the possibilities are endless. In this way, the brain is much like the internet. These "nodes", or nuerons, are actually computers that make up the internet, a big web of interconnected, communicating devices. Our goal is to add a node to the network, and tell it to send specific information to anyone who calls on it.
<!--
How did I get Here
---
@@ -37,10 +37,10 @@ If you want to put your stake on the great world wide web, then you need a few t
I will be walking you through the steps I took to get you here on this web page. There are hundreds of ways to get something on the internet, and my way is certainly one of them. For reference, I am running Arch Linux btw on my main computer.
Since I don't want to pay $5 a month for ease-of-use and stability and scalability, I will be using a rasperry pi zero w2 plugged into a charging brick behind my book shelf to be the node.
Since I don't want to pay $5 a month for ease-of-use and stability and scalability, I will be using a raspberry pi zero w2 plugged into a charging brick behind my book shelf to be the node.
![image](/images/rpi-bookshelf.jpg#center)
My Rasperry Pi Zero w2 - How it is currently serving up the web
![image](/images/rpi-bookshelf.webp#center)
My Raspberry Pi Zero w2 - How it is currently serving up the web
## Get a Domain
@@ -127,7 +127,7 @@ If you don't have a raspberry pi and instead coughed over $$$ to Jeff Bezos, the
| A | www.<mydomain> | ip address |
| A | <mydomain> | ip address |
- If you are self-hosting like I am, you need to port-forward your device to make it visible on the world-wide-web. The steps to do this vary depending on your router. I fortunately and unfortunately have Google Fiber. So I can download Warzone in an hour but my resistance to an all-knowing data-collecting monolith feels futile. To port forward, you want to lock your raspberry pi's IP assigned by the router. This is done through DHCP. Then, open up your router's external port to the cooresponding internal raspberry pi port. For http you want your pi's port `80`. If you use SSL (which you should, its easy to setup), then use port `443`.
- If you are self-hosting like I am, you need to port-forward your device to make it visible on the world-wide-web. The steps to do this vary depending on your router. I fortunately and unfortunately have Google Fiber. So I can download Warzone in an hour but my resistance to an all-knowing data-collecting monolith feels futile. To port forward, you want to lock your raspberry pi's IP assigned by the router. This is done through DHCP. Then, open up your router's external port to the corresponding internal raspberry pi port. For http you want your pi's port `80`. If you use SSL (which you should, its easy to setup), then use port `443`.
:exclamation: DISCLAIMER :exclamation:
+1 -1
View File
@@ -6,7 +6,7 @@ tags:
summary:
tocOpen: true
cover:
image: "/images/img.jpg"
image: ""
# can also paste direct link from external site
# ex. https://i.ibb.co/K0HVPBd/paper-mod-profilemode.png
alt: ""
+1 -1
View File
@@ -6,7 +6,7 @@ tags:
summary:
tocOpen: true
cover:
image: "/images/img.jpg"
image: ""
# can also paste direct link from external site
# ex. https://i.ibb.co/K0HVPBd/paper-mod-profilemode.png
alt: ""
+6 -6
View File
@@ -4,7 +4,7 @@ date: 2022-11-18T14:31:04-07:00
tags: ['travel', 'japan']
description: 'We arrived to Tokyo, experienced some of the city as we found our way to our hotel for the night.'
showTableOfContents: true
image: "/images/japan-arrival.JPG"
image: "/images/japan-arrival.webp"
weight: 1
type: "post"
---
@@ -15,18 +15,18 @@ My wife and I finally get to experience first hand all of the things we watched
## Flight Experience
We had a short flight to Seattle early in the morning, an hour wait, then hopped on the massive 10-people-per-row, serves-you-two-meals passenger plane. I've never flown internationally to this extent, so this was all very new experiece for me. The food was surprisingly delicious, my butt was unsurprisingly sore after a 9.5 hour flight. Things passed honestly quicker than I anticipated. We arrived in Japan at 2PM the next day. Pretty trippy, but sleeping on the plane kinda felt like we didn't just lose a day to the time-zone lords. We were both pretty frazzled after getting off the plane, but there were a ton of Japanese people pointing and holding signs of where to go to get processed through the system. When I was getting my fringerprints scanned, I didn't know it was also taking a picture. My nose was itchy so I did what anyone would do with an itchy nose and occupied hands, I scrunched my face rapidly and desperately. When my fingers were done it showed me my lemon-head motion-blurred image of a fugitive. Hopefully there is no system that flags me. Inside the airport, we purchased a SIM card for one of our phones to have data, and luckily found super friendly english-speaking worker that told us how to get to our hotel. We took a short one hour bus ride from Haneda to Shinjuku where we will be staying for the next three days.
We had a short flight to Seattle early in the morning, an hour wait, then hopped on the massive 10-people-per-row, serves-you-two-meals passenger plane. I've never flown internationally to this extent, so this was all very new experience for me. The food was surprisingly delicious, my butt was unsurprisingly sore after a 9.5 hour flight. Things passed honestly quicker than I anticipated. We arrived in Japan at 2PM the next day. Pretty trippy, but sleeping on the plane kinda felt like we didn't just lose a day to the time-zone lords. We were both pretty frazzled after getting off the plane, but there were a ton of Japanese people pointing and holding signs of where to go to get processed through the system. When I was getting my fingerprints scanned, I didn't know it was also taking a picture. My nose was itchy so I did what anyone would do with an itchy nose and occupied hands, I scrunched my face rapidly and desperately. When my fingers were done it showed me my lemon-head motion-blurred image of a fugitive. Hopefully there is no system that flags me. Inside the airport, we purchased a SIM card for one of our phones to have data, and luckily found super friendly english-speaking worker that told us how to get to our hotel. We took a short one hour bus ride from Haneda to Shinjuku where we will be staying for the next three days.
## The City
Immediately after getting off the bus, we found ourselves in the heart of a cement and steel labrynth. I've been to New York, but otherwise the largest city I've been in is Phoenix. Shinjuku (which to my understanding is inside the "bigger" Tokyo, but I think there is a Tokyo, Tokyo, kinda like NY, NY..?) is huge, with every development towering over the people below. Carrying luggage in Shinjuku was no sweat, wide sidewalks and side streets dedicated to foot traffic makes walking around here super convenient. We didn't realize that the hotel we booked was a massive chain, like a Hilton, but with the compactness of Tokyo, there were APA hotels just across the street from each other. So it took us not a few conversations with APA receptionists to find the right one. My wife and I were told that inside Tokyo we would be fine with English, and so far that is barely true. The language barrier is very apparent, and we struggle to understand pretty frequently the english japanese people can speak. But if anything it adds to the adventure of it all.
Immediately after getting off the bus, we found ourselves in the heart of a cement and steel labrynth. I've been to New York, but otherwise the largest city I've been in is Phoenix. Shinjuku (which to my understanding is inside the "bigger" Tokyo, but I think there is a Tokyo, Tokyo, kinda like NY, NY..?) is huge, with every development towering over the people below. Carrying luggage in Shinjuku was no sweat, wide sidewalks and side streets dedicated to foot traffic makes walking around here super convenient. We didn't realize that the hotel we booked was a massive chain, like a Hilton, but with the compactness of Tokyo, there were APA hotels just across the street from each other. So it took us not a few conversations with APA receptionists to find the right one. My wife and I were told that inside Tokyo we would be fine with English, and so far that is barely true. The language barrier is very apparent, and we struggle to understand pretty frequently the english Japanese people can speak. But if anything it adds to the adventure of it all.
## Shopping
![image](/images/japan-shinjuku.JPG#center)
![image](/images/japan-shinjuku.webp#center)
Of course the first thing we had to do was shop! The city is filled with conbinis (cone-bee-knees, small convience stores, 7/11 brand :open_mouth:), H&M looking shopping stores, sooo many bars, girls in super tall boots holding signs I can't read so I have no idea what they are up to, and people! Its an anxious feeling, in the excited and nervous sense, feeling so small in such a huge city.
Of course the first thing we had to do was shop! The city is filled with conbinis (cone-bee-knees, small convenience stores, 7/11 brand :open_mouth:), H&M looking shopping stores, sooo many bars, girls in super tall boots holding signs I can't read so I have no idea what they are up to, and people! Its an anxious feeling, in the excited and nervous sense, feeling so small in such a huge city.
![image](/images/japan-mcdonalds.jpg#center)
![image](/images/japan-mcdonalds.webp#center)
We saw a 6 story McDonalds on our way to the hotel so we satisfied our cravings there then went to a store called UNIQLO. Everything is so clean here, people have been really kind, and they even laugh when I say "konichiwa" (I won't read into why, feels better to assume my humor is bilingual). After about an hour of shopping we headed back to our room. We hit the sac around 9 and sleep caught us faster than we hoped.
+8 -8
View File
@@ -5,7 +5,7 @@ tags: ['japan', 'travel', 'cats']
description: 'Our second day was full of cats, visiting Nippori and walking down the "shotengai", or the main shopping street.'
type: "post"
showTableOfContents: true
image: "/images/japan-nippori-walk.JPG"
image: "/images/japan-nippori-walk.webp"
---
# Japan is Fond of Their Cats
@@ -14,27 +14,27 @@ My wife and I have two cats of our own, so naturally we had to experience the ca
## Morning - Garden Walk
![image](/images/japan-shinjuzu-garden.JPG#center)
![image](/images/japan-shinjuzu-garden.webp#center)
We had our equivalent of a 'continental' breakfast at our hotel, which was leaps ahead of American hosting hospitality standards. Plus, it was largely fats and protiens, which is a much better way to check off consuming your 'most important meal of the day'. We then headed to Shinjuku National Garden - $5 admission, and enjoyed the h\*ck out of the 65 degree weather. We walked and viewed the grounds, the whole garden is probably a mile across. Before we left we found a little bench in the sun for my wife to paint, she brought a pocket watercolor set. Away to Niporri to meet En and cat city.
We had our equivalent of a 'continental' breakfast at our hotel, which was leaps ahead of American hosting hospitality standards. Plus, it was largely fats and proteins, which is a much better way to check off consuming your 'most important meal of the day'. We then headed to Shinjuku National Garden - $5 admission, and enjoyed the h\*ck out of the 65 degree weather. We walked and viewed the grounds, the whole garden is probably a mile across. Before we left we found a little bench in the sun for my wife to paint, she brought a pocket watercolor set. Away to Niporri to meet En and cat city.
## Afternoon - Cat City
En is from Japan, learned English in Scottland of all places (she spoke english with a Japanese accent instead of Scottish, which disappointed me just a little), and was such a kind guide. We walked down the shotengai of Nippori, the main shopping street of a city, exploring all the little shops on each side. Each store was themed it seemed, like bamboo goods, paulownia wood boxes, and of course, cat shops, selling things to show your love for cats, not to care for them. We loved it. There were also a number of local art galleries, often hosted inside historic homes in the neighborhood that had been renovated. It was really interesting to walk through these renovated-homes-converted-art-cafes and see traditional alongside contemorary art by the local residents, while people order teas and coffee at the cafe.
En is from Japan, learned English in Scottland of all places (she spoke English with a Japanese accent instead of Scottish, which disappointed me just a little), and was such a kind guide. We walked down the shotengai of Nippori, the main shopping street of a city, exploring all the little shops on each side. Each store was themed it seemed, like bamboo goods, paulownia wood boxes, and of course, cat shops, selling things to show your love for cats, not to care for them. We loved it. There were also a number of local art galleries, often hosted inside historic homes in the neighborhood that had been renovated. It was really interesting to walk through these renovated-homes-converted-art-cafes and see traditional alongside contemporary art by the local residents, while people order teas and coffee at the cafe.
![image](/images/japan-nekomachi.JPG#center)
![image](/images/japan-nekomachi.webp#center)
This house called itself the nekomachi, or cat-town of the neighborhood, with a gallery inside of exclusively cat-themed art.
It was probbably the most 'local' thing we will do on our trip, we loved it. We ended our walk in Niporri passing through the neighborhood's 'graveyard', in the word of En, though I think the western idea of graveyard is tainted with Halloween spooky connotations. En told us that it has been full for probably 30 years, with any new bodies desiring to be buried needing to relocate further from Tokyo. Some of the gravesites had massive stones with characters carved into it's face. En told us they chronicled the person's life and their family, not unlike a westerner's tombstone, just more verbose. I should mention that we stopped and purchased ourselves some taiyaki, a fish pastry filled with sweet red bean paste, and my wife was crazy for it. They are pretty good.
It was probably the most 'local' thing we will do on our trip, we loved it. We ended our walk in Niporri passing through the neighborhood's 'graveyard', in the word of En, though I think the western idea of graveyard is tainted with Halloween spooky connotations. En told us that it has been full for probably 30 years, with any new bodies desiring to be buried needing to relocate further from Tokyo. Some of the gravesites had massive stones with characters carved into it's face. En told us they chronicled the person's life and their family, not unlike a westerner's tombstone, just more verbose. I should mention that we stopped and purchased ourselves some taiyaki, a fish pastry filled with sweet red bean paste, and my wife was crazy for it. They are pretty good.
![image](/images/japan-nippori-graveyard.JPG#center)
![image](/images/japan-nippori-graveyard.webp#center)
## Evening - Cat Cafe and Ramen
We ended our evening visiting Akihabara. We were hoping to enjoy its renowned anime consumer content, but were disappointed to not find any stickers or shirts, just pins, figurines, charms, manga, flags, posters, chibis, funko pops, and probably every other piece of parafanelia. I guess the Japanese just do it differently. We were pretty hungry so we headed over to the cat cafe. You pay for time and get to use an auto dispensing hot/cold drink machine (coffee, tea, cocoa) and pet any of the 20+ cats in the space. It had a good vibe, and the cats were beyond my comprehension soft. They also were all so aloof, they get so much attention and stimulation they can get anything they want, so they all were very uninterested in you. Felt insulting. We finished the evening by getting some genuine 'pork oil noodle' ramen at a walk-up ramen bar. The taste was pretty awesome, just had to get over the idea of them pouring pork oil on the noodles.
We had a super fun second day. Felt less wiped at the end of the day, but our feet were aching. I was wearing my minmalist flip-flops because the weather was so nice, but that is probably going to end.
We had a super fun second day. Felt less wiped at the end of the day, but our feet were aching. I was wearing my minimalist flip-flops because the weather was so nice, but that is probably going to end.
## My Japan Travel Tips (JTT)
+7 -7
View File
@@ -4,7 +4,7 @@ date: 2022-11-21T05:19:38-07:00
tags: ['travel', 'japan']
description: 'We packed up from Shinjuku and headed to a small town near the base of Mount Fuji and experienced the generosity and kindness of an old man there.'
showTableOfContents: true
image: "/images/japan-fuji.JPG"
image: "/images/japan-fuji.webp"
weight: 1
type: "post"
---
@@ -18,20 +18,20 @@ Waking up this morning we weren't in a rush, but we felt like we had no idea how
My wife asked if he knew where any good shrines were in the area, anticipating some directions, and he just said something along the lines of "ah, we go". He took us straight there. He taught us the customs and etiquette of visiting the shrines:
- When entering through the gate (Torii, the big red curved beam spanning across red columns) you bow twice
- Also when entering you walk on one side of the path, not the middle. He didn't know the word, but my guess is its reserved for either religious or royal persons.
- At this shrine there was a fountain with multiple spigots, he told us to wash our hands, but motioned not to rinse your mouth and spit out the water. I didn't have a problem supressing my urge to rinse out my mouth at the sight of running water, so I considered myself lucky.
- At this shrine there was a fountain with multiple spigots, he told us to wash our hands, but motioned not to rinse your mouth and spit out the water. I didn't have a problem suppressing my urge to rinse out my mouth at the sight of running water, so I considered myself lucky.
- At the back of the grounds is the shrine offering. You toss a 5-50 yen coin in it and bow twice, then clap twice, then bow one more time, during which you make a wish and "remember it in your heart".
- As you leave, you turn back to shrine and bow once more.
![image](/images/japan-spirit-tree.JPG#center)
![image](/images/japan-spirit-tree.webp#center)
Our host told us that its believed that the god lives on top. Its probably 40+ feet around at the base.
Not sure how much got lost in translation, but it seemed we did a good job of following his instructions. He then dropped us off by Lake Kawaguchi, which had a stunning view of Mount Fuji with the sun conveniently setting. He left us to sight see some more as the valley was swallowed in Mt. Fuji's shadow. Wow I'm impressed by my literary devices tonight.
## Walking the Neighborhood
It got dark really quickly, and much cooler than Tokyo got in the evenings. We stopped a local walmart equivalent and purchased some gloves and ramen cups to cook once we got home. We wanted to go out for food, but Mondays are like western Sundays, and every shop we tried was closed.
It got dark really quickly, and much cooler than Tokyo got in the evenings. We stopped a local Walmart equivalent and purchased some gloves and ramen cups to cook once we got home. We wanted to go out for food, but Mondays are like western Sundays, and every shop we tried was closed.
![image](/images/japan-fuji-town.JPG#center)
![image](/images/japan-fuji-town.webp#center)
There was one open but it has questionable reviews and pictures on google, so we decided better stick with the MSG than food poisoning. A note I've noticed about portions here in Japan: everything is packaged in really sensibly sized portions. Its almost as if the governing body of Japan and food distributors are colluding together to get us to not over eat. It feels really intrusive.
@@ -39,6 +39,6 @@ There was one open but it has questionable reviews and pictures on google, so we
Our host was greatly amused at our noodle cup dinner. He heated up some water for us and pulled out wrapped frozen pork he had prepared and told us to heat it up to put in our ramen. It definitely leveled up the quality.
![image](/images/japan-noodle-cup.JPG#center)
![image](/images/japan-noodle-cup.webp#center)
His house is off-grid with solar panels, with lots of custom wood carpentry, he told us its a hobby of his. He also runs a small cafe out of the house that is all organic, he serves food he grows in his little farm. Its a pretty incredible passion project of his, all in an effort he says to reduce his CO2 emissions, as global warming has increased the size and damage of typhoons to Japan. His eletric car also has a big sticker on it about being in some sort of EV club that I suspect views him as the president. As he showed us the house, he mentioned that we could use his 'onsen' (hot spring / public bath). He shows us into a sauna looking room with a large wooden bath. We happily accepted the offer. We had a wonderfully warm evening after some trekking out in the cold.
His house is off-grid with solar panels, with lots of custom wood carpentry, he told us its a hobby of his. He also runs a small cafe out of the house that is all organic, he serves food he grows in his little farm. Its a pretty incredible passion project of his, all in an effort he says to reduce his CO2 emissions, as global warming has increased the size and damage of typhoons to Japan. His electric car also has a big sticker on it about being in some sort of EV club that I suspect views him as the president. As he showed us the house, he mentioned that we could use his 'onsen' (hot spring / public bath). He shows us into a sauna looking room with a large wooden bath. We happily accepted the offer. We had a wonderfully warm evening after some trekking out in the cold.
+2 -2
View File
@@ -4,7 +4,7 @@ date: 2022-12-27T00:47:29-07:00
description: 'I take a trip down memory lane, explaining how I got my first real job as a developer.'
tags: ["work", "thoughts"]
showTableOfContents: true
image: "/images/monochrome-path.jpg"
image: "/images/monochrome-path.webp"
weight: 1
type: "post"
---
@@ -55,7 +55,7 @@ position, the lead dev says "So we both like you, we want you on the team." This
my gauntlet technical obstacle course? But obviously I was thrilled. The dating phase ended as quickly as it began, and
with that, I found myself a married to the corporate system.
![image](/images/eagle-wizard.jpg#center)
![image](/images/eagle-wizard.webp#center)
Incoming!! Analogies to life as an rpg with points assigned to various traits that may be more genetic / permanent
than I make it seem. Character composition is a little more that just stats, buffs / debuffs, and inventory. But only
+1 -1
View File
@@ -6,7 +6,7 @@ tags:
summary:
tocOpen: true
cover:
image: "/images/img.jpg"
image: ""
# can also paste direct link from external site
# ex. https://i.ibb.co/K0HVPBd/paper-mod-profilemode.png
alt: ""
@@ -1,9 +1,9 @@
---
date: 2026-02-21T19:52:06-07:00
description: "An old parable poorly applied"
image: "images/elephant-and-blind-men.png"
image: "/images/elephant-and-blind-men.webp"
image_alt: "Still of an elephant and blind men from the animated short video Discovering Truth by the LDS YouTube channel."
lastmod: 2026-02-23T01:08:53-07:00
lastmod: 2026-03-04T01:31:12-07:00
showTableOfContents: false
tags: ["philosophy", "buddhism", "truth"]
title: "Seeing the Blind Men and the Elephant"
@@ -33,7 +33,7 @@ In the interview, Swami Sarvapriyananda mentioned an old Buddhist parable, [_the
> And prate about an Elephant
> &nbsp;&nbsp;Not one of them has seen!
I suprisingly recognized the parable, from a much earlier time in my life, from a very different source. I could even picture the animated elephant with the westerner's stereotypical depiction of "Indians" (eastern kind) grasping at its parts.
I surprisingly recognized the parable, from a much earlier time in my life, from a very different source. I could even picture the animated elephant with the westerner's stereotypical depiction of "Indians" (eastern kind) grasping at its parts.
## The Whole Truth
@@ -46,7 +46,7 @@ The church later made a short animated video, clipping up his talk in a nice por
I reflected today on the possibility that this parable of the elephant may have been misconstrued or appropriated by Uchtdorf for his, or more generally, for the church's, purposes. I wondered how exactly he had presented the parable those years ago, and if it matched its original intended purpose.
I think my gut instinct was to use this as some sort of fodder. Pointing out a mistake on the part of Uchtdorf could really reaffirm my decision to step away from the mormon faith. On further reflection and researching for this post, I think it makes more sense, and is intelectually more honest, to compare how this story has been applied. As Wikipedia states, the parable "has been used to illustrate a range of truths and fallacies".
I think my gut instinct was to use this as some sort of fodder. Pointing out a mistake on the part of Uchtdorf could really reaffirm my decision to step away from the Mormon faith. On further reflection and researching for this post, I think it makes more sense, and is intellectually more honest, to compare how this story has been applied. As Wikipedia states, the parable "has been used to illustrate a range of truths and fallacies".
And isn't that how parables, allegories, and friends all work? We mold them to our time. The cultural morays shape the parts of the elephant the blind men see. For the 500 B.C.E. crowd its a plowshare, a mortar, and a pestle, and for us modern folk, a spear, a tree, and a snake; for an elephant's tusk, leg, and tail respectively.
+5 -5
View File
@@ -3,7 +3,7 @@ title: "The Migration to Arch"
date: 2023-08-15T02:04:21-06:00
description:
showTableOfContents: true
image: "/images/arch-logo.png"
image: "/images/arch-logo.webp"
weight: 1
type: "post"
---
@@ -18,7 +18,7 @@ As they say, there are two wolves inside each man, one that craves stable, calm
hood, fat finger `rm -rf /` and other monstrosities that I don't care to joke about because they hurt me too much.
So, I moved off of the Raspberry Pi Zero W2, and on to a much more legitimate pc build. The blog could have run fine on the pi, but it didn't take long for me to
feel justified in spending some money on a faster machine. Bought it second hand from a crypto mining rig, swapped out the pentium for a respectable i7 of some
feel justified in spending some money on a faster machine. Bought it second hand from a crypto mining rig, swapped out the Pentium for a respectable i7 of some
recent generation, and I had an upcycled machine ready for some data crunching!
## The Services
@@ -42,7 +42,7 @@ Eventually, I envision a whole bunch of services running in my 'home lab', as ho
Arch Linux was not actually the first OS I put on this new (to me) machine. I had drunk from the FSF goblet and got it in my head to try out
[Guix System, or Guix SD,](https://guix.gnu.org/) or whatever its officially called. I recommend checking it out. It was a couple month adventure, but I think my lisp-less mind
couldn't handle the parantheses required. It has some really cool concepts similar to NixOS, your whole system (users, installed packages, mount points, etc) is defined in one or
couldn't handle the parentheses required. It has some really cool concepts similar to NixOS, your whole system (users, installed packages, mount points, etc) is defined in one or
more files. Despite its great documentation, it is hard to understand what is going on without some good Guile / Scheme fundamentals, which I lack. So, back to what I know: Arch (btw).
## What Did I Learn?
@@ -52,7 +52,7 @@ setup proper backups as soon as my system is running. So, with this new machine,
- 3: Copies of the data
- 2: Storage medias (harddrive, usb, ssd, nas)
- 2: Storage medias (hard drive, usb, ssd, nas)
- 1: Offsite
@@ -61,7 +61,7 @@ But, for only ~$5.00 a month, I get access to a sftp server with 1TB capacity, w
to a HDD drive connected to the computer. I have lots more to say about so many of these things, I spent pretty much all day configuring everything and getting it all to work, but I
told myself to prioritize frequency over comprehensiveness, so I will leave it at that.
Oh! I almost forgot, if you want to use the gitea instance I am running as an alternative to having your code fed to AI models, please email me! Im no enterprise company with infinite
Oh! I almost forgot, if you want to use the gitea instance I am running as an alternative to having your code fed to AI models, please email me! I'm no enterprise company with infinite
backups and resources, but I'd love to share what little I have if it would be useful to you!
Thanks for stopping in :)
@@ -1,11 +1,11 @@
---
date: 2025-10-03T16:19:07-06:00
description: "We were made for dogs, and they us."
lastmod: 2025-10-03T16:19:07-06:00
lastmod: 2026-03-04T01:31:12-07:00
showTableOfContents: true
type: "post"
title: "TIL: We Created Dogs and Dogs Created Us"
image: "images/otto-1.webp"
image: "/images/otto-1.webp"
image_caption: "Otto, Stalwart"
image_alt: "Image of my sweet pup Otto, Irish Setter 7 months"
tags: ["life", "dogs", "history", "til"]