HN user

autogn0me

59 karma
Posts0
Comments27
View on HN
No posts found.

Thinking is required but knowing your thinking is the first step. We slip into thinking without knowing and that is the problem. How many hours does the depressed person wallow? Enjoying the trauma they control in their mind as they "future" the coming doom they will face or the regret of the past. There is nothing esoteric. Less than 100 hours of meditation can get you to this insight.

I would imagine he is referring to attaching your self-worth to external objects. External objects can change and if you lose such an anchor that you have made a pillar of identity - one can become destabilized. Some personalities/mind can't "pull up" (out of it) and frequently suffer the Porkins fate (death, suicide, depression, etc).

Sam Harris said it well, "We spend our entire life seeking out pleasure and avoiding pain." In my opinion if you are going into solitude for avoiding pain - the pain will continue. Like others here have posted: your heart (emotions, thoughts, etc) follow you.

There is a show on Youtube by BBC _Extreme Pilgrim_ that is pretty good first hand documentation of solitude in 3 different traditions or flavors. Think the guy spends 3 weeks in each location in solitude.

I believe if I were to start this sort of exercise I would attend some sort of Vipassana retreat. This way I would have some framework for managing thought. I could not imagine going out into nature and having mind relentlessly "work its way through things".

Agree, storing binaries in database is generally a bad idea. It would be a really miserable idea if it were being done without a sane persistence API. In the Python world, ZODB - http://www.zodb.org/en/latest/ is tightly coupled with the language but works reasonably well in practice. The storage layer is pluggable and https://pypi.python.org/pypi/RelStorage provides storing pickles in RDBMS.

ZODB is arguable a novel approach to persistence using Python. And certainly worth taking some time just to play with it -- the barrier of entry low, e.g. `pip install`. But for each positive there are negatives..

"You got it buddy: the large print giveth, and the small print taketh away"