Sublime
An inspiration engine for ideas

Still haven't found the original story but here is one https://blog.codinghorror.com/new-programming-jargon/…
Japanese manufacturers say, a “defect is a treasure.” In other words, by eagerly seeking out your “defects” and studying them carefully to identify why and how that performance failure occurred, you get the opportunity to improve. If you avoid feedback from those you serve, you never get the chance to learn how to be a more effective competitor.
David H. Maister • Managing The Professional Service Firm
Typo in original CSS 🤦♂️
.flicker {
animation: flicker 4s infinite var(--custom) alternate;
}
@keyframes flicker { 25% { opacity: 0.2; }}
:root {
--custom: linear(
0 0% 0.5%, 0.17 0.79%,
0.24 0.86%, 0.1991... See more
jhey ʕ•ᴥ•ʔx.com
Don't be that teammate who blindly refactors code and only makes things worse.
Let's look at some good vs bad refactoring patterns with real examples 🧵 https://t.co/FeO6IqMmra



