Tuesday, May 13, 2014

Spiritual Materialism

[still being editted]

Recently on my YouTube Channel (https://www.youtube.com/user/pyrrho314) I have decided to move from my epistemological system, which I have named relativistic skepticism, which I began in my early teens, to my spiritual theory, which I have named "Material Spirituality" and "Spiritual Materialism". This change has generated a reaction that I can really only characterize as panic among a certain subset of those I converse with online.  My channel is not a lecture channel, it's not a exposition of answers, but is a conversation where I share my thoughts on a given topic. Still, my own ideas have a momentum, they come from somewhere, and they are headed somewhere, and this comes across as opinion and can be interpreted as answers.  Nevertheless, I seek conversation on the topics they raise, and entertain the thoughts of others as much, perhaps more, than I offer exposition on my own.  Nevertheless over the first six years of my channel I consciously decided I would focus on my epistemology, a system compatible with embodied cognition, a system compatible with ancient pyrrhonism (thus my chosen handle), and it is a system about which I would have to admit a rigid adherence.  The flexibility I require is built into the system, and the data upon which it operates is perceptions, a flow of which, which to me is the most basic definition of nature... our flow of perceptions is really the most tangible a definition for "nature" that there is, and everything beyond that is interpretation, which is to say, everything is interpretation.  Calling it a flow, is interpretation.  Assumptions as to it's source are interpretation.

This is not to degrade it, all knowledge is representational, it's all interpretation, there is nothing direct.

But the panic does surprise me. To my way of thinking my approach is demystifying.  I expect it will be like other feelings, that any metaphysical implications will be revealed as more chemical, more evolutionary... the feeling that "she is the one" will be revealed as the DNA's plan to have us procreate, as a lie told so thoroughly that it may be truth, it may be lie, the DNA does not "care"... to use the metaphor of intentional DNA as convenient shorthand.  The feeling of lust, and all it's complexity, revealed as something emerging from the cycle of evolution, as necesary to drive procreation.

In this vein it has seemed to me the starting point is "spiritual experiences".  What are they?  When reported by others, what are they?  But more importantly, when I have an experience I consider "spiritual", what characterizes it.  It seems any type of experience can seem this way.  On the surface, something full of power and grandeur can seem spiritual, but often it can be something very small.  It feels like understanding, there is confidence to it.  But I have cautioned, feelings are not as they seem in this view, they are motivation, they are beyond lie, truth and lie have little to do with it... no more than an animal feeling "I can escape" really can escape... that feeling motivates the attempt to escape, without which, it certainly won't, without any guarantee that they really can.

I have used the metaphor of the feeling of hunger, which I think most of us recognize as the motivational feeling that helps ensure we eat, obtain nutrition, with which to survive, but which also can undermine nutrition as it fixates on unhealthy foods, or how, in sight of a food whose flavor we favor, hunger will arise when the food is not nutritious and we are already well fed.

To me none of this is particularly flattering to the feeling of spirituality, except that there are many that are not satisfied that we might remove the deification of "spirit", and insist that it be demeaned.  To me, the notion that by shunning the meaning of this feeling we can overcome it is futile.  Doesn't everyone know that a feeling that is shunned gains more power, just as the passive aggressive become more poisonous and destructive in their soul than the active aggressive... burying sexual urges leads to sexual deviance, as with catholic priests so afflicted, and does not overcome it but makes it unhealthy and destructive.

Fear is also a feeling and it is not rational, thus, it cannot be understood as a rational urge, and it prefers to try shunning anyway, which is why fear must be understood first of all.  The only way to overcome fear is not to deny it, not to shun it, lest it try to have every other feeling ignored and shunned, ironically to no avail.

This theory of mine is a didactic  theory about how one can find out what their spiritual urges are urging them to do.  It is a tangible theory, reducing it from the interpretations that come after, to the direct feeling and a study of the experiences that occur simultaneous, as all feelings in the past have been reduced to a truer impact.  To understand love is not to believe it's pretty illusions, but it does require listening to it.  There may be lie to it, but you will not love someone that you cannot feel love toward.  To have a good relationship with one's hunger cannot come from ignoring it, but by acknowledging it, working with it, understanding when it is spurious, when the feeling is pomped by a hunger for hunger, by some other desire that has turned hunger into it's servant.

I think by this investigation one can have a healthy relationship with the spiritual feeling, which had been turned by many against itself and put in service of our enslavement.  Two things are immediately clear to me.  One, people fear this, and none more so than those that see themselves as beyond spirituality.  Two, people lack introspective eyes, they cannot discern two different feelings, they cannot recognize, with a long gaze inward that in some case another feeling stood behind the one they thought they felt.  They cannot discriminate shades of feelings just like the unlearned eye cannot discriminate similar shades, blue from cyan.

Sunday, December 22, 2013

ResponseDB Development Log

@2:24 - I have just got the callbacks round tripping, but need still to hook it back to the sR such that the video items show up.  Then I need to do the same thing for each type of object (comments, users) etc.  The Morsel model should help.open

----

Ok so the dbgetvideo call returns a built video, so I have to do this in the case of the background message and need to study dbgetvideo so see how best to do this, and if I want to modify dbgetvideo as part of the change.

Friday, December 20, 2013

@10:45pm listening to The Hobbit and watching it out of the corner of my eye as I iterate over this.  Really it should have been designed ahead of time but this will get a decent solution quicker.  I have the round trip working, but I now need to have background.js call the spider function it was asked to call in the case of curse (it'll do the save).  I intend to write a spider.handle_background_event and spider.handle_background_callback for either side of the exchange.  Must refresh my memory as to how far I got on this with the save_video call (which was easier because it was one directional).

@12:08 Wrapping up for the night. Tomorrow I will need to create those functions and write a wiki, perhaps, about the various functions of interest, such as executeAlternateMode and so on.

Thursday, December 19, 2013

Got a teeth cleaning today... my hygienist seems immune to human suffering, which I guess is a strength for her in her professions.  She's a nice enough person, she just doesn't seem to comprehend the obvious suffering of others and has no notion as to which of her  techniques is the least entirely unenjoyable. NOTE TO SELF: by sonic toothbrush and see if cleanings are not as difficult.  Also, move to maine and change doctors... we are trapped with whatever doctors the plantation hires here on the islands.

I've already been looking at the code but stayed up till 4:30am working on the code and playing sauerbraten so I didn't start till 12:30 today.  Right now I'm passing the callback dictionary back and forth that relates function names to ids in a particular send/listen exchange.  It's sent with the message so the client end gets to set the callback name with the id so that when it is returned the (spider and novem on behalf of the) client can find the actual function which has been stored by an id assigned in add_callback.

This dictionary is created in novem.send(..) which looks for functions in the "options" argument and indexes them.

4:13pm Wait a minute, it is indexed by the name in this case, only in the register is it indexed by ID, as appropriate.  But now I'll have to work through it to make sure it's in place... just cause that's how my mind works... just in case, b/c why am I confused about it?  answer me that! rhetorically speaking that is.

7:54pm listening to "What the Ancients Knew: The Chinese"  Pretty good stuff.




devlog: remembered/noticed

I either turned off the content script monitoring, or broke it, or it stopped working for some other reason, and that will have to be looked into next after the novem redirection stuff worked.  Started the ThreadingStructures page at github.

MCWCAM : Thot 7.0

The mad coder what codes at midnight sat in the starboard logistics bay, watching log files and monitoring the culture.  In the background maggot brain played softly.  Before him lay a coding problem.  Three processes, all running the Thot reasoning system, having the first conversation in the first version, Thot 7.0.


@6:59 putzing around with my monoprice tablet, installed pencil, which is awesome but had a bug (installing qt supposed to help?)... can't get pressure sensitivity to work in gimp but am probably doing something wrong as it seems to know about the  pen.

Onto some serious code which I've also putzed with... decided yesterday to take a couple weeks vacation, woot woot.

(don't like ch ristmas... bah humbug!)

Did I link this page yet? Threading Diagrams

I have the callback message going back correctly (callback fires in background.js then generates a message) but I'm not dispatching it on the content script side atm.  I want to solve that, get the DB back to the old performance and implement a summary page, then a subscription system.

@10:45 making slow progress... I need to set in mind the whole exchange... one issue, I have send go through the options looking for functions, making a function table, assigning ids.  All quite clear, but then debugging when the callback is generated it does a send and the structure has both the new callback table (for background.js calling send) and the table originally sent from the client.  I was calling this _sender_callback_dict and that was confusing.  Now it's _client_callback_dict and it's mort clear, because of the nesting level, which was the client (i.e. the _client_callback_dict in the event structure is the client of the event, one step above, it's the message client (which is the current sender).

It will be nice when it's done.

Then i want to do a subscribe feature and a summary page.