a little css trick i like ↓
adapt the radius gradually based on available space
shrink from --r to 0 within --g 🧑🍳
.card__surface {
--r: 42px;
--g: 24px;
border-radius: clamp(
0px,
(100vi - 100cqi) / 2 *
var(--r) / var(--g),
var(--r)
);
}
@Cyrusontherun@togethercompute DS is definitely faster, GLM is 2.5x the size and 3x active params, not to mention DS has vision
But, GLM is way smarter, premium vibe, pretty much knows everything from the first glance, this was my experience with GLM5.2 working on a math-rendering heavy app (vulkan, metal)