Skip to content

Instantly share code, notes, and snippets.

View ravachol70's full-sized avatar

ravachol ravachol70

View GitHub Profile
@ravachol70
ravachol70 / sequentix
Created December 2, 2023 16:32
Funky Cirklon Switch
See attached pics.
@ravachol70
ravachol70 / micro-cartel-bidding.sol
Created October 20, 2023 12:21
Mini Micro-Cartelism in a Nutshell
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
contract MicroCartelBidding {
address public owner; // The owner of the bidding contract
address[] public cartelMembers; // Addresses of cartel members
uint public highestBid; // Highest bid amount
constructor() {
owner = msg.sender;

Prologue to Exchange

In the digital algorithm, multifunctionality extends itself, time and data, easily adapting to different contexts within the information ecosystem. In the framework of exchange, a decentralized network flourishes: in the multifunctionality of applications, digital contracts, encoded intentions, dynamic interactions and problem resolution. Within each functionality, at the risk of communication error, the account elaborates on a runnning contradiction to assume self-endowed, virtual property rights at both ends of the technical recognition, or ownership of some end of the transaction, at least.

This functionality is, in itself, a fungibile account of counterparty interplay. For every value proposition, we infer the riskable and undoable semantics of agreement(s) made within globe-economic policy (via the ontos, ring, etc.) —which can be portioned out like so: PoW and PoS.

Proof of Work: Witchcraft/Gflops, cryptography, opsec theatre

Proof of Stake: Homeopathy, inferentialism

@ravachol70
ravachol70 / mmc.sol
Created September 17, 2023 00:07
"Mini" micro-cartelism
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
contract MicroCartelBidding {
address public owner; // The owner of the bidding contract
address[] public cartelMembers; // Addresses of cartel members
uint public highestBid; // Highest bid amount
constructor() {
owner = msg.sender;
@ravachol70
ravachol70 / obviation-existence.sol
Created September 14, 2023 23:13
Paperasse de bureau
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
contract ExistentialContract {
address private creator; // The creator of this contract
enum FreedomType { Public, Private }
FreedomType public freedom;
@ravachol70
ravachol70 / relevance.sol
Last active August 12, 2023 13:48
Relevance over order
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
interface INoetherianRing {
// NoetherianRing interface functions
//
// Implement Bergsonian concepts using helper functions.
}
interface IInflectionHandler {
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
interface IInflectionHandler {
function handleInflection(uint256 id, string calldata ipfsHash) external returns (bool);
}
library IPFS {
struct CID {
bytes32 hash;
@ravachol70
ravachol70 / se-qualificando-interpretatur.sol
Last active July 9, 2023 04:22
Gadamer, Ricoeur, Peirce w/Kojève
pragma solidity ^0.8.0;
contract PhilosophicalContract {
uint256 public philosophicalScore;
struct Inflection {
bool active;
bytes blob;
}
@ravachol70
ravachol70 / noether.sol
Last active July 11, 2023 16:51
Noetherian Rings in Solidity
pragma solidity ^0.8.0;
interface INoetherianRing {
function isNoetherian() external returns (bool);
function groebner(bytes calldata _polynomialIdeal) external returns (bytes memory);
function hilbertSeries() external returns (bytes memory);
function primaryDecomposition(bytes calldata _polynomialIdeal) external returns (bytes memory);
function minpoly(bytes calldata _algebraicElement) external returns (bytes memory);
function quo(bytes calldata _polynomialIdeal) external returns (address);
function radical(bytes calldata _polynomialIdeal) external returns (bytes memory);
@ravachol70
ravachol70 / Andromache3.md
Last active April 28, 2023 18:44
The Three-Minute Andromache

ACT 1, SCENE 1

ANDROMACHE: I'm Andromache, wife of Hector, the great Trojan hero. My son Astyanax is all I have left of him, and we're now prisoners of the Greeks.

(HERMIONE enters)

HERMIONE: I'm Hermione, daughter of the Greek king Menelaus. I demand that you give up your son to me.

ANDROMACHE: (Protectively) No, I can't let you take my son away from me. He's all I have left of Hector.