SELECT ke.timestamp, ke.efficacy, ke.negativity, ke.internet_usage,
iw.idiocy, iw.worthlessness,
(ke.efficacy - ke_prev.efficacy) AS efficacy_increase,
(ke_prev.negativity - ke.negativity) AS negativity_decrease,
(ke.internet_usage - ke_prev.internet_usage) AS internet_usage_change,
(iw_prev.idiocy - iw.idiocy) AS idiocy_decrease,
(iw_prev.worthlessness - iw.worthlessness) AS worthlessness_decrease
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
digraph GovernanceIntelligence { | |
rankdir=LR; | |
graph [fontsize=10 labelloc="t" label="Governance Intelligence Framework" splines=polyline]; | |
node [shape=box style=filled fillcolor=lightgrey fontname="Helvetica"]; | |
edge [arrowhead=normal]; | |
// Foundational Layer | |
subgraph cluster_foundations { | |
label="Foundational Thinkers"; | |
style=dashed; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<< |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// HVM3 Core: single-thread, polarized, LAM/APP & DUP/SUP only | |
// Based on: https://gist.github.com/VictorTaelin/2aba162f2b04478dc53e5615f482db7b | |
#include <stdint.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <stdatomic.h> | |
#include <string.h> | |
#include <time.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
digraph CohomologyGraph { | |
rankdir=LR; | |
node [shape=box, style=filled, color=lightgrey]; | |
// Define core thematic elements | |
"Recherche Opérationnelle" [label="Recherche Opérationnelle\n(Operations Research)"]; | |
"Théorie et Méthodologie" [label="Théorie et Méthodologie"]; | |
"Structure Organisationnelle" [label="Structure Organisationnelle"]; | |
"Utilisateur Final" [label="Utilisateur Final\n(Bénéficiaire)"]; | |
// Social (research) side elements | |
"Ecclésiaste" [label="Ecclésiaste\n(Direction Suprême)"]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div#main>div:first-child>div:has(>div+div#center_col) div:has(div[jscontroller]>div[jsname]>div>h1+div[jscontroller]>div[jsmodel]) > div:first-child { | |
/* remove AI answers box */ | |
display: none; | |
} | |
div#search div[data-async-context] > div:nth-child(2) div:has(video, [aria-label*="Play on Google"]) { | |
/* remove videos section */ | |
display: none !important; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
digraph TheMemeticTemplate { | |
rankdir=LR; | |
label="The Memetic Template"; | |
labelloc=top; | |
fontsize=23; | |
node [shape=box, style=filled, color=lightblue]; | |
// Core Elements | |
Agency [label="Agency\n{Executive Redemption}"]; | |
Value [label="Value"]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
digraph TheMemeticTemplate { | |
rankdir=LR; | |
label="The Memetic Template"; | |
labelloc=top; | |
fontsize=23; | |
node [shape=box, style=filled, color=lightblue]; | |
// Elements | |
Agency [label="Agency\n{Executive Redemption}"]; | |
Value [label="Value"]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
digraph G { | |
subgraph cluster_1 { | |
subgraph cluster_2 { | |
style=solid; | |
color=lightblue; | |
label="Historical &\nSocial Processes"; | |
Gadamer_Resists; | |
Temporally_Situated_Emplotment; | |
Ricoeur_Obviates; | |
Peirce; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
digraph KnowledgeGraph { | |
// Define node shapes and styles | |
node [shape=ellipse, style=filled, color=lightblue2]; | |
edge [color=gray]; | |
// Ontology nodes | |
Ontology [label="Ontology", shape=box, color=lightcoral]; | |
Value [label="Value"]; | |
Meme [label="Meme"]; |
NewerOlder