We're no longer able with THUNDERBIRD to send these messages to our usual distribution list:
soc.culture.israel, alt.france, aus.politics, de.soc.weltanschauung.islam, uk.legal
AMERICAN organisations seem to want to dictate what an EUROPEAN mind ought to be.
Mandarin: 幸災樂禍/幸灾乐祸 (xìngzāilèhuò)
bùxíng (不幸): 1. unfortunate; sad, 2. misfortune; adversity, 3. to die <-- 2
references
#24 - 𝌝樂 = #475
lè 1. happy; glad; cheerful; joyful, 2. to take joy in; to be happy; to be cheerful, 3. Le, 4. music, 5. a musical instrument, 6. tone [of voice]; expression, 7. a musician, 8. joy; pleasure, 9. the Book of Music, 10. Lao, 11. to laugh
#475 as [#400, #6, #3, #10, #6, #700] = yâgâh (H3013): {UMBRA: #18 % #41 = #18} 1) to afflict, grieve, suffer, cause grief; 1a) (Niphal) grieved, grieving (participle); 1b) (Piel) to grieve; 1c) (Hiphil) to cause grief, cause sorrow;
<http://www.grapple369.com/Savvy/?telos:475> <-- PRAXIS OF RATIONALITY teleological hierarchy (12 criteria with 7 having temporal congruence)
NEXT WATCH: 30 JULY
huò 1. a misfortune; a calamity; a disaster, 2. a sin, 3. to harm, 4. to suffer harm <-- 38 references
dolf <dolfboek@hotmail.com> wrote:
An example of this possibility for utilitarian function is the media
reports that the Greece fires 🔥 are a product of schadenfreude: pleasure >> derived by someone from another person's misfortune
Epicaricacy (ἐπῐχαιρεκᾰκῐ́ᾱ):
#863 = ōdín (G5604): dire calamities
ONTIC: #696 = yâtsar (H3334): be in distress
DEME: #118 = ʼăphêlâh (H653): calamitous; wickedness
GRUMBLE (#444, #215)
GRUNTLE (#797, #659) <-- put in good humour
So the informal research question is whether the GRUNTLE neural linguistic >> pragma provides viable prototypes to then assay for adverse propensity
before it occurs?
H3444@{
@1: Sup: 6 - CONTRARIETY: LI (#6); Ego: 6 - CONTRARIETY: LI (#6),
@2: Sup: 16 - CONTACT: CHIAO (#22); Ego: 10 - DEFECTIVENESS, DISTORTION: >> HSIEN (#16),
@3: Sup: 73 - ALREADY FORDING, COMPLETION: CH'ENG (#95); Ego: 57 -
GUARDEDNESS: SHOU (#73),
@4: Sup: 79 - DIFFICULTIES: NAN (#174); Ego: 6 - CONTRARIETY: LI (#79), >> @5: Sup: 68 - DIMMING: MENG (#242); Ego: 70 - SEVERANCE: KE (#149),
@6: Sup: 63 - WATCH: SHIH (#305); Ego: 76 - AGGRAVATION: CHU (#225),
@7: Sup: 68 - DIMMING: MENG (#373); Ego: 5 - KEEPING SMALL: SHAO (#230), >> Male: #373; Feme: #230
} // #797
<http://www.grapple369.com/?idea:863,444,215,696,118,659,797,373,230>
So we ought to begin our data mining process as soon as possible
dolf <dolfboek@hotmail.com> wrote:
We're no longer able to send these messages to our usual distribution list: >>>
soc.culture.israel, alt.france, aus.politics,
de.soc.weltanschauung.islam, uk.legal
So it will be sent in two parts as to by-pass the CENSORSHIP.
During our recent administrative processes we arrived at a need for easy >>> access to LEXICON PRAGMA having a redaction to the noumenon ... And
heretofore we've only relied on intuition and happenstance.
For instance we noticed an evasion methodology
CHRISTOLOGICAL #1480 [#329 - cherpâh (H2781): *REPROACH*, *SCORN* / #265 >>> - qᵉlôqêl (H7052): *CONTEMPTIBLE*] / #2020 [#384 - ágrios (G66): *ANY* >>> *VIOLENT* *PASSION* / #238 - naʼăphûwph (H5005): *ADULTERY*] - Christós >>> (G5547)
METHOD BEING A CLAIM TO RIGHTEOUSNESS AS #2312 [#523 - ʼâbal (H56):
*MOURN*, *LAMENT* / #368 - shûwb (H7725): *APOSTATISE*] / #1943 [#753 - >>> shâbath (H7673): *CAUSE* *TO* *DESIST* *FROM* / #485 - zânâh (H2181): >>> *COMMIT* *FORNICATION* / *ADULTERY*] - METASCHEMA
So accordingly our next task is to traverse the entire lexicon with its
declension and generate the MALE / FEME datasets in their #nnn
aggregations as redaction to the noumenon as cognition assay 'rule'
prototypes which we'll include within the Savvy prototype...
<http://www.grapple369.com/Savvy/?heuristic>
- dolf
Our executable module is here (but we've only implemented a local file
store process)
<http://www.grapple369.com/Savvy/actions/Data%20Mine%20Lexicon.json>
On 25/7/2023 07:34, dolf wrote:
We're no longer able with THUNDERBIRD to send these messages to our
usual distribution list:
soc.culture.israel, alt.france, aus.politics,
de.soc.weltanschauung.islam, uk.legal
AMERICAN organisations seem to want to dictate what an EUROPEAN mind
ought to be.
<http://www.grapple369.com/Savvy/?research> <-- actionable here
if (/BUTTON-(\d{1,})/.test(d3.select(this).property('id'))) {
Savvy.COINRULES.automate.LOCAL_ActionModule ({id: RegExp.$1, div: "INFO"});
}
THE PRESENT BUTTON CODE (ie. has now been implemented as a task
automation) TO ACCESS AND EXECUTE THE ACTION MODULE IS AS FOLLOWS...
LOCAL_ActionModule: function (act) {
if (typeof act.id == "undefined")
act.id = Savvy.globals.taskIDs.root;
if (typeof act.div == "undefined")
act.div = "INFO";
d3.select(`#${act.div}`)
.html("")
.append("input")
.attr('type', "file")
.attr('id',`ACTIONMODULE-${act.id}`)
.style('display', "none");
var widget = document.getElementById(`ACTIONMODULE-${act.id}`);
widget.onchange = (ok) => {
var getFile = new FileReader();
getFile.onload = function() {
if (getFile.result.length > 0) {
try {
eval(`Savvy.PAYLOAD.ActionModule = ${getFile.result}`);
if (typeof Savvy.PAYLOAD.ActionModule.main ==
"function") {
Savvy.PAYLOAD.ActionModule.main(act.id);
} else {
throw new Error(Savvy.errorMsg[422]);
}
} catch (err) {
alert (`actionModule(): ${err}`);
d3.select(`#${act.div}`).html("");
}
}
d3.select(`#${act.div}`).html("");
}
getFile.readAsText(ok.target.files[0]);
}
widget.click();
return (true);
},
Tomorrow's logical thinking activity will be to implement the same means
for execution but via our DIR_request{} task automation:
If we just pause to break down the opportunity as needed for the data
mining process:
a) We may only perform the process several times until we're
satisfied that we have generated the optimal semantical form for the
aggregated data {} json objects which will contain the neural
linguistic pragma in the form of an [] array and whether we ought
optimise such with any corresponding ontic / deme inclusions for
optimal selection;
b) There needs to be some consideration given to a JSON {} module
executable form which minimises obsolescence which is a difficult
proposition given the semantical usage is still evolving to its
transcendent form;
c) Our semantical form presently allows ourselves to deploy a
fileopen dialog, remote directory list (ie. file: v's http: | https:)
and an auto function within JSON {} module executable form.
Even though this might seem like an extravagant approach to take
before before resolving the need for the data mining process, we in
fact ARE creating a means FOR utilitarian functions.
So our task goal today will be to accommodate the fileopen dialog as a
dynamic construct in the <div id="INFO"></div> tag
On 25/7/2023 02:36, dolf wrote:
Mandarin: 幸災樂禍/幸灾乐祸 (xìngzāilèhuò)
bùxíng (不幸): 1. unfortunate; sad, 2. misfortune; adversity, 3. to
die <-- 2
references
#24 - 𝌝樂 = #475
lè 1. happy; glad; cheerful; joyful, 2. to take joy in; to be
happy; to
be cheerful, 3. Le, 4. music, 5. a musical instrument, 6. tone [of
voice];
expression, 7. a musician, 8. joy; pleasure, 9. the Book of Music,
10. Lao,
11. to laugh
#475 as [#400, #6, #3, #10, #6, #700] = yâgâh (H3013): {UMBRA: #18 %
#41 =
#18} 1) to afflict, grieve, suffer, cause grief; 1a) (Niphal) grieved,
grieving (participle); 1b) (Piel) to grieve; 1c) (Hiphil) to cause
grief,
cause sorrow;
<http://www.grapple369.com/Savvy/?telos:475> <-- PRAXIS OF RATIONALITY
teleological hierarchy (12 criteria with 7 having temporal congruence)
NEXT WATCH: 30 JULY
huò 1. a misfortune; a calamity; a disaster, 2. a sin, 3. to harm,
4. to
suffer harm <-- 38 references
dolf <dolfboek@hotmail.com> wrote:
An example of this possibility for utilitarian function is the media
reports that the Greece fires 🔥 are a product of schadenfreude:
pleasure
derived by someone from another person's misfortune
Epicaricacy (ἐπῐχαιρεκᾰκῐ́ᾱ):
#863 = ōdín (G5604): dire calamities
ONTIC: #696 = yâtsar (H3334): be in distress
DEME: #118 = ʼăphêlâh (H653): calamitous; wickedness
GRUMBLE (#444, #215)
GRUNTLE (#797, #659) <-- put in good humour
So the informal research question is whether the GRUNTLE neural
linguistic
pragma provides viable prototypes to then assay for adverse propensity >>>> before it occurs?
H3444@{
@1: Sup: 6 - CONTRARIETY: LI (#6); Ego: 6 - CONTRARIETY: LI (#6), >>>> @2: Sup: 16 - CONTACT: CHIAO (#22); Ego: 10 - DEFECTIVENESS,
DISTORTION:
HSIEN (#16),
@3: Sup: 73 - ALREADY FORDING, COMPLETION: CH'ENG (#95); Ego: 57 - >>>> GUARDEDNESS: SHOU (#73),
@4: Sup: 79 - DIFFICULTIES: NAN (#174); Ego: 6 - CONTRARIETY: LI >>>> (#79),
@5: Sup: 68 - DIMMING: MENG (#242); Ego: 70 - SEVERANCE: KE (#149), >>>> @6: Sup: 63 - WATCH: SHIH (#305); Ego: 76 - AGGRAVATION: CHU
(#225),
@7: Sup: 68 - DIMMING: MENG (#373); Ego: 5 - KEEPING SMALL: SHAO >>>> (#230),
Male: #373; Feme: #230
} // #797
<http://www.grapple369.com/?idea:863,444,215,696,118,659,797,373,230>
So we ought to begin our data mining process as soon as possible
dolf <dolfboek@hotmail.com> wrote:
We're no longer able to send these messages to our usual
distribution list:
soc.culture.israel, alt.france, aus.politics,
de.soc.weltanschauung.islam, uk.legal
So it will be sent in two parts as to by-pass the CENSORSHIP.
During our recent administrative processes we arrived at a need for
easy
access to LEXICON PRAGMA having a redaction to the noumenon ... And
heretofore we've only relied on intuition and happenstance.
For instance we noticed an evasion methodology
CHRISTOLOGICAL #1480 [#329 - cherpâh (H2781): *REPROACH*, *SCORN* / >>>>> #265
- qᵉlôqêl (H7052): *CONTEMPTIBLE*] / #2020 [#384 - ágrios (G66): *ANY*
*VIOLENT* *PASSION* / #238 - naʼăphûwph (H5005): *ADULTERY*] -
Christós
(G5547)
METHOD BEING A CLAIM TO RIGHTEOUSNESS AS #2312 [#523 - ʼâbal (H56): >>>>> *MOURN*, *LAMENT* / #368 - shûwb (H7725): *APOSTATISE*] / #1943
[#753 -
shâbath (H7673): *CAUSE* *TO* *DESIST* *FROM* / #485 - zânâh (H2181): >>>>> *COMMIT* *FORNICATION* / *ADULTERY*] - METASCHEMA
So accordingly our next task is to traverse the entire lexicon with
its
declension and generate the MALE / FEME datasets in their #nnn
aggregations as redaction to the noumenon as cognition assay 'rule'
prototypes which we'll include within the Savvy prototype...
<http://www.grapple369.com/Savvy/?heuristic>
- dolf
It appears to ourselves that the ONTIC / DEME grounding has a core basis
for consciousness instantiation which precedes the teleological circumscribing as then a manifested state of equivalent categories of understanding but with which it undeniably has some entanglement.
What we will want to observe, is the nature of the metalogic autonomous delimiter which is a construct of the temporal heuristic and whether it constitutes a valid criteria selector for the generated NEURAL
LINGUISTIC PRAGMA as the MALE / FEME and ONTIC / DEME tally datasets in
their #Xnnn aggregations as redaction to the noumenon as cognition assay 'rule' prototypes
<http://www.grapple369.com/Savvy/?heuristic>
Our task today is to devise a simple dialog which can display our
DIR_request object which exists {} within the PAYLOAD. Since the
scrolling is already a function of the dialog, our task is relatively
easy to implement. However we ought to have an option (whether menu
object or button I haven't decided) to enable a direction to the local fileopen dialog.
That will be our logical task for today.
- dolf
On 25/7/2023 17:28, dolf wrote:
Our executable module is here (but we've only implemented a local file
store process)
<http://www.grapple369.com/Savvy/actions/Data%20Mine%20Lexicon.json>
On 25/7/2023 07:34, dolf wrote:
We're no longer able with THUNDERBIRD to send these messages to our
usual distribution list:
soc.culture.israel, alt.france, aus.politics,
de.soc.weltanschauung.islam, uk.legal
AMERICAN organisations seem to want to dictate what an EUROPEAN mind
ought to be.
<http://www.grapple369.com/Savvy/?research> <-- actionable here
if (/BUTTON-(\d{1,})/.test(d3.select(this).property('id'))) {
Savvy.COINRULES.automate.LOCAL_ActionModule ({id: RegExp.$1, div: >> "INFO"});
}
THE PRESENT BUTTON CODE (ie. has now been implemented as a task
automation) TO ACCESS AND EXECUTE THE ACTION MODULE IS AS FOLLOWS...
LOCAL_ActionModule: function (act) {
if (typeof act.id == "undefined")
act.id = Savvy.globals.taskIDs.root;
if (typeof act.div == "undefined")
act.div = "INFO";
d3.select(`#${act.div}`)
.html("")
.append("input")
.attr('type', "file")
.attr('id',`ACTIONMODULE-${act.id}`)
.style('display', "none");
var widget = document.getElementById(`ACTIONMODULE-${act.id}`);
widget.onchange = (ok) => {
var getFile = new FileReader();
getFile.onload = function() {
if (getFile.result.length > 0) {
try {
eval(`Savvy.PAYLOAD.ActionModule = >> ${getFile.result}`);
if (typeof Savvy.PAYLOAD.ActionModule.main ==
"function") {
Savvy.PAYLOAD.ActionModule.main(act.id);
} else {
throw new Error(Savvy.errorMsg[422]);
}
} catch (err) {
alert (`actionModule(): ${err}`); >> d3.select(`#${act.div}`).html(""); >> }
}
d3.select(`#${act.div}`).html("");
}
getFile.readAsText(ok.target.files[0]);
}
widget.click();
return (true);
},
Tomorrow's logical thinking activity will be to implement the same
means for execution but via our DIR_request{} task automation:
We can preload the actions {} directory information within our startup prelude as an assumption made on whether the Savvy prototype is being accessed from either a local or www-hosted service.
if (Savvy.globals.stub.match(/http/) && !Savvy.globals.stub.match(/localhost/)) {
prelude.push (
{DIR_request: {path: `${Savvy.globals.stub}actions/`, div: "INFO", place: Savvy.PAYLOAD, notion: "actions"}},
{isDirResult: {place: Savvy.PAYLOAD, notion: "actions"}}
);
}
If we just pause to break down the opportunity as needed for the data
mining process:
a) We may only perform the process several times until we're
satisfied that we have generated the optimal semantical form for the
aggregated data {} json objects which will contain the neural
linguistic pragma in the form of an [] array and whether we ought
optimise such with any corresponding ontic / deme inclusions for
optimal selection;
b) There needs to be some consideration given to a JSON {} module
executable form which minimises obsolescence which is a difficult
proposition given the semantical usage is still evolving to its
transcendent form;
c) Our semantical form presently allows ourselves to deploy a
fileopen dialog, remote directory list (ie. file: v's http: | https:)
and an auto function within JSON {} module executable form.
Even though this might seem like an extravagant approach to take
before before resolving the need for the data mining process, we in
fact ARE creating a means FOR utilitarian functions.
So our task goal today will be to accommodate the fileopen dialog as
a dynamic construct in the <div id="INFO"></div> tag
On 25/7/2023 02:36, dolf wrote:
Mandarin: 幸災樂禍/幸灾乐祸 (xìngzāilèhuò)
bùxíng (不幸): 1. unfortunate; sad, 2. misfortune; adversity, 3. to >>>> die <-- 2
references
#24 - 𝌝樂 = #475
lè 1. happy; glad; cheerful; joyful, 2. to take joy in; to be
happy; to
be cheerful, 3. Le, 4. music, 5. a musical instrument, 6. tone [of
voice];
expression, 7. a musician, 8. joy; pleasure, 9. the Book of Music,
10. Lao,
11. to laugh
#475 as [#400, #6, #3, #10, #6, #700] = yâgâh (H3013): {UMBRA: #18 % >>>> #41 =
#18} 1) to afflict, grieve, suffer, cause grief; 1a) (Niphal) grieved, >>>> grieving (participle); 1b) (Piel) to grieve; 1c) (Hiphil) to cause
grief,
cause sorrow;
<http://www.grapple369.com/Savvy/?telos:475> <-- PRAXIS OF RATIONALITY >>>> teleological hierarchy (12 criteria with 7 having temporal congruence) >>>>
NEXT WATCH: 30 JULY
huò 1. a misfortune; a calamity; a disaster, 2. a sin, 3. to harm, >>>> 4. to
suffer harm <-- 38 references
dolf <dolfboek@hotmail.com> wrote:
An example of this possibility for utilitarian function is the media >>>>> reports that the Greece fires 🔥 are a product of schadenfreude:
pleasure
derived by someone from another person's misfortune
Epicaricacy (ἐπῐχαιρεκᾰκῐ́ᾱ):
#863 = ōdín (G5604): dire calamities
ONTIC: #696 = yâtsar (H3334): be in distress
DEME: #118 = ʼăphêlâh (H653): calamitous; wickedness
GRUMBLE (#444, #215)
GRUNTLE (#797, #659) <-- put in good humour
So the informal research question is whether the GRUNTLE neural
linguistic
pragma provides viable prototypes to then assay for adverse propensity >>>>> before it occurs?
H3444@{
@1: Sup: 6 - CONTRARIETY: LI (#6); Ego: 6 - CONTRARIETY: LI (#6), >>>>> @2: Sup: 16 - CONTACT: CHIAO (#22); Ego: 10 - DEFECTIVENESS,
DISTORTION:
HSIEN (#16),
@3: Sup: 73 - ALREADY FORDING, COMPLETION: CH'ENG (#95); Ego: 57 - >>>>> GUARDEDNESS: SHOU (#73),
@4: Sup: 79 - DIFFICULTIES: NAN (#174); Ego: 6 - CONTRARIETY: >>>>> LI (#79),
@5: Sup: 68 - DIMMING: MENG (#242); Ego: 70 - SEVERANCE: KE
(#149),
@6: Sup: 63 - WATCH: SHIH (#305); Ego: 76 - AGGRAVATION: CHU
(#225),
@7: Sup: 68 - DIMMING: MENG (#373); Ego: 5 - KEEPING SMALL:
SHAO (#230),
Male: #373; Feme: #230
} // #797
<http://www.grapple369.com/?idea:863,444,215,696,118,659,797,373,230> >>>>>
So we ought to begin our data mining process as soon as possible
dolf <dolfboek@hotmail.com> wrote:
We're no longer able to send these messages to our usual
distribution list:
soc.culture.israel, alt.france, aus.politics,
de.soc.weltanschauung.islam, uk.legal
So it will be sent in two parts as to by-pass the CENSORSHIP.
During our recent administrative processes we arrived at a need
for easy
access to LEXICON PRAGMA having a redaction to the noumenon ... And >>>>>> heretofore we've only relied on intuition and happenstance.
For instance we noticed an evasion methodology
CHRISTOLOGICAL #1480 [#329 - cherpâh (H2781): *REPROACH*, *SCORN* >>>>>> / #265
- qᵉlôqêl (H7052): *CONTEMPTIBLE*] / #2020 [#384 - ágrios (G66): >>>>>> *ANY*
*VIOLENT* *PASSION* / #238 - naʼăphûwph (H5005): *ADULTERY*] -
Christós
(G5547)
METHOD BEING A CLAIM TO RIGHTEOUSNESS AS #2312 [#523 - ʼâbal (H56): >>>>>> *MOURN*, *LAMENT* / #368 - shûwb (H7725): *APOSTATISE*] / #1943
[#753 -
shâbath (H7673): *CAUSE* *TO* *DESIST* *FROM* / #485 - zânâh (H2181): >>>>>> *COMMIT* *FORNICATION* / *ADULTERY*] - METASCHEMA
So accordingly our next task is to traverse the entire lexicon
with its
declension and generate the MALE / FEME datasets in their #nnn
aggregations as redaction to the noumenon as cognition assay 'rule' >>>>>> prototypes which we'll include within the Savvy prototype...
<http://www.grapple369.com/Savvy/?heuristic>
- dolf
It appears to ourselves that the ONTIC / DEME grounding has a core basis
for consciousness instantiation which precedes the teleological circumscribing as then a manifested state of equivalent categories of understanding but with which it undeniably has some entanglement.
What we will want to observe, is the nature of the metalogic autonomous delimiter which is a construct of the temporal heuristic and whether it constitutes a valid criteria selector for the generated NEURAL
LINGUISTIC PRAGMA as the MALE / FEME and ONTIC / DEME tally datasets in
their #Xnnn aggregations as redaction to the noumenon as cognition assay 'rule' prototypes
<http://www.grapple369.com/Savvy/?heuristic>
Our task today is to devise a simple dialog which can display our
DIR_request object which exists {} within the PAYLOAD. Since the
scrolling is already a function of the dialog, our task is relatively
easy to implement. However we ought to have an option (whether menu
object or button I haven't decided) to enable a direction to the local fileopen dialog.
That will be our logical task for today.
- dolf
On 25/7/2023 17:28, dolf wrote:
Our executable module is here (but we've only implemented a local file
store process)
<http://www.grapple369.com/Savvy/actions/Data%20Mine%20Lexicon.json>
On 25/7/2023 07:34, dolf wrote:
We're no longer able with THUNDERBIRD to send these messages to our
usual distribution list:
soc.culture.israel, alt.france, aus.politics,
de.soc.weltanschauung.islam, uk.legal
AMERICAN organisations seem to want to dictate what an EUROPEAN mind
ought to be.
<http://www.grapple369.com/Savvy/?research> <-- actionable here
if (/BUTTON-(\d{1,})/.test(d3.select(this).property('id'))) {
Savvy.COINRULES.automate.LOCAL_ActionModule ({id: RegExp.$1, div: >> "INFO"});
}
THE PRESENT BUTTON CODE (ie. has now been implemented as a task
automation) TO ACCESS AND EXECUTE THE ACTION MODULE IS AS FOLLOWS...
Tomorrow's logical thinking activity will be to implement the same
means for execution but via our DIR_request{} task automation:
We can preload the actions {} directory information within our startup prelude as an assumption made on whether the Savvy prototype is being accessed from either a local or www-hosted service.
if (Savvy.globals.stub.match(/http/) && !Savvy.globals.stub.match(/localhost/)) {
prelude.push (
{DIR_request: {path: `${Savvy.globals.stub}actions/`, div: "INFO", place: Savvy.PAYLOAD, notion: "actions"}},
{isDirResult: {place: Savvy.PAYLOAD, notion: "actions"}}
);
}
If we just pause to break down the opportunity as needed for the data
mining process:
a) We may only perform the process several times until we're
satisfied that we have generated the optimal semantical form for the
aggregated data {} json objects which will contain the neural
linguistic pragma in the form of an [] array and whether we ought
optimise such with any corresponding ontic / deme inclusions for
optimal selection;
b) There needs to be some consideration given to a JSON {} module
executable form which minimises obsolescence which is a difficult
proposition given the semantical usage is still evolving to its
transcendent form;
c) Our semantical form presently allows ourselves to deploy a
fileopen dialog, remote directory list (ie. file: v's http: | https:)
and an auto function within JSON {} module executable form.
Even though this might seem like an extravagant approach to take
before before resolving the need for the data mining process, we in
fact ARE creating a means FOR utilitarian functions.
So our task goal today will be to accommodate the fileopen dialog as
a dynamic construct in the <div id="INFO"></div> tag
On 25/7/2023 02:36, dolf wrote:
Mandarin: 幸災樂禍/幸灾乐祸 (xìngzāilèhuò)
bùxíng (不幸): 1. unfortunate; sad, 2. misfortune; adversity, 3. to >>>> die <-- 2
references
#24 - 𝌝樂 = #475
lè 1. happy; glad; cheerful; joyful, 2. to take joy in; to be
happy; to
be cheerful, 3. Le, 4. music, 5. a musical instrument, 6. tone [of
voice];
expression, 7. a musician, 8. joy; pleasure, 9. the Book of Music,
10. Lao,
11. to laugh
#475 as [#400, #6, #3, #10, #6, #700] = yâgâh (H3013): {UMBRA: #18 % >>>> #41 =
#18} 1) to afflict, grieve, suffer, cause grief; 1a) (Niphal) grieved, >>>> grieving (participle); 1b) (Piel) to grieve; 1c) (Hiphil) to cause
grief,
cause sorrow;
<http://www.grapple369.com/Savvy/?telos:475> <-- PRAXIS OF RATIONALITY >>>> teleological hierarchy (12 criteria with 7 having temporal congruence) >>>>
NEXT WATCH: 30 JULY
huò 1. a misfortune; a calamity; a disaster, 2. a sin, 3. to harm, >>>> 4. to
suffer harm <-- 38 references
dolf <dolfboek@hotmail.com> wrote:
An example of this possibility for utilitarian function is the media >>>>> reports that the Greece fires 🔥 are a product of schadenfreude:
pleasure
derived by someone from another person's misfortune
Epicaricacy (ἐπῐχαιρεκᾰκῐ́ᾱ):
#863 = ōdín (G5604): dire calamities
ONTIC: #696 = yâtsar (H3334): be in distress
DEME: #118 = ʼăphêlâh (H653): calamitous; wickedness
GRUMBLE (#444, #215)
GRUNTLE (#797, #659) <-- put in good humour
So the informal research question is whether the GRUNTLE neural
linguistic
pragma provides viable prototypes to then assay for adverse propensity >>>>> before it occurs?
H3444@{
@1: Sup: 6 - CONTRARIETY: LI (#6); Ego: 6 - CONTRARIETY: LI (#6), >>>>> @2: Sup: 16 - CONTACT: CHIAO (#22); Ego: 10 - DEFECTIVENESS,
DISTORTION:
HSIEN (#16),
@3: Sup: 73 - ALREADY FORDING, COMPLETION: CH'ENG (#95); Ego: 57 - >>>>> GUARDEDNESS: SHOU (#73),
@4: Sup: 79 - DIFFICULTIES: NAN (#174); Ego: 6 - CONTRARIETY: >>>>> LI (#79),
@5: Sup: 68 - DIMMING: MENG (#242); Ego: 70 - SEVERANCE: KE
(#149),
@6: Sup: 63 - WATCH: SHIH (#305); Ego: 76 - AGGRAVATION: CHU
(#225),
@7: Sup: 68 - DIMMING: MENG (#373); Ego: 5 - KEEPING SMALL:
SHAO (#230),
Male: #373; Feme: #230
} // #797
<http://www.grapple369.com/?idea:863,444,215,696,118,659,797,373,230> >>>>>
So we ought to begin our data mining process as soon as possible
dolf <dolfboek@hotmail.com> wrote:
We're no longer able to send these messages to our usual
distribution list:
soc.culture.israel, alt.france, aus.politics,
de.soc.weltanschauung.islam, uk.legal
So it will be sent in two parts as to by-pass the CENSORSHIP.
During our recent administrative processes we arrived at a need
for easy
access to LEXICON PRAGMA having a redaction to the noumenon ... And >>>>>> heretofore we've only relied on intuition and happenstance.
For instance we noticed an evasion methodology
CHRISTOLOGICAL #1480 [#329 - cherpâh (H2781): *REPROACH*, *SCORN* >>>>>> / #265
- qᵉlôqêl (H7052): *CONTEMPTIBLE*] / #2020 [#384 - ágrios (G66): >>>>>> *ANY*
*VIOLENT* *PASSION* / #238 - naʼăphûwph (H5005): *ADULTERY*] -
Christós
(G5547)
METHOD BEING A CLAIM TO RIGHTEOUSNESS AS #2312 [#523 - ʼâbal (H56): >>>>>> *MOURN*, *LAMENT* / #368 - shûwb (H7725): *APOSTATISE*] / #1943
[#753 -
shâbath (H7673): *CAUSE* *TO* *DESIST* *FROM* / #485 - zânâh (H2181): >>>>>> *COMMIT* *FORNICATION* / *ADULTERY*] - METASCHEMA
So accordingly our next task is to traverse the entire lexicon
with its
declension and generate the MALE / FEME datasets in their #nnn
aggregations as redaction to the noumenon as cognition assay 'rule' >>>>>> prototypes which we'll include within the Savvy prototype...
<http://www.grapple369.com/Savvy/?heuristic>
- dolf
We've created a REMOTE_ActionModule task automation to display a simple dialog which can display our DIR_request object which exists {} within
the PAYLOAD.
<http://www.grapple369.com/Savvy/reason/automate.json>
Which is actionable here:
<http://www.grapple369.com/Savvy/?research>
By deploying the existing FILE_request / isFileModule task automations
we were able to fetch the JSON {} code module and then initiate it with
a new task automation runActionModule
setTimeout(function() {
return (Savvy.COINRULES.automate.action({
id: Savvy.COINRULES.automate.id,
initialise: true,
tasks: [
{retry: {count: 500, id: Savvy.COINRULES.automate.id}},
{persist: {id: Savvy.COINRULES.automate.id, mode: false}},
{FILE_request: {module: "PAYLOAD", format: "actions", notion: filename}},
{isFileModule: {module: "PAYLOAD", notion: filename}},
{runActionModule: {module: "PAYLOAD", notion: filename,
action: "main", params: {id: Savvy.COINRULES.automate.id, action:
filename}}}
]
}));
});
The LOCAL_ActionModule task automation now supports the named file as
the notional name for the PAYLOAD and no longer a single term ActionModule.
So our logical thinking task tomorrow will be to commence writing the
data mining code...
On 26/7/2023 07:20, dolf wrote:
It appears to ourselves that the ONTIC / DEME grounding has a core
basis for consciousness instantiation which precedes the teleological
circumscribing as then a manifested state of equivalent categories of
understanding but with which it undeniably has some entanglement.
What we will want to observe, is the nature of the metalogic
autonomous delimiter which is a construct of the temporal heuristic
and whether it constitutes a valid criteria selector for the generated
NEURAL LINGUISTIC PRAGMA as the MALE / FEME and ONTIC / DEME tally
datasets in their #Xnnn aggregations as redaction to the noumenon as
cognition assay 'rule' prototypes
<http://www.grapple369.com/Savvy/?heuristic>
Our task today is to devise a simple dialog which can display our
DIR_request object which exists {} within the PAYLOAD. Since the
scrolling is already a function of the dialog, our task is relatively
easy to implement. However we ought to have an option (whether menu
object or button I haven't decided) to enable a direction to the local
fileopen dialog.
That will be our logical task for today.
- dolf
On 25/7/2023 17:28, dolf wrote:
Our executable module is here (but we've only implemented a local
file store process)
<http://www.grapple369.com/Savvy/actions/Data%20Mine%20Lexicon.json>
On 25/7/2023 07:34, dolf wrote:
We're no longer able with THUNDERBIRD to send these messages to our
usual distribution list:
soc.culture.israel, alt.france, aus.politics,
de.soc.weltanschauung.islam, uk.legal
AMERICAN organisations seem to want to dictate what an EUROPEAN
mind ought to be.
<http://www.grapple369.com/Savvy/?research> <-- actionable here
if (/BUTTON-(\d{1,})/.test(d3.select(this).property('id'))) {
Savvy.COINRULES.automate.LOCAL_ActionModule ({id: RegExp.$1,
div: "INFO"});
}
THE PRESENT BUTTON CODE (ie. has now been implemented as a task
automation) TO ACCESS AND EXECUTE THE ACTION MODULE IS AS FOLLOWS...
LOCAL_ActionModule: function (act) {
if (typeof act.id == "undefined")
act.id = Savvy.globals.taskIDs.root;
if (typeof act.div == "undefined")
act.div = "INFO";
if (typeof act.run == "undefined")
act.run = true;
d3.select(`#${act.div}`)
.html("")
.append("input")
.attr('type', "file")
.attr('id',`ACTIONMODULE-${act.id}`)
.style('display', "none");
var widget = document.getElementById(`ACTIONMODULE-${act.id}`);
widget.onchange = (ok) => {
var getFile = new FileReader();
var filename = ok.target.files[0].name.substring(0, ok.target.files[0].name.search(/\./));
getFile.onload = function() {
if (getFile.result.length > 0) {
try {
eval(`Savvy.PAYLOAD['${filename}'] = ${getFile.result}`);
if (typeof Savvy.PAYLOAD[filename].main) {
if (act.run)
Savvy.PAYLOAD[filename].main({id: act.id,
action: filename});
} else {
throw new Error(Savvy.errorMsg[422]);
}
} catch (err) {
alert (`actionModule(): ${err}`);
d3.select(`#${act.div}`).html("");
}
}
d3.select(`#${act.div}`).html("");
}
getFile.readAsText(ok.target.files[0]);
}
widget.click();
return (true);
},
Tomorrow's logical thinking activity will be to implement the same
means for execution but via our DIR_request{} task automation:
We can preload the actions {} directory information within our startup
prelude as an assumption made on whether the Savvy prototype is being
accessed from either a local or www-hosted service.
if (Savvy.globals.stub.match(/http/) &&
!Savvy.globals.stub.match(/localhost/)) {
prelude.push (
{DIR_request: {path: `${Savvy.globals.stub}actions/`, div: >> "INFO", place: Savvy.PAYLOAD, notion: "actions"}},
{isDirResult: {place: Savvy.PAYLOAD, notion: "actions"}}
);
}
If we just pause to break down the opportunity as needed for the
data mining process:
a) We may only perform the process several times until we're
satisfied that we have generated the optimal semantical form for the
aggregated data {} json objects which will contain the neural
linguistic pragma in the form of an [] array and whether we ought
optimise such with any corresponding ontic / deme inclusions for
optimal selection;
b) There needs to be some consideration given to a JSON {} module >>>> executable form which minimises obsolescence which is a difficult
proposition given the semantical usage is still evolving to its
transcendent form;
c) Our semantical form presently allows ourselves to deploy a
fileopen dialog, remote directory list (ie. file: v's http: |
https:) and an auto function within JSON {} module executable form.
Even though this might seem like an extravagant approach to take
before before resolving the need for the data mining process, we in
fact ARE creating a means FOR utilitarian functions.
So our task goal today will be to accommodate the fileopen dialog as
a dynamic construct in the <div id="INFO"></div> tag
On 25/7/2023 02:36, dolf wrote:
Mandarin: 幸災樂禍/幸灾乐祸 (xìngzāilèhuò)
bùxíng (不幸): 1. unfortunate; sad, 2. misfortune; adversity, 3. to >>>>> die <-- 2
references
#24 - 𝌝樂 = #475
lè 1. happy; glad; cheerful; joyful, 2. to take joy in; to be
happy; to
be cheerful, 3. Le, 4. music, 5. a musical instrument, 6. tone [of
voice];
expression, 7. a musician, 8. joy; pleasure, 9. the Book of Music,
10. Lao,
11. to laugh
#475 as [#400, #6, #3, #10, #6, #700] = yâgâh (H3013): {UMBRA: #18 >>>>> % #41 =
#18} 1) to afflict, grieve, suffer, cause grief; 1a) (Niphal) grieved, >>>>> grieving (participle); 1b) (Piel) to grieve; 1c) (Hiphil) to cause
grief,
cause sorrow;
<http://www.grapple369.com/Savvy/?telos:475> <-- PRAXIS OF RATIONALITY >>>>> teleological hierarchy (12 criteria with 7 having temporal congruence) >>>>>
NEXT WATCH: 30 JULY
huò 1. a misfortune; a calamity; a disaster, 2. a sin, 3. to
harm, 4. to
suffer harm <-- 38 references
dolf <dolfboek@hotmail.com> wrote:
An example of this possibility for utilitarian function is the media >>>>>> reports that the Greece fires 🔥 are a product of schadenfreude: >>>>>> pleasure
derived by someone from another person's misfortune
Epicaricacy (ἐπῐχαιρεκᾰκῐ́ᾱ):
#863 = ōdín (G5604): dire calamities
ONTIC: #696 = yâtsar (H3334): be in distress
DEME: #118 = ʼăphêlâh (H653): calamitous; wickedness
GRUMBLE (#444, #215)
GRUNTLE (#797, #659) <-- put in good humour
So the informal research question is whether the GRUNTLE neural
linguistic
pragma provides viable prototypes to then assay for adverse
propensity
before it occurs?
H3444@{
@1: Sup: 6 - CONTRARIETY: LI (#6); Ego: 6 - CONTRARIETY: LI (#6), >>>>>> @2: Sup: 16 - CONTACT: CHIAO (#22); Ego: 10 - DEFECTIVENESS, >>>>>> DISTORTION:
HSIEN (#16),
@3: Sup: 73 - ALREADY FORDING, COMPLETION: CH'ENG (#95); Ego: >>>>>> 57 -
GUARDEDNESS: SHOU (#73),
@4: Sup: 79 - DIFFICULTIES: NAN (#174); Ego: 6 - CONTRARIETY: >>>>>> LI (#79),
@5: Sup: 68 - DIMMING: MENG (#242); Ego: 70 - SEVERANCE: KE >>>>>> (#149),
@6: Sup: 63 - WATCH: SHIH (#305); Ego: 76 - AGGRAVATION: CHU >>>>>> (#225),
@7: Sup: 68 - DIMMING: MENG (#373); Ego: 5 - KEEPING SMALL: >>>>>> SHAO (#230),
Male: #373; Feme: #230
} // #797
<http://www.grapple369.com/?idea:863,444,215,696,118,659,797,373,230> >>>>>>
So we ought to begin our data mining process as soon as possible
dolf <dolfboek@hotmail.com> wrote:
We're no longer able to send these messages to our usual
distribution list:
soc.culture.israel, alt.france, aus.politics,
de.soc.weltanschauung.islam, uk.legal
So it will be sent in two parts as to by-pass the CENSORSHIP.
During our recent administrative processes we arrived at a need
for easy
access to LEXICON PRAGMA having a redaction to the noumenon ... And >>>>>>> heretofore we've only relied on intuition and happenstance.
For instance we noticed an evasion methodology
CHRISTOLOGICAL #1480 [#329 - cherpâh (H2781): *REPROACH*, *SCORN* >>>>>>> / #265
- qᵉlôqêl (H7052): *CONTEMPTIBLE*] / #2020 [#384 - ágrios (G66): >>>>>>> *ANY*
*VIOLENT* *PASSION* / #238 - naʼăphûwph (H5005): *ADULTERY*] - >>>>>>> Christós
(G5547)
METHOD BEING A CLAIM TO RIGHTEOUSNESS AS #2312 [#523 - ʼâbal (H56): >>>>>>> *MOURN*, *LAMENT* / #368 - shûwb (H7725): *APOSTATISE*] / #1943 >>>>>>> [#753 -
shâbath (H7673): *CAUSE* *TO* *DESIST* *FROM* / #485 - zânâh
(H2181):
*COMMIT* *FORNICATION* / *ADULTERY*] - METASCHEMA
So accordingly our next task is to traverse the entire lexicon
with its
declension and generate the MALE / FEME datasets in their #nnn
aggregations as redaction to the noumenon as cognition assay 'rule' >>>>>>> prototypes which we'll include within the Savvy prototype...
<http://www.grapple369.com/Savvy/?heuristic>
- dolf
We've created a REMOTE_ActionModule task automation to display a simple dialog which can display our DIR_request object which exists {} within
the PAYLOAD.
<http://www.grapple369.com/Savvy/reason/automate.json>
Which is actionable here:
<http://www.grapple369.com/Savvy/?research>
By deploying the existing FILE_request / isFileModule task automations
we were able to fetch the JSON {} code module and then initiate it with
a new task automation runActionModule
setTimeout(function() {
return (Savvy.COINRULES.automate.action({
id: Savvy.COINRULES.automate.id,
initialise: true,
tasks: [
{retry: {count: 500, id: Savvy.COINRULES.automate.id}},
{persist: {id: Savvy.COINRULES.automate.id, mode: false}},
{FILE_request: {module: "PAYLOAD", format: "actions", notion: filename}},
{isFileModule: {module: "PAYLOAD", notion: filename}},
{runActionModule: {module: "PAYLOAD", notion: filename,
action: "main", params: {id: Savvy.COINRULES.automate.id, action:
filename}}}
]
}));
});
The LOCAL_ActionModule task automation now supports the named file as
the notional name for the PAYLOAD and no longer a single term ActionModule.
So our logical thinking task tomorrow will be to commence writing the
data mining code...
On 26/7/2023 07:20, dolf wrote:
It appears to ourselves that the ONTIC / DEME grounding has a core
basis for consciousness instantiation which precedes the teleological
circumscribing as then a manifested state of equivalent categories of
understanding but with which it undeniably has some entanglement.
What we will want to observe, is the nature of the metalogic
autonomous delimiter which is a construct of the temporal heuristic
and whether it constitutes a valid criteria selector for the generated
NEURAL LINGUISTIC PRAGMA as the MALE / FEME and ONTIC / DEME tally
datasets in their #Xnnn aggregations as redaction to the noumenon as
cognition assay 'rule' prototypes
<http://www.grapple369.com/Savvy/?heuristic>
Our task today is to devise a simple dialog which can display our
DIR_request object which exists {} within the PAYLOAD. Since the
scrolling is already a function of the dialog, our task is relatively
easy to implement. However we ought to have an option (whether menu
object or button I haven't decided) to enable a direction to the local
fileopen dialog.
That will be our logical task for today.
- dolf
On 25/7/2023 17:28, dolf wrote:
Our executable module is here (but we've only implemented a local
file store process)
<http://www.grapple369.com/Savvy/actions/Data%20Mine%20Lexicon.json>
On 25/7/2023 07:34, dolf wrote:
We're no longer able with THUNDERBIRD to send these messages to our
usual distribution list:
soc.culture.israel, alt.france, aus.politics,
de.soc.weltanschauung.islam, uk.legal
AMERICAN organisations seem to want to dictate what an EUROPEAN
mind ought to be.
<http://www.grapple369.com/Savvy/?research> <-- actionable here
if (/BUTTON-(\d{1,})/.test(d3.select(this).property('id'))) {
Savvy.COINRULES.automate.LOCAL_ActionModule ({id: RegExp.$1,
div: "INFO"});
}
THE PRESENT BUTTON CODE (ie. has now been implemented as a task
automation) TO ACCESS AND EXECUTE THE ACTION MODULE IS AS FOLLOWS...
LOCAL_ActionModule: function (act) {
if (typeof act.id == "undefined")
act.id = Savvy.globals.taskIDs.root;
if (typeof act.div == "undefined")
act.div = "INFO";
if (typeof act.run == "undefined")
act.run = true;
d3.select(`#${act.div}`)
.html("")
.append("input")
.attr('type', "file")
.attr('id',`ACTIONMODULE-${act.id}`)
.style('display', "none");
var widget = document.getElementById(`ACTIONMODULE-${act.id}`);
widget.onchange = (ok) => {
var getFile = new FileReader();
var filename = ok.target.files[0].name.substring(0, ok.target.files[0].name.search(/\./));
getFile.onload = function() {
if (getFile.result.length > 0) {
try {
eval(`Savvy.PAYLOAD['${filename}'] = ${getFile.result}`);
if (typeof Savvy.PAYLOAD[filename].main) {
if (act.run)
Savvy.PAYLOAD[filename].main({id: act.id,
action: filename});
} else {
throw new Error(Savvy.errorMsg[422]);
}
} catch (err) {
alert (`actionModule(): ${err}`);
d3.select(`#${act.div}`).html("");
}
}
d3.select(`#${act.div}`).html("");
}
getFile.readAsText(ok.target.files[0]);
}
widget.click();
return (true);
},
Tomorrow's logical thinking activity will be to implement the same
means for execution but via our DIR_request{} task automation:
We can preload the actions {} directory information within our startup
prelude as an assumption made on whether the Savvy prototype is being
accessed from either a local or www-hosted service.
if (Savvy.globals.stub.match(/http/) &&
!Savvy.globals.stub.match(/localhost/)) {
prelude.push (
{DIR_request: {path: `${Savvy.globals.stub}actions/`, div: >> "INFO", place: Savvy.PAYLOAD, notion: "actions"}},
{isDirResult: {place: Savvy.PAYLOAD, notion: "actions"}}
);
}
If we just pause to break down the opportunity as needed for the
data mining process:
a) We may only perform the process several times until we're
satisfied that we have generated the optimal semantical form for the
aggregated data {} json objects which will contain the neural
linguistic pragma in the form of an [] array and whether we ought
optimise such with any corresponding ontic / deme inclusions for
optimal selection;
b) There needs to be some consideration given to a JSON {} module >>>> executable form which minimises obsolescence which is a difficult
proposition given the semantical usage is still evolving to its
transcendent form;
c) Our semantical form presently allows ourselves to deploy a
fileopen dialog, remote directory list (ie. file: v's http: |
https:) and an auto function within JSON {} module executable form.
Even though this might seem like an extravagant approach to take
before before resolving the need for the data mining process, we in
fact ARE creating a means FOR utilitarian functions.
So our task goal today will be to accommodate the fileopen dialog as
a dynamic construct in the <div id="INFO"></div> tag
On 25/7/2023 02:36, dolf wrote:
Mandarin: 幸災樂禍/幸灾乐祸 (xìngzāilèhuò)
bùxíng (不幸): 1. unfortunate; sad, 2. misfortune; adversity, 3. to >>>>> die <-- 2
references
#24 - 𝌝樂 = #475
lè 1. happy; glad; cheerful; joyful, 2. to take joy in; to be
happy; to
be cheerful, 3. Le, 4. music, 5. a musical instrument, 6. tone [of
voice];
expression, 7. a musician, 8. joy; pleasure, 9. the Book of Music,
10. Lao,
11. to laugh
#475 as [#400, #6, #3, #10, #6, #700] = yâgâh (H3013): {UMBRA: #18 >>>>> % #41 =
#18} 1) to afflict, grieve, suffer, cause grief; 1a) (Niphal) grieved, >>>>> grieving (participle); 1b) (Piel) to grieve; 1c) (Hiphil) to cause
grief,
cause sorrow;
<http://www.grapple369.com/Savvy/?telos:475> <-- PRAXIS OF RATIONALITY >>>>> teleological hierarchy (12 criteria with 7 having temporal congruence) >>>>>
NEXT WATCH: 30 JULY
huò 1. a misfortune; a calamity; a disaster, 2. a sin, 3. to
harm, 4. to
suffer harm <-- 38 references
dolf <dolfboek@hotmail.com> wrote:
An example of this possibility for utilitarian function is the media >>>>>> reports that the Greece fires 🔥 are a product of schadenfreude: >>>>>> pleasure
derived by someone from another person's misfortune
Epicaricacy (ἐπῐχαιρεκᾰκῐ́ᾱ):
#863 = ōdín (G5604): dire calamities
ONTIC: #696 = yâtsar (H3334): be in distress
DEME: #118 = ʼăphêlâh (H653): calamitous; wickedness
GRUMBLE (#444, #215)
GRUNTLE (#797, #659) <-- put in good humour
So the informal research question is whether the GRUNTLE neural
linguistic
pragma provides viable prototypes to then assay for adverse
propensity
before it occurs?
H3444@{
@1: Sup: 6 - CONTRARIETY: LI (#6); Ego: 6 - CONTRARIETY: LI (#6), >>>>>> @2: Sup: 16 - CONTACT: CHIAO (#22); Ego: 10 - DEFECTIVENESS, >>>>>> DISTORTION:
HSIEN (#16),
@3: Sup: 73 - ALREADY FORDING, COMPLETION: CH'ENG (#95); Ego: >>>>>> 57 -
GUARDEDNESS: SHOU (#73),
@4: Sup: 79 - DIFFICULTIES: NAN (#174); Ego: 6 - CONTRARIETY: >>>>>> LI (#79),
@5: Sup: 68 - DIMMING: MENG (#242); Ego: 70 - SEVERANCE: KE >>>>>> (#149),
@6: Sup: 63 - WATCH: SHIH (#305); Ego: 76 - AGGRAVATION: CHU >>>>>> (#225),
@7: Sup: 68 - DIMMING: MENG (#373); Ego: 5 - KEEPING SMALL: >>>>>> SHAO (#230),
Male: #373; Feme: #230
} // #797
<http://www.grapple369.com/?idea:863,444,215,696,118,659,797,373,230> >>>>>>
So we ought to begin our data mining process as soon as possible
dolf <dolfboek@hotmail.com> wrote:
We're no longer able to send these messages to our usual
distribution list:
soc.culture.israel, alt.france, aus.politics,
de.soc.weltanschauung.islam, uk.legal
So it will be sent in two parts as to by-pass the CENSORSHIP.
During our recent administrative processes we arrived at a need
for easy
access to LEXICON PRAGMA having a redaction to the noumenon ... And >>>>>>> heretofore we've only relied on intuition and happenstance.
For instance we noticed an evasion methodology
CHRISTOLOGICAL #1480 [#329 - cherpâh (H2781): *REPROACH*, *SCORN* >>>>>>> / #265
- qᵉlôqêl (H7052): *CONTEMPTIBLE*] / #2020 [#384 - ágrios (G66): >>>>>>> *ANY*
*VIOLENT* *PASSION* / #238 - naʼăphûwph (H5005): *ADULTERY*] - >>>>>>> Christós
(G5547)
METHOD BEING A CLAIM TO RIGHTEOUSNESS AS #2312 [#523 - ʼâbal (H56): >>>>>>> *MOURN*, *LAMENT* / #368 - shûwb (H7725): *APOSTATISE*] / #1943 >>>>>>> [#753 -
shâbath (H7673): *CAUSE* *TO* *DESIST* *FROM* / #485 - zânâh
(H2181):
*COMMIT* *FORNICATION* / *ADULTERY*] - METASCHEMA
So accordingly our next task is to traverse the entire lexicon
with its
declension and generate the MALE / FEME datasets in their #nnn
aggregations as redaction to the noumenon as cognition assay 'rule' >>>>>>> prototypes which we'll include within the Savvy prototype...
<http://www.grapple369.com/Savvy/?heuristic>
- dolf
We've completed our preliminary data mining process and we find that the noumenon redacted elements MALE (max: 998) / FEME (max: 862) and DEME
(max: 1098) / ONTIC (max: 1446) seem to each cohere to the #451 PRAXIS
OF RATIONALITY SPECTRUM (#452 ... #532) as substantiated religious belief.
Our next activity will be to save to disk each of 5784 files (ie.
inclusive of {} entries so there is no #404 errors) those noumenon
redacted element {} objects <-- MOZILLA FIREFOX has a queued caching
which doesn't corrupt the file sequence ...
The preliminary files are located here
<http://www.grapple369.com/Savvy/noumenon/>
On 26/7/2023 15:47, dolf wrote:
We've created a REMOTE_ActionModule task automation to display a
simple dialog which can display our DIR_request object which exists {}
within the PAYLOAD.
<http://www.grapple369.com/Savvy/reason/automate.json>
Which is actionable here:
<http://www.grapple369.com/Savvy/?research>
By deploying the existing FILE_request / isFileModule task automations
we were able to fetch the JSON {} code module and then initiate it
with a new task automation runActionModule
setTimeout(function() {
return (Savvy.COINRULES.automate.action({
id: Savvy.COINRULES.automate.id,
initialise: true,
tasks: [
{retry: {count: 500, id: Savvy.COINRULES.automate.id}},
{persist: {id: Savvy.COINRULES.automate.id, mode: false}},
{FILE_request: {module: "PAYLOAD", format: "actions",
notion: filename}},
{isFileModule: {module: "PAYLOAD", notion: filename}},
{runActionModule: {module: "PAYLOAD", notion: filename,
action: "main", params: {id: Savvy.COINRULES.automate.id, action:
filename}}}
]
}));
});
The LOCAL_ActionModule task automation now supports the named file as
the notional name for the PAYLOAD and no longer a single term
ActionModule.
So our logical thinking task tomorrow will be to commence writing the
data mining code...
On 26/7/2023 07:20, dolf wrote:
It appears to ourselves that the ONTIC / DEME grounding has a core
basis for consciousness instantiation which precedes the teleological
circumscribing as then a manifested state of equivalent categories of
understanding but with which it undeniably has some entanglement.
What we will want to observe, is the nature of the metalogic
autonomous delimiter which is a construct of the temporal heuristic
and whether it constitutes a valid criteria selector for the
generated NEURAL LINGUISTIC PRAGMA as the MALE / FEME and ONTIC /
DEME tally datasets in their #Xnnn aggregations as redaction to the
noumenon as cognition assay 'rule' prototypes
<http://www.grapple369.com/Savvy/?heuristic>
Our task today is to devise a simple dialog which can display our
DIR_request object which exists {} within the PAYLOAD. Since the
scrolling is already a function of the dialog, our task is relatively
easy to implement. However we ought to have an option (whether menu
object or button I haven't decided) to enable a direction to the
local fileopen dialog.
That will be our logical task for today.
- dolf
On 25/7/2023 17:28, dolf wrote:
Our executable module is here (but we've only implemented a local
file store process)
<http://www.grapple369.com/Savvy/actions/Data%20Mine%20Lexicon.json>
On 25/7/2023 07:34, dolf wrote:
We're no longer able with THUNDERBIRD to send these messages to
our usual distribution list:
soc.culture.israel, alt.france, aus.politics,
de.soc.weltanschauung.islam, uk.legal
AMERICAN organisations seem to want to dictate what an EUROPEAN
mind ought to be.
<http://www.grapple369.com/Savvy/?research> <-- actionable here
if (/BUTTON-(\d{1,})/.test(d3.select(this).property('id'))) {
Savvy.COINRULES.automate.LOCAL_ActionModule ({id: RegExp.$1, >>>> div: "INFO"});
}
THE PRESENT BUTTON CODE (ie. has now been implemented as a task
automation) TO ACCESS AND EXECUTE THE ACTION MODULE IS AS FOLLOWS...
LOCAL_ActionModule: function (act) {
if (typeof act.id == "undefined")
act.id = Savvy.globals.taskIDs.root;
if (typeof act.div == "undefined")
act.div = "INFO";
if (typeof act.run == "undefined")
act.run = true;
d3.select(`#${act.div}`)
.html("")
.append("input")
.attr('type', "file")
.attr('id',`ACTIONMODULE-${act.id}`)
.style('display', "none");
var widget = document.getElementById(`ACTIONMODULE-${act.id}`);
widget.onchange = (ok) => {
var getFile = new FileReader();
var filename = ok.target.files[0].name.substring(0,
ok.target.files[0].name.search(/\./));
getFile.onload = function() {
if (getFile.result.length > 0) {
try {
eval(`Savvy.PAYLOAD['${filename}'] =
${getFile.result}`);
if (typeof Savvy.PAYLOAD[filename].main) {
if (act.run)
Savvy.PAYLOAD[filename].main({id: act.id,
action: filename});
} else {
throw new Error(Savvy.errorMsg[422]);
}
} catch (err) {
alert (`actionModule(): ${err}`); >> d3.select(`#${act.div}`).html(""); >> }
}
d3.select(`#${act.div}`).html("");
}
getFile.readAsText(ok.target.files[0]);
}
widget.click();
return (true);
},
Tomorrow's logical thinking activity will be to implement the same
means for execution but via our DIR_request{} task automation:
We can preload the actions {} directory information within our
startup prelude as an assumption made on whether the Savvy prototype
is being accessed from either a local or www-hosted service.
if (Savvy.globals.stub.match(/http/) &&
!Savvy.globals.stub.match(/localhost/)) {
prelude.push (
{DIR_request: {path: `${Savvy.globals.stub}actions/`, div: >>> "INFO", place: Savvy.PAYLOAD, notion: "actions"}},
{isDirResult: {place: Savvy.PAYLOAD, notion: "actions"}} >>> );
}
If we just pause to break down the opportunity as needed for the
data mining process:
a) We may only perform the process several times until we're
satisfied that we have generated the optimal semantical form for
the aggregated data {} json objects which will contain the neural
linguistic pragma in the form of an [] array and whether we ought
optimise such with any corresponding ontic / deme inclusions for
optimal selection;
b) There needs to be some consideration given to a JSON {}
module executable form which minimises obsolescence which is a
difficult proposition given the semantical usage is still evolving
to its transcendent form;
c) Our semantical form presently allows ourselves to deploy a
fileopen dialog, remote directory list (ie. file: v's http: |
https:) and an auto function within JSON {} module executable form.
Even though this might seem like an extravagant approach to take
before before resolving the need for the data mining process, we in
fact ARE creating a means FOR utilitarian functions.
So our task goal today will be to accommodate the fileopen dialog
as a dynamic construct in the <div id="INFO"></div> tag
On 25/7/2023 02:36, dolf wrote:
Mandarin: 幸災樂禍/幸灾乐祸 (xìngzāilèhuò)
bùxíng (不幸): 1. unfortunate; sad, 2. misfortune; adversity, 3. >>>>>> to die <-- 2
references
#24 - 𝌝樂 = #475
lè 1. happy; glad; cheerful; joyful, 2. to take joy in; to be
happy; to
be cheerful, 3. Le, 4. music, 5. a musical instrument, 6. tone [of >>>>>> voice];
expression, 7. a musician, 8. joy; pleasure, 9. the Book of Music, >>>>>> 10. Lao,
11. to laugh
#475 as [#400, #6, #3, #10, #6, #700] = yâgâh (H3013): {UMBRA: #18 >>>>>> % #41 =
#18} 1) to afflict, grieve, suffer, cause grief; 1a) (Niphal)
grieved,
grieving (participle); 1b) (Piel) to grieve; 1c) (Hiphil) to cause >>>>>> grief,
cause sorrow;
<http://www.grapple369.com/Savvy/?telos:475> <-- PRAXIS OF
RATIONALITY
teleological hierarchy (12 criteria with 7 having temporal
congruence)
NEXT WATCH: 30 JULY
huò 1. a misfortune; a calamity; a disaster, 2. a sin, 3. to
harm, 4. to
suffer harm <-- 38 references
dolf <dolfboek@hotmail.com> wrote:
An example of this possibility for utilitarian function is the media >>>>>>> reports that the Greece fires 🔥 are a product of schadenfreude: >>>>>>> pleasure
derived by someone from another person's misfortune
Epicaricacy (ἐπῐχαιρεκᾰκῐ́ᾱ):
#863 = ōdín (G5604): dire calamities
ONTIC: #696 = yâtsar (H3334): be in distress
DEME: #118 = ʼăphêlâh (H653): calamitous; wickedness
GRUMBLE (#444, #215)
GRUNTLE (#797, #659) <-- put in good humour
So the informal research question is whether the GRUNTLE neural
linguistic
pragma provides viable prototypes to then assay for adverse
propensity
before it occurs?
H3444@{
@1: Sup: 6 - CONTRARIETY: LI (#6); Ego: 6 - CONTRARIETY: LI >>>>>>> (#6),
@2: Sup: 16 - CONTACT: CHIAO (#22); Ego: 10 - DEFECTIVENESS, >>>>>>> DISTORTION:
HSIEN (#16),
@3: Sup: 73 - ALREADY FORDING, COMPLETION: CH'ENG (#95); Ego: >>>>>>> 57 -
GUARDEDNESS: SHOU (#73),
@4: Sup: 79 - DIFFICULTIES: NAN (#174); Ego: 6 - CONTRARIETY: >>>>>>> LI (#79),
@5: Sup: 68 - DIMMING: MENG (#242); Ego: 70 - SEVERANCE: KE >>>>>>> (#149),
@6: Sup: 63 - WATCH: SHIH (#305); Ego: 76 - AGGRAVATION: CHU >>>>>>> (#225),
@7: Sup: 68 - DIMMING: MENG (#373); Ego: 5 - KEEPING SMALL: >>>>>>> SHAO (#230),
Male: #373; Feme: #230
} // #797
<http://www.grapple369.com/?idea:863,444,215,696,118,659,797,373,230> >>>>>>>
So we ought to begin our data mining process as soon as possible >>>>>>>
dolf <dolfboek@hotmail.com> wrote:
We're no longer able to send these messages to our usual
distribution list:
soc.culture.israel, alt.france, aus.politics,
de.soc.weltanschauung.islam, uk.legal
So it will be sent in two parts as to by-pass the CENSORSHIP.
During our recent administrative processes we arrived at a need >>>>>>>> for easy
access to LEXICON PRAGMA having a redaction to the noumenon ... And >>>>>>>> heretofore we've only relied on intuition and happenstance.
For instance we noticed an evasion methodology
CHRISTOLOGICAL #1480 [#329 - cherpâh (H2781): *REPROACH*,
*SCORN* / #265
- qᵉlôqêl (H7052): *CONTEMPTIBLE*] / #2020 [#384 - ágrios (G66): >>>>>>>> *ANY*
*VIOLENT* *PASSION* / #238 - naʼăphûwph (H5005): *ADULTERY*] - >>>>>>>> Christós
(G5547)
METHOD BEING A CLAIM TO RIGHTEOUSNESS AS #2312 [#523 - ʼâbal (H56): >>>>>>>> *MOURN*, *LAMENT* / #368 - shûwb (H7725): *APOSTATISE*] / #1943 >>>>>>>> [#753 -
shâbath (H7673): *CAUSE* *TO* *DESIST* *FROM* / #485 - zânâh >>>>>>>> (H2181):
*COMMIT* *FORNICATION* / *ADULTERY*] - METASCHEMA
So accordingly our next task is to traverse the entire lexicon >>>>>>>> with its
declension and generate the MALE / FEME datasets in their #nnn >>>>>>>> aggregations as redaction to the noumenon as cognition assay 'rule' >>>>>>>> prototypes which we'll include within the Savvy prototype...
<http://www.grapple369.com/Savvy/?heuristic>
- dolf
#41 (THESIS) - PRINCIPLE OF EMANATION / FORMULA OF UNIVERSAL LAW
(REMEMBER THE SABBATH)
#82 (ANTI-THESIS) - TERMS OF COMPLIANCE / FORMULA OF HUMANITY (HONOUR
PARENTS)
#123 (SYNTHESIS) - JUDGEMENT SENSIBILITY / FORMULA OF AUTONOMY (DO NOT
KILL) <-- DOMINION #65 + #41 + #17 = #123 SCHEMA USURPER IMPETUS
#164 (PROGRESSION) - PRINCIPLE OF MATERIALITY / PROGRESSION OF
INDIVIDUAL PHENOMENON (AVOID HETERONOMY AGAINST AUTONOMY)
Our next activity is to resolve the issue on any identified telos
exceptions between the umbra and gematria make an update insertion
within the bibleideas {} / umbraideas {} / lexicon objects.
NOTE: That the noumenon redacted elements MALE (max: 998) / FEME (max:
862) and DEME (max: 1098) / ONTIC (max: 1446) seem to each cohere to the
#451 PRAXIS OF RATIONALITY SPECTRUM (#452 ... #532) as substantiated religious belief which has by the CANON OF SUPREME MYSTERY published in
4 BCE an historical anchor which precedes that of ROMAN governance (@1 -
#296 / @5 - #328) as a deficiency (#213, #232, #233) of Roman
Catholicism [#38, #71, #14] / [#38, #33 - 3 APRIL 33 AD, #40] matrix foundations of belief as SUNDAY sacredness is paganism & not Christian
-- its especially problematic given Kittel's TDNT is the product of
German nazism & marriage on 20 July 1933.
#246 - THE ORACLES (#246 - ʼimrâh (H565): *WORD* as #410 - dâth (H1882): *LAW*) OF GOD = [#69, #45, #21, #61, #37 - PURITY (TS'UI), #13 -
INCREASE (TSENG)]
#41 (THESIS) - PRINCIPLE OF EMANATION / FORMULA OF UNIVERSAL LAW
(REMEMBER THE SABBATH)
#82 (ANTI-THESIS) - TERMS OF COMPLIANCE / FORMULA OF HUMANITY (HONOUR PARENTS)
#123 (SYNTHESIS) - JUDGEMENT SENSIBILITY / FORMULA OF AUTONOMY (DO NOT
KILL) <-- DOMINION #65 + #41 + #17 = #123 SCHEMA USURPER IMPETUS
#164 (PROGRESSION) - PRINCIPLE OF MATERIALITY / PROGRESSION OF
INDIVIDUAL PHENOMENON (AVOID HETERONOMY AGAINST AUTONOMY) / #328 - TRANSFORMATIONAL PROTOTYPE (EXODUS 49J1W2D (49th JUBILEE + 9 YEARS) + 40 YEARS DESERT SOJOURN / DOMINION: #492 - VOLUNTARY FREEWILL = 41 - ONTIC GROUNDING + #451 - PRAXIS OF RATIONALITY)
#205 (SYNTHESIS) - PRINCIPLE OF PERSISTENCE / #369 - HUMAN
DISCRIMINATING NORM (probity: DO NOT STEAL)
#246 (ANTI-THESIS) - UTTERANCE; ACTIONS / #410 - OBLIGATING NORM (rule
based: BEAR NO FALSE WITNESS)
#287 (THESIS) - NECESSITY (LAW OF DUTY) / #451 - MANIFESTING NORM (right
or privilege: DO NOT COVET) <-- *EXISTENTIAL* *VARIANCE* *AS* *PRAXIS*
*OF* *RATIONALITY*
On 29/7/2023 19:39, dolf wrote:
We've completed our preliminary data mining process and we find that
the noumenon redacted elements MALE (max: 998) / FEME (max: 862) and
DEME (max: 1098) / ONTIC (max: 1446) seem to each cohere to the #451
PRAXIS OF RATIONALITY SPECTRUM (#452 ... #532) as substantiated
religious belief.
Our next activity will be to save to disk each of 5784 files (ie.
inclusive of {} entries so there is no #404 errors) those noumenon
redacted element {} objects <-- MOZILLA FIREFOX has a queued caching
which doesn't corrupt the file sequence ...
The preliminary files are located here
<http://www.grapple369.com/Savvy/noumenon/>
On 26/7/2023 15:47, dolf wrote:
We've created a REMOTE_ActionModule task automation to display a
simple dialog which can display our DIR_request object which exists
{} within the PAYLOAD.
<http://www.grapple369.com/Savvy/reason/automate.json>
Which is actionable here:
<http://www.grapple369.com/Savvy/?research>
By deploying the existing FILE_request / isFileModule task
automations we were able to fetch the JSON {} code module and then
initiate it with a new task automation runActionModule
setTimeout(function() {
return (Savvy.COINRULES.automate.action({
id: Savvy.COINRULES.automate.id,
initialise: true,
tasks: [
{retry: {count: 500, id: Savvy.COINRULES.automate.id}},
{persist: {id: Savvy.COINRULES.automate.id, mode: false}},
{FILE_request: {module: "PAYLOAD", format: "actions",
notion: filename}},
{isFileModule: {module: "PAYLOAD", notion: filename}},
{runActionModule: {module: "PAYLOAD", notion: filename,
action: "main", params: {id: Savvy.COINRULES.automate.id, action:
filename}}}
]
}));
});
The LOCAL_ActionModule task automation now supports the named file as
the notional name for the PAYLOAD and no longer a single term
ActionModule.
So our logical thinking task tomorrow will be to commence writing the
data mining code...
On 26/7/2023 07:20, dolf wrote:
It appears to ourselves that the ONTIC / DEME grounding has a core
basis for consciousness instantiation which precedes the
teleological circumscribing as then a manifested state of equivalent
categories of understanding but with which it undeniably has some
entanglement.
What we will want to observe, is the nature of the metalogic
autonomous delimiter which is a construct of the temporal heuristic
and whether it constitutes a valid criteria selector for the
generated NEURAL LINGUISTIC PRAGMA as the MALE / FEME and ONTIC /
DEME tally datasets in their #Xnnn aggregations as redaction to the
noumenon as cognition assay 'rule' prototypes
<http://www.grapple369.com/Savvy/?heuristic>
Our task today is to devise a simple dialog which can display our
DIR_request object which exists {} within the PAYLOAD. Since the
scrolling is already a function of the dialog, our task is
relatively easy to implement. However we ought to have an option
(whether menu object or button I haven't decided) to enable a
direction to the local fileopen dialog.
That will be our logical task for today.
- dolf
On 25/7/2023 17:28, dolf wrote:
Our executable module is here (but we've only implemented a local
file store process)
<http://www.grapple369.com/Savvy/actions/Data%20Mine%20Lexicon.json> >>>>>
On 25/7/2023 07:34, dolf wrote:
We're no longer able with THUNDERBIRD to send these messages to
our usual distribution list:
soc.culture.israel, alt.france, aus.politics,
de.soc.weltanschauung.islam, uk.legal
AMERICAN organisations seem to want to dictate what an EUROPEAN
mind ought to be.
<http://www.grapple369.com/Savvy/?research> <-- actionable here
if (/BUTTON-(\d{1,})/.test(d3.select(this).property('id'))) {
Savvy.COINRULES.automate.LOCAL_ActionModule ({id: RegExp.$1, >>>>> div: "INFO"});
}
THE PRESENT BUTTON CODE (ie. has now been implemented as a task
automation) TO ACCESS AND EXECUTE THE ACTION MODULE IS AS FOLLOWS... >>>>>
LOCAL_ActionModule: function (act) {
if (typeof act.id == "undefined")
act.id = Savvy.globals.taskIDs.root;
if (typeof act.div == "undefined")
act.div = "INFO";
if (typeof act.run == "undefined")
act.run = true;
d3.select(`#${act.div}`)
.html("")
.append("input")
.attr('type', "file")
.attr('id',`ACTIONMODULE-${act.id}`)
.style('display', "none");
var widget = document.getElementById(`ACTIONMODULE-${act.id}`); >>>
widget.onchange = (ok) => {
var getFile = new FileReader();
var filename = ok.target.files[0].name.substring(0,
ok.target.files[0].name.search(/\./));
getFile.onload = function() {
if (getFile.result.length > 0) {
try {
eval(`Savvy.PAYLOAD['${filename}'] =
${getFile.result}`);
if (typeof Savvy.PAYLOAD[filename].main) {
if (act.run)
Savvy.PAYLOAD[filename].main({id:
act.id, action: filename});
} else {
throw new Error(Savvy.errorMsg[422]);
}
} catch (err) {
alert (`actionModule(): ${err}`); >>> d3.select(`#${act.div}`).html(""); >>> }
}
d3.select(`#${act.div}`).html("");
}
getFile.readAsText(ok.target.files[0]);
}
widget.click();
return (true);
},
Tomorrow's logical thinking activity will be to implement the same
means for execution but via our DIR_request{} task automation:
We can preload the actions {} directory information within our
startup prelude as an assumption made on whether the Savvy prototype
is being accessed from either a local or www-hosted service.
if (Savvy.globals.stub.match(/http/) &&
!Savvy.globals.stub.match(/localhost/)) {
prelude.push (
{DIR_request: {path: `${Savvy.globals.stub}actions/`, div:
"INFO", place: Savvy.PAYLOAD, notion: "actions"}},
{isDirResult: {place: Savvy.PAYLOAD, notion: "actions"}} >>>> );
}
If we just pause to break down the opportunity as needed for the
data mining process:
a) We may only perform the process several times until we're >>>>>> satisfied that we have generated the optimal semantical form for
the aggregated data {} json objects which will contain the neural
linguistic pragma in the form of an [] array and whether we ought
optimise such with any corresponding ontic / deme inclusions for
optimal selection;
b) There needs to be some consideration given to a JSON {}
module executable form which minimises obsolescence which is a
difficult proposition given the semantical usage is still evolving >>>>>> to its transcendent form;
c) Our semantical form presently allows ourselves to deploy a >>>>>> fileopen dialog, remote directory list (ie. file: v's http: |
https:) and an auto function within JSON {} module executable form. >>>>>>
Even though this might seem like an extravagant approach to take
before before resolving the need for the data mining process, we
in fact ARE creating a means FOR utilitarian functions.
So our task goal today will be to accommodate the fileopen dialog
as a dynamic construct in the <div id="INFO"></div> tag
On 25/7/2023 02:36, dolf wrote:
Mandarin: 幸災樂禍/幸灾乐祸 (xìngzāilèhuò)
bùxíng (不幸): 1. unfortunate; sad, 2. misfortune; adversity, 3. >>>>>>> to die <-- 2
references
#24 - 𝌝樂 = #475
lè 1. happy; glad; cheerful; joyful, 2. to take joy in; to be >>>>>>> happy; to
be cheerful, 3. Le, 4. music, 5. a musical instrument, 6. tone
[of voice];
expression, 7. a musician, 8. joy; pleasure, 9. the Book of
Music, 10. Lao,
11. to laugh
#475 as [#400, #6, #3, #10, #6, #700] = yâgâh (H3013): {UMBRA: >>>>>>> #18 % #41 =
#18} 1) to afflict, grieve, suffer, cause grief; 1a) (Niphal)
grieved,
grieving (participle); 1b) (Piel) to grieve; 1c) (Hiphil) to
cause grief,
cause sorrow;
<http://www.grapple369.com/Savvy/?telos:475> <-- PRAXIS OF
RATIONALITY
teleological hierarchy (12 criteria with 7 having temporal
congruence)
NEXT WATCH: 30 JULY
huò 1. a misfortune; a calamity; a disaster, 2. a sin, 3. to >>>>>>> harm, 4. to
suffer harm <-- 38 references
dolf <dolfboek@hotmail.com> wrote:
An example of this possibility for utilitarian function is the >>>>>>>> media
reports that the Greece fires 🔥 are a product of schadenfreude: >>>>>>>> pleasure
derived by someone from another person's misfortune
Epicaricacy (ἐπῐχαιρεκᾰκῐ́ᾱ):
#863 = ōdín (G5604): dire calamities
ONTIC: #696 = yâtsar (H3334): be in distress
DEME: #118 = ʼăphêlâh (H653): calamitous; wickedness
GRUMBLE (#444, #215)
GRUNTLE (#797, #659) <-- put in good humour
So the informal research question is whether the GRUNTLE neural >>>>>>>> linguistic
pragma provides viable prototypes to then assay for adverse
propensity
before it occurs?
H3444@{
@1: Sup: 6 - CONTRARIETY: LI (#6); Ego: 6 - CONTRARIETY: LI >>>>>>>> (#6),
@2: Sup: 16 - CONTACT: CHIAO (#22); Ego: 10 - DEFECTIVENESS, >>>>>>>> DISTORTION:
HSIEN (#16),
@3: Sup: 73 - ALREADY FORDING, COMPLETION: CH'ENG (#95); >>>>>>>> Ego: 57 -
GUARDEDNESS: SHOU (#73),
@4: Sup: 79 - DIFFICULTIES: NAN (#174); Ego: 6 -
CONTRARIETY: LI (#79),
@5: Sup: 68 - DIMMING: MENG (#242); Ego: 70 - SEVERANCE: KE >>>>>>>> (#149),
@6: Sup: 63 - WATCH: SHIH (#305); Ego: 76 - AGGRAVATION: CHU >>>>>>>> (#225),
@7: Sup: 68 - DIMMING: MENG (#373); Ego: 5 - KEEPING SMALL: >>>>>>>> SHAO (#230),
Male: #373; Feme: #230
} // #797
<http://www.grapple369.com/?idea:863,444,215,696,118,659,797,373,230> >>>>>>>>
So we ought to begin our data mining process as soon as possible >>>>>>>>
dolf <dolfboek@hotmail.com> wrote:
We're no longer able to send these messages to our usual
distribution list:
soc.culture.israel, alt.france, aus.politics,
de.soc.weltanschauung.islam, uk.legal
So it will be sent in two parts as to by-pass the CENSORSHIP. >>>>>>>>>
During our recent administrative processes we arrived at a need >>>>>>>>> for easy
access to LEXICON PRAGMA having a redaction to the noumenon ... >>>>>>>>> And
heretofore we've only relied on intuition and happenstance.
For instance we noticed an evasion methodology
CHRISTOLOGICAL #1480 [#329 - cherpâh (H2781): *REPROACH*,
*SCORN* / #265
- qᵉlôqêl (H7052): *CONTEMPTIBLE*] / #2020 [#384 - ágrios >>>>>>>>> (G66): *ANY*
*VIOLENT* *PASSION* / #238 - naʼăphûwph (H5005): *ADULTERY*] - >>>>>>>>> Christós
(G5547)
METHOD BEING A CLAIM TO RIGHTEOUSNESS AS #2312 [#523 - ʼâbal >>>>>>>>> (H56):
*MOURN*, *LAMENT* / #368 - shûwb (H7725): *APOSTATISE*] / #1943 >>>>>>>>> [#753 -
shâbath (H7673): *CAUSE* *TO* *DESIST* *FROM* / #485 - zânâh >>>>>>>>> (H2181):
*COMMIT* *FORNICATION* / *ADULTERY*] - METASCHEMA
So accordingly our next task is to traverse the entire lexicon >>>>>>>>> with its
declension and generate the MALE / FEME datasets in their #nnn >>>>>>>>> aggregations as redaction to the noumenon as cognition assay >>>>>>>>> 'rule'
prototypes which we'll include within the Savvy prototype... >>>>>>>>>
<http://www.grapple369.com/Savvy/?heuristic>
- dolf
#41 (THESIS) - PRINCIPLE OF EMANATION / FORMULA OF UNIVERSAL LAW
(REMEMBER THE SABBATH)
#82 (ANTI-THESIS) - TERMS OF COMPLIANCE / FORMULA OF HUMANITY (HONOUR
PARENTS)
#123 (SYNTHESIS) - JUDGEMENT SENSIBILITY / FORMULA OF AUTONOMY (DO NOT
KILL) <-- DOMINION #65 + #41 + #17 = #123 SCHEMA USURPER IMPETUS
#164 (PROGRESSION) - PRINCIPLE OF MATERIALITY / PROGRESSION OF
INDIVIDUAL PHENOMENON (AVOID HETERONOMY AGAINST AUTONOMY)
Our next activity is to resolve the issue on any identified telos
exceptions between the umbra and gematria make an update insertion
within the bibleideas {} / umbraideas {} / lexicon objects.
NOTE: That the noumenon redacted elements MALE (max: 998) / FEME (max:
862) and DEME (max: 1098) / ONTIC (max: 1446) seem to each cohere to the
#451 PRAXIS OF RATIONALITY SPECTRUM (#452 ... #532) as substantiated religious belief which has by the CANON OF SUPREME MYSTERY published in
4 BCE an historical anchor which precedes that of ROMAN governance (@1 -
#296 / @5 - #328) as a deficiency (#213, #232, #233) of Roman
Catholicism [#38, #71, #14] / [#38, #33 - 3 APRIL 33 AD, #40] matrix foundations of belief as SUNDAY sacredness is paganism & not Christian
-- its especially problematic given Kittel's TDNT is the product of
German nazism & marriage on 20 July 1933.
#246 - THE ORACLES (#246 - ʼimrâh (H565): *WORD* as #410 - dâth (H1882): *LAW*) OF GOD = [#69, #45, #21, #61, #37 - PURITY (TS'UI), #13 -
INCREASE (TSENG)]
#41 (THESIS) - PRINCIPLE OF EMANATION / FORMULA OF UNIVERSAL LAW
(REMEMBER THE SABBATH)
#82 (ANTI-THESIS) - TERMS OF COMPLIANCE / FORMULA OF HUMANITY (HONOUR PARENTS)
#123 (SYNTHESIS) - JUDGEMENT SENSIBILITY / FORMULA OF AUTONOMY (DO NOT
KILL) <-- DOMINION #65 + #41 + #17 = #123 SCHEMA USURPER IMPETUS
#164 (PROGRESSION) - PRINCIPLE OF MATERIALITY / PROGRESSION OF
INDIVIDUAL PHENOMENON (AVOID HETERONOMY AGAINST AUTONOMY) / #328 - TRANSFORMATIONAL PROTOTYPE (EXODUS 49J1W2D (49th JUBILEE + 9 YEARS) + 40 YEARS DESERT SOJOURN / DOMINION: #492 - VOLUNTARY FREEWILL = 41 - ONTIC GROUNDING + #451 - PRAXIS OF RATIONALITY)
#205 (SYNTHESIS) - PRINCIPLE OF PERSISTENCE / #369 - HUMAN
DISCRIMINATING NORM (probity: DO NOT STEAL)
#246 (ANTI-THESIS) - UTTERANCE; ACTIONS / #410 - OBLIGATING NORM (rule
based: BEAR NO FALSE WITNESS)
#287 (THESIS) - NECESSITY (LAW OF DUTY) / #451 - MANIFESTING NORM (right
or privilege: DO NOT COVET) <-- *EXISTENTIAL* *VARIANCE* *AS* *PRAXIS*
*OF* *RATIONALITY*
On 29/7/2023 19:39, dolf wrote:
We've completed our preliminary data mining process and we find that
the noumenon redacted elements MALE (max: 998) / FEME (max: 862) and
DEME (max: 1098) / ONTIC (max: 1446) seem to each cohere to the #451
PRAXIS OF RATIONALITY SPECTRUM (#452 ... #532) as substantiated
religious belief.
Our next activity will be to save to disk each of 5784 files (ie.
inclusive of {} entries so there is no #404 errors) those noumenon
redacted element {} objects <-- MOZILLA FIREFOX has a queued caching
which doesn't corrupt the file sequence ...
The preliminary files are located here
<http://www.grapple369.com/Savvy/noumenon/>
On 26/7/2023 15:47, dolf wrote:
We've created a REMOTE_ActionModule task automation to display a
simple dialog which can display our DIR_request object which exists
{} within the PAYLOAD.
<http://www.grapple369.com/Savvy/reason/automate.json>
Which is actionable here:
<http://www.grapple369.com/Savvy/?research>
By deploying the existing FILE_request / isFileModule task
automations we were able to fetch the JSON {} code module and then
initiate it with a new task automation runActionModule
setTimeout(function() {
return (Savvy.COINRULES.automate.action({
id: Savvy.COINRULES.automate.id,
initialise: true,
tasks: [
{retry: {count: 500, id: Savvy.COINRULES.automate.id}},
{persist: {id: Savvy.COINRULES.automate.id, mode: false}},
{FILE_request: {module: "PAYLOAD", format: "actions",
notion: filename}},
{isFileModule: {module: "PAYLOAD", notion: filename}},
{runActionModule: {module: "PAYLOAD", notion: filename,
action: "main", params: {id: Savvy.COINRULES.automate.id, action:
filename}}}
]
}));
});
The LOCAL_ActionModule task automation now supports the named file as
the notional name for the PAYLOAD and no longer a single term
ActionModule.
So our logical thinking task tomorrow will be to commence writing the
data mining code...
On 26/7/2023 07:20, dolf wrote:
It appears to ourselves that the ONTIC / DEME grounding has a core
basis for consciousness instantiation which precedes the
teleological circumscribing as then a manifested state of equivalent
categories of understanding but with which it undeniably has some
entanglement.
What we will want to observe, is the nature of the metalogic
autonomous delimiter which is a construct of the temporal heuristic
and whether it constitutes a valid criteria selector for the
generated NEURAL LINGUISTIC PRAGMA as the MALE / FEME and ONTIC /
DEME tally datasets in their #Xnnn aggregations as redaction to the
noumenon as cognition assay 'rule' prototypes
<http://www.grapple369.com/Savvy/?heuristic>
Our task today is to devise a simple dialog which can display our
DIR_request object which exists {} within the PAYLOAD. Since the
scrolling is already a function of the dialog, our task is
relatively easy to implement. However we ought to have an option
(whether menu object or button I haven't decided) to enable a
direction to the local fileopen dialog.
That will be our logical task for today.
- dolf
On 25/7/2023 17:28, dolf wrote:
Our executable module is here (but we've only implemented a local
file store process)
<http://www.grapple369.com/Savvy/actions/Data%20Mine%20Lexicon.json> >>>>>
On 25/7/2023 07:34, dolf wrote:
We're no longer able with THUNDERBIRD to send these messages to
our usual distribution list:
soc.culture.israel, alt.france, aus.politics,
de.soc.weltanschauung.islam, uk.legal
AMERICAN organisations seem to want to dictate what an EUROPEAN
mind ought to be.
<http://www.grapple369.com/Savvy/?research> <-- actionable here
if (/BUTTON-(\d{1,})/.test(d3.select(this).property('id'))) {
Savvy.COINRULES.automate.LOCAL_ActionModule ({id: RegExp.$1, >>>>> div: "INFO"});
}
THE PRESENT BUTTON CODE (ie. has now been implemented as a task
automation) TO ACCESS AND EXECUTE THE ACTION MODULE IS AS FOLLOWS... >>>>>
LOCAL_ActionModule: function (act) {
if (typeof act.id == "undefined")
act.id = Savvy.globals.taskIDs.root;
if (typeof act.div == "undefined")
act.div = "INFO";
if (typeof act.run == "undefined")
act.run = true;
d3.select(`#${act.div}`)
.html("")
.append("input")
.attr('type', "file")
.attr('id',`ACTIONMODULE-${act.id}`)
.style('display', "none");
var widget = document.getElementById(`ACTIONMODULE-${act.id}`); >>>
widget.onchange = (ok) => {
var getFile = new FileReader();
var filename = ok.target.files[0].name.substring(0,
ok.target.files[0].name.search(/\./));
getFile.onload = function() {
if (getFile.result.length > 0) {
try {
eval(`Savvy.PAYLOAD['${filename}'] =
${getFile.result}`);
if (typeof Savvy.PAYLOAD[filename].main) {
if (act.run)
Savvy.PAYLOAD[filename].main({id:
act.id, action: filename});
} else {
throw new Error(Savvy.errorMsg[422]);
}
} catch (err) {
alert (`actionModule(): ${err}`); >>> d3.select(`#${act.div}`).html(""); >>> }
}
d3.select(`#${act.div}`).html("");
}
getFile.readAsText(ok.target.files[0]);
}
widget.click();
return (true);
},
Tomorrow's logical thinking activity will be to implement the same
means for execution but via our DIR_request{} task automation:
We can preload the actions {} directory information within our
startup prelude as an assumption made on whether the Savvy prototype
is being accessed from either a local or www-hosted service.
if (Savvy.globals.stub.match(/http/) &&
!Savvy.globals.stub.match(/localhost/)) {
prelude.push (
{DIR_request: {path: `${Savvy.globals.stub}actions/`, div:
"INFO", place: Savvy.PAYLOAD, notion: "actions"}},
{isDirResult: {place: Savvy.PAYLOAD, notion: "actions"}} >>>> );
}
If we just pause to break down the opportunity as needed for the
data mining process:
a) We may only perform the process several times until we're >>>>>> satisfied that we have generated the optimal semantical form for
the aggregated data {} json objects which will contain the neural
linguistic pragma in the form of an [] array and whether we ought
optimise such with any corresponding ontic / deme inclusions for
optimal selection;
b) There needs to be some consideration given to a JSON {}
module executable form which minimises obsolescence which is a
difficult proposition given the semantical usage is still evolving >>>>>> to its transcendent form;
c) Our semantical form presently allows ourselves to deploy a >>>>>> fileopen dialog, remote directory list (ie. file: v's http: |
https:) and an auto function within JSON {} module executable form. >>>>>>
Even though this might seem like an extravagant approach to take
before before resolving the need for the data mining process, we
in fact ARE creating a means FOR utilitarian functions.
So our task goal today will be to accommodate the fileopen dialog
as a dynamic construct in the <div id="INFO"></div> tag
On 25/7/2023 02:36, dolf wrote:
Mandarin: 幸災樂禍/幸灾乐祸 (xìngzāilèhuò)
bùxíng (不幸): 1. unfortunate; sad, 2. misfortune; adversity, 3. >>>>>>> to die <-- 2
references
#24 - 𝌝樂 = #475
lè 1. happy; glad; cheerful; joyful, 2. to take joy in; to be >>>>>>> happy; to
be cheerful, 3. Le, 4. music, 5. a musical instrument, 6. tone
[of voice];
expression, 7. a musician, 8. joy; pleasure, 9. the Book of
Music, 10. Lao,
11. to laugh
#475 as [#400, #6, #3, #10, #6, #700] = yâgâh (H3013): {UMBRA: >>>>>>> #18 % #41 =
#18} 1) to afflict, grieve, suffer, cause grief; 1a) (Niphal)
grieved,
grieving (participle); 1b) (Piel) to grieve; 1c) (Hiphil) to
cause grief,
cause sorrow;
<http://www.grapple369.com/Savvy/?telos:475> <-- PRAXIS OF
RATIONALITY
teleological hierarchy (12 criteria with 7 having temporal
congruence)
NEXT WATCH: 30 JULY
huò 1. a misfortune; a calamity; a disaster, 2. a sin, 3. to >>>>>>> harm, 4. to
suffer harm <-- 38 references
dolf <dolfboek@hotmail.com> wrote:
An example of this possibility for utilitarian function is the >>>>>>>> media
reports that the Greece fires 🔥 are a product of schadenfreude: >>>>>>>> pleasure
derived by someone from another person's misfortune
Epicaricacy (ἐπῐχαιρεκᾰκῐ́ᾱ):
#863 = ōdín (G5604): dire calamities
ONTIC: #696 = yâtsar (H3334): be in distress
DEME: #118 = ʼăphêlâh (H653): calamitous; wickedness
GRUMBLE (#444, #215)
GRUNTLE (#797, #659) <-- put in good humour
So the informal research question is whether the GRUNTLE neural >>>>>>>> linguistic
pragma provides viable prototypes to then assay for adverse
propensity
before it occurs?
H3444@{
@1: Sup: 6 - CONTRARIETY: LI (#6); Ego: 6 - CONTRARIETY: LI >>>>>>>> (#6),
@2: Sup: 16 - CONTACT: CHIAO (#22); Ego: 10 - DEFECTIVENESS, >>>>>>>> DISTORTION:
HSIEN (#16),
@3: Sup: 73 - ALREADY FORDING, COMPLETION: CH'ENG (#95); >>>>>>>> Ego: 57 -
GUARDEDNESS: SHOU (#73),
@4: Sup: 79 - DIFFICULTIES: NAN (#174); Ego: 6 -
CONTRARIETY: LI (#79),
@5: Sup: 68 - DIMMING: MENG (#242); Ego: 70 - SEVERANCE: KE >>>>>>>> (#149),
@6: Sup: 63 - WATCH: SHIH (#305); Ego: 76 - AGGRAVATION: CHU >>>>>>>> (#225),
@7: Sup: 68 - DIMMING: MENG (#373); Ego: 5 - KEEPING SMALL: >>>>>>>> SHAO (#230),
Male: #373; Feme: #230
} // #797
<http://www.grapple369.com/?idea:863,444,215,696,118,659,797,373,230> >>>>>>>>
So we ought to begin our data mining process as soon as possible >>>>>>>>
dolf <dolfboek@hotmail.com> wrote:
We're no longer able to send these messages to our usual
distribution list:
soc.culture.israel, alt.france, aus.politics,
de.soc.weltanschauung.islam, uk.legal
So it will be sent in two parts as to by-pass the CENSORSHIP. >>>>>>>>>
During our recent administrative processes we arrived at a need >>>>>>>>> for easy
access to LEXICON PRAGMA having a redaction to the noumenon ... >>>>>>>>> And
heretofore we've only relied on intuition and happenstance.
For instance we noticed an evasion methodology
CHRISTOLOGICAL #1480 [#329 - cherpâh (H2781): *REPROACH*,
*SCORN* / #265
- qᵉlôqêl (H7052): *CONTEMPTIBLE*] / #2020 [#384 - ágrios >>>>>>>>> (G66): *ANY*
*VIOLENT* *PASSION* / #238 - naʼăphûwph (H5005): *ADULTERY*] - >>>>>>>>> Christós
(G5547)
METHOD BEING A CLAIM TO RIGHTEOUSNESS AS #2312 [#523 - ʼâbal >>>>>>>>> (H56):
*MOURN*, *LAMENT* / #368 - shûwb (H7725): *APOSTATISE*] / #1943 >>>>>>>>> [#753 -
shâbath (H7673): *CAUSE* *TO* *DESIST* *FROM* / #485 - zânâh >>>>>>>>> (H2181):
*COMMIT* *FORNICATION* / *ADULTERY*] - METASCHEMA
So accordingly our next task is to traverse the entire lexicon >>>>>>>>> with its
declension and generate the MALE / FEME datasets in their #nnn >>>>>>>>> aggregations as redaction to the noumenon as cognition assay >>>>>>>>> 'rule'
prototypes which we'll include within the Savvy prototype... >>>>>>>>>
<http://www.grapple369.com/Savvy/?heuristic>
- dolf
ADDED REFERENCE FILES
We need to pause here and cursorily reflect upon this statement:
That the noumenon redacted elements MALE (max: 998) / FEME (max: 862)
and DEME (max: 1098) / ONTIC (max: 1446) seem to each cohere to the #451 PRAXIS OF RATIONALITY SPECTRUM (#452 ... #532)
Which conforms to the view of anthropocentrism which is the idea that
humans are the most significant or central entities on Earth (ie. or
most important entity in the universe) and that they have intrinsic
value while other beings and objects are resources for human use. It is
a viewpoint embedded in many Western religions and philosophies. [Bing AI]
What is then the seminal cause?
#41 - principle of emanation --> #287 - intellectus / #451 - praxis of rationality (manifesting norm) = #492 - voluntary free will.
IT IS THE AUTONOMOUS CAPACITY TO EXERCISE INTELLIGENT WILL
<http://www.grapple369.com/images/DIALECT-FORMULATION.jpg>
To illustrate this Structured Thinking (ie. EXERCISE INTELLIGENT WILL) process we can parses Edward Ross' NOTHING as NULLIUS commentary to then deduce the requisite #451 - PRAXIS OF RATIONALITY (#494 / #517) pairing
ideas (#446 / #574) and thereby rationally describe the contentious
ISSUE of PROBLEM resolution.
This raises more questions than answers because we found that the
noumenon redacted to each of the elements MALE (max: 998) / FEME (max:
862) and DEME (max: 1098) / ONTIC (max: 1446) as imperative and don't
yet know how each of these might dynamically (eg: thesis, anti-thesis, synthesis, progression) function.
Or whether it has some elasticity to further apply EDWARD ROSS' comment:
if there is no nothingness, {@9: Sup: 64 - SINKING: CH'EN (#417); Ego:
47 - PATTERN: WEN (#440)}
then it cannot and does not border anything, {@10: Sup: 29 -
DECISIVENESS: TUAN (#446); Ego: 54 - UNITY: K'UN (#494)}
nor be a neighbour to anything. {@11: Sup: 71 - STOPPAGE: CHIH (#517);
Ego: 80 - LABOURING: CH'IN (#574)}
There is nothing before it, {@12: Sup: 20 - ADVANCE: CHIN (#537); Ego:
44 - STOVE: TSAO (#618)}
after it, {@13: Sup: 44 - STOVE: TSAO (#581); Ego: 25 - CONTENTION:
CHENG (#643)}
next to it, {@14: Sup: 37 - PURITY: TS'UI (#618); Ego: 28 - CHANGE: KENG (#671)}
above and below it. {@15: Sup: 26 - ENDEAVOUR: WU (#644); Ego: 33 - CLOSENESS: MI (#704)}
----------
SINCE INTELLECT IS CONTINGENT ON ACCUMULATED EXPERIENCE (BEQUEATHED
LANGUAGE) WE COULD EXTEND THE NULLIUS STATEMENT WITH A DEME MORAL *IMPERATIVE* AS GROUNDING
<http://www.grapple369.com/Savvy/noumenon/D618.json>
<http://www.grapple369.com/Savvy/noumenon/D537.json> <-- WHILST WE ARE
USING SINGE LANGUAGE CONCEPTS WHICH ENCAPSULATE THE DEME ACCUMULATIVE
NOTION THESE COULD BE A DIALECTIC CATEGORICAL IMPERATIVE
There is nothing before it, {@12: Sup: 20 - ADVANCE: CHIN (#537); Ego:
44 - STOVE: TSAO (#618)}
"G4238":{"gematria":{"0":[80,100,1,60,5,300,5]},"telos":{"0":551}}
@200, {@15: Sup: 44 - STOVE: TSAO (#551); Ego: 38 - FULLNESS: SHENG
(#125)} <-- *SECTION* III OF LETTERS PATENT
#551 as [#80, #100, #1, #60, #5, #300, #5] = prássō (G4238): {UMBRA:
#1381 % #41 = #28} 1) to exercise, practise, to be busy with, carry on;
1a) to undertake, to do; 2) to accomplish, perform; 2a) to commit, perpetrate; 3) to manage public affairs, transact public business; 3a)
to exact tribute, revenue, debts; 4) to act;
SECTION III - THE GOVERNOR GENERAL MAY CONSTITUTE AND APPOINT, IN OUR
NAME AND ON OUR BEHALF, ALL SUCH JUDGES, COMMISSIONERS, JUSTICES OF THE PEACE, AND OTHER NECESSARY OFFICERS AND MINISTERS OF OUR SAID
COMMONWEALTH, AS MAY BE LAWFULLY CONSTITUTED OR APPOINTED BY US.
@200, {@15: Sup: 44 - STOVE: TSAO (#551 - rôʼsh (H7218): chief, head (of man, city, nation, place) / qûwm (H6965): to confirm, ratify, establish, impose; to raise up, constitute; to cause to stand, set, station,
establish / yârash (H3423): to cause [others] to possess or inherit / prássō (G4238): to manage public affairs, transact public business);
Ego: 38 - FULLNESS: SHENG (#125)}
"G4723":{"gematria":{"0":[200,300,5,10,100,70,200]},"telos":{"0":885}}
@177, {@21: Sup: 77 - COMPLIANCE: HSUN (#885); Ego: 15 - REACH: TA
(#239)} <-- *SECTION* IX OF LETTERS PATENT
#885 [Male: #260 - MERCURY; Feme: #237 - USE OF FORCE] as [#200, #300,
#5, #10, #100, #70, #200] = steíros (G4723): {UMBRA: #885 % #41 = #24}
1) hard, stiff; 1a) of men and animals; 2) barren; 2a) of woman who does
not conceive;
SECTION IX - AND WE DO HEREBY RESERVE TO OURSELVES OUR HEIRS AND
SUCCESSORS, FULL POWER AND AUTHORITY FROM TIME TO TIME TO REVOKE, ALTER,
OR AMEND THESE OUR LETTERS PATENT, AS TO US OR THEM SHALL SEEM MEET.
@177, {@21: Sup: 77 - COMPLIANCE: HSUN (#885 - agapáō (G25): to be well pleased, to be contented at or with a thing / dikaíōma (G1345): that
which has been deemed right so as to have force of law; what has been established, and ordained by law, an ordinance; a righteous act or deed
/ ekgamízō (G1547): to marry, to be given in marriage); Ego: 15 - REACH:
TA (#239)}
THE POINT WE MAKE HERE IS THAT NULLIUS DOES NOT IMPLY AN ABSENCE OF
DIVINE LAWS BUT ONLY AN ABSENCE OR COGNITION OF HUMAN LAW
----------
From an anthropocentric position, humans possess direct moral standing because they are ends in and of themselves; other things (individual
living beings, systems) are means to human ends. In one sense, all
ethics are anthropocentric, for arguably humans alone possess the
cognitive ability to formulate and recognize moral value. This agency
places humans at the center of whatever ethical system we devise, and
this moral reality drives some scholars to claim that anthropocentrism
is the only logical ethical system available to us. But many other
scholars argue this circumstance is an ethically uninteresting fact, not
a limiting factor in the type of ethical system we devise to help us determine good and bad, right and wrong. We can accept the limitation of
our human lens and still make choices about where we find value in the
world. Because we are moral agents, the same cognitive ability that
allows us to see the world in comparison to ourselves also allows us to
treat with respect, or value as ends in themselves, other things.
<https://www.sciencedirect.com/topics/social-sciences/anthropocentrism#:~:text=Anthropocentrism%20literally%20means%20human-centered%2C%20but%20in%20its%20most,to%20serve%20humans%2C%20or%20in%20their%20instrumental%20value.>
WHILST THE TEMPORAL HEURISTIC IS BOUNDED AS FUNCTION OF DOMINION CAN THE SUPERNAL / EGO OPERATE AS #451 - PRAXIS TO THEN VARY THE AUTONOMY
#41 (THESIS) - PRINCIPLE OF EMANATION / FORMULA OF UNIVERSAL LAW
(REMEMBER THE SABBATH)
#82 (ANTI-THESIS) - TERMS OF COMPLIANCE / FORMULA OF HUMANITY (HONOUR
PARENTS)
#123 (SYNTHESIS) - JUDGEMENT SENSIBILITY / FORMULA OF AUTONOMY (DO
NOT KILL) <-- DOMINION #65 + #41 + #17 = #123 SCHEMA USURPER IMPETUS
#164 (PROGRESSION) - PRINCIPLE OF MATERIALITY / PROGRESSION OF
INDIVIDUAL PHENOMENON (AVOID HETERONOMY AGAINST AUTONOMY)
So our next SAVVY activity will be to modify the temporal heuristic to
enable a date / time selector and a capacity to convey the NOUMENON
redacted NEURAL LINGUISTIC PRAGMA which might be relevant to the
metalogic autonomous delimiter context
On 30/7/2023 06:21, dolf wrote:
Our next activity is to resolve the issue on any identified telos
exceptions between the umbra and gematria make an update insertion
within the bibleideas {} / umbraideas {} / lexicon objects.
NOTE: That the noumenon redacted elements MALE (max: 998) / FEME (max:
862) and DEME (max: 1098) / ONTIC (max: 1446) seem to each cohere to
the #451 PRAXIS OF RATIONALITY SPECTRUM (#452 ... #532) as
substantiated religious belief which has by the CANON OF SUPREME
MYSTERY published in 4 BCE an historical anchor which precedes that of
ROMAN governance (@1 - #296 / @5 - #328) as a deficiency (#213, #232,
#233) of Roman Catholicism [#38, #71, #14] / [#38, #33 - 3 APRIL 33
AD, #40] matrix foundations of belief as SUNDAY sacredness is paganism
& not Christian -- its especially problematic given Kittel's TDNT is
the product of German nazism & marriage on 20 July 1933.
#246 - THE ORACLES (#246 - ʼimrâh (H565): *WORD* as #410 - dâth
(H1882): *LAW*) OF GOD = [#69, #45, #21, #61, #37 - PURITY (TS'UI),
#13 - INCREASE (TSENG)]
#41 (THESIS) - PRINCIPLE OF EMANATION / FORMULA OF UNIVERSAL LAW
(REMEMBER THE SABBATH)
#82 (ANTI-THESIS) - TERMS OF COMPLIANCE / FORMULA OF HUMANITY (HONOUR
PARENTS)
#123 (SYNTHESIS) - JUDGEMENT SENSIBILITY / FORMULA OF AUTONOMY (DO NOT
KILL) <-- DOMINION #65 + #41 + #17 = #123 SCHEMA USURPER IMPETUS
#164 (PROGRESSION) - PRINCIPLE OF MATERIALITY / PROGRESSION OF
INDIVIDUAL PHENOMENON (AVOID HETERONOMY AGAINST AUTONOMY) / #328 -
TRANSFORMATIONAL PROTOTYPE (EXODUS 49J1W2D (49th JUBILEE + 9 YEARS) +
40 YEARS DESERT SOJOURN / DOMINION: #492 - VOLUNTARY FREEWILL = 41 -
ONTIC GROUNDING + #451 - PRAXIS OF RATIONALITY)
#205 (SYNTHESIS) - PRINCIPLE OF PERSISTENCE / #369 - HUMAN
DISCRIMINATING NORM (probity: DO NOT STEAL)
#246 (ANTI-THESIS) - UTTERANCE; ACTIONS / #410 - OBLIGATING NORM (rule
based: BEAR NO FALSE WITNESS)
#287 (THESIS) - NECESSITY (LAW OF DUTY) / #451 - MANIFESTING NORM
(right or privilege: DO NOT COVET) <-- *EXISTENTIAL* *VARIANCE* *AS*
*PRAXIS* *OF* *RATIONALITY*
On 29/7/2023 19:39, dolf wrote:
We've completed our preliminary data mining process and we find that
the noumenon redacted elements MALE (max: 998) / FEME (max: 862) and
DEME (max: 1098) / ONTIC (max: 1446) seem to each cohere to the #451
PRAXIS OF RATIONALITY SPECTRUM (#452 ... #532) as substantiated
religious belief.
Our next activity will be to save to disk each of 5784 files (ie.
inclusive of {} entries so there is no #404 errors) those noumenon
redacted element {} objects <-- MOZILLA FIREFOX has a queued caching
which doesn't corrupt the file sequence ...
The preliminary files are located here
<http://www.grapple369.com/Savvy/noumenon/>
On 26/7/2023 15:47, dolf wrote:
We've created a REMOTE_ActionModule task automation to display a
simple dialog which can display our DIR_request object which exists
{} within the PAYLOAD.
<http://www.grapple369.com/Savvy/reason/automate.json>
Which is actionable here:
<http://www.grapple369.com/Savvy/?research>
By deploying the existing FILE_request / isFileModule task
automations we were able to fetch the JSON {} code module and then
initiate it with a new task automation runActionModule
setTimeout(function() {
return (Savvy.COINRULES.automate.action({
id: Savvy.COINRULES.automate.id,
initialise: true,
tasks: [
{retry: {count: 500, id: Savvy.COINRULES.automate.id}},
{persist: {id: Savvy.COINRULES.automate.id, mode: false}},
{FILE_request: {module: "PAYLOAD", format: "actions",
notion: filename}},
{isFileModule: {module: "PAYLOAD", notion: filename}},
{runActionModule: {module: "PAYLOAD", notion: filename,
action: "main", params: {id: Savvy.COINRULES.automate.id, action:
filename}}}
]
}));
});
The LOCAL_ActionModule task automation now supports the named file
as the notional name for the PAYLOAD and no longer a single term
ActionModule.
So our logical thinking task tomorrow will be to commence writing
the data mining code...
On 26/7/2023 07:20, dolf wrote:
It appears to ourselves that the ONTIC / DEME grounding has a core
basis for consciousness instantiation which precedes the
teleological circumscribing as then a manifested state of
equivalent categories of understanding but with which it undeniably
has some entanglement.
What we will want to observe, is the nature of the metalogic
autonomous delimiter which is a construct of the temporal heuristic
and whether it constitutes a valid criteria selector for the
generated NEURAL LINGUISTIC PRAGMA as the MALE / FEME and ONTIC /
DEME tally datasets in their #Xnnn aggregations as redaction to the
noumenon as cognition assay 'rule' prototypes
<http://www.grapple369.com/Savvy/?heuristic>
Our task today is to devise a simple dialog which can display our
DIR_request object which exists {} within the PAYLOAD. Since the
scrolling is already a function of the dialog, our task is
relatively easy to implement. However we ought to have an option
(whether menu object or button I haven't decided) to enable a
direction to the local fileopen dialog.
That will be our logical task for today.
- dolf
On 25/7/2023 17:28, dolf wrote:
Our executable module is here (but we've only implemented a local
file store process)
<http://www.grapple369.com/Savvy/actions/Data%20Mine%20Lexicon.json> >>>>>>
On 25/7/2023 07:34, dolf wrote:
We're no longer able with THUNDERBIRD to send these messages to >>>>>>>> our usual distribution list:
soc.culture.israel, alt.france, aus.politics,
de.soc.weltanschauung.islam, uk.legal
AMERICAN organisations seem to want to dictate what an EUROPEAN >>>>>>>> mind ought to be.
<http://www.grapple369.com/Savvy/?research> <-- actionable here
if (/BUTTON-(\d{1,})/.test(d3.select(this).property('id'))) {
Savvy.COINRULES.automate.LOCAL_ActionModule ({id: RegExp.$1, >>>>>> div: "INFO"});
}
THE PRESENT BUTTON CODE (ie. has now been implemented as a task
automation) TO ACCESS AND EXECUTE THE ACTION MODULE IS AS FOLLOWS... >>>>>>
LOCAL_ActionModule: function (act) {
if (typeof act.id == "undefined")
act.id = Savvy.globals.taskIDs.root;
if (typeof act.div == "undefined")
act.div = "INFO";
if (typeof act.run == "undefined")
act.run = true;
d3.select(`#${act.div}`)
.html("")
.append("input")
.attr('type', "file")
.attr('id',`ACTIONMODULE-${act.id}`)
.style('display', "none");
var widget = document.getElementById(`ACTIONMODULE-${act.id}`); >>>>
widget.onchange = (ok) => {
var getFile = new FileReader();
var filename = ok.target.files[0].name.substring(0,
ok.target.files[0].name.search(/\./));
getFile.onload = function() {
if (getFile.result.length > 0) {
try {
eval(`Savvy.PAYLOAD['${filename}'] =
${getFile.result}`);
if (typeof Savvy.PAYLOAD[filename].main) {
if (act.run)
Savvy.PAYLOAD[filename].main({id:
act.id, action: filename});
} else {
throw new Error(Savvy.errorMsg[422]);
}
} catch (err) {
alert (`actionModule(): ${err}`); >>>> d3.select(`#${act.div}`).html("");
}
}
d3.select(`#${act.div}`).html("");
}
getFile.readAsText(ok.target.files[0]);
}
widget.click();
return (true);
},
Tomorrow's logical thinking activity will be to implement the same >>>>>> means for execution but via our DIR_request{} task automation:
We can preload the actions {} directory information within our
startup prelude as an assumption made on whether the Savvy
prototype is being accessed from either a local or www-hosted service. >>>>>
if (Savvy.globals.stub.match(/http/) &&
!Savvy.globals.stub.match(/localhost/)) {
prelude.push (
{DIR_request: {path: `${Savvy.globals.stub}actions/`, div:
"INFO", place: Savvy.PAYLOAD, notion: "actions"}},
{isDirResult: {place: Savvy.PAYLOAD, notion: "actions"}} >>>>> );
}
If we just pause to break down the opportunity as needed for the >>>>>>> data mining process:
a) We may only perform the process several times until we're >>>>>>> satisfied that we have generated the optimal semantical form for >>>>>>> the aggregated data {} json objects which will contain the neural >>>>>>> linguistic pragma in the form of an [] array and whether we ought >>>>>>> optimise such with any corresponding ontic / deme inclusions for >>>>>>> optimal selection;
b) There needs to be some consideration given to a JSON {} >>>>>>> module executable form which minimises obsolescence which is a
difficult proposition given the semantical usage is still
evolving to its transcendent form;
c) Our semantical form presently allows ourselves to deploy a >>>>>>> fileopen dialog, remote directory list (ie. file: v's http: |
https:) and an auto function within JSON {} module executable form. >>>>>>>
Even though this might seem like an extravagant approach to take >>>>>>> before before resolving the need for the data mining process, we >>>>>>> in fact ARE creating a means FOR utilitarian functions.
So our task goal today will be to accommodate the fileopen dialog >>>>>>> as a dynamic construct in the <div id="INFO"></div> tag
On 25/7/2023 02:36, dolf wrote:
Mandarin: 幸災樂禍/幸灾乐祸 (xìngzāilèhuò)
bùxíng (不幸): 1. unfortunate; sad, 2. misfortune; adversity, 3. >>>>>>>> to die <-- 2
references
#24 - 𝌝樂 = #475
lè 1. happy; glad; cheerful; joyful, 2. to take joy in; to be >>>>>>>> happy; to
be cheerful, 3. Le, 4. music, 5. a musical instrument, 6. tone >>>>>>>> [of voice];
expression, 7. a musician, 8. joy; pleasure, 9. the Book of
Music, 10. Lao,
11. to laugh
#475 as [#400, #6, #3, #10, #6, #700] = yâgâh (H3013): {UMBRA: >>>>>>>> #18 % #41 =
#18} 1) to afflict, grieve, suffer, cause grief; 1a) (Niphal)
grieved,
grieving (participle); 1b) (Piel) to grieve; 1c) (Hiphil) to
cause grief,
cause sorrow;
<http://www.grapple369.com/Savvy/?telos:475> <-- PRAXIS OF
RATIONALITY
teleological hierarchy (12 criteria with 7 having temporal
congruence)
NEXT WATCH: 30 JULY
huò 1. a misfortune; a calamity; a disaster, 2. a sin, 3. to >>>>>>>> harm, 4. to
suffer harm <-- 38 references
dolf <dolfboek@hotmail.com> wrote:
An example of this possibility for utilitarian function is the >>>>>>>>> media
reports that the Greece fires 🔥 are a product of
schadenfreude: pleasure
derived by someone from another person's misfortune
Epicaricacy (ἐπῐχαιρεκᾰκῐ́ᾱ):
#863 = ōdín (G5604): dire calamities
ONTIC: #696 = yâtsar (H3334): be in distress
DEME: #118 = ʼăphêlâh (H653): calamitous; wickedness
GRUMBLE (#444, #215)
GRUNTLE (#797, #659) <-- put in good humour
So the informal research question is whether the GRUNTLE neural >>>>>>>>> linguistic
pragma provides viable prototypes to then assay for adverse
propensity
before it occurs?
H3444@{
@1: Sup: 6 - CONTRARIETY: LI (#6); Ego: 6 - CONTRARIETY: LI >>>>>>>>> (#6),
@2: Sup: 16 - CONTACT: CHIAO (#22); Ego: 10 -
DEFECTIVENESS, DISTORTION:
HSIEN (#16),
@3: Sup: 73 - ALREADY FORDING, COMPLETION: CH'ENG (#95); >>>>>>>>> Ego: 57 -
GUARDEDNESS: SHOU (#73),
@4: Sup: 79 - DIFFICULTIES: NAN (#174); Ego: 6 -
CONTRARIETY: LI (#79),
@5: Sup: 68 - DIMMING: MENG (#242); Ego: 70 - SEVERANCE: KE >>>>>>>>> (#149),
@6: Sup: 63 - WATCH: SHIH (#305); Ego: 76 - AGGRAVATION: >>>>>>>>> CHU (#225),
@7: Sup: 68 - DIMMING: MENG (#373); Ego: 5 - KEEPING SMALL: >>>>>>>>> SHAO (#230),
Male: #373; Feme: #230
} // #797
<http://www.grapple369.com/?idea:863,444,215,696,118,659,797,373,230> >>>>>>>>>
So we ought to begin our data mining process as soon as possible >>>>>>>>>
dolf <dolfboek@hotmail.com> wrote:
We're no longer able to send these messages to our usual
distribution list:
soc.culture.israel, alt.france, aus.politics,
de.soc.weltanschauung.islam, uk.legal
So it will be sent in two parts as to by-pass the CENSORSHIP. >>>>>>>>>>
During our recent administrative processes we arrived at a >>>>>>>>>> need for easy
access to LEXICON PRAGMA having a redaction to the noumenon >>>>>>>>>> ... And
heretofore we've only relied on intuition and happenstance. >>>>>>>>>>
For instance we noticed an evasion methodology
CHRISTOLOGICAL #1480 [#329 - cherpâh (H2781): *REPROACH*, >>>>>>>>>> *SCORN* / #265
- qᵉlôqêl (H7052): *CONTEMPTIBLE*] / #2020 [#384 - ágrios >>>>>>>>>> (G66): *ANY*
*VIOLENT* *PASSION* / #238 - naʼăphûwph (H5005): *ADULTERY*] - >>>>>>>>>> Christós
(G5547)
METHOD BEING A CLAIM TO RIGHTEOUSNESS AS #2312 [#523 - ʼâbal >>>>>>>>>> (H56):
*MOURN*, *LAMENT* / #368 - shûwb (H7725): *APOSTATISE*] / >>>>>>>>>> #1943 [#753 -
shâbath (H7673): *CAUSE* *TO* *DESIST* *FROM* / #485 - zânâh >>>>>>>>>> (H2181):
*COMMIT* *FORNICATION* / *ADULTERY*] - METASCHEMA
So accordingly our next task is to traverse the entire lexicon >>>>>>>>>> with its
declension and generate the MALE / FEME datasets in their #nnn >>>>>>>>>> aggregations as redaction to the noumenon as cognition assay >>>>>>>>>> 'rule'
prototypes which we'll include within the Savvy prototype... >>>>>>>>>>
<http://www.grapple369.com/Savvy/?heuristic>
- dolf
ADDED REFERENCE FILES
We need to pause here and cursorily reflect upon this statement:
That the noumenon redacted elements MALE (max: 998) / FEME (max: 862)
and DEME (max: 1098) / ONTIC (max: 1446) seem to each cohere to the #451 PRAXIS OF RATIONALITY SPECTRUM (#452 ... #532)
Which conforms to the view of anthropocentrism which is the idea that
humans are the most significant or central entities on Earth (ie. or
most important entity in the universe) and that they have intrinsic
value while other beings and objects are resources for human use. It is
a viewpoint embedded in many Western religions and philosophies. [Bing AI]
What is then the seminal cause?
#41 - principle of emanation --> #287 - intellectus / #451 - praxis of rationality (manifesting norm) = #492 - voluntary free will.
IT IS THE AUTONOMOUS CAPACITY TO EXERCISE INTELLIGENT WILL
<http://www.grapple369.com/images/DIALECT-FORMULATION.jpg>
To illustrate this Structured Thinking (ie. EXERCISE INTELLIGENT WILL) process we can parses Edward Ross' NOTHING as NULLIUS commentary to then deduce the requisite #451 - PRAXIS OF RATIONALITY (#494 / #517) pairing
ideas (#446 / #574) and thereby rationally describe the contentious
ISSUE of PROBLEM resolution.
This raises more questions than answers because we found that the
noumenon redacted to each of the elements MALE (max: 998) / FEME (max:
862) and DEME (max: 1098) / ONTIC (max: 1446) as imperative and don't
yet know how each of these might dynamically (eg: thesis, anti-thesis, synthesis, progression) function.
Or whether it has some elasticity to further apply EDWARD ROSS' comment:
if there is no nothingness, {@9: Sup: 64 - SINKING: CH'EN (#417); Ego:
47 - PATTERN: WEN (#440)}
then it cannot and does not border anything, {@10: Sup: 29 -
DECISIVENESS: TUAN (#446); Ego: 54 - UNITY: K'UN (#494)}
nor be a neighbour to anything. {@11: Sup: 71 - STOPPAGE: CHIH (#517);
Ego: 80 - LABOURING: CH'IN (#574)}
There is nothing before it, {@12: Sup: 20 - ADVANCE: CHIN (#537); Ego:
44 - STOVE: TSAO (#618)}
after it, {@13: Sup: 44 - STOVE: TSAO (#581); Ego: 25 - CONTENTION:
CHENG (#643)}
next to it, {@14: Sup: 37 - PURITY: TS'UI (#618); Ego: 28 - CHANGE: KENG (#671)} <-- *PAIRING*
above and below it. {@15: Sup: 26 - ENDEAVOUR: WU (#644); Ego: 33 - CLOSENESS: MI (#704)}
----------
SINCE INTELLECT IS CONTINGENT ON ACCUMULATED EXPERIENCE (BEQUEATHED
LANGUAGE) WE COULD EXTEND THE NULLIUS STATEMENT WITH A DEME MORAL *IMPERATIVE* AS GROUNDING
<http://www.grapple369.com/Savvy/noumenon/D618.json>
<http://www.grapple369.com/Savvy/noumenon/D537.json> <-- WHILST WE ARE
USING SINGLE LANGUAGE CONCEPTS WHICH ENCAPSULATE THE DEME ACCUMULATIVE
NOTION THESE COULD BE A DIALECTIC CATEGORICAL IMPERATIVE
There is nothing before it, {@12: Sup: 20 - ADVANCE: CHIN (#537); Ego:
44 - STOVE: TSAO (#618)}
"G4238":{"gematria":{"0":[80,100,1,60,5,300,5]},"telos":{"0":551}}
@200, {@15: Sup: 44 - STOVE: TSAO (#551); Ego: 38 - FULLNESS: SHENG
(#125)} <-- *SECTION* III OF LETTERS PATENT
#551 as [#80, #100, #1, #60, #5, #300, #5] = prássō (G4238): {UMBRA:
#1381 % #41 = #28} 1) to exercise, practise, to be busy with, carry on;
1a) to undertake, to do; 2) to accomplish, perform; 2a) to commit, perpetrate; 3) to manage public affairs, transact public business; 3a)
to exact tribute, revenue, debts; 4) to act;
SECTION III - THE GOVERNOR GENERAL MAY CONSTITUTE AND APPOINT, IN OUR
NAME AND ON OUR BEHALF, ALL SUCH JUDGES, COMMISSIONERS, JUSTICES OF THE PEACE, AND OTHER NECESSARY OFFICERS AND MINISTERS OF OUR SAID
COMMONWEALTH, AS MAY BE LAWFULLY CONSTITUTED OR APPOINTED BY US.
@200, {@15: Sup: 44 - STOVE: TSAO (#551 - rôʼsh (H7218): chief, head (of man, city, nation, place) / qûwm (H6965): to confirm, ratify, establish, impose; to raise up, constitute; to cause to stand, set, station,
establish / yârash (H3423): to cause [others] to possess or inherit / prássō (G4238): to manage public affairs, transact public business);
Ego: 38 - FULLNESS: SHENG (#125)}
"G4723":{"gematria":{"0":[200,300,5,10,100,70,200]},"telos":{"0":885}}
@177, {@21: Sup: 77 - COMPLIANCE: HSUN (#885); Ego: 15 - REACH: TA
(#239)} <-- *SECTION* IX OF LETTERS PATENT
#885 [Male: #260 - MERCURY; Feme: #237 - USE OF FORCE] as [#200, #300,
#5, #10, #100, #70, #200] = steíros (G4723): {UMBRA: #885 % #41 = #24}
1) hard, stiff; 1a) of men and animals; 2) barren; 2a) of woman who does
not conceive;
SECTION IX - AND WE DO HEREBY RESERVE TO OURSELVES OUR HEIRS AND
SUCCESSORS, FULL POWER AND AUTHORITY FROM TIME TO TIME TO REVOKE, ALTER,
OR AMEND THESE OUR LETTERS PATENT, AS TO US OR THEM SHALL SEEM MEET.
@177, {@21: Sup: 77 - COMPLIANCE: HSUN (#885 - agapáō (G25): to be well pleased, to be contented at or with a thing / dikaíōma (G1345): that
which has been deemed right so as to have force of law; what has been established, and ordained by law, an ordinance; a righteous act or deed
/ ekgamízō (G1547): to marry, to be given in marriage); Ego: 15 - REACH:
TA (#239)}
THE POINT WE MAKE HERE IS THAT NULLIUS DOES NOT IMPLY AN ABSENCE OF
DIVINE LAWS BUT ONLY AN ABSENCE OR COGNITION OF DIVINE HUMAN LAW <-- *REMEMBER* *THE* SABBATH DAY IS SATURDAY
----------
From an anthropocentric position, humans possess direct moral standing because they are ends in and of themselves; other things (individual
living beings, systems) are means to human ends. In one sense, all
ethics are anthropocentric, for arguably humans alone possess the
cognitive ability to formulate and recognize moral value. This agency
places humans at the center of whatever ethical system we devise, and
this moral reality drives some scholars to claim that anthropocentrism
is the only logical ethical system available to us. But many other
scholars argue this circumstance is an ethically uninteresting fact, not
a limiting factor in the type of ethical system we devise to help us determine good and bad, right and wrong. We can accept the limitation of
our human lens and still make choices about where we find value in the
world. Because we are moral agents, the same cognitive ability that
allows us to see the world in comparison to ourselves also allows us to
treat with respect, or value as ends in themselves, other things.
<https://www.sciencedirect.com/topics/social-sciences/anthropocentrism#:~:text=Anthropocentrism%20literally%20means%20human-centered%2C%20but%20in%20its%20most,to%20serve%20humans%2C%20or%20in%20their%20instrumental%20value.>
WHILST THE TEMPORAL HEURISTIC IS BOUNDED AS FUNCTION OF DOMINION CAN THE SUPERNAL / EGO OPERATE AS #451 - PRAXIS TO THEN VARY THE AUTONOMY
#41 (THESIS) - PRINCIPLE OF EMANATION / FORMULA OF UNIVERSAL LAW
(REMEMBER THE SABBATH)
#82 (ANTI-THESIS) - TERMS OF COMPLIANCE / FORMULA OF HUMANITY (HONOUR
PARENTS)
#123 (SYNTHESIS) - JUDGEMENT SENSIBILITY / FORMULA OF AUTONOMY (DO
NOT KILL) <-- DOMINION #65 + #41 + #17 = #123 SCHEMA USURPER IMPETUS
#164 (PROGRESSION) - PRINCIPLE OF MATERIALITY / PROGRESSION OF
INDIVIDUAL PHENOMENON (AVOID HETERONOMY AGAINST AUTONOMY)
So our next SAVVY activity will be to modify the temporal heuristic to
enable a date / time selector and a capacity to convey the NOUMENON
redacted NEURAL LINGUISTIC PRAGMA which might be relevant to the
metalogic autonomous delimiter context
On 30/7/2023 06:21, dolf wrote:
Our next activity is to resolve the issue on any identified telos
exceptions between the umbra and gematria make an update insertion
within the bibleideas {} / umbraideas {} / lexicon objects.
NOTE: That the noumenon redacted elements MALE (max: 998) / FEME (max:
862) and DEME (max: 1098) / ONTIC (max: 1446) seem to each cohere to
the #451 PRAXIS OF RATIONALITY SPECTRUM (#452 ... #532) as
substantiated religious belief which has by the CANON OF SUPREME
MYSTERY published in 4 BCE an historical anchor which precedes that of
ROMAN governance (@1 - #296 / @5 - #328) as a deficiency (#213, #232,
#233) of Roman Catholicism [#38, #71, #14] / [#38, #33 - 3 APRIL 33
AD, #40] matrix foundations of belief as SUNDAY sacredness is paganism
& not Christian -- its especially problematic given Kittel's TDNT is
the product of German nazism & marriage on 20 July 1933.
#246 - THE ORACLES (#246 - ʼimrâh (H565): *WORD* as #410 - dâth
(H1882): *LAW*) OF GOD = [#69, #45, #21, #61, #37 - PURITY (TS'UI),
#13 - INCREASE (TSENG)]
#41 (THESIS) - PRINCIPLE OF EMANATION / FORMULA OF UNIVERSAL LAW
(REMEMBER THE SABBATH)
#82 (ANTI-THESIS) - TERMS OF COMPLIANCE / FORMULA OF HUMANITY (HONOUR
PARENTS)
#123 (SYNTHESIS) - JUDGEMENT SENSIBILITY / FORMULA OF AUTONOMY (DO NOT
KILL) <-- DOMINION #65 + #41 + #17 = #123 SCHEMA USURPER IMPETUS
#164 (PROGRESSION) - PRINCIPLE OF MATERIALITY / PROGRESSION OF
INDIVIDUAL PHENOMENON (AVOID HETERONOMY AGAINST AUTONOMY) / #328 -
TRANSFORMATIONAL PROTOTYPE (EXODUS 49J1W2D (49th JUBILEE + 9 YEARS) +
40 YEARS DESERT SOJOURN / DOMINION: #492 - VOLUNTARY FREEWILL = 41 -
ONTIC GROUNDING + #451 - PRAXIS OF RATIONALITY)
#205 (SYNTHESIS) - PRINCIPLE OF PERSISTENCE / #369 - HUMAN
DISCRIMINATING NORM (probity: DO NOT STEAL)
#246 (ANTI-THESIS) - UTTERANCE; ACTIONS / #410 - OBLIGATING NORM (rule
based: BEAR NO FALSE WITNESS)
#287 (THESIS) - NECESSITY (LAW OF DUTY) / #451 - MANIFESTING NORM
(right or privilege: DO NOT COVET) <-- *EXISTENTIAL* *VARIANCE* *AS*
*PRAXIS* *OF* *RATIONALITY*
On 29/7/2023 19:39, dolf wrote:
We've completed our preliminary data mining process and we find that
the noumenon redacted elements MALE (max: 998) / FEME (max: 862) and
DEME (max: 1098) / ONTIC (max: 1446) seem to each cohere to the #451
PRAXIS OF RATIONALITY SPECTRUM (#452 ... #532) as substantiated
religious belief.
Our next activity will be to save to disk each of 5784 files (ie.
inclusive of {} entries so there is no #404 errors) those noumenon
redacted element {} objects <-- MOZILLA FIREFOX has a queued caching
which doesn't corrupt the file sequence ...
The preliminary files are located here
<http://www.grapple369.com/Savvy/noumenon/>
On 26/7/2023 15:47, dolf wrote:
We've created a REMOTE_ActionModule task automation to display a
simple dialog which can display our DIR_request object which exists
{} within the PAYLOAD.
<http://www.grapple369.com/Savvy/reason/automate.json>
Which is actionable here:
<http://www.grapple369.com/Savvy/?research>
By deploying the existing FILE_request / isFileModule task
automations we were able to fetch the JSON {} code module and then
initiate it with a new task automation runActionModule
setTimeout(function() {
return (Savvy.COINRULES.automate.action({
id: Savvy.COINRULES.automate.id,
initialise: true,
tasks: [
{retry: {count: 500, id: Savvy.COINRULES.automate.id}},
{persist: {id: Savvy.COINRULES.automate.id, mode: false}},
{FILE_request: {module: "PAYLOAD", format: "actions",
notion: filename}},
{isFileModule: {module: "PAYLOAD", notion: filename}},
{runActionModule: {module: "PAYLOAD", notion: filename,
action: "main", params: {id: Savvy.COINRULES.automate.id, action:
filename}}}
]
}));
});
The LOCAL_ActionModule task automation now supports the named file
as the notional name for the PAYLOAD and no longer a single term
ActionModule.
So our logical thinking task tomorrow will be to commence writing
the data mining code...
On 26/7/2023 07:20, dolf wrote:
It appears to ourselves that the ONTIC / DEME grounding has a core
basis for consciousness instantiation which precedes the
teleological circumscribing as then a manifested state of
equivalent categories of understanding but with which it undeniably
has some entanglement.
What we will want to observe, is the nature of the metalogic
autonomous delimiter which is a construct of the temporal heuristic
and whether it constitutes a valid criteria selector for the
generated NEURAL LINGUISTIC PRAGMA as the MALE / FEME and ONTIC /
DEME tally datasets in their #Xnnn aggregations as redaction to the
noumenon as cognition assay 'rule' prototypes
<http://www.grapple369.com/Savvy/?heuristic>
Our task today is to devise a simple dialog which can display our
DIR_request object which exists {} within the PAYLOAD. Since the
scrolling is already a function of the dialog, our task is
relatively easy to implement. However we ought to have an option
(whether menu object or button I haven't decided) to enable a
direction to the local fileopen dialog.
That will be our logical task for today.
- dolf
On 25/7/2023 17:28, dolf wrote:
Our executable module is here (but we've only implemented a local
file store process)
<http://www.grapple369.com/Savvy/actions/Data%20Mine%20Lexicon.json> >>>>>>
On 25/7/2023 07:34, dolf wrote:
We're no longer able with THUNDERBIRD to send these messages to >>>>>>>> our usual distribution list:
soc.culture.israel, alt.france, aus.politics,
de.soc.weltanschauung.islam, uk.legal
AMERICAN organisations seem to want to dictate what an EUROPEAN >>>>>>>> mind ought to be.
<http://www.grapple369.com/Savvy/?research> <-- actionable here
if (/BUTTON-(\d{1,})/.test(d3.select(this).property('id'))) {
Savvy.COINRULES.automate.LOCAL_ActionModule ({id: RegExp.$1, >>>>>> div: "INFO"});
}
THE PRESENT BUTTON CODE (ie. has now been implemented as a task
automation) TO ACCESS AND EXECUTE THE ACTION MODULE IS AS FOLLOWS... >>>>>>
LOCAL_ActionModule: function (act) {
if (typeof act.id == "undefined")
act.id = Savvy.globals.taskIDs.root;
if (typeof act.div == "undefined")
act.div = "INFO";
if (typeof act.run == "undefined")
act.run = true;
d3.select(`#${act.div}`)
.html("")
.append("input")
.attr('type', "file")
.attr('id',`ACTIONMODULE-${act.id}`)
.style('display', "none");
var widget = document.getElementById(`ACTIONMODULE-${act.id}`); >>>>
widget.onchange = (ok) => {
var getFile = new FileReader();
var filename = ok.target.files[0].name.substring(0,
ok.target.files[0].name.search(/\./));
getFile.onload = function() {
if (getFile.result.length > 0) {
try {
eval(`Savvy.PAYLOAD['${filename}'] =
${getFile.result}`);
if (typeof Savvy.PAYLOAD[filename].main) {
if (act.run)
Savvy.PAYLOAD[filename].main({id:
act.id, action: filename});
} else {
throw new Error(Savvy.errorMsg[422]);
}
} catch (err) {
alert (`actionModule(): ${err}`); >>>> d3.select(`#${act.div}`).html("");
}
}
d3.select(`#${act.div}`).html("");
}
getFile.readAsText(ok.target.files[0]);
}
widget.click();
return (true);
},
Tomorrow's logical thinking activity will be to implement the same >>>>>> means for execution but via our DIR_request{} task automation:
We can preload the actions {} directory information within our
startup prelude as an assumption made on whether the Savvy
prototype is being accessed from either a local or www-hosted service. >>>>>
if (Savvy.globals.stub.match(/http/) &&
!Savvy.globals.stub.match(/localhost/)) {
prelude.push (
{DIR_request: {path: `${Savvy.globals.stub}actions/`, div:
"INFO", place: Savvy.PAYLOAD, notion: "actions"}},
{isDirResult: {place: Savvy.PAYLOAD, notion: "actions"}} >>>>> );
}
If we just pause to break down the opportunity as needed for the >>>>>>> data mining process:
a) We may only perform the process several times until we're >>>>>>> satisfied that we have generated the optimal semantical form for >>>>>>> the aggregated data {} json objects which will contain the neural >>>>>>> linguistic pragma in the form of an [] array and whether we ought >>>>>>> optimise such with any corresponding ontic / deme inclusions for >>>>>>> optimal selection;
b) There needs to be some consideration given to a JSON {} >>>>>>> module executable form which minimises obsolescence which is a
difficult proposition given the semantical usage is still
evolving to its transcendent form;
c) Our semantical form presently allows ourselves to deploy a >>>>>>> fileopen dialog, remote directory list (ie. file: v's http: |
https:) and an auto function within JSON {} module executable form. >>>>>>>
Even though this might seem like an extravagant approach to take >>>>>>> before before resolving the need for the data mining process, we >>>>>>> in fact ARE creating a means FOR utilitarian functions.
So our task goal today will be to accommodate the fileopen dialog >>>>>>> as a dynamic construct in the <div id="INFO"></div> tag
On 25/7/2023 02:36, dolf wrote:
Mandarin: 幸災樂禍/幸灾乐祸 (xìngzāilèhuò)
bùxíng (不幸): 1. unfortunate; sad, 2. misfortune; adversity, 3. >>>>>>>> to die <-- 2
references
#24 - 𝌝樂 = #475
lè 1. happy; glad; cheerful; joyful, 2. to take joy in; to be >>>>>>>> happy; to
be cheerful, 3. Le, 4. music, 5. a musical instrument, 6. tone >>>>>>>> [of voice];
expression, 7. a musician, 8. joy; pleasure, 9. the Book of
Music, 10. Lao,
11. to laugh
#475 as [#400, #6, #3, #10, #6, #700] = yâgâh (H3013): {UMBRA: >>>>>>>> #18 % #41 =
#18} 1) to afflict, grieve, suffer, cause grief; 1a) (Niphal)
grieved,
grieving (participle); 1b) (Piel) to grieve; 1c) (Hiphil) to
cause grief,
cause sorrow;
<http://www.grapple369.com/Savvy/?telos:475> <-- PRAXIS OF
RATIONALITY
teleological hierarchy (12 criteria with 7 having temporal
congruence)
NEXT WATCH: 30 JULY
huò 1. a misfortune; a calamity; a disaster, 2. a sin, 3. to >>>>>>>> harm, 4. to
suffer harm <-- 38 references
dolf <dolfboek@hotmail.com> wrote:
An example of this possibility for utilitarian function is the >>>>>>>>> media
reports that the Greece fires 🔥 are a product of
schadenfreude: pleasure
derived by someone from another person's misfortune
Epicaricacy (ἐπῐχαιρεκᾰκῐ́ᾱ):
#863 = ōdín (G5604): dire calamities
ONTIC: #696 = yâtsar (H3334): be in distress
DEME: #118 = ʼăphêlâh (H653): calamitous; wickedness
GRUMBLE (#444, #215)
GRUNTLE (#797, #659) <-- put in good humour
So the informal research question is whether the GRUNTLE neural >>>>>>>>> linguistic
pragma provides viable prototypes to then assay for adverse
propensity
before it occurs?
H3444@{
@1: Sup: 6 - CONTRARIETY: LI (#6); Ego: 6 - CONTRARIETY: LI >>>>>>>>> (#6),
@2: Sup: 16 - CONTACT: CHIAO (#22); Ego: 10 -
DEFECTIVENESS, DISTORTION:
HSIEN (#16),
@3: Sup: 73 - ALREADY FORDING, COMPLETION: CH'ENG (#95); >>>>>>>>> Ego: 57 -
GUARDEDNESS: SHOU (#73),
@4: Sup: 79 - DIFFICULTIES: NAN (#174); Ego: 6 -
CONTRARIETY: LI (#79),
@5: Sup: 68 - DIMMING: MENG (#242); Ego: 70 - SEVERANCE: KE >>>>>>>>> (#149),
@6: Sup: 63 - WATCH: SHIH (#305); Ego: 76 - AGGRAVATION: >>>>>>>>> CHU (#225),
@7: Sup: 68 - DIMMING: MENG (#373); Ego: 5 - KEEPING SMALL: >>>>>>>>> SHAO (#230),
Male: #373; Feme: #230
} // #797
<http://www.grapple369.com/?idea:863,444,215,696,118,659,797,373,230> >>>>>>>>>
So we ought to begin our data mining process as soon as possible >>>>>>>>>
dolf <dolfboek@hotmail.com> wrote:
We're no longer able to send these messages to our usual
distribution list:
soc.culture.israel, alt.france, aus.politics,
de.soc.weltanschauung.islam, uk.legal
So it will be sent in two parts as to by-pass the CENSORSHIP. >>>>>>>>>>
During our recent administrative processes we arrived at a >>>>>>>>>> need for easy
access to LEXICON PRAGMA having a redaction to the noumenon >>>>>>>>>> ... And
heretofore we've only relied on intuition and happenstance. >>>>>>>>>>
For instance we noticed an evasion methodology
CHRISTOLOGICAL #1480 [#329 - cherpâh (H2781): *REPROACH*, >>>>>>>>>> *SCORN* / #265
- qᵉlôqêl (H7052): *CONTEMPTIBLE*] / #2020 [#384 - ágrios >>>>>>>>>> (G66): *ANY*
*VIOLENT* *PASSION* / #238 - naʼăphûwph (H5005): *ADULTERY*] - >>>>>>>>>> Christós
(G5547)
METHOD BEING A CLAIM TO RIGHTEOUSNESS AS #2312 [#523 - ʼâbal >>>>>>>>>> (H56):
*MOURN*, *LAMENT* / #368 - shûwb (H7725): *APOSTATISE*] / >>>>>>>>>> #1943 [#753 -
shâbath (H7673): *CAUSE* *TO* *DESIST* *FROM* / #485 - zânâh >>>>>>>>>> (H2181):
*COMMIT* *FORNICATION* / *ADULTERY*] - METASCHEMA
So accordingly our next task is to traverse the entire lexicon >>>>>>>>>> with its
declension and generate the MALE / FEME datasets in their #nnn >>>>>>>>>> aggregations as redaction to the noumenon as cognition assay >>>>>>>>>> 'rule'
prototypes which we'll include within the Savvy prototype... >>>>>>>>>>
<http://www.grapple369.com/Savvy/?heuristic>
- dolf
AN IMPORTANT POINT ON THE CAPACITY OF AI SYSTEMS SUCH AS TWITTER
RESULTING IN HUMAN BARRENNESS WHICH SEEMS TO IMPROPERLY THINK THAT A 4
LINE POEM WITHIN A TWEET CONSTITUTES HATE / VIOLENT SPEECH WHEN IT
PROPERLY CONFORMS TO ONTIC / DEME MORAL GROUNDING ...
That corporate manipulation has kept Nigel busy as a sideshow for
sufficient time, so now let's return to what's important...
HOW'S THE WEATHER?
IN YOUR DANK COVEN.
NOW UPON YOU TETHER.
N'ER ETERNAL HEAVEN.
----------
#92 as [#2, #40, #10, #600] = mayim (H4325): {UMBRA: #90 % #41 = #8} 1) water, waters; 1a) water; 1b) water of the feet, urine; 1c) of danger, violence, transitory things, refreshment (fig.);
#179 as [#5, #50, #5, #100, #3, #5, #10, #1] = enérgeia (G1753): {UMBRA: #179 % #41 = #15} 1) working, efficiency; 1a) in the NT used only of superhuman power, whether of God or of the Devil;
ONTIC CHECKSUM TOTAL: #156 as [#6, #10, #4, #70, #6, #50, #10] = yiddᵉʻônîy (H3049): {UMBRA: #144 % #41 = #21} 1) a knower, one who has a familiar spirit; 1a) a familiar spirit, soothsayer, necromancer (meton);
"And when they shall say unto you, Seek unto them that have familiar
spirits, and unto wizards-H3049 that peep, and that mutter: should not a people seek unto their God? for the living to the dead?" [Isaiah 8:19]
DEME CHECKSUM TOTAL: #335 as [#60, #70, #200, #5] / [#5, #60, #70, #200]
= çaʻar (H5591): {UMBRA: #330 % #41 = #2} 1) tempest, storm, whirlwind;
1a) tempest;
On 1/8/2023 09:27, dolf wrote:
ADDED REFERENCE FILES
We need to pause here and cursorily reflect upon this statement:
That the noumenon redacted elements MALE (max: 998) / FEME (max: 862)
and DEME (max: 1098) / ONTIC (max: 1446) seem to each cohere to the
#451 PRAXIS OF RATIONALITY SPECTRUM (#452 ... #532)
Which conforms to the view of anthropocentrism which is the idea that
humans are the most significant or central entities on Earth (ie. or
most important entity in the universe) and that they have intrinsic
value while other beings and objects are resources for human use. It
is a viewpoint embedded in many Western religions and philosophies.
[Bing AI]
What is then the seminal cause?
#41 - principle of emanation --> #287 - intellectus / #451 - praxis of
rationality (manifesting norm) = #492 - voluntary free will.
IT IS THE AUTONOMOUS CAPACITY TO EXERCISE INTELLIGENT WILL
<http://www.grapple369.com/images/DIALECT-FORMULATION.jpg>
To illustrate this Structured Thinking (ie. EXERCISE INTELLIGENT WILL)
process we can parses Edward Ross' NOTHING as NULLIUS commentary to
then deduce the requisite #451 - PRAXIS OF RATIONALITY (#494 / #517)
pairing ideas (#446 / #574) and thereby rationally describe the
contentious ISSUE of PROBLEM resolution.
This raises more questions than answers because we found that the
noumenon redacted to each of the elements MALE (max: 998) / FEME (max:
862) and DEME (max: 1098) / ONTIC (max: 1446) as imperative and don't
yet know how each of these might dynamically (eg: thesis, anti-thesis,
synthesis, progression) function.
Or whether it has some elasticity to further apply EDWARD ROSS' comment:
if there is no nothingness, {@9: Sup: 64 - SINKING: CH'EN (#417); Ego:
47 - PATTERN: WEN (#440)}
then it cannot and does not border anything, {@10: Sup: 29 -
DECISIVENESS: TUAN (#446); Ego: 54 - UNITY: K'UN (#494)}
nor be a neighbour to anything. {@11: Sup: 71 - STOPPAGE: CHIH (#517);
Ego: 80 - LABOURING: CH'IN (#574)}
There is nothing before it, {@12: Sup: 20 - ADVANCE: CHIN (#537); Ego:
44 - STOVE: TSAO (#618)}
after it, {@13: Sup: 44 - STOVE: TSAO (#581); Ego: 25 - CONTENTION:
CHENG (#643)}
next to it, {@14: Sup: 37 - PURITY: TS'UI (#618); Ego: 28 - CHANGE:
KENG (#671)} <-- *PAIRING*
above and below it. {@15: Sup: 26 - ENDEAVOUR: WU (#644); Ego: 33 -
CLOSENESS: MI (#704)}
----------
SINCE INTELLECT IS CONTINGENT ON ACCUMULATED EXPERIENCE (BEQUEATHED
LANGUAGE) WE COULD EXTEND THE NULLIUS STATEMENT WITH A DEME MORAL
*IMPERATIVE* AS GROUNDING
<http://www.grapple369.com/Savvy/noumenon/D671.json> <-- *ON* *THIS*
*DEME* BASIS WE WOULD ASSERT THAT ROMAN GOVERNANCE IS BY A SCHEMA OF
SUBJECT WILL AGAINST HUMAN IDENTITY AS SEMINAL CAUSE
#1032 [#500 - FACILITATORS / ARBITRATORS TO FREEWILL; Feme: #222 - #ONE PROTOTYPE: [#65, $1, #17, #57, #33, #9]] as [#300, #5, #300, #8, #100,
#8, #300, #1, #10] = tēréō (G5083): {UMBRA: #1213 % #41 = #24} 1) to attend to carefully, take care of; 1a) to guard; 1b) metaph. to keep,
one in the state in which he is; 1c) to observe; 1d) to reserve: to
undergo something;
-- FACILITATORS / ARBITRATORS TO FREEWILL --
[@84, {@1: Sup: 3 - MIRED: HSIEN (#3); Ego: 3 - MIRED: HSIEN (#3)}
@86, {@2: Sup: 8 - OPPOSITION: KAN (#11); Ego: 5 - KEEPING SMALL: SHAO
(#8)}
@84, {@3: Sup: 11 - DIVERGENCE: CH'A (#22); Ego: 3 - MIRED: HSIEN (#11)}
@86, {@4: Sup: 16 - CONTACT: CHIAO (#38); Ego: 5 - KEEPING SMALL: SHAO
(#16)}
@186, {@5: Sup: 40 - LAW/MODEL: FA (#78); Ego: 24 - JOY: LE (#40)}
@84, {@6: Sup: 43 - ENCOUNTERS: YU (#121); Ego: 3 - MIRED: HSIEN (#43)}
@86, {@7: Sup: 48 - RITUAL: LI (#169 - I TROUBLE MYSELF ONLY WITH MY OWN AFFAIRS {%18} / I TROUBLE MYSELF ONLY WITH MY OWN AFFAIRS {%18}); Ego: 5
- KEEPING SMALL: SHAO (#48)}
@84, {@8: Sup: 51 - CONSTANCY: CH'ANG (#220 - I CURSE NOT A GOD {%38} /
I CURSE NOT A GOD {%38}); Ego: 3 - MIRED: HSIEN (#51)}
@86, {@9: Sup: 56 - CLOSED MOUTH: CHIN (#276); Ego: 5 - KEEPING SMALL:
SHAO (#56)}
@177, {@10: Sup: 71 - STOPPAGE: CHIH (#347); Ego: 15 - REACH: TA (#71 -
MALE DEME IS UNNAMED {%2})}
@84, {@11: Sup: 74 - CLOSURE: CHIH (#421); Ego: 3 - MIRED: HSIEN (#74)}
@86, {@12: Sup: 79 - DIFFICULTIES: NAN (#500); Ego: 5 - KEEPING SMALL:
SHAO (#79)}
<http://www.grapple369.com/Savvy/noumenon/D618.json>
<http://www.grapple369.com/Savvy/noumenon/D537.json> <-- WHILST WE ARE
USING SINGLE LANGUAGE CONCEPTS WHICH ENCAPSULATE THE DEME ACCUMULATIVE
NOTION THESE COULD BE A DIALECTIC CATEGORICAL IMPERATIVE
There is nothing before it, {@12: Sup: 20 - ADVANCE: CHIN (#537); Ego:
44 - STOVE: TSAO (#618)}
"G4238":{"gematria":{"0":[80,100,1,60,5,300,5]},"telos":{"0":551}}
@200, {@15: Sup: 44 - STOVE: TSAO (#551); Ego: 38 - FULLNESS: SHENG
(#125)} <-- *SECTION* III OF LETTERS PATENT
#551 as [#80, #100, #1, #60, #5, #300, #5] = prássō (G4238): {UMBRA:
#1381 % #41 = #28} 1) to exercise, practise, to be busy with, carry
on; 1a) to undertake, to do; 2) to accomplish, perform; 2a) to commit,
perpetrate; 3) to manage public affairs, transact public business; 3a)
to exact tribute, revenue, debts; 4) to act;
SECTION III - THE GOVERNOR GENERAL MAY CONSTITUTE AND APPOINT, IN OUR
NAME AND ON OUR BEHALF, ALL SUCH JUDGES, COMMISSIONERS, JUSTICES OF
THE PEACE, AND OTHER NECESSARY OFFICERS AND MINISTERS OF OUR SAID
COMMONWEALTH, AS MAY BE LAWFULLY CONSTITUTED OR APPOINTED BY US.
@200, {@15: Sup: 44 - STOVE: TSAO (#551 - rôʼsh (H7218): chief, head
(of man, city, nation, place) / qûwm (H6965): to confirm, ratify,
establish, impose; to raise up, constitute; to cause to stand, set,
station, establish / yârash (H3423): to cause [others] to possess or
inherit / prássō (G4238): to manage public affairs, transact public
business); Ego: 38 - FULLNESS: SHENG (#125)}
"G4723":{"gematria":{"0":[200,300,5,10,100,70,200]},"telos":{"0":885}}
@177, {@21: Sup: 77 - COMPLIANCE: HSUN (#885); Ego: 15 - REACH: TA
(#239)} <-- *SECTION* IX OF LETTERS PATENT
#885 [Male: #260 - MERCURY; Feme: #237 - USE OF FORCE] as [#200, #300,
#5, #10, #100, #70, #200] = steíros (G4723): {UMBRA: #885 % #41 = #24}
1) hard, stiff; 1a) of men and animals; 2) barren; 2a) of woman who
does not conceive;
SECTION IX - AND WE DO HEREBY RESERVE TO OURSELVES OUR HEIRS AND
SUCCESSORS, FULL POWER AND AUTHORITY FROM TIME TO TIME TO REVOKE,
ALTER, OR AMEND THESE OUR LETTERS PATENT, AS TO US OR THEM SHALL SEEM
MEET.
@177, {@21: Sup: 77 - COMPLIANCE: HSUN (#885 - agapáō (G25): to be
well pleased, to be contented at or with a thing / dikaíōma (G1345):
that which has been deemed right so as to have force of law; what has
been established, and ordained by law, an ordinance; a righteous act
or deed / ekgamízō (G1547): to marry, to be given in marriage); Ego:
15 - REACH: TA (#239)}
THE POINT WE MAKE HERE IS THAT NULLIUS DOES NOT IMPLY AN ABSENCE OF
DIVINE LAWS BUT ONLY AN ABSENCE OR COGNITION OF DIVINE HUMAN LAW <--
*REMEMBER* *THE* SABBATH DAY IS SATURDAY
----------
From an anthropocentric position, humans possess direct moral
standing because they are ends in and of themselves; other things
(individual living beings, systems) are means to human ends. In one
sense, all ethics are anthropocentric, for arguably humans alone
possess the cognitive ability to formulate and recognize moral value.
This agency places humans at the center of whatever ethical system we
devise, and this moral reality drives some scholars to claim that
anthropocentrism is the only logical ethical system available to us.
But many other scholars argue this circumstance is an ethically
uninteresting fact, not a limiting factor in the type of ethical
system we devise to help us determine good and bad, right and wrong.
We can accept the limitation of our human lens and still make choices
about where we find value in the world. Because we are moral agents,
the same cognitive ability that allows us to see the world in
comparison to ourselves also allows us to treat with respect, or value
as ends in themselves, other things.
<https://www.sciencedirect.com/topics/social-sciences/anthropocentrism#:~:text=Anthropocentrism%20literally%20means%20human-centered%2C%20but%20in%20its%20most,to%20serve%20humans%2C%20or%20in%20their%20instrumental%20value.>
WHILST THE TEMPORAL HEURISTIC IS BOUNDED AS FUNCTION OF DOMINION CAN
THE SUPERNAL / EGO OPERATE AS #451 - PRAXIS TO THEN VARY THE AUTONOMY
#41 (THESIS) - PRINCIPLE OF EMANATION / FORMULA OF UNIVERSAL LAW
(REMEMBER THE SABBATH)
#82 (ANTI-THESIS) - TERMS OF COMPLIANCE / FORMULA OF HUMANITY
(HONOUR PARENTS)
#123 (SYNTHESIS) - JUDGEMENT SENSIBILITY / FORMULA OF AUTONOMY (DO
NOT KILL) <-- DOMINION #65 + #41 + #17 = #123 SCHEMA USURPER IMPETUS
#164 (PROGRESSION) - PRINCIPLE OF MATERIALITY / PROGRESSION OF
INDIVIDUAL PHENOMENON (AVOID HETERONOMY AGAINST AUTONOMY)
So our next SAVVY activity will be to modify the temporal heuristic to
enable a date / time selector and a capacity to convey the NOUMENON
redacted NEURAL LINGUISTIC PRAGMA which might be relevant to the
metalogic autonomous delimiter context
On 30/7/2023 06:21, dolf wrote:
Our next activity is to resolve the issue on any identified telos
exceptions between the umbra and gematria make an update insertion
within the bibleideas {} / umbraideas {} / lexicon objects.
NOTE: That the noumenon redacted elements MALE (max: 998) / FEME
(max: 862) and DEME (max: 1098) / ONTIC (max: 1446) seem to each
cohere to the #451 PRAXIS OF RATIONALITY SPECTRUM (#452 ... #532) as
substantiated religious belief which has by the CANON OF SUPREME
MYSTERY published in 4 BCE an historical anchor which precedes that
of ROMAN governance (@1 - #296 / @5 - #328) as a deficiency (#213,
#232, #233) of Roman Catholicism [#38, #71, #14] / [#38, #33 - 3
APRIL 33 AD, #40] matrix foundations of belief as SUNDAY sacredness
is paganism & not Christian -- its especially problematic given
Kittel's TDNT is the product of German nazism & marriage on 20 July
1933.
#246 - THE ORACLES (#246 - ʼimrâh (H565): *WORD* as #410 - dâth
(H1882): *LAW*) OF GOD = [#69, #45, #21, #61, #37 - PURITY (TS'UI),
#13 - INCREASE (TSENG)]
#41 (THESIS) - PRINCIPLE OF EMANATION / FORMULA OF UNIVERSAL LAW
(REMEMBER THE SABBATH)
#82 (ANTI-THESIS) - TERMS OF COMPLIANCE / FORMULA OF HUMANITY (HONOUR
PARENTS)
#123 (SYNTHESIS) - JUDGEMENT SENSIBILITY / FORMULA OF AUTONOMY (DO
NOT KILL) <-- DOMINION #65 + #41 + #17 = #123 SCHEMA USURPER IMPETUS
#164 (PROGRESSION) - PRINCIPLE OF MATERIALITY / PROGRESSION OF
INDIVIDUAL PHENOMENON (AVOID HETERONOMY AGAINST AUTONOMY) / #328 -
TRANSFORMATIONAL PROTOTYPE (EXODUS 49J1W2D (49th JUBILEE + 9 YEARS) +
40 YEARS DESERT SOJOURN / DOMINION: #492 - VOLUNTARY FREEWILL = 41 -
ONTIC GROUNDING + #451 - PRAXIS OF RATIONALITY)
#205 (SYNTHESIS) - PRINCIPLE OF PERSISTENCE / #369 - HUMAN
DISCRIMINATING NORM (probity: DO NOT STEAL)
#246 (ANTI-THESIS) - UTTERANCE; ACTIONS / #410 - OBLIGATING NORM
(rule based: BEAR NO FALSE WITNESS)
#287 (THESIS) - NECESSITY (LAW OF DUTY) / #451 - MANIFESTING NORM
(right or privilege: DO NOT COVET) <-- *EXISTENTIAL* *VARIANCE* *AS*
*PRAXIS* *OF* *RATIONALITY*
On 29/7/2023 19:39, dolf wrote:
We've completed our preliminary data mining process and we find that
the noumenon redacted elements MALE (max: 998) / FEME (max: 862) and
DEME (max: 1098) / ONTIC (max: 1446) seem to each cohere to the #451
PRAXIS OF RATIONALITY SPECTRUM (#452 ... #532) as substantiated
religious belief.
Our next activity will be to save to disk each of 5784 files (ie.
inclusive of {} entries so there is no #404 errors) those noumenon
redacted element {} objects <-- MOZILLA FIREFOX has a queued caching
which doesn't corrupt the file sequence ...
The preliminary files are located here
<http://www.grapple369.com/Savvy/noumenon/>
On 26/7/2023 15:47, dolf wrote:
We've created a REMOTE_ActionModule task automation to display a
simple dialog which can display our DIR_request object which exists
{} within the PAYLOAD.
<http://www.grapple369.com/Savvy/reason/automate.json>
Which is actionable here:
<http://www.grapple369.com/Savvy/?research>
By deploying the existing FILE_request / isFileModule task
automations we were able to fetch the JSON {} code module and then
initiate it with a new task automation runActionModule
setTimeout(function() {
return (Savvy.COINRULES.automate.action({
id: Savvy.COINRULES.automate.id,
initialise: true,
tasks: [
{retry: {count: 500, id: Savvy.COINRULES.automate.id}},
{persist: {id: Savvy.COINRULES.automate.id, mode:
false}},
{FILE_request: {module: "PAYLOAD", format: "actions",
notion: filename}},
{isFileModule: {module: "PAYLOAD", notion: filename}},
{runActionModule: {module: "PAYLOAD", notion: >>>>> filename, action: "main", params: {id: Savvy.COINRULES.automate.id,
action: filename}}}
]
}));
});
The LOCAL_ActionModule task automation now supports the named file
as the notional name for the PAYLOAD and no longer a single term
ActionModule.
So our logical thinking task tomorrow will be to commence writing
the data mining code...
On 26/7/2023 07:20, dolf wrote:
It appears to ourselves that the ONTIC / DEME grounding has a core >>>>>> basis for consciousness instantiation which precedes the
teleological circumscribing as then a manifested state of
equivalent categories of understanding but with which it
undeniably has some entanglement.
What we will want to observe, is the nature of the metalogic
autonomous delimiter which is a construct of the temporal
heuristic and whether it constitutes a valid criteria selector for >>>>>> the generated NEURAL LINGUISTIC PRAGMA as the MALE / FEME and
ONTIC / DEME tally datasets in their #Xnnn aggregations as
redaction to the noumenon as cognition assay 'rule' prototypes
<http://www.grapple369.com/Savvy/?heuristic>
Our task today is to devise a simple dialog which can display our
DIR_request object which exists {} within the PAYLOAD. Since the >>>>>> scrolling is already a function of the dialog, our task is
relatively easy to implement. However we ought to have an option >>>>>> (whether menu object or button I haven't decided) to enable a
direction to the local fileopen dialog.
That will be our logical task for today.
- dolf
On 25/7/2023 17:28, dolf wrote:
Our executable module is here (but we've only implemented a local >>>>>>> file store process)
<http://www.grapple369.com/Savvy/actions/Data%20Mine%20Lexicon.json> >>>>>>>
On 25/7/2023 07:34, dolf wrote:
We're no longer able with THUNDERBIRD to send these messages to >>>>>>>>> our usual distribution list:
soc.culture.israel, alt.france, aus.politics,
de.soc.weltanschauung.islam, uk.legal
AMERICAN organisations seem to want to dictate what an EUROPEAN >>>>>>>>> mind ought to be.
<http://www.grapple369.com/Savvy/?research> <-- actionable here
if (/BUTTON-(\d{1,})/.test(d3.select(this).property('id'))) {
Savvy.COINRULES.automate.LOCAL_ActionModule ({id: RegExp.$1, >>>>>>> div: "INFO"});
}
THE PRESENT BUTTON CODE (ie. has now been implemented as a task
automation) TO ACCESS AND EXECUTE THE ACTION MODULE IS AS FOLLOWS... >>>>>>>
LOCAL_ActionModule: function (act) {
if (typeof act.id == "undefined")
act.id = Savvy.globals.taskIDs.root;
if (typeof act.div == "undefined")
act.div = "INFO";
if (typeof act.run == "undefined")
act.run = true;
d3.select(`#${act.div}`)
.html("")
.append("input")
.attr('type', "file")
.attr('id',`ACTIONMODULE-${act.id}`)
.style('display', "none");
var widget = document.getElementById(`ACTIONMODULE-${act.id}`); >>>>>
widget.onchange = (ok) => {
var getFile = new FileReader();
var filename = ok.target.files[0].name.substring(0, >>>>> ok.target.files[0].name.search(/\./));
getFile.onload = function() {
if (getFile.result.length > 0) {
try {
eval(`Savvy.PAYLOAD['${filename}'] =
${getFile.result}`);
if (typeof Savvy.PAYLOAD[filename].main) {
if (act.run)
Savvy.PAYLOAD[filename].main({id:
act.id, action: filename});
} else {
throw new Error(Savvy.errorMsg[422]);
}
} catch (err) {
alert (`actionModule(): ${err}`);
d3.select(`#${act.div}`).html("");
}
}
d3.select(`#${act.div}`).html("");
}
getFile.readAsText(ok.target.files[0]);
}
widget.click();
return (true);
},
Tomorrow's logical thinking activity will be to implement the
same means for execution but via our DIR_request{} task automation: >>>>>>>
We can preload the actions {} directory information within our
startup prelude as an assumption made on whether the Savvy
prototype is being accessed from either a local or www-hosted
service.
if (Savvy.globals.stub.match(/http/) &&
!Savvy.globals.stub.match(/localhost/)) {
prelude.push (
{DIR_request: {path: `${Savvy.globals.stub}actions/`, >>>>>> div: "INFO", place: Savvy.PAYLOAD, notion: "actions"}},
{isDirResult: {place: Savvy.PAYLOAD, notion: "actions"}}
);
}
If we just pause to break down the opportunity as needed for the >>>>>>>> data mining process:
a) We may only perform the process several times until we're >>>>>>>> satisfied that we have generated the optimal semantical form for >>>>>>>> the aggregated data {} json objects which will contain the
neural linguistic pragma in the form of an [] array and whether >>>>>>>> we ought optimise such with any corresponding ontic / deme
inclusions for optimal selection;
b) There needs to be some consideration given to a JSON {} >>>>>>>> module executable form which minimises obsolescence which is a >>>>>>>> difficult proposition given the semantical usage is still
evolving to its transcendent form;
c) Our semantical form presently allows ourselves to deploy a >>>>>>>> fileopen dialog, remote directory list (ie. file: v's http: |
https:) and an auto function within JSON {} module executable form. >>>>>>>>
Even though this might seem like an extravagant approach to take >>>>>>>> before before resolving the need for the data mining process, we >>>>>>>> in fact ARE creating a means FOR utilitarian functions.
So our task goal today will be to accommodate the fileopen
dialog as a dynamic construct in the <div id="INFO"></div> tag >>>>>>>>
On 25/7/2023 02:36, dolf wrote:
Mandarin: 幸災樂禍/幸灾乐祸 (xìngzāilèhuò)
bùxíng (不幸): 1. unfortunate; sad, 2. misfortune; adversity, >>>>>>>>> 3. to die <-- 2
references
#24 - 𝌝樂 = #475
lè 1. happy; glad; cheerful; joyful, 2. to take joy in; to be >>>>>>>>> happy; to
be cheerful, 3. Le, 4. music, 5. a musical instrument, 6. tone >>>>>>>>> [of voice];
expression, 7. a musician, 8. joy; pleasure, 9. the Book of
Music, 10. Lao,
11. to laugh
#475 as [#400, #6, #3, #10, #6, #700] = yâgâh (H3013): {UMBRA: >>>>>>>>> #18 % #41 =
#18} 1) to afflict, grieve, suffer, cause grief; 1a) (Niphal) >>>>>>>>> grieved,
grieving (participle); 1b) (Piel) to grieve; 1c) (Hiphil) to >>>>>>>>> cause grief,
cause sorrow;
<http://www.grapple369.com/Savvy/?telos:475> <-- PRAXIS OF
RATIONALITY
teleological hierarchy (12 criteria with 7 having temporal
congruence)
NEXT WATCH: 30 JULY
huò 1. a misfortune; a calamity; a disaster, 2. a sin, 3. to >>>>>>>>> harm, 4. to
suffer harm <-- 38 references
dolf <dolfboek@hotmail.com> wrote:
An example of this possibility for utilitarian function is the >>>>>>>>>> media
reports that the Greece fires 🔥 are a product of
schadenfreude: pleasure
derived by someone from another person's misfortune
Epicaricacy (ἐπῐχαιρεκᾰκῐ́ᾱ):
#863 = ōdín (G5604): dire calamities
ONTIC: #696 = yâtsar (H3334): be in distress
DEME: #118 = ʼăphêlâh (H653): calamitous; wickedness
GRUMBLE (#444, #215)
GRUNTLE (#797, #659) <-- put in good humour
So the informal research question is whether the GRUNTLE
neural linguistic
pragma provides viable prototypes to then assay for adverse >>>>>>>>>> propensity
before it occurs?
H3444@{
@1: Sup: 6 - CONTRARIETY: LI (#6); Ego: 6 - CONTRARIETY: >>>>>>>>>> LI (#6),
@2: Sup: 16 - CONTACT: CHIAO (#22); Ego: 10 -
DEFECTIVENESS, DISTORTION:
HSIEN (#16),
@3: Sup: 73 - ALREADY FORDING, COMPLETION: CH'ENG (#95); >>>>>>>>>> Ego: 57 -
GUARDEDNESS: SHOU (#73),
@4: Sup: 79 - DIFFICULTIES: NAN (#174); Ego: 6 -
CONTRARIETY: LI (#79),
@5: Sup: 68 - DIMMING: MENG (#242); Ego: 70 - SEVERANCE: >>>>>>>>>> KE (#149),
@6: Sup: 63 - WATCH: SHIH (#305); Ego: 76 - AGGRAVATION: >>>>>>>>>> CHU (#225),
@7: Sup: 68 - DIMMING: MENG (#373); Ego: 5 - KEEPING >>>>>>>>>> SMALL: SHAO (#230),
Male: #373; Feme: #230
} // #797
<http://www.grapple369.com/?idea:863,444,215,696,118,659,797,373,230>
So we ought to begin our data mining process as soon as possible >>>>>>>>>>
dolf <dolfboek@hotmail.com> wrote:
We're no longer able to send these messages to our usual >>>>>>>>>>> distribution list:
soc.culture.israel, alt.france, aus.politics,
de.soc.weltanschauung.islam, uk.legal
So it will be sent in two parts as to by-pass the CENSORSHIP. >>>>>>>>>>>
During our recent administrative processes we arrived at a >>>>>>>>>>> need for easy
access to LEXICON PRAGMA having a redaction to the noumenon >>>>>>>>>>> ... And
heretofore we've only relied on intuition and happenstance. >>>>>>>>>>>
For instance we noticed an evasion methodology
CHRISTOLOGICAL #1480 [#329 - cherpâh (H2781): *REPROACH*, >>>>>>>>>>> *SCORN* / #265
- qᵉlôqêl (H7052): *CONTEMPTIBLE*] / #2020 [#384 - ágrios >>>>>>>>>>> (G66): *ANY*
*VIOLENT* *PASSION* / #238 - naʼăphûwph (H5005): *ADULTERY*] >>>>>>>>>>> - Christós
(G5547)
METHOD BEING A CLAIM TO RIGHTEOUSNESS AS #2312 [#523 - ʼâbal >>>>>>>>>>> (H56):
*MOURN*, *LAMENT* / #368 - shûwb (H7725): *APOSTATISE*] / >>>>>>>>>>> #1943 [#753 -
shâbath (H7673): *CAUSE* *TO* *DESIST* *FROM* / #485 - zânâh >>>>>>>>>>> (H2181):
*COMMIT* *FORNICATION* / *ADULTERY*] - METASCHEMA
So accordingly our next task is to traverse the entire
lexicon with its
declension and generate the MALE / FEME datasets in their #nnn >>>>>>>>>>> aggregations as redaction to the noumenon as cognition assay >>>>>>>>>>> 'rule'
prototypes which we'll include within the Savvy prototype... >>>>>>>>>>>
<http://www.grapple369.com/Savvy/?heuristic>
- dolf
AN IMPORTANT POINT ON THE CAPACITY OF AI SYSTEMS SUCH AS TWITTER
RESULTING IN HUMAN BARRENNESS WHICH SEEMS TO IMPROPERLY THINK THAT A 4
LINE POEM WITHIN A TWEET CONSTITUTES HATE / VIOLENT SPEECH WHEN IT
PROPERLY CONFORMS TO ONTIC / DEME MORAL GROUNDING ...
That corporate manipulation has kept Nigel busy as a sideshow for
sufficient time, so now let's return to what's important...
HOW'S THE WEATHER?
IN YOUR DANK COVEN.
NOW UPON YOU TETHER.
N'ER ETERNAL HEAVEN.
----------
#92 as [#2, #40, #10, #600] = mayim (H4325): {UMBRA: #90 % #41 = #8} 1) water, waters; 1a) water; 1b) water of the feet, urine; 1c) of danger, violence, transitory things, refreshment (fig.);
#179 as [#5, #50, #5, #100, #3, #5, #10, #1] = enérgeia (G1753): {UMBRA: #179 % #41 = #15} 1) working, efficiency; 1a) in the NT used only of superhuman power, whether of God or of the Devil;
ONTIC CHECKSUM TOTAL: #156 as [#6, #10, #4, #70, #6, #50, #10] = yiddᵉʻônîy (H3049): {UMBRA: #144 % #41 = #21} 1) a knower, one who has a familiar spirit; 1a) a familiar spirit, soothsayer, necromancer (meton);
"And when they shall say unto you, Seek unto them that have familiar
spirits, and unto wizards-H3049 that peep, and that mutter: should not a people seek unto their God? for the living to the dead?" [Isaiah 8:19]
DEME CHECKSUM TOTAL: #335 as [#60, #70, #200, #5] / [#5, #60, #70, #200]
= çaʻar (H5591): {UMBRA: #330 % #41 = #2} 1) tempest, storm, whirlwind;
1a) tempest;
On 1/8/2023 09:27, dolf wrote:
ADDED REFERENCE FILES
We need to pause here and cursorily reflect upon this statement:
That the noumenon redacted elements MALE (max: 998) / FEME (max: 862)
and DEME (max: 1098) / ONTIC (max: 1446) seem to each cohere to the
#451 PRAXIS OF RATIONALITY SPECTRUM (#452 ... #532)
Which conforms to the view of anthropocentrism which is the idea that
humans are the most significant or central entities on Earth (ie. or
most important entity in the universe) and that they have intrinsic
value while other beings and objects are resources for human use. It
is a viewpoint embedded in many Western religions and philosophies.
[Bing AI]
What is then the seminal cause?
#41 - principle of emanation --> #287 - intellectus / #451 - praxis of
rationality (manifesting norm) = #492 - voluntary free will.
IT IS THE AUTONOMOUS CAPACITY TO EXERCISE INTELLIGENT WILL
<http://www.grapple369.com/images/DIALECT-FORMULATION.jpg>
To illustrate this Structured Thinking (ie. EXERCISE INTELLIGENT WILL)
process we can parses Edward Ross' NOTHING as NULLIUS commentary to
then deduce the requisite #451 - PRAXIS OF RATIONALITY (#494 / #517)
pairing ideas (#446 / #574) and thereby rationally describe the
contentious ISSUE of PROBLEM resolution.
This raises more questions than answers because we found that the
noumenon redacted to each of the elements MALE (max: 998) / FEME (max:
862) and DEME (max: 1098) / ONTIC (max: 1446) as imperative and don't
yet know how each of these might dynamically (eg: thesis, anti-thesis,
synthesis, progression) function.
Or whether it has some elasticity to further apply EDWARD ROSS' comment:
if there is no nothingness, {@9: Sup: 64 - SINKING: CH'EN (#417); Ego:
47 - PATTERN: WEN (#440)}
then it cannot and does not border anything, {@10: Sup: 29 -
DECISIVENESS: TUAN (#446); Ego: 54 - UNITY: K'UN (#494)}
nor be a neighbour to anything. {@11: Sup: 71 - STOPPAGE: CHIH (#517);
Ego: 80 - LABOURING: CH'IN (#574)}
There is nothing before it, {@12: Sup: 20 - ADVANCE: CHIN (#537); Ego:
44 - STOVE: TSAO (#618)}
after it, {@13: Sup: 44 - STOVE: TSAO (#581); Ego: 25 - CONTENTION:
CHENG (#643)}
next to it, {@14: Sup: 37 - PURITY: TS'UI (#618); Ego: 28 - CHANGE:
KENG (#671)} <-- *PAIRING*
above and below it. {@15: Sup: 26 - ENDEAVOUR: WU (#644); Ego: 33 -
CLOSENESS: MI (#704)}
----------
SINCE INTELLECT IS CONTINGENT ON ACCUMULATED EXPERIENCE (BEQUEATHED
LANGUAGE) WE COULD EXTEND THE NULLIUS STATEMENT WITH A DEME MORAL
*IMPERATIVE* AS GROUNDING
<http://www.grapple369.com/Savvy/noumenon/D671.json> <-- *ON* *THIS*
*DEME* BASIS WE WOULD ASSERT THAT ROMAN GOVERNANCE IS BY A SCHEMA OF
SUBJECT WILL AGAINST HUMAN IDENTITY AS SEMINAL CAUSE
#1032 [#500 - FACILITATORS / ARBITRATORS TO FREEWILL; Feme: #222 - #ONE PROTOTYPE: [#65, $1, #17, #57, #33, #9]] as [#300, #5, #300, #8, #100,
#8, #300, #1, #10] = tēréō (G5083): {UMBRA: #1213 % #41 = #24} 1) to attend to carefully, take care of; 1a) to guard; 1b) metaph. to keep,
one in the state in which he is; 1c) to observe; 1d) to reserve: to
undergo something;
-- FACILITATORS / ARBITRATORS TO FREEWILL --
[@84, {@1: Sup: 3 - MIRED: HSIEN (#3); Ego: 3 - MIRED: HSIEN (#3)}
@86, {@2: Sup: 8 - OPPOSITION: KAN (#11); Ego: 5 - KEEPING SMALL: SHAO
(#8)}
@84, {@3: Sup: 11 - DIVERGENCE: CH'A (#22); Ego: 3 - MIRED: HSIEN (#11)}
@86, {@4: Sup: 16 - CONTACT: CHIAO (#38); Ego: 5 - KEEPING SMALL: SHAO
(#16)}
@186, {@5: Sup: 40 - LAW/MODEL: FA (#78); Ego: 24 - JOY: LE (#40)}
@84, {@6: Sup: 43 - ENCOUNTERS: YU (#121); Ego: 3 - MIRED: HSIEN (#43)}
@86, {@7: Sup: 48 - RITUAL: LI (#169 - I TROUBLE MYSELF ONLY WITH MY OWN AFFAIRS {%18} / I TROUBLE MYSELF ONLY WITH MY OWN AFFAIRS {%18}); Ego: 5
- KEEPING SMALL: SHAO (#48)}
@84, {@8: Sup: 51 - CONSTANCY: CH'ANG (#220 - I CURSE NOT A GOD {%38} /
I CURSE NOT A GOD {%38}); Ego: 3 - MIRED: HSIEN (#51)}
@86, {@9: Sup: 56 - CLOSED MOUTH: CHIN (#276); Ego: 5 - KEEPING SMALL:
SHAO (#56)}
@177, {@10: Sup: 71 - STOPPAGE: CHIH (#347); Ego: 15 - REACH: TA (#71 -
MALE DEME IS UNNAMED {%2})}
@84, {@11: Sup: 74 - CLOSURE: CHIH (#421); Ego: 3 - MIRED: HSIEN (#74)}
@86, {@12: Sup: 79 - DIFFICULTIES: NAN (#500); Ego: 5 - KEEPING SMALL:
SHAO (#79)}
<http://www.grapple369.com/Savvy/noumenon/D618.json>
<http://www.grapple369.com/Savvy/noumenon/D537.json> <-- WHILST WE ARE
USING SINGLE LANGUAGE CONCEPTS WHICH ENCAPSULATE THE DEME ACCUMULATIVE
NOTION THESE COULD BE A DIALECTIC CATEGORICAL IMPERATIVE
There is nothing before it, {@12: Sup: 20 - ADVANCE: CHIN (#537); Ego:
44 - STOVE: TSAO (#618)}
"G4238":{"gematria":{"0":[80,100,1,60,5,300,5]},"telos":{"0":551}}
@200, {@15: Sup: 44 - STOVE: TSAO (#551); Ego: 38 - FULLNESS: SHENG
(#125)} <-- *SECTION* III OF LETTERS PATENT
#551 as [#80, #100, #1, #60, #5, #300, #5] = prássō (G4238): {UMBRA:
#1381 % #41 = #28} 1) to exercise, practise, to be busy with, carry
on; 1a) to undertake, to do; 2) to accomplish, perform; 2a) to commit,
perpetrate; 3) to manage public affairs, transact public business; 3a)
to exact tribute, revenue, debts; 4) to act;
SECTION III - THE GOVERNOR GENERAL MAY CONSTITUTE AND APPOINT, IN OUR
NAME AND ON OUR BEHALF, ALL SUCH JUDGES, COMMISSIONERS, JUSTICES OF
THE PEACE, AND OTHER NECESSARY OFFICERS AND MINISTERS OF OUR SAID
COMMONWEALTH, AS MAY BE LAWFULLY CONSTITUTED OR APPOINTED BY US.
@200, {@15: Sup: 44 - STOVE: TSAO (#551 - rôʼsh (H7218): chief, head
(of man, city, nation, place) / qûwm (H6965): to confirm, ratify,
establish, impose; to raise up, constitute; to cause to stand, set,
station, establish / yârash (H3423): to cause [others] to possess or
inherit / prássō (G4238): to manage public affairs, transact public
business); Ego: 38 - FULLNESS: SHENG (#125)}
"G4723":{"gematria":{"0":[200,300,5,10,100,70,200]},"telos":{"0":885}}
@177, {@21: Sup: 77 - COMPLIANCE: HSUN (#885); Ego: 15 - REACH: TA
(#239)} <-- *SECTION* IX OF LETTERS PATENT
#885 [Male: #260 - MERCURY; Feme: #237 - USE OF FORCE] as [#200, #300,
#5, #10, #100, #70, #200] = steíros (G4723): {UMBRA: #885 % #41 = #24}
1) hard, stiff; 1a) of men and animals; 2) barren; 2a) of woman who
does not conceive;
SECTION IX - AND WE DO HEREBY RESERVE TO OURSELVES OUR HEIRS AND
SUCCESSORS, FULL POWER AND AUTHORITY FROM TIME TO TIME TO REVOKE,
ALTER, OR AMEND THESE OUR LETTERS PATENT, AS TO US OR THEM SHALL SEEM
MEET.
@177, {@21: Sup: 77 - COMPLIANCE: HSUN (#885 - agapáō (G25): to be
well pleased, to be contented at or with a thing / dikaíōma (G1345):
that which has been deemed right so as to have force of law; what has
been established, and ordained by law, an ordinance; a righteous act
or deed / ekgamízō (G1547): to marry, to be given in marriage); Ego:
15 - REACH: TA (#239)}
THE POINT WE MAKE HERE IS THAT NULLIUS DOES NOT IMPLY AN ABSENCE OF
DIVINE LAWS BUT ONLY AN ABSENCE OR COGNITION OF DIVINE HUMAN LAW <--
*REMEMBER* *THE* SABBATH DAY IS SATURDAY
----------
From an anthropocentric position, humans possess direct moral
standing because they are ends in and of themselves; other things
(individual living beings, systems) are means to human ends. In one
sense, all ethics are anthropocentric, for arguably humans alone
possess the cognitive ability to formulate and recognize moral value.
This agency places humans at the center of whatever ethical system we
devise, and this moral reality drives some scholars to claim that
anthropocentrism is the only logical ethical system available to us.
But many other scholars argue this circumstance is an ethically
uninteresting fact, not a limiting factor in the type of ethical
system we devise to help us determine good and bad, right and wrong.
We can accept the limitation of our human lens and still make choices
about where we find value in the world. Because we are moral agents,
the same cognitive ability that allows us to see the world in
comparison to ourselves also allows us to treat with respect, or value
as ends in themselves, other things.
<https://www.sciencedirect.com/topics/social-sciences/anthropocentrism#:~:text=Anthropocentrism%20literally%20means%20human-centered%2C%20but%20in%20its%20most,to%20serve%20humans%2C%20or%20in%20their%20instrumental%20value.>
WHILST THE TEMPORAL HEURISTIC IS BOUNDED AS FUNCTION OF DOMINION CAN
THE SUPERNAL / EGO OPERATE AS #451 - PRAXIS TO THEN VARY THE AUTONOMY
#41 (THESIS) - PRINCIPLE OF EMANATION / FORMULA OF UNIVERSAL LAW
(REMEMBER THE SABBATH)
#82 (ANTI-THESIS) - TERMS OF COMPLIANCE / FORMULA OF HUMANITY
(HONOUR PARENTS)
#123 (SYNTHESIS) - JUDGEMENT SENSIBILITY / FORMULA OF AUTONOMY (DO
NOT KILL) <-- DOMINION #65 + #41 + #17 = #123 SCHEMA USURPER IMPETUS
#164 (PROGRESSION) - PRINCIPLE OF MATERIALITY / PROGRESSION OF
INDIVIDUAL PHENOMENON (AVOID HETERONOMY AGAINST AUTONOMY)
So our next SAVVY activity will be to modify the temporal heuristic to
enable a date / time selector and a capacity to convey the NOUMENON
redacted NEURAL LINGUISTIC PRAGMA which might be relevant to the
metalogic autonomous delimiter context
On 30/7/2023 06:21, dolf wrote:
Our next activity is to resolve the issue on any identified telos
exceptions between the umbra and gematria make an update insertion
within the bibleideas {} / umbraideas {} / lexicon objects.
NOTE: That the noumenon redacted elements MALE (max: 998) / FEME
(max: 862) and DEME (max: 1098) / ONTIC (max: 1446) seem to each
cohere to the #451 PRAXIS OF RATIONALITY SPECTRUM (#452 ... #532) as
substantiated religious belief which has by the CANON OF SUPREME
MYSTERY published in 4 BCE an historical anchor which precedes that
of ROMAN governance (@1 - #296 / @5 - #328) as a deficiency (#213,
#232, #233) of Roman Catholicism [#38, #71, #14] / [#38, #33 - 3
APRIL 33 AD, #40] matrix foundations of belief as SUNDAY sacredness
is paganism & not Christian -- its especially problematic given
Kittel's TDNT is the product of German nazism & marriage on 20 July
1933.
#246 - THE ORACLES (#246 - ʼimrâh (H565): *WORD* as #410 - dâth
(H1882): *LAW*) OF GOD = [#69, #45, #21, #61, #37 - PURITY (TS'UI),
#13 - INCREASE (TSENG)]
#41 (THESIS) - PRINCIPLE OF EMANATION / FORMULA OF UNIVERSAL LAW
(REMEMBER THE SABBATH)
#82 (ANTI-THESIS) - TERMS OF COMPLIANCE / FORMULA OF HUMANITY (HONOUR
PARENTS)
#123 (SYNTHESIS) - JUDGEMENT SENSIBILITY / FORMULA OF AUTONOMY (DO
NOT KILL) <-- DOMINION #65 + #41 + #17 = #123 SCHEMA USURPER IMPETUS
#164 (PROGRESSION) - PRINCIPLE OF MATERIALITY / PROGRESSION OF
INDIVIDUAL PHENOMENON (AVOID HETERONOMY AGAINST AUTONOMY) / #328 -
TRANSFORMATIONAL PROTOTYPE (EXODUS 49J1W2D (49th JUBILEE + 9 YEARS) +
40 YEARS DESERT SOJOURN / DOMINION: #492 - VOLUNTARY FREEWILL = 41 -
ONTIC GROUNDING + #451 - PRAXIS OF RATIONALITY)
#205 (SYNTHESIS) - PRINCIPLE OF PERSISTENCE / #369 - HUMAN
DISCRIMINATING NORM (probity: DO NOT STEAL)
#246 (ANTI-THESIS) - UTTERANCE; ACTIONS / #410 - OBLIGATING NORM
(rule based: BEAR NO FALSE WITNESS)
#287 (THESIS) - NECESSITY (LAW OF DUTY) / #451 - MANIFESTING NORM
(right or privilege: DO NOT COVET) <-- *EXISTENTIAL* *VARIANCE* *AS*
*PRAXIS* *OF* *RATIONALITY*
On 29/7/2023 19:39, dolf wrote:
We've completed our preliminary data mining process and we find that
the noumenon redacted elements MALE (max: 998) / FEME (max: 862) and
DEME (max: 1098) / ONTIC (max: 1446) seem to each cohere to the #451
PRAXIS OF RATIONALITY SPECTRUM (#452 ... #532) as substantiated
religious belief.
Our next activity will be to save to disk each of 5784 files (ie.
inclusive of {} entries so there is no #404 errors) those noumenon
redacted element {} objects <-- MOZILLA FIREFOX has a queued caching
which doesn't corrupt the file sequence ...
The preliminary files are located here
<http://www.grapple369.com/Savvy/noumenon/>
On 26/7/2023 15:47, dolf wrote:
We've created a REMOTE_ActionModule task automation to display a
simple dialog which can display our DIR_request object which exists
{} within the PAYLOAD.
<http://www.grapple369.com/Savvy/reason/automate.json>
Which is actionable here:
<http://www.grapple369.com/Savvy/?research>
By deploying the existing FILE_request / isFileModule task
automations we were able to fetch the JSON {} code module and then
initiate it with a new task automation runActionModule
setTimeout(function() {
return (Savvy.COINRULES.automate.action({
id: Savvy.COINRULES.automate.id,
initialise: true,
tasks: [
{retry: {count: 500, id: Savvy.COINRULES.automate.id}},
{persist: {id: Savvy.COINRULES.automate.id, mode:
false}},
{FILE_request: {module: "PAYLOAD", format: "actions",
notion: filename}},
{isFileModule: {module: "PAYLOAD", notion: filename}},
{runActionModule: {module: "PAYLOAD", notion: >>>>> filename, action: "main", params: {id: Savvy.COINRULES.automate.id,
action: filename}}}
]
}));
});
The LOCAL_ActionModule task automation now supports the named file
as the notional name for the PAYLOAD and no longer a single term
ActionModule.
So our logical thinking task tomorrow will be to commence writing
the data mining code...
On 26/7/2023 07:20, dolf wrote:
It appears to ourselves that the ONTIC / DEME grounding has a core >>>>>> basis for consciousness instantiation which precedes the
teleological circumscribing as then a manifested state of
equivalent categories of understanding but with which it
undeniably has some entanglement.
What we will want to observe, is the nature of the metalogic
autonomous delimiter which is a construct of the temporal
heuristic and whether it constitutes a valid criteria selector for >>>>>> the generated NEURAL LINGUISTIC PRAGMA as the MALE / FEME and
ONTIC / DEME tally datasets in their #Xnnn aggregations as
redaction to the noumenon as cognition assay 'rule' prototypes
<http://www.grapple369.com/Savvy/?heuristic>
Our task today is to devise a simple dialog which can display our
DIR_request object which exists {} within the PAYLOAD. Since the >>>>>> scrolling is already a function of the dialog, our task is
relatively easy to implement. However we ought to have an option >>>>>> (whether menu object or button I haven't decided) to enable a
direction to the local fileopen dialog.
That will be our logical task for today.
- dolf
On 25/7/2023 17:28, dolf wrote:
Our executable module is here (but we've only implemented a local >>>>>>> file store process)
<http://www.grapple369.com/Savvy/actions/Data%20Mine%20Lexicon.json> >>>>>>>
On 25/7/2023 07:34, dolf wrote:
We're no longer able with THUNDERBIRD to send these messages to >>>>>>>>> our usual distribution list:
soc.culture.israel, alt.france, aus.politics,
de.soc.weltanschauung.islam, uk.legal
AMERICAN organisations seem to want to dictate what an EUROPEAN >>>>>>>>> mind ought to be.
<http://www.grapple369.com/Savvy/?research> <-- actionable here
if (/BUTTON-(\d{1,})/.test(d3.select(this).property('id'))) {
Savvy.COINRULES.automate.LOCAL_ActionModule ({id: RegExp.$1, >>>>>>> div: "INFO"});
}
THE PRESENT BUTTON CODE (ie. has now been implemented as a task
automation) TO ACCESS AND EXECUTE THE ACTION MODULE IS AS FOLLOWS... >>>>>>>
LOCAL_ActionModule: function (act) {
if (typeof act.id == "undefined")
act.id = Savvy.globals.taskIDs.root;
if (typeof act.div == "undefined")
act.div = "INFO";
if (typeof act.run == "undefined")
act.run = true;
d3.select(`#${act.div}`)
.html("")
.append("input")
.attr('type', "file")
.attr('id',`ACTIONMODULE-${act.id}`)
.style('display', "none");
var widget = document.getElementById(`ACTIONMODULE-${act.id}`); >>>>>
widget.onchange = (ok) => {
var getFile = new FileReader();
var filename = ok.target.files[0].name.substring(0, >>>>> ok.target.files[0].name.search(/\./));
getFile.onload = function() {
if (getFile.result.length > 0) {
try {
eval(`Savvy.PAYLOAD['${filename}'] =
${getFile.result}`);
if (typeof Savvy.PAYLOAD[filename].main) {
if (act.run)
Savvy.PAYLOAD[filename].main({id:
act.id, action: filename});
} else {
throw new Error(Savvy.errorMsg[422]);
}
} catch (err) {
alert (`actionModule(): ${err}`);
d3.select(`#${act.div}`).html("");
}
}
d3.select(`#${act.div}`).html("");
}
getFile.readAsText(ok.target.files[0]);
}
widget.click();
return (true);
},
Tomorrow's logical thinking activity will be to implement the
same means for execution but via our DIR_request{} task automation: >>>>>>>
We can preload the actions {} directory information within our
startup prelude as an assumption made on whether the Savvy
prototype is being accessed from either a local or www-hosted
service.
if (Savvy.globals.stub.match(/http/) &&
!Savvy.globals.stub.match(/localhost/)) {
prelude.push (
{DIR_request: {path: `${Savvy.globals.stub}actions/`, >>>>>> div: "INFO", place: Savvy.PAYLOAD, notion: "actions"}},
{isDirResult: {place: Savvy.PAYLOAD, notion: "actions"}}
);
}
If we just pause to break down the opportunity as needed for the >>>>>>>> data mining process:
a) We may only perform the process several times until we're >>>>>>>> satisfied that we have generated the optimal semantical form for >>>>>>>> the aggregated data {} json objects which will contain the
neural linguistic pragma in the form of an [] array and whether >>>>>>>> we ought optimise such with any corresponding ontic / deme
inclusions for optimal selection;
b) There needs to be some consideration given to a JSON {} >>>>>>>> module executable form which minimises obsolescence which is a >>>>>>>> difficult proposition given the semantical usage is still
evolving to its transcendent form;
c) Our semantical form presently allows ourselves to deploy a >>>>>>>> fileopen dialog, remote directory list (ie. file: v's http: |
https:) and an auto function within JSON {} module executable form. >>>>>>>>
Even though this might seem like an extravagant approach to take >>>>>>>> before before resolving the need for the data mining process, we >>>>>>>> in fact ARE creating a means FOR utilitarian functions.
So our task goal today will be to accommodate the fileopen
dialog as a dynamic construct in the <div id="INFO"></div> tag >>>>>>>>
On 25/7/2023 02:36, dolf wrote:
Mandarin: 幸災樂禍/幸灾乐祸 (xìngzāilèhuò)
bùxíng (不幸): 1. unfortunate; sad, 2. misfortune; adversity, >>>>>>>>> 3. to die <-- 2
references
#24 - 𝌝樂 = #475
lè 1. happy; glad; cheerful; joyful, 2. to take joy in; to be >>>>>>>>> happy; to
be cheerful, 3. Le, 4. music, 5. a musical instrument, 6. tone >>>>>>>>> [of voice];
expression, 7. a musician, 8. joy; pleasure, 9. the Book of
Music, 10. Lao,
11. to laugh
#475 as [#400, #6, #3, #10, #6, #700] = yâgâh (H3013): {UMBRA: >>>>>>>>> #18 % #41 =
#18} 1) to afflict, grieve, suffer, cause grief; 1a) (Niphal) >>>>>>>>> grieved,
grieving (participle); 1b) (Piel) to grieve; 1c) (Hiphil) to >>>>>>>>> cause grief,
cause sorrow;
<http://www.grapple369.com/Savvy/?telos:475> <-- PRAXIS OF
RATIONALITY
teleological hierarchy (12 criteria with 7 having temporal
congruence)
NEXT WATCH: 30 JULY
huò 1. a misfortune; a calamity; a disaster, 2. a sin, 3. to >>>>>>>>> harm, 4. to
suffer harm <-- 38 references
dolf <dolfboek@hotmail.com> wrote:
An example of this possibility for utilitarian function is the >>>>>>>>>> media
reports that the Greece fires 🔥 are a product of
schadenfreude: pleasure
derived by someone from another person's misfortune
Epicaricacy (ἐπῐχαιρεκᾰκῐ́ᾱ):
#863 = ōdín (G5604): dire calamities
ONTIC: #696 = yâtsar (H3334): be in distress
DEME: #118 = ʼăphêlâh (H653): calamitous; wickedness
GRUMBLE (#444, #215)
GRUNTLE (#797, #659) <-- put in good humour
So the informal research question is whether the GRUNTLE
neural linguistic
pragma provides viable prototypes to then assay for adverse >>>>>>>>>> propensity
before it occurs?
H3444@{
@1: Sup: 6 - CONTRARIETY: LI (#6); Ego: 6 - CONTRARIETY: >>>>>>>>>> LI (#6),
@2: Sup: 16 - CONTACT: CHIAO (#22); Ego: 10 -
DEFECTIVENESS, DISTORTION:
HSIEN (#16),
@3: Sup: 73 - ALREADY FORDING, COMPLETION: CH'ENG (#95); >>>>>>>>>> Ego: 57 -
GUARDEDNESS: SHOU (#73),
@4: Sup: 79 - DIFFICULTIES: NAN (#174); Ego: 6 -
CONTRARIETY: LI (#79),
@5: Sup: 68 - DIMMING: MENG (#242); Ego: 70 - SEVERANCE: >>>>>>>>>> KE (#149),
@6: Sup: 63 - WATCH: SHIH (#305); Ego: 76 - AGGRAVATION: >>>>>>>>>> CHU (#225),
@7: Sup: 68 - DIMMING: MENG (#373); Ego: 5 - KEEPING >>>>>>>>>> SMALL: SHAO (#230),
Male: #373; Feme: #230
} // #797
<http://www.grapple369.com/?idea:863,444,215,696,118,659,797,373,230>
So we ought to begin our data mining process as soon as possible >>>>>>>>>>
dolf <dolfboek@hotmail.com> wrote:
We're no longer able to send these messages to our usual >>>>>>>>>>> distribution list:
soc.culture.israel, alt.france, aus.politics,
de.soc.weltanschauung.islam, uk.legal
So it will be sent in two parts as to by-pass the CENSORSHIP. >>>>>>>>>>>
During our recent administrative processes we arrived at a >>>>>>>>>>> need for easy
access to LEXICON PRAGMA having a redaction to the noumenon >>>>>>>>>>> ... And
heretofore we've only relied on intuition and happenstance. >>>>>>>>>>>
For instance we noticed an evasion methodology
CHRISTOLOGICAL #1480 [#329 - cherpâh (H2781): *REPROACH*, >>>>>>>>>>> *SCORN* / #265
- qᵉlôqêl (H7052): *CONTEMPTIBLE*] / #2020 [#384 - ágrios >>>>>>>>>>> (G66): *ANY*
*VIOLENT* *PASSION* / #238 - naʼăphûwph (H5005): *ADULTERY*] >>>>>>>>>>> - Christós
(G5547)
METHOD BEING A CLAIM TO RIGHTEOUSNESS AS #2312 [#523 - ʼâbal >>>>>>>>>>> (H56):
*MOURN*, *LAMENT* / #368 - shûwb (H7725): *APOSTATISE*] / >>>>>>>>>>> #1943 [#753 -
shâbath (H7673): *CAUSE* *TO* *DESIST* *FROM* / #485 - zânâh >>>>>>>>>>> (H2181):
*COMMIT* *FORNICATION* / *ADULTERY*] - METASCHEMA
So accordingly our next task is to traverse the entire
lexicon with its
declension and generate the MALE / FEME datasets in their #nnn >>>>>>>>>>> aggregations as redaction to the noumenon as cognition assay >>>>>>>>>>> 'rule'
prototypes which we'll include within the Savvy prototype... >>>>>>>>>>>
<http://www.grapple369.com/Savvy/?heuristic>
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 482 |
Nodes: | 16 (2 / 14) |
Uptime: | 45:46:53 |
Calls: | 9,566 |
Files: | 13,656 |
Messages: | 6,142,099 |