[spam][crazy][spam] parts of imaginary code that tries things was: trained dissociation
10 Jul
2023
10 Jul
'23
6:48 p.m.
ops_by_name = dict( inc = lambda x: x + 1, dec = lambda x: x - 1, mul2 = lambda x: x * 2, div2 = lambda x: x / 2, )
6:52 p.m.
# oops it might end that way class TryThings: def __init__(self, ops, x): self.ops = ops self.x = x
6:56 p.m.
def __call__(self, xfinal): for idx in range(len(self.ops)): # sometimes ‘enumerate’ is slow for me so i use range len op = self.ops[idx] if type(op) is TryThings: # i’m imagining rewriting them in place as evaluated assert op.x == # i want access to op still tho, so i’d better change something
489
Age (days ago)
489
Last active (days ago)
4 comments
1 participants
participants (1)
-
Undescribed Horrific Abuse, One Victim & Survivor of Many