Sublime
An inspiration engine for ideas

If you're active in the social app industry, once per decade you'll stumble across what is known as a Black Swan retention chart.
When you see it, don't ask
questions and just find a way to be involved in whatever capacity you can.
Today was one of the those days. https://t.co/XQHnkHHs6X


This one chart from today's podcast guest Jim Egan. Incredible.
The difference between having a ZIRP-era mortgage and not having one. https://t.co/o71SYqgz7s
CSS Tip! 🤙
You can create custom easings for your animations and transitions with linear() 🔥
:root { --bounce: linear(0, 0.39, 0.57, 0.52, ..., 1); }
.digit { transition: translate 1s var(--bounce); }
Perfect for adding character to animations lik... See more
jhey ʕ•ᴥ•ʔx.comWhat looks like an exponential growth curve is often, in reality, a series of lines layered quickly on top of each other.