Skip to content

Instantly share code, notes, and snippets.

@ravachol70
Created May 30, 2024 17:00
Show Gist options
  • Save ravachol70/a4c7afca7410aa99bd36da406ebe7753 to your computer and use it in GitHub Desktop.
Save ravachol70/a4c7afca7410aa99bd36da406ebe7753 to your computer and use it in GitHub Desktop.
digraph D {
node [shape=box, style=filled, color=lightblue];
rankdir=TB;
// Gadamer-related elements
Gadamer_Resists [label="Gadamer Resists"];
Hermeneutic_Cycles [label="Hermeneutic Cycles"];
Money_And_Debt [label="Money and Debt"];
Gadamerian_Ricoeurian_Hermeneutics [label="Gadamerian Ricoeurian Hermeneutics"];
Textual_Interpretation [label="Textual Interpretation (Code)"];
Money_As_Subject_Back_Formation [label="Money as Subject Back Formation"];
Economic_Hermeneutics [label="Economic Hermeneutics"];
Ricoeur_Obviates [label="Ricoeur Obviates"];
Temporally_Situated_Emplotment [label="Temporally Situated Emplotment"];
Peirce [label="Peirce"];
rankdir=LR;
node [shape=box, style=filled, color=lightblue];
// Elements
Agency [label="Agency (Executive Redemption)"];
Value [label="Value"];
Temporal_Structuring_Synthetic_Value [label="Temporal Structuring & Synthetic Value"];
CryptoEconomics [label="Crypto-Economics"];
Kojeve_Hegel [label="Kojeve & Hegel"];
Baudrillard [label="Baudrillard"];
Virtual_Property_Rights_DigitalAssets [label="Virtual Property Rights & Digital Assets"];
Hyperreality [label="Hyperreality"];
Ontological [label="Crypto-Economic Reasoning"];
Philosophical_Frameworks [label="Philosophical Frameworks"];
PoW_PoS [label="Proof of Work (PoW) & Proof of Stake (PoS)"];
Fungibility [label="Multi-Fungibility"];
Recognition [label="Recognition"];
Reality_Dialectics [label="Representation"];
// Relationships
CryptoEconomics -> Virtual_Property_Rights_DigitalAssets [style=dashed, label="", dir=none];
Baudrillard -> Hyperreality;
subgraph cluster_0 {
style=dotted;
color=gray;
label="Cryptophilology";
Textual_Interpretation;
PoW_PoS;
Hyperreality -> Temporal_Structuring_Synthetic_Value [dir=none];
}
subgraph cluster_1 {
style=dashed;
label="Exchange";
color=red;
Fungibility;
Recognition;
PoW_PoS -> Ontological [style="dashed,dashed", constraint=true];
Value;
}
subgraph cluster_2 {
style=solid;
color=blue;
label="Historical and Social Processes";
Gadamer_Resists;
Hermeneutic_Cycles;
Money_And_Debt;
Gadamerian_Ricoeurian_Hermeneutics;
Money_As_Subject_Back_Formation;
Economic_Hermeneutics;
Ricoeur_Obviates;
Temporally_Situated_Emplotment;
Peirce;
}
Hyperreality -> PoW_PoS [style="dashed,dashed", constraint=true];
Fungibility -> Value [dir=none];
Ontological -> Recognition [dir=none];
Agency -> CryptoEconomics;
// Iterate through each philosophical framework
Philosophical_Frameworks -> Kojeve_Hegel;
Philosophical_Frameworks -> Baudrillard;
// New connections
Kojeve_Hegel -> Agency;
Agency -> Hyperreality [style="dashed,dashed", constraint=true, label="Reality", dir=none];
Reality_Dialectics -> Value;
Recognition -> Value [style=dashed];
PoW_PoS -> Reality_Dialectics;
// New structure in terms of Value and Temporal Structuring
Value -> Temporal_Structuring_Synthetic_Value;
Temporal_Structuring_Synthetic_Value -> Virtual_Property_Rights_DigitalAssets [dir=none];
// Connect proofs and dialectics
PoW_PoS -> Reality_Dialectics;
// Flattened Frameworks
Gadamer_Resists -> Hermeneutic_Cycles;
Hermeneutic_Cycles -> Money_And_Debt;
Money_And_Debt -> Gadamerian_Ricoeurian_Hermeneutics;
Gadamerian_Ricoeurian_Hermeneutics -> Textual_Interpretation;
Textual_Interpretation -> Money_As_Subject_Back_Formation;
Economic_Hermeneutics -> Money_As_Subject_Back_Formation;
Ricoeur_Obviates -> Economic_Hermeneutics;
Temporally_Situated_Emplotment -> Ricoeur_Obviates;
Peirce -> Temporally_Situated_Emplotment;
// Linking Frameworks to existing nodes
Gadamer_Resists -> Kojeve_Hegel [style=dashed];
Hermeneutic_Cycles -> Recognition [style=dashed];
Money_And_Debt -> Value [style=dashed];
Gadamerian_Ricoeurian_Hermeneutics -> Reality_Dialectics [style=dashed];
Textual_Interpretation -> Hyperreality [style=dashed];
Temporal_Structuring_Synthetic_Value -> Money_As_Subject_Back_Formation [style=dashed];
Economic_Hermeneutics -> CryptoEconomics [style=dashed];
Ricoeur_Obviates -> Philosophical_Frameworks [style=dashed];
Temporally_Situated_Emplotment -> PoW_PoS [style=dashed];
Peirce -> Philosophical_Frameworks [style=dashed];
}
@ravachol70
Copy link
Author

money-as-subject-back-formation

@ravachol70
Copy link
Author

vizdom-15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment