- Sep 2023
-
-
the Bodhisattva vow can be seen as a method for control that is in alignment with, and informed by, the understanding that singular and enduring control agents do not actually exist. To see that, it is useful to consider what it might be like to have the freedom to control what thought one had next.
- for: quote, quote - Michael Levin, quote - self as control agent, self - control agent, example, example - control agent - imperfection, spontaneous thought, spontaneous action, creativity - spontaneity
-
quote: Michael Levin
- the Bodhisattva vow can be seen as a method for control that is in alignment with, and informed by, the understanding that singular and enduring control agents do not actually exist.
-
comment
- adjacency between
- nondual awareness
- self-construct
- self is illusion
- singular, solid, enduring control agent
- adjacency statement
- nondual awareness is the deep insight that there is no solid, singular, enduring control agent.
- creativity is unpredictable and spontaneous and would not be possible if there were perfect control
- adjacency between
- example - control agent - imperfection: start - the unpredictability of the realtime emergence of our next exact thought or action is a good example of this
-
example - control agent - imperfection: end
-
triggered insight: not only are thoughts and actions random, but dreams as well
- I dreamt the night after this about something related to this paper (cannot remember what it is now!)
- Obviously, I had no clue the idea in this paper would end up exactly as it did in next night's dream!
Tags
- triggered insight
- spontaneous thought
- triggered insight - singular and enduring control agent does not exist
- adjacency - illusory self - full control
- spontaneous action
- quote
- creativity - spontaneity
- quote - Michael Levin
- adjacency
- unintended consequences - AI
- adjacency - nondual awareness - full control
- quote - self as control agent
- example - control agent - imperfection
- example
Annotators
URL
-
- Mar 2023
-
www.zen-occidental.net www.zen-occidental.net
-
repressed intuition "returns to consciousness in distorted form" as the symbolic ways we compulsively try to ground ourselves and make ourselves real in the world: such as power, fame, and of course money.
//* Loy is stating... - Those engaging compulsively in money, fame, power, materialism - are actually deeply repressing - the fact that the ego-self, and therefore self-consciousness is a construction - To continually reify the ego-self, we engage in these activities - and of course, this is fueling the polycrisis we now find ourselves in
-
- Nov 2022
-
www.w3.org www.w3.org
-
The character does not exist. Proposed solutions include encoding the character, markup for individual characters, and Private Use Codepoints.
-
- Sep 2021
-
stackoverflow.com stackoverflow.com
-
But it is always important to remember that those are not language concepts. Those are community concepts that only exist in our heads and in the names of some library methods.
I'm not sure about this. I get what he's saying and agree that singleton methods are nothing but a naming convention for the more fundamental/atomic construct called instance methods (which indeed are the only kind of method that exist in Ruby, depending how you look at it), but I think I would actually say that singleton methods are language concepts because those methods like
Object#define_singleton_method
, ... are always available in Ruby (without needing to require a standard library first, for example). In other words, I would argue that something belonging in the Ruby core "library" (?) by definition makes it part of the language -- even if it in turn builds on even lower-level Ruby language features/constructs. -
Note: when I wrote above that "there is no such thing as X", what I meant was that "there is no such thing as X in the Ruby language". That does not mean that those concepts don't exist in the Ruby community.
-