In [1]
python
import numpy as np
# A tiny "Galileo" orbit sketch:
t = np.linspace(0, 6*np.pi, 400)
r = 1 + 0.08*np.cos(12*t)
x = r*np.cos(t)
y = r*np.sin(t)
A main page concept for a dark, research-first site: notebook cells, telescope vibes, and a minimal UI that feels like an observatory at midnight.
import numpy as np
# A tiny "Galileo" orbit sketch:
t = np.linspace(0, 6*np.pi, 400)
r = 1 + 0.08*np.cos(12*t)
x = r*np.cos(t)
y = r*np.sin(t)
### Tonight's notes
- *Observe:* faint periodicities in the noise floor
- *Hypothesis:* the system sings at its natural modes
- *Method:* treat each idea like an experiment cell
Out[2] ✓ rendered
$ jupyter lab --theme=dark --port 8888
[info] telescope aligned • sky clear • kernel ready
Dark, calm surfaces with a subtle “nebula” accent. Buttons feel like instruments. Content blocks mimic notebook cells: headers, prompts, and outputs.
Use these as homepage tiles, or link them to notebooks / docs.