Skip to content

Instantly share code, notes, and snippets.

View ravachol70's full-sized avatar

ravachol ravachol70

View GitHub Profile
@ravachol70
ravachol70 / pro-forma-synthetic-recognition
Created March 4, 2025 02:05
Pro Forma Synthetic Recognition
<<
@ravachol70
ravachol70 / hvm3_core.c
Created November 7, 2024 03:12 — forked from VictorTaelin/hvm3_core.c
HVM3 Core
// 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>
@ravachol70
ravachol70 / accountability.md
Created October 29, 2024 14:32
Operations Research and Accountability

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)"];
@ravachol70
ravachol70 / google-search-selectors-1.css
Created October 23, 2024 23:38 — forked from Mariven/google-search-selectors-1.css
css selectors to cover up google's ongoing necrosis
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;
}
@ravachol70
ravachol70 / ke_efficacy.md
Created July 17, 2024 12:20
Karen's Recovery

SQL Query: Selecting Data Indicative of Positive Trends

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
@ravachol70
ravachol70 / memetic-template.dot
Last active June 18, 2024 13:32
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"];
@ravachol70
ravachol70 / crypto-semiotic-principles.dot
Last active June 17, 2024 14:40
Crypto-Semiotic Principles: the Function of the Meme
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"];
@ravachol70
ravachol70 / semiotic_crypto.dot
Created June 5, 2024 20:43
Crypto-Economics as Cultural Semiotics
digraph G {
subgraph cluster_1 {
subgraph cluster_2 {
style=solid;
color=lightblue;
label="Historical &\nSocial Processes";
Gadamer_Resists;
Temporally_Situated_Emplotment;
Ricoeur_Obviates;
Peirce;
@ravachol70
ravachol70 / ai_memelord.dot
Last active June 4, 2024 22:09
AI Memelord & Cultural Analysis
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"];
@ravachol70
ravachol70 / memelord_culture.dot
Last active June 4, 2024 14:51
Memelord as Agentic Idealism
digraph IntegratedGraph {
rankdir=LR;
node [shape=box, style=filled, color=lightblue];
// Elements
Agency [label="Agency\n{Executive Redemption}"];
Value [label="Value"];
Agency -> Value;
Temporal_Structuring_Synthetic_Value [label="Temporal Structuring\n& Synthetic Value"];