Live data from Hacker News

Ask HN: What is your spiritual practice?

news.ycombinator.com

151–160 of 966 posts

Re: Ask HN: What is your spiritual practice?

#151
post #81

Earlier quoted context omitted.

OP asked an earnest question, and deserves earnest replies.

Not to be snarky but why do you think this can't be seen as spiritual? What's the real difference? Even if you think believing in the spaghetti monster is just a joke, it does the SE thing as other believes: it units you with other believers, it gives you an answer and it gives you structure. It's not your place to evaluate your belie e against others. After all I have never seen someone who actually follows Jesus Ch…

I don't claim software development couldn't possibly be spiritual. Just that the comment was not earnest.

Re: Ask HN: What is your spiritual practice?

#152
Usually not too long after waking up I listen to a podcast that brings up topics that I feel are relevant to me as a Christian.

During the day depending on how you look at it

- nothing much happens (I go to work, come home, do chores, try to get a little bit extra work done)

- or, this is where most of it happens: I go to work trying to be the person I'm supposed to be, taking note if I fail or if I'm uneasy to improve it.

When I put my kids to bed I pray like I was taught: the Lords prayer or a free prayer, making sure to both include their points as well as some broader points: as written I pray for the government and the ones I am supposed to respect (English is not my first language and this is a rough translation).

On Sundays I go to "church" although it isn't always a church house, the important part is meeting.

Whenever I get the chance I do work for my local church, from writing software and sysadmin work to cleaning and pure fundraising.

Edit: I find this thread extremely interesting, including comments by people from other religions as well as non-religious people. Thanks for keeping it civil!

Edit 2: when I was younger I read much in the Bible and it keeps popping up in my head as welcome advice, telling me to work hard, be respectful and good to those who need it, not become bitter etc in addition of course to the 10 commandments, but those have been second nature for half my life (and I enjoy the benefits that they give me :)

Re: Ask HN: What is your spiritual practice?

#153
travel photography.

Its kinds of like collecting, I go out to find moments and capture them for perpetuity. Its the most expensive hobby I have where I don't expect any kind of monetary return on my investment. But after getting some amazing shots, there's something really fulfilling about it.

Re: Ask HN: What is your spiritual practice?

#154

In the morning, I think while drinking coffee. Then I really think in the shower. As a result I take long showers. Sometimes during the day, I'll sit back and think. While going to bed, I'll think some more. Usually I think about problems to solve, reflect on my life so far, course adjustments, things to self improve. One day I'll pick up a religion, but it seems like they all would require a lot of mental gymnastics…

You might want to look at some of the more modern / postmodern branches of Christianity. Some people who practice it sincerely don't think of the Bible as a literally true document that has no mistakes or inaccuracies, nor a rulebook that must be followed in every particular, but rather a series of subjective recountings of different people's encounters with God over the course of many centuries, strongly colored by…

> You might want to look at some of the more modern / postmodern branches of Christianity

> Some people who practice it sincerely don't think of the Bible as a literally true document that has no mistakes or inaccuracies,

That's not “modern and postmodern” Christianity, that's just OG Christianity. The view that, as doctrine, the Bible is entirely literal and without error in any sense (rather than often nonliteral and only without error in the doctrine it intends to teach) is a relatively novel view within Christianity predominantly held within a subset of Evangelical and Fundamentalist Protestantism.

Re: Ask HN: What is your spiritual practice?

#155
My ritual pre-pandemic was a cup of coffee and a small silent prayer of thanks for the new day while on the train before and after sips.

It was my mental oasis of calm, and something I realize is missing in the pandemic.

When I was much younger and trying to forge a connection, however, I spent an hour or more daily trying to “hear”; by reading versus, letting-go of mental burdens, and straining for something.

At one point I experienced what has been described as the “still small voice”, warning me that someone I knew had designs on me.

It was not audible, it was brief, yet it was extremely specific. There was no confusion in the message.

What actually shocked me was when weeks later, the events were unfolding as I was warned about; I was basically too shocked to act on what would have been a very bad decision.

Right after all of this is when I lapsed.

Re: Ask HN: What is your spiritual practice?

#156
I'm a secular Satanist. I believe Christianity and Abrahamic religions are inherently unethical. I have very strong utilitarian principles that run even deeper, which is ultimately what pushed me to Satanism. I'm a member of the Satanic temple, but in some ways it's more of a political organization than religious. I'm open to the possible existence of the paranormal, but I do not trust it at all and would question the intentions of such entities.

Re: Ask HN: What is your spiritual practice?

#157
I realize it barely counts, but I try to get up and get some exercise every morning before doing anything else. Well, drink some coffee first, whose main effect may simply be hydration.

Not super strenuous: I ride my bike to work. Especially during the winter, there's a psychological component to outdoor survival when the temps drop below 0 F, and maybe it's a bit of an antidote to the winter blues.

Re: Ask HN: What is your spiritual practice?

#158

I study how science and spirituality meet. There's tremendous overlap between how machines work, how physics work, and how our own psychology works. Finding these overlaps where 10 different things in 10 different areas are shown to be one thing is my way of trying to grow spiritually and intellectually. Most recently I discovered a link between the Wheeler-Dewitt equation describing time as a subjective phenomenon o…

Sorry to break your model but FP has nothing to do with not having a time component. You can write operations over "space" some_container |> map ( item -> item + 1 ) or write operations over "time" some_event_sequence |> map ( item -> item + 1 ) both are functional programming.

I think that is exactly the point. The container has no notion of time. You have

     (container0, the_world0).map(operation) = (container1, the_world1)
So it is completely symmetric with respect to time. If you don't do any side effects, then the_world "cancels out". How you decide to partition the container and the rest of the world determines how it behaves, state/time/IO/side effects. But there is no a priori notion of time.

Contrast with OOP or structured imperative programming, where every object/field/register has state, and that state implicitly is a variable through time. The time is "baked in".

Re: Ask HN: What is your spiritual practice?

#159
Somewhere in-between atheist and pantheistic here.

My primary practice is Walking. Other rituals will come and go, but taking a walk can help out almost anything that’s going on in life.

Really big walks, like hiking for days in the backcountry, at least once a year.

Post reply on HN