Skip to content

Instantly share code, notes, and snippets.

@ravachol70
Last active June 18, 2024 13:32
Show Gist options
  • Save ravachol70/92cb70138e3b73b060d07cdabc64f01c to your computer and use it in GitHub Desktop.
Save ravachol70/92cb70138e3b73b060d07cdabc64f01c to your computer and use it in GitHub Desktop.
The Memetic Template: Crypto-Semiotic Adaptation as the Basis of Culture
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"];
Agency -> Value;
Temporal_Structuring_Synthetic_Value [label="Temporal Structuring\n& Synthetic Value"];
// Root Node
memelord [label="((( Memelord )))"];
culture [label="Culture"];
Value -> memelord -> culture;
// Sibling Nodes
ontology [label="Ontology"];
memetics [label="Memetics"];
// Connections to Culture
culture -> ontology;
// Sub-nodes for Memetics
memetic_theory [label="Memetic Theory"];
Crypto_Economics [label="Crypto-Economics"];
// Connect Sub-nodes to Memetics
memetic_theory -> memetics;
Crypto_Economics -> memetics;
// Connect Memetics to Temporal Structuring
memetics -> Temporal_Structuring_Synthetic_Value;
// Sub-nodes for Memetic Theory
semiological_thing [label="Meme"];
the_self [label="Self"];
thing_itself [label="The Thing Itself"];
dasein [label="Literal Significance"];
death [label="Death"];
concurrency [label="Concurrency"];
authenticity [label="Authenticity"];
// Connect Temporal Structuring to Meme
Temporal_Structuring_Synthetic_Value -> semiological_thing [label="Interpretation"];
// Connect Sub-nodes to Memetic Theory
dasein -> thing_itself;
authenticity -> concurrency [style=dashed, color=black, fontcolor=black, label="Influence"];
// Sub-nodes for Crypto-Economics
Crypto_Economics -> dasein;
// Additional Connections
dasein -> culture;
thing_itself -> dasein;
// Sub-graph for Cultural Elements
subgraph cluster_cultura {
label=" Ontic Tribalism";
style=dashed;
color=lightgrey;
cultural_norms [label="Cultural Norms"];
societal_values [label="Societal Values"];
cultural_commentary [label="Cultural Commentary"];
mimetic_subjectivity [label="Subjectivity"];
Market_Idealism [label="Market Idealism"];
}
// Connect Nodes within the Sub-graph
Market_Idealism -> cultural_commentary [style=dashed, dir=none];
Market_Idealism -> mimetic_subjectivity;
Market_Idealism -> memelord;
Market_Idealism -> Temporal_Structuring_Synthetic_Value;
// Connect Cultural Elements to Culture
culture -> cultural_norms;
culture -> societal_values;
culture -> cultural_commentary;
// Sub-nodes for Mimetic Subjectivity
imitation [label="Imitation"];
adaptation [label="Adaptation"];
personal_significance [label="Personal Significance"];
social_significance [label="Social Significance"];
mimetic_subjectivity -> imitation;
dasein -> adaptation;
dasein -> personal_significance;
dasein -> social_significance;
semiological_thing -> mimetic_subjectivity [dir=both];
mimetic_subjectivity -> cultural_commentary [style=dashed, dir=none];
// Connect Social Significance to Crypto-semiotics
social_significance -> crypto_semiotics [label="Signification"];
// Connect Crypto-semiotics to Meme
crypto_semiotics -> semiological_thing [label="Exchange"];
// Connect The Thing Itself to Adaptation
thing_itself -> adaptation [style=dashed, dir=none];
// Sub-nodes for Potentiality-for-being
potentiality_for_being [label="Potentiality-for-being"];
Crypto_Economics -> potentiality_for_being;
// Sub-graph for Normativity and Accountability in Crypto-Economics
subgraph cluster_normativity_accountability {
label=" Memetic Practice";
style=dashed;
color=lightgrey;
// Nodes within the Sub-graph
normativity [label="Normativity"];
accountability [label="Accountability"];
ethical_standards [label="Ethical Standards"];
meme_creation [label="Meme Creation"];
meme_sharing [label="Meme Sharing"];
societal_impact [label="Societal Impact"];
individual_responsibility [label="Individual Responsibility"];
community_guidelines [label="Community Guidelines"];
authenticity [label="Authenticity"];
integrity [label="Integrity"];
influence [label="Influence"];
ethical_boundaries [label="Ethical Boundaries"];
// Edges within the Sub-graph
normativity -> ethical_standards;
normativity -> community_guidelines;
accountability -> individual_responsibility;
accountability -> societal_impact;
meme_creation -> authenticity;
meme_creation -> integrity;
meme_sharing -> influence;
meme_sharing -> ethical_boundaries;
ethical_standards -> meme_creation;
ethical_standards -> meme_sharing;
community_guidelines -> meme_creation;
community_guidelines -> meme_sharing;
individual_responsibility -> meme_creation;
individual_responsibility -> meme_sharing;
societal_impact -> influence;
societal_impact -> ethical_boundaries;
}
// Connect the Sub-graph to the Main Graph
Crypto_Economics -> normativity;
Crypto_Economics -> accountability;
// Add Memetic Debt
memetic_debt [label="Memetic Debt"];
memetic_debt -> culture [style=dashed, dir=none];
// Token Executive Cluster
subgraph cluster_executive {
label=" Token Executive";
style=dashed;
color=lightyellow;
memetic_executive [label="Memetic Executive\n(the function of the Meme)"];
memetic_executive -> memetic_debt [label="Disbursement"];
cultural_impact [label="Cultural Impact"];
subjective_experience [label="Subjective Experience"];
crypto_philology [label="Crypto-philology"];
Agency;
// Explainer Nodes
token_creation [label="Token Creation"];
token_distribution [label="Token Distribution"];
token_governance [label="Token Governance"];
token_utility [label="Token Utility"];
currency [label="Currency"];
}
// Connect Token Executive Cluster to Main Graph
memelord -> memetic_executive;
memelord -> cultural_impact;
memelord -> subjective_experience;
memelord -> crypto_philology;
memelord -> Agency;
// Connect Explainer Nodes within Token Executive Cluster
memetic_executive -> token_creation;
memetic_executive -> token_distribution;
memetic_executive -> token_governance;
memetic_executive -> token_utility;
adaptation -> concurrency [style=dashed, dir=none];
concurrency -> death [style=dashed, label="Computation"];
// Memetic Idealism
the_self -> currency [label="Trust"];
// Crypto-Semiotics
crypto_semiotics [label="Crypto-semiotics"];
crypto_semiotics -> culture [style=dashed, dir=none];
// Tokenomics
token_creation -> token_distribution [style=dashed, dir=none];
token_distribution -> token_governance [style=dashed, dir=none];
token_governance -> token_utility [style=dashed, dir=none];
token_utility -> currency [style=dashed, dir=none];
}
@ravachol70
Copy link
Author

vizdom (11)

@ravachol70
Copy link
Author

Screenshot 2024-06-18 at 14 31 40
Simplified version.

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