Gathatoulie
And of these shall I speak to those eager, That quality of wisdom that all the wise wish And call creative qualities And good creation of the mind The all-powerful truth Truly and that more & better ways are discovered Towards perfection --Zarathustra.
Monday, January 31, 2011
hyperreal enterprises
pagan world to rest under the lava and the rubble. Do not dig us up
... You do not need the gods – they would freeze to death in your
climate!", Sacher Masoch, "Venus in Furs", quoted in Gilles Deleuze
(tr. Christian Kerslake) "From Sacher-Masoch To Masochism", Angelaki,
Journal of the Theoretical Humanities, volume 9, number 1, April 2004.
Saturday, January 29, 2011
sublime masochism
Slavoj Zizek. Notes on a Debate "From Within the People"
Criticism - Volume 46, Number 4, Fall 2004, pp. 661-666
...
With reference to Deleuze:
"The masochist, while remaining within the domain of the
paternal (contract), reintroduces the Woman as the partner
in the contract—not in order to fully enjoy the Woman, but
in order to mockingly undermine the paternal
authority. The masochist thus stages an uncanny
short-circuit, a monstrous travesty of the Law: in her
very elevation to the undisputed Master, whose every whim
the masochist is obliged to obey, the Woman is turned into
a puppet effectively controlled by her slave, who controls
the game, writing its rules—the explicit asymmetry of the
masochist contract (at the level of enunciated: man's
subordination to woman) relies on then opposite asymmetry
at the level of the position of enunciation. The humor of
masochism is therefore not directed only at the figure of
the father; it relies on the ridiculous (and,
simultaneously, monstrous) incompatibility or discord
between the symbolic place of symbolic power and the
element who occupies it."
With reference to Badiou:
"How can a human animal forsake its animality and put its
life in the service of a transcendent Truth? How can the
'transubstantiation' from the pleasure-oriented life of an
individual to the life of a subject dedicated to a Cause
occur? In other words, how is a free act possible? How
can one break (out of) the network of the causal
connections of positive reality and conceive of an act
that begins by and in itself?"
Thursday, January 27, 2011
qualia (Sonnet 18 and Zombies)
the redness of an evening sky." -- http://en.wikipedia.org/wiki/Qualia
"Zimboes think^Z they are conscious, think^Z they have qualia, think^Z
they suffer pains – they are just 'wrong' (according to this
lamentable tradition), in ways that neither they nor we could ever
discover!" -- Daniel Dennet,
http://en.wikipedia.org/wiki/Philosophical_zombie
"When philosophers claim that zombies are conceivable, they invariably
underestimate the task of conception (or imagination), and end up
imagining something that violates their own definition" -- Daniel
Dennet, at ibid.
"As I see it, feelings are not strange alien things. It is precisely
those cognitive changes themselves that constitute what 'hurting' is —
and this also includes all those clumsy attempts to represent and
summarize those changes. The big mistake comes from looking for some
single, simple, 'essence' of hurting, rather than recognizing that
this is the word we use for complex rearrangement of our disposition
of resources." -- Marvin Minsky, again in the Qualia article
...
The quote from Minsky makes me think that the "discretized" world
of Qualia can itself be painful, perhaps even capturing (as well as can
be imagined), a sort of essence of hurting, after all.
What I mean is: it is quite painful either to feel that others aren't "real",
and possibly even more painful (and disturbing) to feel or imagine
the irreality of one's own inward existence. However, the "instrumental"
nature of Qualia seem to be a step precisely in the irreal direction of
think^Z -- "Shall I compare thee to a summer's day", and so forth.
In other words, the simple mechanics of "judging" or "evaluating" (as
via an integral, for example), even just of "the thinginess of things" --
the self-same clumsy summarising and representing -- what might
be called "grasping thought" -- *are* Qualia, *are* pain, and *are
also* the key move to zombieism.
As an application: judging things/others to be irreal (i.e. to be zombies),
whether this is true or not, effectively infects one with zombieism.
It would be absolute insanity for a human to *embrace* this move...
and yet... taking a look at Sonnet 18, there are certain clear attractions
or, shall we say, enticements...
Wednesday, January 26, 2011
sonnet for joanne 2
aND EVERYTHING IS JUST OK
what thE hell WaS thAt crAzY Thing i sAid neXt?
PoppIng out of his HeaD lIkE thosE
(what is It you're after)
MAYBE IT IS JUST THAT ONE SECOND GUESSES ONESELF
MAKING IT EASIER AT TIMES TO APPROACH ELEGANCE...
OUT WITH THAT INVITATION.
WordS in my MoUth BACK, i
RE-SOLDERED THE TYPE ELEMENTS ON MY TyPewRiTeR
Monday, January 17, 2011
mad (what degree of intimacy + mutual care?)
pleasure is involved ("jouissance"?)?
"This much madness is too much sorrow"
Sunday, January 16, 2011
anatomy of a callback
commercial has been in the same room together, thus it's no surprise
that lines and action get changed or re-worked. So you may walk in to
see you have been rehearsing the wrong sides, or you might get asked
to read for a different part on the spot. This is all business as
usual, so be ready for it." --
http://commercialsuccessresource.blogspot.com/2009/03/anatomy-of-callback.html
D'oh - not that kind of callback!
At http://tanks4code.blogspot.com/2008/07/c-style-callbacks-in-c-code.html
there a kind of complicated object-oriented scenario is described,
indicating that a "callback" is quite similar to a "hook" but also a
bit like a "closure".
So then... from
http://stackoverflow.com/questions/615907/how-is-a-closure-different-from-a-callback:
"The bit that makes it a closure, is when that function accesses
anything on the context where it lives, like variables outside it."
And from here: http://stackoverflow.com/questions/2070275/javascript-closures-and-callbacks,
"Callbacks are a simpler concept. A callback is basically where a
function accepts another function as a parameter. At some point during
execution the called function will execute the function passed as a
parameter, this is a callback."
They further remark:
"Quite often the reason that closures get created (either
incidentally, accidentally or deliberately) is the need to create a
callback. [... some code defining a function ...] A closure is
created containing in part the 'message' parameter; 'fn' is executed
[on delay] quite some time after the call to 'AlertThisLater' has
returned, yet 'fn' still has access to the original content of
'message'."
So, that's the scoop on that: a "callback" is when a function executes
another function that is one of its arguments, and a "closure" is when
a function executes another function (whether it was initially passed
in as an argument or not) that continues to have access to the scope
of the original function.
OK, not so bad, but still it seems so much more *comprehensible* in
LISP, where one wouldn't geverally bother thinking about whether the
thing was a "closure" or not - one would just put some local variables
to a lambda, then pass that lambda as an argument to another function,
and be done with it.
Friday, January 14, 2011
BDGBTW
It's confusing these days...
They sat together in the park
As the evening sky grew dark,
holding hands in the moonlight.
There was silence between them.
Silence to say goodbye.
(And the wall won't come down,
until they're no longer afraid of themselves.)
words cut, pasted, and otherwise munged by joe corneli otherwise known as arided.