Tim Narr

@tim-narr.bsky.social

Freelance Frontend Developer and UI Engineer from Lüneburg, near Hamburg. I love to develop efficient frontend solutions and work with high design affinity and a strong focus on UI engineering, responsive design, web performance and accessibility

Supply chain attacks can’t be solved with one silver bullet. They need a systemic approach. For every dev layer (not just npm, but CI, Docker, and your editor) ask 4 questions: 1. How can we reduce dependencies? 2. Isolation 3. Update control 4. Review Thread ↓

A hyper #legible #font that looks good, is that even possible? The answer is yes: buff.ly/2wBNuRa and it is free. I love how much thought went into differentiating similar letters. My 6y-old is learning to read and I see him confuse p,q or b,d. Fantastic @brailleinstitute.bsky.social

Atkinson Hyperlegible Font - Braille Institute

Read easier with Atkinson Hyperlegible Font, crafted for low-vision readers. Download for free and enjoy clear letters and numbers on your computer!

buff.ly

Also if you know a woman in STEM affected by the current administration, please file an issue (github.com/MelSumner/wo...) or encourage them to do so! Thank you for sharing this project.

Melanie Sumner Temple@a11ymel.bsky.social · last yr.

oh so hey I kind of have started that women in stem open source project. DNS stuff still churning but repo is here: github.com/MelSumner/wo... Feel free to fork, open issues, etc. It's just a static site RN. My goal is to make it as easy as possible to contribute. #womenInStem

Women in STEM
No one's work should be erased.

Coming Soon!
Women in STEM is an open source project that aims to document the contributions women have made to the fields of science, technology, engineering, and mathematics.

This project exists in response to the reported removal of women's contributions to STEM from existing federally-funded websites.

Learn more about how you can contribute to this project by visiting the Women In STEM GitHub repository.

You can now see which value is the active value in min(), max() and clamp() - in Canary DevTools today - coming to Chrome stable soon!

font-size: min(2em, 2rem);
padding: clamp(10px, 5vw, 30px);
margin: max(2lh, 2em);

2em is crossed out
10px, 5vw is crossed out
2em is crossed out

It's long past time we had a standard way to load CSS asynchronously. link[async] should work just like the tried and true print-media hack, but without the major downside of javascript reliance for applying CSS. Join me with a plus one here? github.com/whatwg/html/...

Async css · Issue #3983 · whatwg/html

Allow css files to be marked as async meaning that they will not block rendering. The syntax could be a new attribute on the link element or a new value for "rel" attribute (that already have link ...

github.com