Sublime
An inspiration engine for ideas


Generalized to a recursive DSPy program:
Takes *arbitrarily long* text.
Builds a ToC for it, assigns chunks to sections, and, uh, just recursively handles each section in parallel.
Not pseudocode. This is really a complete general-purpose summarizer for... See more
CSS Tip! ✨
How do you animate these particles? 👀
Use transform-origin!😎
.particle {transform-origin:var(--ox) var(--oy);}
.particle:first-of-type {--ox:1000%;--oy: 800%;}
keyframes float {to {rotate: 360deg;}}
___LINEBREA... See more
jhey ʕ•ᴥ•ʔx.com