Begin discussing materiality of strings
Think of a worm made of strings
A space time worm that leaves a space trace
Each string is a loop that is a time point
Fused loops
Loops are like rubber bands not chains
Imagine colour gradation of loops into past and future away from current time point loop
P = Tope.from_vertices(v_36cell) P.save_index() P.cut_2faces_with_hyperplanes(hyperplanes) #save_nets(P, "figs/4902603", force=True, fmt="svg")
Oh, Kitty! how nice it would be if we could only get through into Looking-glass House! I’m sure it’s got, oh! such beautiful things in it! Let’s pretend there’s a way of getting through into it, somehow, Kitty. Let’s pretend the glass has got all soft like gauze, so that we can get through.
the reflection is a double, that is to say at the same time an other and a same. This ambivalence provokes in baroque thought an inversion of significations which makes identity fantastic (I am an other) and otherness reassuring (There is another world, but it is similar to this one).[2]
from tope import Tope
from tope.net import *
from tope.orth import *
from tests import normalize_polygon from typing import *
import json, os, numpy as np
rng = np.random.default_rng()
with open("polys.json") as fd: polys = json.load(fd)
logger.remove()