Sublime
An inspiration engine for ideas

Still haven't found the original story but here is one https://blog.codinghorror.com/new-programming-jargon/... See more
Once or twice a week, I drop this legendary gif into a slack chat to make a point about latency. Usually when talking about UX, network services, or feedback cycle time in people systems. https://t.co/hcnPj5bkhk
tobi lutkex.comSpeed matters: Why working quickly is more important than it seems « the jsomers.net blog
jsomers.netjsomers.net
works great on blocks of text too 🤙
.text {
--duration: calc(var(--text-length) * 0.12s);
animation: shimmer var(--duration) infinite;
}
@keyframes shimmer {
0% { background-position: 100% 0; }
}
animatio... See more
jhey ʕ•ᴥ•ʔx.com