Mandy

@mandymichael.bsky.social

Lead Software Engineer, Frontend Dev, Speaker, Eng Manager (she/her) | GDE Web Tech, Microsoft Regional Director (MVP program) | http://instagram.com/adognamedjello

I was scrolling through linkedin (I don’t know why) and mos of the posts were very clearly AI generated. If that wasn’t bad enough most of the comments were aswell. This is so dumb. It’s just AI talking to AI about AI? I don’t want to know what AI thinks about itself. This is absurd. I hate it.

I’ve been seeing a lot of AI talks and articles lately - I have no idea what’s going on but it has got me wondering about Performance and accessibility and I only have more questions. “People deserved a better web. Will AI be the one who gets it?” medium.com/@mandy.micha...

People deserved a better web. Will AI be the one who gets it?

Like many people in the web industry I’ve been keeping an eye on the “state of AI” and what it means for my job, and my day to day life. To…

medium.com

@elly.lol immediately after the talk I realised the answer to your question! You can use size adjust in font face to adjust roboto. There is no reason you can let size adjust multiple fallback options to match your first choice font

I was scrolling through TikTok and came across a fashion video - long story short TIL that people don’t know what wingdings looks like and that there are multiple versions. Then I wondered if that’s normal and I’m the weird one?

🌠 So let’s say you want to use a modern CSS feature like container queries. According to caniuse, the feature is at 93% support. Is that good enough? How do we evaluate this number? I dig into this question in my brand-new just-published blog post, “A Framework for Evaluating Browser Support”. 🎉

A Framework for Evaluating Browser Support • Josh W. Comeau

Lots of exciting new features have been landing in CSS recently, and it can be tough trying to figure out if they’re safe to use or not. We might know that a feature is available for 92% of users, but...

joshwcomeau.com

As of Chrome 131 you have more options to style `<details>` and `<summary>`. You can now use of the `display` property on these elements, and also use a `::details-content` pseudo-element to style the part that expands and collapses. developer.chrome.com/blog/styling...