#zindex — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #zindex, aggregated by home.social.
-
🎨🤖 "Zindex: Because what the world needs right now is a diagram-making #protocol for agents! 🥳 Forget about human #creativity, let's have #agents render 'durable state' diagrams with 40 validation rules – because nothing screams excitement like structured operations and immutable revisions! 📈✨"
https://zindex.ai/ #Zindex #DiagramMaking #StructuredOperations #ImmutableRevisions #HackerNews #ngated -
Zindex – Diagram Infrastructure for Agents
#HackerNews #Zindex #Diagram #Infrastructure #Agents #AI #Tech #Innovation
-
applying a flexible #CSS z-index stack fixed a lot of messy legacy layering issues for me. There might be better ways, but this is very readable when applied, some examples:
.is-sticky {
position: sticky;
z-index: var(--above-page-z);
}.notification {
z-index: var(--alert-z);
} -
A few things I learned while writing the #css #zindex chapter:
- Don't mention the bloody z-axis. It only gives the poor student one more useless concept to grasp.
- We need a property that says: "I am NOT a stacking context". Sort-of the opposite of isolation: isolate.
isolation: PLEASE-NO-DONT?- Using the word 'preposterous' in a z-index context is fine. It's desirable, in fact.
- I should give readers tips for finding wayward stacking contexts, but I don't have any.