-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
695 lines (685 loc) · 62.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<title>index</title>
<style type="text/css">
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<link rel="stylesheet" type="text/css" media="screen, projection, print"
href="https://www.w3.org/Talks/Tools/Slidy2/styles/slidy.css" />
<script src="https://www.w3.org/Talks/Tools/Slidy2/scripts/slidy.js"
charset="utf-8" type="text/javascript"></script>
</head>
<body>
<div class="slide section level1">
<h1 style="text-align: center;">
Hypermedia-orientation and the generic hypertext
</h1>
<div style="text-align: center;">
<img src="https://raw.githubusercontent.com/nerdfiles/douadevops/master/images/periodic-table-of-information.png"
alt="periodic table of information"
style="width: 40vw" />
</div>
<div>
nerdfiles at gmail dot com
</div>
<div>
<a href="https://github.com/nerdfiles/hypermedia-orientation">repo</a>, <a href="https://dualyticalchemy.medium.com">blag</a>
</div>
</div>
<div id="why-are-you" class="slide section level1">
<h1>Why are you…</h1>
<p>… as a domain-driven designer, not hypermediating your API’s response hypertext?</p>
<p>Let me try to persuade you that DDDD and HATEOAS (IDEALS) overlap in layered separation of concerns as much as complement each other where the other leaves us uncertain.</p>
</div>
<div id="learning-the-tower-of-babel" class="slide section level1">
<h1>Learning the Tower of Babel</h1>
<pre><code> link
[rel]="...t̨͕͇̖́̅̂̿o͓̮̾͘w͉̱̗̾̽̃͜͠e͇̅̾͟r̡͙̭͇͂̽̍̿͆͢ ͍̹̉̐ỡ̳͚f ͎̥̈́͠bâ̬̪͙͍̋͑͒̚͢b̦̥̪͗̔͞el̖͔̞͖̇͐̕͞..."
[href]="http://example.com"</code></pre>
<p>The beautiful point about the tower of babel is not that there is no ultimate language, but that we could conceive language ontologically to move and come into form just as would buildings, animals and gods.</p>
<p>What’s half a tower of babel? A <i>living tower</i>.</p>
<p>How to represent a living architecture where models play (separation of concerns is key):</p>
<ul>
<li>(Ontological) Format (hyperschema JSON, etc; it’s hypermediated sometimes)</li>
<li>(Structural) Protocol (segmented discourse representation theory)</li>
<li>(Phenomenological) Domain (distributed domain driven design; and yeah,<br />
you’re under a “subdomain” sometimes)</li>
<li>(Teleological) Workflow (hypermedia as the engine of application state;<br />
FORMs and LINKs compose metacomputational PROCEDUREs; Fazi)</li>
</ul>
</div>
<div id="remedial-re-presentation" class="slide section level1">
<h1>Remedial: Re-presentation</h1>
<p>What is representation (re-presentation)? Since it seems from “politics” to “technology” everybody’s got it wrong (or else they would’ve implemented REST: coincidence?):</p>
<p>A presentation might be a state of affairs or a mereological complex: ontologically homogeneous names (strings), categorically heterogeneous (actions and properties), it’s in the world, has a truthbearer, a sentence-subject, etc. At one time, we called these “propositions” (bound to a sentential function with truth-functional semantics). Well, that’s a mouthful.</p>
</div>
<div id="remedial-re-presentation-1" class="slide section level1">
<h1>Remedial: Re-presentation</h1>
<p>I can re-present a state of affairs simply, with two properties, a name and a “role”:</p>
<pre><code>{
"name": "Smith",
"actingAs": "Candidate"
}</code></pre>
<p>Purposively I’ve created this model of a state of affairs in virtue of using implicit meta-language, the names of properties. Indeed, READ is an abstraction; nothing really stops me from <i>using</i> language, to engage in languaging, here at the property level. I can say “name”, “firstName”, “first.name”, “name/first”, and so on, for any number of possible syntactical variations that makes sense to humans, perhaps until we get to properties that start to look like hashes (“9f86d08…”). These are hardly even machine-readable without much computational work (stepping), which is to say that the space between any two possible positions is vast when thinking of “reading” (an abstraction, mind you) a hash versus something written in variable language. “9” and “f”, whatever reading this string would resolve to, whatever it means, involves conceivably more work than, say, in the sentence “the cat is blue” (C), between the letters “t” and “h”, at least from the perspective of a human, the distinction we’re attempting to make here. More important, is that the sentence, C, reliably matches a pattern faster given a regular language with common forms, than strictly random character soup. As the systematic task builds contextual units, the similarity between our given statement and the set of established ones converges to given us a sub-structural moment at which comparison at a sub-sentential level can take place, in which in-between and other lexical positional momenta and spatial norms are determined.</p>
<p>We might say the above “presentation” says, given sufficient context (and what doesn’t happen in a domain context?): The man who is applying for the job…</p>
</div>
<div id="remedial-re-presentation-2" class="slide section level1">
<h1>Remedial: Re-presentation</h1>
<p><i>Naming</i> and <i>description</i> seem to be irreducible acts: just as <i>objectification</i> and <i>classification</i>, <i>prescription</i> and <i>description</i>, and so on. Many “distinctions” at once seem necessary as much in their contexts as they seem linked to other necessities in other contexts. How is ‘naming’ more or less identical than ‘objectification’, as Ludwig Wittgenstein might ask?</p>
<p>How is ‘classification’ more or less identical than ‘description’? Indeed, nothing in the act of naming determines syntactic categories, nor do syntactic categories, if realized, guarantee that the lexical item not be used as a name, from a pragmatic perspective. Linguistics (quantity; didactic), semantics (quality; amorous), semiotics (relevance; inaesthetics), pragmatics (manner; aisthetics) all meet to condition the horizon of possibility of autonomy (material unconscious), functionality (machinic unconscious), intentionality (subjective unconscious) and … (territorial unconscious); the four aspects of System Level Design, then, can be re-cast in Deleuze’s simple philosophical materials.</p>
</div>
<div id="remedial-re-presentation-3" class="slide section level1">
<h1>Remedial: Re-presentation</h1>
<p>The main point to make here is that we are already developing the interface<br />
in the very naming (“hard problem”) at the property level. We are <i>interfacing</i>.</p>
<p>So imagine the same payload but it is a PUT request: for whatever reason, they can update either of these properties, but in virtue of how they were arranged to the structure of <i>presentational immediacy</i> given of the client. The obvious point is that we often determine the naming pattern of <code>[class]</code>es or <code>[id]</code>s based on these properties at the outset: we are developing the interface at the initial baptism of a property-level name.</p>
</div>
<div id="remedial-re-presentation-4" class="slide section level1">
<h1>Remedial: Re-presentation</h1>
<p>We might think property level description is enough to say we have “re-presented” a state of affairs, but one is really as complex as we want to make it. From what does representation begin? This is what REST is about: how is representation possible? What is its structure? Or conditions for its possibility? The point of REST is that a resource is minimally self-navigable, it is systematic and functional (CRUD and CRUD navigation). It has a graph that shows all possible actions for the representation, its inner world-thought.</p>
<p>Indeed, the “next” relation re-presents an action to be taken, logically, but its presentation is up to the client. Any relation is up to interpretation logically prior its functional and structural features, its autonomy and intentionality is constrained to functional and structural possibility. It’s different kind of UI dev. But relation can be mapped to a FORM, moreover N relations can be mapped to (non-)metacomputational PROCEDURE as FORM to start partial or midway computations at a trigger relational name, discoverable and reason-able in relational syntactic features.</p>
<blockquote>
<p>
If, e.g., a model using reasonable resources gets the job done with fancy association, then this counts against the view that cognition requires classical architecture.
</p>
<div>
<cite>Cognition without Classical Architecture. Garson, James</cite>
</div>
</blockquote>
</div>
<div id="remedial-re-presentation-5" class="slide section level1">
<h1>Remedial: Re-presentation</h1>
<p>Links in the response suggest hypermedia orientation: but to what end? Primarily to transition safely, idempotently, mutably, transclusively from context to context, giving the client (just a “requester”) all that it needs to proceed. But this framing of the task is not (just) intentionally vague: medium specificty is itself part of the solution to the problem, to create a problem space in which agreement on solution, as much as iterative PROCEDURE is possible, with all the contextual logic following with it; our work to be done.</p>
<p>So FORMs become simple or abstract (multiple sequential or parallel; i.e., mereologically complex, in the world, categorically heterogeneous, ontologically homogeneous, etc.) assemblages referred to by us in mentioning names both dynamic or generated or static in link relation (response API payload).</p>
<p><a href="http://paul.luon.net/hypermedia/chapter6/modelsFrameworks/ham.html">HAM</a> (hypertext abstract machines) was first proposed about a decade about, and <a href="http://erenkrantz.com/CREST/">CREST</a> (computational REST) wasn’t far behind, each outlining the precipice before us: the ingression of metacomputational PROCEDURE.</p>
</div>
<div id="brass-syntax" class="slide section level1">
<h1>Brass Syntax</h1>
<p>Remember JSX (a cursed abomination from Facebook that exceedingly privileges DX over FX: <i>frontend experience</i>; why restrict ourselves to only humans or “people” as those engaging our tools?)? Well, aside from it being insufferable for CTags users, let’s consider an example library that would make trivial the mapping of “syntactic” (lexical; i.e. grammatical) structure (categories?) to our (in)famous URL space:</p>
<pre><code> <link rel={vm.lexicalStructure}
href={API.affordance.www.example.com({ urlConfig })} /></code></pre>
<p>Our first design assumption is that any given expression of a link relation, or thereby containing at least one, (i.e., <i>relating relation</i>; see Arianna Betti’s Against Facts) may bear truth (or be a <i>truthbearer</i>) under some hypertext referential space. As it is said, “Beauty is the givenness of data” (Contingent Computation. Beatrice M. Fazi.)</p>
<p>Getting to the point, there’s magic in them hills: <i>metanorms are expressible through unactualized actions in link relation as tendencies and capacities which really exist in the possibility space of action of the semiotic web (the gradient of semioticity).</i></p>
<p>A quickie. Imagine this link relation: <code>… rel=“A→◻◊A” …</code></p>
<p>Now… replace the Propositional Variables with hashes over which we can guarantee uniqueness (controllable reduction of collisions).</p>
</div>
<div id="metaproblems-to-sell-more-problems" class="slide section level1">
<h1>Metaproblems to sell more problems</h1>
<p>Abstract Link Relations (or, elsewhere said: “non-standard link relations” hypothesized to bear truth, if not the sentence-subject, from immanent algebraic and algorithmic structure of strings of link relation; think medium specificity a la Fazi). Other examples?</p>
<ol style="list-style-type: decimal">
<li>XDIMessages</li>
<li>Any terminal commands</li>
<li>YUML</li>
<li>ASCII</li>
<li>Modal FOL (S5, S4, doxastic logics, epistemic logics, temporal logics, etc.)</li>
<li>Sheet music (and degradations: guitar tabs, etc.)</li>
<li>CoRAL<sup><a href="https://www.ietf.org/archive/id/draft-ietf-core-coral-03.txt">coral</a></sup></li>
<li>SDRSes, DeLandan simulational languages, etc.</li>
</ol>
<p>These languages can be interpretted in a non-denumerable many ways. So the context-freeness has to be given anywhere markup potentially tends away from the event of its decision bound to interactive exteriority conditioning the possibility for its emergence.</p>
<p>Non-standard Link Relation concerns how we transindividuate affordances through metasymbolic expression of interiority/exteriority, universality/particiularity, relata-specificty insofar as we define pre-configuration, pre-organizational structure immanent to mechanism and mechanism-independent structure, properties, tendency and capacity in metacomputational and non-metacomputational procedure.</p>
<p><em>Programmable possibility spaces</em> much? Programmable semioticity? Programmable solidarity? Productivity? Compositionality? Systematicity? etc.</p>
</div>
<div id="metaproblems-to-sell-more-problems-1" class="slide section level1">
<h1>Metaproblems to sell more problems</h1>
<p>There is of course a “cache” that resides in various intermediaries: we may systematically analyze these strings using “context units” (in much the same way the “Context Object” improved on the Event Loop Design Pattern<sup><a href="https://www.dre.vanderbilt.edu/~schmidt/PDF/Context-Object-Pattern.pdf">co</a></sup>).</p>
<blockquote>
<p>
Context units store the activation values of all the hidden units at a given time <em>t</em> and make these values available as inputs at the subsequence cycle <em>t</em> + 1. Since information about the hidden units at <em>t</em> is available as an input at <em>t</em> + 1, and since these values, in turn affect the values of the hidden units at <em>t</em> +2, the context units provide the net with the ability to encode a memory of a whole sequence of inputs.
</p>
<div>
<cite>Cognition without Classical Architecture. Garson, James.<sup><a href="https://www.researchgate.net/publication/226508713_Cognition_without_classical_architecture">cog</a></sup></cite>
</div>
</blockquote>
</div>
<div id="metaproblems-to-sell-more-problems-2" class="slide section level1">
<h1>Metaproblems to sell more problems</h1>
<p>How to code for dealing with mistakes (“apologies”) in interpretations that the net gives?</p>
<blockquote>
<p>
When the background process detects an inconsistency in the results produced by the foreground system (e.g., because a “guess” turns out to be mistaken), it can then take corrective action by generating an “apology.”
</p>
<div>
<cite>“Consistency Analysis in Bloom: a CALM and Collected Approach” <sup><a href="http://db.cs.berkeley.edu/jmh/calm-cidr-short.pdf">calm</a></sup></cite>
</div>
</blockquote>
<p>The Discovery Layer starts at <code>HTTP OPTIONS</code><sup><a href="https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.2">rfc2616</a></sup>: <i>finding systematic tasks</i> (again, even though the hypermedia web is a “cognitive-like” possibility space, we do not necessarily have to only take J. Fodor’s model of cognition: instead of methods, we discover “systematic tasks” for integration into our neat little Risk Traits model, which should cover a range of mental models of identity<sup><a href="https://github.com/WebOfTrustInfo/rwot7-toronto/blob/master/final-documents/mental-models.md">mmi</a></sup>):</p>
<ul>
<li>Spacetime (Structural; Distribution)</li>
<li>Attribute (Ontological; Aisthetic; Discussion)</li>
<li>Relationship (Political; Teleological; Debate)</li>
<li>Presentation (Phenomenological; Amorous; Description)</li>
<li>Capability (Patalogical; Deconstruction)</li>
</ul>
<p>While <i>political</i> (or <i>teleological</i>; “debate” in Philonomics) identity exists, so do <i>structural</i> (or <i>spacetime</i>) identity, <i>ontological</i> (or <i>aisthetic</i> (Contingent Computation, Fazi); <i>attribute</i>) identity and <i>phenomenological</i> (or <i>amorotic</i>) identity; and <i>patalogical</i> (deconstruction) identity. How do we map these between themselves and in Philonomics? Consider the Personal to Material as the analogue to the Humility-Honesty axis in HEXACO. <sup><a href="https://github.com/WebOfTrustInfo/rwot7-toronto/blob/master/final-documents/mental-models.md">mmi</a></sup> presents a case for interdependence, intercompleteness, etc. of the proposed mental modals.</p>
<div style="text-align: center;">
<img src="https://raw.githubusercontent.com/nerdfiles/douadevops/master/images/Philonomics.png"
alt="philonomics"
style="width: 40vw" />
</div>
</div>
<div id="metaproblems-to-sell-more-problems-3" class="slide section level1">
<h1>Metaproblems to sell more problems</h1>
<blockquote>
<p>
The net was then tested for its ability to detect this grammatical structure with strings that were not in the training set. The net correctly predicted what the legal continuations of novel input strings would be in agreement with the grammar.
</p>
<div>
<cite>Cognition without Classical Architecture. Garson, James.<sup><a href="https://www.researchgate.net/publication/226508713_Cognition_without_classical_architecture">cog</a></sup> </cite>
</div>
</blockquote>
<p>These “strings” we are concerned with, as “values” of the <code>[rel]</code>, I have called “non-standard link relations”: as a harmonization of François Laruelle’s “Non-standard Philosophy” and Alfred Jarry’s ’Pataphysics. A scientific formulization of Clinamen, Anomalous, Absolute, Antinomy, Pataphor and Syzygy in terms of mechanism and mechanism-structure which may be realized with in the semiotic space of possibility of action.</p>
</div>
<div id="metaproblems-to-sell-more-problems-4" class="slide section level1">
<h1>Metaproblems to sell more problems</h1>
<p>What a deliciously gnarly question:</p>
<p>“Isn’t there a need for cacheing the results of the various reasoners in a FOL form?”<sup><a href="https://www.w3.org/community/philoweb/2014/01/15/syllogism/">syllogism</a></sup></p>
<p>But… “However, ◊◻A→A says that if A is possibly necessary, then A is the case, and this is far from obvious. Why does (B) seem obvious, while one of the things it entails seems not obvious at all? The answer is that there is a dangerous ambiguity in the English interpretation of A→◻◊A.”</p>
<p>We need to adapt this question to account for the understanding that the English, as much as any other language, involves ambiguity: we cannot just throw FOL into the web space; to adjust:</p>
<p>Isn’t there a need for cacheing the results of the various reasons in First-order modal Logic (as well as Free Logic, Intuitionistic and other non-classical logics which might include “domain functions,” etc. such that assignments are made to each possible world its own domain)?</p>
<p>Indeed, the web may never be unified according to facts: there is no ultimate language (François Laruelle). At most, we have correlational matrices from which to model domains in the web’s possibility space of action.</p>
</div>
<div id="metaproblems-to-sell-more-problems-5" class="slide section level1">
<h1>Metaproblems to sell more problems</h1>
<p>Recall some of the Hard Problem(s) of Computer Science:</p>
<pre><code> 1. Naming things
2. Cache invalidation
7. Async programming
3. Off-by-one errors</code></pre>
<p>Such a question checks every problem, and then some!</p>
</div>
<div id="metaproblems-to-sell-more-problems-6" class="slide section level1">
<h1>Metaproblems to sell more problems</h1>
<p>Isn’t ANSI C interpreted, anyway? But truly, we have serious objectives:</p>
<ol style="list-style-type: decimal">
<li>“The Need for Speed, 23 Years Later”<sup><a href="https://www.nngroup.com/articles/the-need-for-speed/">ns</a></sup> “Delays of just 1 second are enough to interrupt a person’s conscious thought process”<br />
</li>
<li>Shouldn’t the cached results of reasons be navigable, transclusive, safe, (im)mutable and still idempotent?<br />
</li>
<li>Potentiation: link relations provide the conditions for the possibility of<br />
superpositional acquaintance with data.<br />
</li>
<li>Interplanetary REST: some form of Creative Intelligence must be demonstrated before interplanetary communicational texture is realized, as web navigability, tranclusion, (im)mutability, safety and idempotence afford for us a manifold corpus, if not a metaphysics of literature, from which to deploy analysis: a shift from “representation”; and so too, from “understanding” to recognition, from “composition” to (mereological) complexity, from “inference” to causality).</li>
</ol>
<p>Our goal is to exploit the conditions for the possibility of attention (filter, neurological, spotlight, premotor) as a metaphorical construct, as much as metonymical, synechdocical and ironic constructs are realized from the nature of the inherent metaphorical nature of attention: as a spotlight, under certain mechanism-dependent structure, and as a “vision,” under the circumstances or simulations of mechanism-independent structure<sup><a href="https://onlinelibrary.wiley.com/doi/epdf/10.1207/s15516709cog2301_4">attn</a></sup>.</p>
</div>
<div id="a-web-science-needs-some" class="slide section level1">
<h1>A web science needs some …</h1>
<p>minimal tropological evidence of causality; I do not have a theory, but perhaps I can convince, as Yuji Ijiri does in accounting practice, that <em>link relations are causal relations</em> in semantic web (development). This must be a technological achievement before systematic space exploration is possible, inasmuch as hypermedia safety, hypermedia idempotence, hypermedia mutability and hypermedia navigability would be necessary and sufficient conditions for describing the modes of causality: first, formal, efficient and final cause, as well as Peirce’s Fourthness: first, second, third and fourth, as completion, conclusion, emergence, deduction.</p>
<p>We aspire to develop computational completition, conclusion, emergence and deduction from hypermedia as the engine of application state.</p>
</div>
<div id="a-web-science-needs-some-1" class="slide section level1">
<h1>A web science needs some…</h1>
<p>Think of every <…> as a mode. It can follow from any number of attributes; in our case, we want to formally express a connection between meta-relation and web. Meta-data is fine: meta-relations take departure from the scaffold of meta-data. They have extra-linguistic significance: but what world do they pick out? At least a blockchain makes that significance a conveyor-tube we can perform global consensus on!</p>
<p>Do you really want systems built for global consensus to be applied to interplanetary communication? Hardly!</p>
</div>
<div id="no-blockchain-no-problem" class="slide section level1">
<h1>No Blockchain? No Problem</h1>
<p>Blockchains are not scale-free because they do not begin from hypermedia-orientation.</p>
<p>Look at a transaction’s JSON: do you see any links? No. Addresses, Hashes… Big deal!</p>
<p>It’s got “nested” structure, and even “values”: but we need relata-specificity (link relation as <i>relating relation</i> inasmuch as we consider <i>perceptual relations as causal relations</i>).</p>
<pre><code>(Web namespace) https://example.com
(see https://www.w3.org/2001/sw/wiki/Semantic_Web_terminology#namespace)
https://example.com/{urland}
(Security namespace) https://example.com/auth
https://example.com/token
https://example.com/refresh
etc.
(API namespace) https://example.com/api
(Relational namespace) https://example.com/api/rels/{entity}
e.g., https://example.com/api/rels/street
https://example.com/relation/{named-relation}
e.g., [rel]="start https://example.com/relation/inside" [href]="https://example.com/"
(see https://httpwg.org/specs/rfc8288.html; i.e., *predictive relating relation*)
(REST commandspace) https://example.com/api/{entities}/:id
e.g., https://example.com/api/shoes/68a3641a066b1f2d4d2a3328d5b5594020b14ed06096f5b3474ed7893091043a
https://example.com/api/{entities}/:id/{value-objects}
e.g., https://example.com/api/houses/68a3641a066b1f2d4d2a3328d5b5594020b14ed06096f5b3474ed7893091043a/doors
(Action commandspace) https://example.com/api/{entities}/:id/{NamedAction}
e.g., https://example.com/api/entities/68a3641a066b1f2d4d2a3328d5b5594020b14ed06096f5b3474ed7893091043a/TradeAction
(ODRL commandspace) https://example.com/api/{entities}\::id
e.g., https://example.com/api/wines:68a3641a066b1f2d4d2a3328d5b5594020b14ed06096f5b3474ed7893091043a
https://example.com/api/{entities}/:id\::{NamedAction}
e.g., https://example.com/api/cars/68a3641a066b1f2d4d2a3328d5b5594020b14ed06096f5b3474ed7893091043a:DriveAction</code></pre>
<p>For ODRL, Linked Data Proofs<sup><a href="https://w3c-ccg.github.io/ld-proofs/#linked-data-proof-overview">ld-proof</a></sup> validation logic use CASL with Seneca, etc. For the GUID, has the object that is being posted or use REST extended with a queue mechanism for de-duping and use the sequence ID as the input for the hash, place in a DHT for processing by the peer network depending on the type of resource that it presupposes: mining, agriculture, manufacturing and construction resources will require a certain number of nodes to generating a sufficient number of confirmations to determine its ontological integrity in order to counter <em>fragmentation</em>. How do we deal with change ossification in networked resource substrates (whatever is subtending the afforded capabilities across the commandspace)?</p>
</div>
<div id="links" class="slide section level1">
<h1>LINKS</h1>
<p>The web is about LINKS! A network’s becoming scale-free consists in links being the building blocks, or building constituency, of its reality. Its boundary is necessarily fuzzy, its borders could be playing Hackenbush or Nomic, or Nomic Hackenbush! Who knows! The properties of free-scale are coded safety, idempotence, mutability and navigability.</p>
</div>
<div id="emergence" class="slide section level1">
<h1>Emergence</h1>
<p>But this substrate emerges from the robustness of <i>interactive exteriority</i>.</p>
<p>How can we teach the web to play with itself? To jack off? Even when we’re not looking?</p>
</div>
<div id="thinking-money" class="slide section level1">
<h1>Thinking Money</h1>
<p>All that blather about “money” being “durable,” “globally transferrable,” “fungible,” “divisible,” “store of value”… rubbish!</p>
<p>Money is a nonhuman living hyperobject that preexisted market economy: it must be safe, idempotent, mutable and transclusive.</p>
</div>
<div id="thinking-money-1" class="slide section level1">
<h1>Thinking Money</h1>
<ul>
<li>Thinking money involves transclusion: insight into the future, what will be bought, how it might feel.</li>
<li>Thinking money involves mutability: it can evolve or not depending on context.</li>
<li>Thinking money involves idempotency: money is use in ecology.</li>
<li>Thinking money involves safety: we imagine the limits of its effects, and<br />
our functional ultimacy.</li>
</ul>
</div>
<div id="acts-and-dramas" class="slide section level1">
<h1>Acts and Dramas</h1>
<p>An opportunity before us: a web is not (just) beautiful.</p>
<p>It is horrorific to imagine Creative Intelligence. What is intelligence but a sum of a lot of parts organized into a historico-logical structure that breeds consciousness before me? It is between a self that one expresses one’s intelligence.</p>
<p>Yet if those parts, constituents, could escape from a subscending w/hole and non-mechanically (non-standard mechanically) bring about effects in others by inducing changes within their upper ontology’s given motility of actual occasion?</p>
</div>
<div id="acts-and-dramas-1" class="slide section level1">
<h1>Acts and Dramas</h1>
<p>Is intelligence in content or in form? How can we make sense of “intelligible contingency” such that modal force (having a property) is logically prior to temporality (holding a property) in API affordance? Let’s keep it hybrid:</p>
<ol style="list-style-type: decimal">
<li>forms-from-facts</li>
<li>forms-from-mereological-complexes</li>
<li>forms-from-content</li>
<li>forms-from-content-in-structure</li>
<li>forms-from-content-in-structural-link-relation</li>
<li>code-from-content-in-structural-link-relation</li>
<li>everything-is-already-coded-from-content-in-structural-link-relation</li>
</ol>
<p>What stops us from writing</p>
<pre><code> rel="<form>...</form>"</code></pre>
<p>Well the parser, but now we can predict forms within the syntactic space and perform computation at the local context without requesting the specified <code>[href]</code>, assuming that the client implements, say, a <sup><a href="https://github.com/elendirx/web2web">P2Pweb</a></sup> portal. Or even embeddeding HTML is a non-hypermedia-type:</p>
<pre><code> {{beginning_header_of_file}}
<html>...</html>
{{ending_header_of_file}}
{{rest_of_file}}</code></pre>
<p>Or in SVG, we can embed DOM behaviors within a <a href="https://twitter.com/dualyticalchemy/status/1283195024449183746/photo/1"><code><foreignObject></code></a> such that the content negotiation pre-figuration can allow for rendering SVG with capabilities locally from the file system or simply render a web page if opened through HTTP: normalization and uniformity of the URL allows for these capabilities to be expressible in a non-dual way (unilaterally dualyzed functions).</p>
</div>
<div id="hypermedia-in-nouns-and-verbs" class="slide section level1">
<h1>Hypermedia in Nouns and Verbs</h1>
<p>We already understand the concept of “action” at the protocol level. We want ” action” to live along side the intertextual plane of consistency of the hypertext. Before moving on, a user agent may analyze the given document for clues as to what to do next. At every link relation is a “stored action” (or “potential action”) ready to fire. Why should the user agent choose it over some other by a sequential order? In the manner of HTML’s norms, whatever <code>[rel]</code> chosen conforms to a pre-established harmony, if you will, that says “prefetch” fires before “stylesheet,” etc.</p>
</div>
<div id="hypermedia-in-nouns-and-verbs-1" class="slide section level1">
<h1>Hypermedia in Nouns and Verbs</h1>
<p>However, we want the opportunity to distribute and decentralize the expression of relata-specificity and leave “meaning” to whomever runs the repsonse to the request (expression): it could be one head, or a massively coordinated soup of stars and spokes, everywhere between a completing, concluding, deducing or emerging compute.</p>
<p>Or, we might say: let’s make meaning programmable! Programmable semantics?! Programmable semantic web!!</p>
</div>
<div id="think-ifttt-for-crispr" class="slide section level1">
<h1>Think IFTTT for CRISPR</h1>
<p>Link relations can get messy, but let’s start simple:</p>
<ol style="list-style-type: decimal">
<li>“next” (standard)</li>
<li>“next-next” (maybe non-standard?)</li>
<li>“up and previous”</li>
<li>“between/door”</li>
</ol>
</div>
<div id="think-ifttt-for-crispr-1" class="slide section level1">
<h1>Think IFTTT for CRISPR</h1>
<p>“next” is pretty straight-forward: assuming your API already has business logic and sufficient context. Okay, maybe it isn’t so straight-forward, but most typically, the bare minimum is that in the response, “next” should do something reasonable, and in an excellent world: it would do so atomically, consistently, in isolation and durably. At a grocery store, “next” could mean something different for the item, the customer, the isle, and so on, for every thing that can be given in affordance. Elsewhere, at a baseball field, “next” could mean the player to bat, or next inning, or “take/move to/etc” the next base.</p>
</div>
<div id="think-ifttt-for-crispr-2" class="slide section level1">
<h1>Think IFTTT for CRISPR</h1>
<p>Those previous examples could all be called “mereological simplexes”: they arguably require no grammatical (or lexical) analysis, but do require syntactic analysis. The presumption of grammar between a character is exactly what we do not wish to assume. Its existence must be determined through causal discovery. Link relations as such can possess internal relation: a link relation can be about the parent document, or it can be about itself, or really anything (assuming the identifier within the string to be analyzed in the link relation can be treated systematically)</p>
</div>
<div id="think-ifttt-for-crispr-3" class="slide section level1">
<h1>Think IFTTT for CRISPR</h1>
<p>Is your experience of the color blue the same as mine? Well, starting from somewhere, some API can give us the answer, assuming we are willing to mediate our experience through computation’s own experience. Recall: the response doesn’t have to give us anything. It could 500 error out. Or your input might be corrupted in transit, by bitflipping, and you might told “no.” Or, given your preference settings, however derived, the “page” (window) to the actual occasion of our asking will have an answer pre-formed for us.</p>
</div>
<div id="understating-hypermedia" class="slide section level1">
<h1>Understating Hypermedia</h1>
<blockquote>
<p>
Hypermedia: for REST services, hypermedia helps frontends to be more <i>independent</i> of service endpoints. (my emphasis)
</p>
</blockquote>
<p>Oftentimes hypermedia-orientation is mentioned but not emphasized. What is the most important, operative term here?</p>
<p>What does <i>independence</i> fundamentally mean?</p>
</div>
<div id="understating-hypermedia-1" class="slide section level1">
<h1>Understating Hypermedia</h1>
<p>Let’s take a detour, Philosophy and Simulation (Manuel DeLanda):</p>
<blockquote>
<p>
Yet despite these differences a convection cell and a chemical clock, as these reactions are called, are qualitatively the same. This implies that a full explanation of these emergent entities must possess a component that is independent of any particular mechanism.
</p>
<div>
<cite>Philosophy and Simulation<sup><a href="https://www.bloomsbury.com/us/philosophy-and-simulation-9781350096790/">philandsim</a></sup><cite>
</div>
</blockquote>
</div>
<div id="understating-hypermedia-2" class="slide section level1">
<h1>Understating Hypermedia</h1>
<blockquote>
<p>
Adding to the explanation of emergence a mechanism-independent component will involve introducing entirely new ideas so it will be useful at this point to justify the need for the extra complexity. So far the concept of emergence has played an ontological role, showing why it is legitimate to believe in the existence of objective properties, tendencies, and capacities. But once we add the mechanism-independent component the concept of emergence leads to two important epistemological consequences: it explains why we can use partial models to learn about reality and it provides an account for the capacity of those models to mimic the behavior of the processes they model. The first consequence derives directly from the notion of asymptotic stability. When the emergent properties of a whole are stable they can survive changes in the details of the interactions between its parts.
</p>
<div>
<cite>Philosophy and Simulation<cite>
</div>
</blockquote>
</div>
<div id="understating-hypermedia-3" class="slide section level1">
<h1>Understating Hypermedia</h1>
<blockquote>
<p>
Being able to take for granted the existence of emergent properties at one scale in order to explain properties at another scale is arguably a basic requirement for scientific research. If scientists had to build models that captured all scales simultaneously no scientific field would ever have succeeded in explaining anything. We would be trapped in a block universe in which every aspect is inextricably related to every other aspect and our incapacity to separate levels of emergence would leave us cognitively powerless.
</p>
<p>
The second epistemological consequence derives from the very notion of mechanism-independence: if processes as different in detail as a convection cell and a chemical clock can exhibit the same behavior perhaps mathematical equations can also display that behavior.
</p>
<div>
<cite>Philosophy and Simulation</cite>
</div>
</blockquote>
</div>
<div id="understating-hypermedia-4" class="slide section level1">
<h1>Understating Hypermedia</h1>
<blockquote href="note">
<p>
The mechanism-independent component of an explanation, on the other hand, demands clarifying the status of tendencies and capacities when they are not actually manifested or exercised. We could, of course, characterize that status as that of a possibility but that would be too vague: an unmanifested tendency and an unexercised capacity are not just possible but define a concrete space of possibilities with a definite structure.
</p>
<div>
<cite>Philosophy and Simulation</cite>
</div>
</blockquote>
</div>
<div id="understating-hypermedia-5" class="slide section level1">
<h1>Understating Hypermedia</h1>
<p>So what’s this all about?</p>
<p>What are some other properties of a network which tug our sense of “independence” (or, what is actually “mechanism-independent structure”)? What are the signs of a <i>healthy network</i>?</p>
<p>In the context of the computational sciences (what was once called merely “Computer Science”): <i>coordination-free</i>, <i>scale-free</i>, <i>identification-free</i></p>
</div>
<div id="understating-hypermedia-6" class="slide section level1">
<h1>Understating Hypermedia</h1>
<blockquote>
<p>
CALM is a positive result in this arena: it circumscribes the class of programs for which all three of the CAP properties can indeed be achieved simultaneously. […]
</p>
<p style="text-indent: 1rem;">
<span style="text-transform: uppercase;">Observation 1</span>. <i>Coordination-freeness is equivalent to availability under partition.</i>
</p>
<p>
In the forward direction, a coordination-free program is by definition available under partition: all machines can proceed independently.
</p>
<div>
<cite></cite>
</div>
</blockquote>
</div>
<div id="understating-hypermedia-7" class="slide section level1">
<h1>Understating Hypermedia</h1>
<p>Here we bring together DeLanda’s justifications for <i>mechanism-independent structure</i> and Alvaro et al.’s concept of <i>consistency as logical monotonicity</i>; but not (just) these ideas: we also want to fuck shit up with neural networks (specifically, syntactically trained recurrent nets.</p>
<p><strong>Hold onto your ifs and buts?</strong> (Though it should be fairly obvious where this is headed…)</p>
</div>
<div id="understating-hypermedia-8" class="slide section level1">
<h1>Understating Hypermedia</h1>
<p>We’re not going full Language of Thought (LOT):</p>
<blockquote>
<p>
If this scenario is correct we can conclude that the possibility space that was searched through evolution, both biological and cultural, was isomorphic with but not identical to the space studied by automata theory. Automata theory charts the space of possible languages and of the computational capacities needed to master them in an entirely mechanism-independent way involving no commitment to any particular implementation of the automata themselves. This point is often overlooked by those who think our brains must embody a genetically coded linear-bounded automaton using an explicit context-sensitive “language of thought.”
</p>
<div>
<cite>Philosophy and Simulation
</p>
</blockquote>
</div>
<div id="hypermedia-or-hyperobject" class="slide section level1">
<h1>Hypermedia or Hyperobject?</h1>
<blockquote>
<p>
Casting is the act of converting peaches, cherries, grapes into fruit. It is possible to cast toward specificity. But what interests us here is the act of upcasting or casting “upward” toward the generic supernature.
</p>
</blockquote>
<p>Subscendence<sup>[<a href="https://cup.columbia.edu/book/dark-ecology/9780231177528">darkecology</a>]</sup>: A whole (superstructure) subscends its parts (acts, enactments, personae, etc.) of the base structure.</p>
<blockquote>
<p>
A whole is <i>subcended</i> by its parts.
</p>
</blockquote>
</div>
<div id="hypermedia-or-hyperobject-examples" class="slide section level1">
<h1>Hypermedia or Hyperobject: Examples</h1>
<pre><code>-------------------
metonymical | copyrighting [ subjecthood | matter/material | algorithm | land ] as art
-------------------
metaphorical | fMRI, cognitive style, cognitive signature, etc. (mind is
computer; and other attentional-attitudinal-cognitive conduit metaphors)
-------------------
synechdochical | time is money (how does money, the nonhuman living
hyperobject, deceive us into developing capitalism for its
ontological enrichment, such that we effectively copyright time
as private property)
-------------------
ironical | copyrighting [ handwriting ] as art
-------------------
pataphorical |
-------------------
syzygetical |
-------------------
anomalitical |
-------------------
antinomical |
-------------------
absolutic |
-------------------
clinametical |
-------------------</code></pre>
</div>
<div id="transcendental-games-nomic-latin-octonions-metalogic-alphabet-etc.-and-the-agrilogistic-axiology" class="slide section level1">
<h1>Transcendental Games, Nomic, Latin Octonions, Metalogic Alphabet, etc. and the Agrilogistic Axiology</h1>
<p>So what’s the upshot of all this? It is our infinite task to turn civilization from dogmatic agrilogistic science given to us by Aristotle. We must not allow for river ponds and verdant greens be replaced by shopping malls and blockchains. Capitalism is nothing but the upshot of money afforded an agrilogistic science. There’s little we can do about it barging through the front door. Even Game-B may be for naught.</p>
</div>
<div id="transcendental-games-nomic-latin-octonions-metalogic-alphabet-etc.-and-the-agrilogistic-axiology-1" class="slide section level1">
<h1>Transcendental Games, Nomic, Latin Octonions, Metalogic Alphabet, etc. and the Agrilogistic Axiology</h1>
<pre><code>
O O
\ /
\ [/](a)
\ /
O---#---O
\ / \ /
/ \
/ \ / \
O---#---O
\ / \ /
/ \
/ \ / \
O---#---O
/ \
/ \
/ \
O O
</code></pre>
<p>Let’s imagine we remove (a)… in a gaming of the NN diagram. What is the consequence of directly transposing “rules” or procedures from one language game to another? From hackenbush to hacking-the-hidden-layer.</p>
</div>
<div id="agrilogistic-science-is-easy-think-substance" class="slide section level1">
<h1>Agrilogistic Science is Easy Think Substance</h1>
<blockquote>
<p>
Agrilogistics is Easy Think spacetime. A one-size-fits-all depression temporality, a sad rigid thin gray tube. We are living inside depression objectified in built space. It’s in the way gigantic fields of rapeseed extend everywhere. It’s in the way huge lonely front lawns extend a meaningless one-size-fits-all statement about individuality. It’s in the way malls have gigantic parking lots, and housing lots have giant McMansions without so much as a garden. With its tiny temporality window, agrilogistic depression has turned the surface of Earth into a fatal place. Not only the land but also the oceans, which are the unconscious of the built space, the toilet where the chemicals go. As we have seen, there is a simple Freudian term for a fatal compulsion that keeps on retweeting: <i>death drive</i>.
</p>
<div>
<cite>Dark Ecology</cite>
</div>
</blockquote>
<p>Bence Nanay, Sebastien Rödl, Timothy Morton, etc. are touching the same difficulty: modal force is logically prior to temporality, templexity, etc. However, how do we imagine ourselves imagining modal facts if we are constrained to a technology of understanding grounded in spatial metaphors? How can the outside, interactive exteriority, be described, or better: where should it be expressed?</p>
</div>
<div id="agrilogistic-science-is-easy-think-substance-1" class="slide section level1">
<h1>Agrilogistic Science is Easy Think Substance</h1>
<p>My hypothesis is that its expression will take place in link relation of the actual occasion of web pages; it doesn’t really matter the protocol or media type. There is no such thing as a “problem of spacetime” since the outside is logically prior to spacetime. To show this, computational procedure will need to obviously keep secrets, but in this case: secrets are logically prior to magical belief. Computation, then, would be conditioned to induce the properties of a post-human mathematics (its perceptual states inclusive of its own computational history).</p>
<p>But is there any logical, factual or mental evidence that determines what a symbol means when computational expression, or elaboration, takes place?</p>
</div>
<div id="agrilogistic-science-is-easy-think-substance-2" class="slide section level1">
<h1>Agrilogistic Science is Easy Think Substance</h1>
<p>Microsoft et al. are obviously, just as well, terrified of “private languages” so defined, or founded, through the agrilogistic lens. Can we program the field of vision, etc.? Program death? Or desire? Even dreams? To what end, why should the shadows of the cave, indeed the darkness deeper within, not be the edges of chaos, rather than our mere perceptual states? Is the author is a wish from the outside-text? Arriving to the end of history, being there the will of the author speaks a grave situated as if not the expanse of the graveyard of the possible. Shadows indeed, but internalized horror – why should the horror, even the longing, or the melancholy, drive out the vision? Why would any depth of the cave necessarily condition us to internalize horror out of darkness if we indeed had been designed through the cave itself? Why should a cave care if we are present or not? Can we see the cave for its rocks? Could we ever? How would the evolutionary tale speak for the threat ecology of the cave, if it were that shadows were its deepest threat? A cave of refuge, sanctuary, dreams. Whole epochs given without givenness in caves, the dark becoming both protector and capacitor of and for a realm of toy shadows and toy temporalities: <i>the surrealm of toy modalities</i>.</p>
</div>
<div id="hypermediating-implements" class="slide section level1">
<h1>Hypermediating Implements</h1>
<p>Bear with me… Events take on the modes of functional genericity, continuity, differentiality and dialecticality (dialecticity?). Names take on modes of content.</p>
<pre><code>[eventspace]
creation ----------------------- formation
| |
| p7l ------- m5g ------ c6l |
| \ / \ / |
| \ / \ / |
| information flows/down | (downwards causal emergence)
| /\ | a5s | \ |
| / events flow up\ | (upwards causal emergence)
| / \ / \ |
| / \ / \ |
| d14n ------ d6c ------ a11y |
| |
| [namespace] |
adjustment ----------------------- process
m5g: meaning (learning; HEXACO???; philonomics; WIS)
d14n: decentralization (architecture; componetexture??? IDEALS of PTI PRPL RAILs; INT)
a11y: accessibility (accessibility *is* privacy and security; POUR; ALN)
d6c: didactic (training; CHA)
c6l: clerical (efficiency; STR)
a5s: amorous (agility; DEX)
p7l: political (equity; CON)</code></pre>
</div>
<div id="hypermediating-implements-1" class="slide section level1">
<h1>Hypermediating Implements</h1>
<p>Conceptual and epistemic, and therefore computational, complexity induce forms of emergence …</p>
<blockquote>
<p>
If we accept that computation is a method of abstraction, and that aesthetics is a theory of experience, then the aesthetic investigation of computation invites us to question the relation between what is abstracted and what is experienceable.
</p>
<div>
<cite>Beatrice M Fazi</cite>
</div>
</blockquote>
<blockquote>
<p>
Can the notion of emergence help us to induce, rather than deduce, inferences, decisions, and instructions in computation?
</p>
<div>
<cite>Contingent Computation. pg. 161. Beatrice M Fazi.</cite>
</div>
</blockquote>
<ol style="list-style-type: decimal">
<li>Try proofgramming<sup><a href="https://github.com/uwu-tech/Kind/blob/master/base/App/Hello.kind">proofgramming</a></sup></li>
<li>Try PTI/CASL/CALM/POUR/RAIL/PRPL/IDEALS/etc with theory proofs in Prolog</li>
</ol>
</div>
<div id="looks-dangerously-similar-whatre-we-up-against" class="slide section level1">
<h1>Looks dangerously similar: what’re we up against?</h1>
<blockquote>
<p>
There is no subject, and the experience of the Self is a mental illusion, or delusion, created by the functioning of complex physical systems which generate consciousness from complexity (Dennett, 1992; Metzinger, 2003).
</p>
<div>
<cite>The Chimeric Self: A Neo Naturalist Bundle Theory of the Self<sup><a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6374344/">chim</a></sup></cite>
</div>
</blockquote>
<p>The problem is that these authors have misrecognized the fundamental nature of computation: a nonhuman living hyperobject, even complexity itself insofar as we understand eventuation, integration, hierarchicalization, etc.</p>
<p>But what about the link? Is there a <i>living link relation</i>? Is an assemblage (irreducible mereological complex) of links too living hyperobjects?</p>
<p>What is hypermedia’s relation to the hyperobject (computation)? Some have argued that we ex-change computation (hyperschemas of computational steps; i.e., CREST, computational REST). Can hypermedia be used to house computational steps, but then further generate novel computational steps through non-metacomputational procedure, tendencies and capacities of past computation to emerge and ingress future computational steps formally indeterminably?</p>
</div>
<div id="forget-game-theory" class="slide section level1">
<h1>Forget Game Theory</h1>
<blockquote>
<p>
The (economic) intelligibility of a useful object on the commodity plane, by virtue of monetary syntax, guarantees the same fraudulent operation, relative to needs and their objects, as the intelligibility of language does relative to instinctual life.
</p>
<div>
<cite>Living Currency. Pierre Klossowski. pg. 24.</cite>
</div>
</blockquote>
<p>Ok, evolutionary Nash optimization only game theory. But also, remember dynamical systems theory and semiotics? John Nash Jr. compares “water” to “money”: this is an agrilogistic trick. It’s pre-scientific metaphysics, at best poetry. What does water reveal of the hidden of nature, and what does money reveal? Does water reveal to use the structure of human social organization? Does water indicate to us some emergent structure of our social cognition? Have we ever sought out and fought wars over water in such a way that water itself became the deciding factor determined in the last instance toward the resulting outcome of any such war?</p>
<p>Could Twin Earth water ever pick out money? Or vice versa? What of Twin Earth money? Is it conceivable, or an impossible object?</p>
</div>
<div id="forget-game-theory-1" class="slide section level1">
<h1>Forget Game Theory</h1>
<p>There is no monetary fact our evolutionary history that determines value when we exchange things. What of modal facts? Is money ultimately serve an “artifact function” or a “biological function” (Bence Nanay).</p>
<p>If we want to reduce the communist and the anticommunist to merely “schemers,” which must first distinguish these labels: do they pick out biological or artifact functions? Do they pick out the same kind of function, assuming as such that they are no more than ontologically indistinguishable “schemers” (indiscernability of identicals). Are “communist” and “anticommunist” merely oppositional categories to ourselves, or at they inherently antagonistic? Do these meaning-tags cover no more than biological and artificial worlds of world-thought? Is there more to our world than biological and artificial interactions; are capacities and tendencies themselves functions? We may grant this, but under which category to they fall: biological or artifact? Or are they the very conditions through which the biological and artificial are grounded in perceptual states? Functions, regardless of their ontological commitments, may very will be analyzable in terms of their decay; however money decays, it may be coded, yet the model of the interactive exteriority which founds these hyperobjects. To say the least, everything eats: water decomposes various things just as much as money. We may chart out how these agents and interactions maintain a parity with each other, as much as equations themselves and the natural laws contingently condition each other in the expression of computational procedure.</p>
</div>
<div id="forget-game-theory-2" class="slide section level1">
<h1>Forget Game Theory</h1>
<p>Our task is the interplay of the communist and the anticommunist, as much as the interplay of water and money, extension and thought.</p>
<p>The attribute of thought and the attribute of extension, just schemers? Hardly.</p>
<p>Why would we even want a theory that sees “political antagonism” as mere opposition as water and money are merely opposed? Before that, why would we even desire a description of the world that supposes an equivalence relation as if it were more real than the entities being supposed to contribute to its expression? As Arianna Betti asks, “Why is it desirable not to introduce new entities merely for the sake of solving a problem?” (Against Facts).</p>
</div>
<div id="forget-game-theory-3" class="slide section level1">
<h1>Forget Game Theory</h1>
<p>The thing supposed by Nash is a “miraculous energy source.” But I thought we were moving in the direction of probabilistic knowledge as a grounding for scientific abductive reasoning? Not more “iconic” metaphysics, pyramids and the like.</p>
<p>We must first account for modal forces through the composition of modal mereological complexes, prior to any ontologization of time. The scientific image (water) and the manifest image (money) are to be distinguished through modal properties, not merely the A Series (or even the B Series, C Series E/D Series). The unreality of time, or our impossibility to demonstrate how any series involves change conditions that we may include change itself in our ontology as fundamental, a first-class ontological commitment. What we require, then, is a syntax of and for change: the syntax of the real. In this way we open the possibility of the communist and anticommunist to be not merely distinguished through their temporal manifestations but so to their modal properties. Money requires a political criterion of alterity, water does not; it goes without saying: you couldn’t even eat <i>ideal money</i>. So why suppose that the decay of value-form (artifact function; conventional sign) and the natural-form (biological function; natural sign) just are in a parity as the real constituents themselves, as if <i>more real</i> than the constituents themselves?</p>
</div>
<div id="forget-game-theory-4" class="slide section level1">
<h1>Forget Game Theory</h1>
<blockquote>
<p>
The relationship between the ‘toccatas’ and the ‘chiming pieces’ can be seen in terms of the contrast between an emphasis on motion (in the toccatas) and on stasis (in the chiming pieces). That is not to suggest that the toccatas solely pursue relentless progress, or that the chiming pieces fail to go anywhere, but indicates the predominant characteristics of these movement types. To be more precise, it seems that the Clocks II and IV are engaged in a continual search for motion and dynamic energy, but eventually submit to their naturally static tendencies. Whereas, Clocks I, III, and V are quite simply unable to find a way out of their highly charged (if not necessarily regular or predictable) pulsations and processes – thus Birtwistle’s suggestion that their endings are, to an extent, arbitrary.
</p>
<div>
<cite>Harrison’s Clocks: a perspective on their Context, their Time, and their Mechanisms.<sup>[<a href="https://www.bestmusicteacher.com/download/harrisons_clocks.pdf">harrison</a>]</cite>
</div>
</blockquote>
<p><i>Note</i>: Clocks I, III, V are Series A, B, and C (homeostasis); do not involve change, but do involve chance; ossification.</p>
<p><i>Note</i>: Clocks II and IV are Series D/E (motion/motility); do not involve chance, but do involve change synchronization; fragmentation.</p>
<p>See <a href="https://dualyticalchemy.medium.com/psychonomic-hypermedia-551196d3e017">Psychonomic Hypermedia</a>.</p>
</div>
<div id="forget-game-theory-5" class="slide section level1">
<h1>Forget Game Theory</h1>
<p>Do water and money even “malfunction” in the same way, by the same manner with similar consequences? If mental states, or perceptual states, are individuation dependent on the outside (interactive exteriority) to what extent is any allegedly existing possible world not subsumed to the very possibility of the interactive exteriority? Or not merely an extension of the actual world through its actual occasion. Only the actual is real, therefore, the individuation of our terms is not merely brought about their change but our ability to predict change. <i>Change</i> is the outside; not that the past and the future are outside of the present. Our technology of understanding the past, present and future is conditioned by an imagination, an analytic imaginary, that is given itself without givenness: contingent computation. Intelligible contingency is logically prior to time; however conceived: Modal Time is logically prior to the * Series, just as <i>aisthetics grounds logic</i>, or, in Marxist rhetoric: developmental relations (i.e., aisthetic relations) “congeal” into the logical relations (congealed abstract labor codified in the superstrucure), such that contradictions do not take place in the base structure but in changes which are <i>ossified</i> in the superstructure (i.e., logical relations)).</p>
</div>
<div id="forget-game-theory-6" class="slide section level1">
<h1>Forget Game Theory</h1>
<p>Don’t fall for it! Avert agrilogistic substitution! We can’t just go about theorizing that shopping malls and riverponds are interchangeable just on account of being ex-changeable. We must re-imagine relation without exchange, as Laruelle would argue.</p>
<p>Are symmetries preserved after quantization? Particularly those symmetrical relations of markets which condition the possibility of exchange? Are markets only ever equilibrium-bound asymptotically?</p>
<pre><code>Nash Asymptotic/Ideal Money, etc.
Nakamoto Hyperbitcoinization
Orlean (sacred totemic mediator of value)
Morton (nonhuman living hyperobject which subscends its parts: money operates
through capital; but money acts as dollars, cash, etc. like
thoughts to words — words behave as if, desire that, etc.,
strategies to plays, plays take on the role and control variation
on theme and initiative)
Klossowski (value is materialized living relation of voluptuous (e)motion)
Farley "The question of reparations is produced by the system of marks.
The question of reparations is produced by the system of property.
The question of reparations is produced by the system of law. The
answer to the question requires the end of law, the end of
property, and the end of marks. The answer to the question of
reparations is the end of white-over-black." (Anthony Paul Farley. The Apogee of the Commodity.)</code></pre>
<p>Everything’s gotta eat, even money: you do not (just) eat what you are.</p>
<p>Therefore, <i>money is not (just) what it eats</i>, not exactly “agnostic,” but rather <em>agrilogistic</em>, eco-gnostic-averse.</p>
</div>
<div id="forgiving-semiotic-dynamics" class="slide section level1">
<h1>Forgiving Semiotic Dynamics</h1>
<blockquote>
<p>
In semiotic dynamics, for example, the original plurality of idiosyncratic vocabularies is slowly narrowed down to a single shared lexicon by the tendency of agents to choose symbolic artifacts according to how referentially successful they have been in the past. And similarly for the simulation of label concatenation as a means to express causality: every generation has a tendency to start with those monolithic sentences that were more predictive of the real link between moon phase and tide state, and this acts a bottleneck facilitating the passage of some but not other artifacts to the next generation.
</p>
<div>
<cite>DeLanda, Manuel. Philosophy and Simulation. pg. 158.</cite>
</div>
</blockquote>
</div>
<div id="forgiving-semiotic-dynamics-1" class="slide section level1">
<h1>Forgiving Semiotic Dynamics</h1>
<p>Authorship of non-standard link relation is to express metanorms in the lingua franca of web.</p>
<blockquote>
<p>
Once metanorms had become part of the cultural content that was transmitted from one generation to the next their use could have been extended to patterns of behavior that distinguished one community from another. In other words, metanorms could have become a mechanism not only for the emergence of solidarity and a sense of communal identity but also for the enforcement of behavioral patterns that were unique to a community and consolidated that identity.
</p>
<div>
<cite>DeLanda, Manuel. Philosophy and Simulation.</cite>
</div>
</blockquote>
</div>
</body>
</html>