Kartik Prabhu
I am mostly wondering about the “locking” mechanism but for ternary; you’d want the next digit to flip automatically.
Kartik Prabhu
Is it possible to design something similar for higher bases? base 3?
Kartik Prabhu
very fair point. Should have considered that!
Kartik Prabhu
why is a $12,000 hourglass revered but a $400 juicer hated?
Kartik Prabhu
“Choose your tools wisely. It would be a terrible shame if you abandoned the resilient approach to web design because of a difference of opinion with a piece of software.”
Kartik Prabhu
“But my second CSS‐based layout didn’t take quite so long. After a while, it became normal.”
Kartik Prabhu
“[…]didn’t understand that the simplicity of the web was actually its strength. Because linking was so straightforward, anyone could do it.”
Kartik Prabhu
“Delivering software over the web doesn’t just replace the desktop‐centric way of working. The presence of an internet connection opens up possibilities for all kinds of collaboration.”
Kartik Prabhu
“[…] on the web there is no guarantee that what you see is what everyone else will get.”
Kartik Prabhu
“Designing a loosely‐coupled system can take more work. The payoff is that the overall result is more resilient to failure. Individual parts of the system can be swapped out with a minimum of knock‐on effects.”
Kartik Prabhu
and this is why CSS is awesome
“There’s a huge variation in visual style: colour schemes, typographic treatments, textures and layouts. All of that variety is made possible by one simple pattern that describes all the CSS ever written:
selector {
property: value;
}
That’s it.”
Kartik Prabhu
this is why HTML is so awesome!
“Now consider what happens when that same web browser encounters an element it doesn’t recognise.[…]
Once again, the browser displays the text between the opening and closing tags. What’s interesting here is what the browser doesn’t do. The browser does not throw an error. The browser does not stop parsing the HTML at this point, refusing to go any further. Instead, it simply ignores the tags and displays the content within.”
Kartik Prabhu
Glad you found it useful. The original fragmention script is by @jon_neal though. I might post marginalia to your wook while reading.
Kartik Prabhu
About time @adactio wrote a “wook” https://resilientwebdesign.com/