Best not to be standing perpendickular π
Best not to be standing perpendickular π
Delicious⦠j/k.
I use the Bookmark Bar or my family Slack.
Lit is joining @openjsf.org! π
Today at JSConf, The OpenJS Foundation announced Lit is officially joining as an Impact Project!
We're beyond excited for this move and look forward to continuing our work to build the open web with OpenJS!
Read more on our blog: lit.dev/blog/2025-10...
Screenshot of all the components with various color themes: indigo, blue, green, pink, red, and orange.
All of the colors are calculated based on a single CSS variable using relative oklch, so you can change the theme with just one line.
--tint: green;
Modern CSS is amazing! π²
super excited for @lit.dev to be joining the OpenJS foundation!
Kudos to:
@justinfagnani.com
Steve Orvell
@graynorton.bsky.social
Kevin Schaaf
Peter Burns
and any others from the Lit team and community that helped pull it off!
Huge and great news for Lit!
lit.dev/blog/2025-10...
Recipe:
2 habaneros
1 fresno
2 jalapeΓ±os
5 medium-small carrots
2 garlic cloves
4 limes
1/2 cup white vinegar
1 tsp salt
1 1/3 cup water
Made my first hot sauce! Now it needs a nameβ¦
Started a new hobby about a month ago, brewing ciders and mead!
You be seeing more of this in addition to other foodie stuff I get myself into. Iβve been trying to find more for-fun activities that donβt rely on my laptop.
I think Jacqueline in Ever After said it best βIβm only here for the foodβ
What's coming in CSS? Mixins, Functions, Progress, and more⦠www.youtube.com/watch?v=ER4A...
Very much want this
And if you have the API endpoints and contracts, you can stub them with something like Mirage.js
I am very excited to announce the alpha release of the #WebComponents Language Server!!!
wait a goddamn minute!
whoa! anyone know where the docs are for this!?
I'll say it again: Every framework should be going all-in on first-class web components support.
With React eating the world, second-tier frameworks are often left behind. Web components are the scalable way for these projects to support multiple frameworks, and we should all encourage it.
βThe reason SPAs became the default wasnβt because they were better. It was because, for a while, they were the only way to deliver something that felt fluid β something that didnβt flash white between pages or jank the scroll position.β
www.jonoalderson.com/conjecture/i...
Can you Syntax Highlight a code snippet on the web without overloading the DOM with a ton of elements wrapped around the tokens? | www.bram.us/2024/02/18/c...
Progress
Gary Numan
Dear IDEs and AI tools,
Can you all settle in on one path to mcp.json, so we donβt have to take the same damn config file and copy/paste for each one of you!?
Don't blame Sheryl, all she wanted to do was have some fun.
π’ BIG NEWS IF YOU ARE AN OPEN SOURCE MAINTAINER!
The HeroDevs Open Source Sustainability Fund is giving $20M to creators shipping secure, high-impact OSS β while we handle legacy.
Learn how to applyβ www.herodevs.com/blog-posts/h...
#OpenSource #CyberSecurity #EOL #HeroDevs
To be clear, being solved at scale.
The question is whether it is a solvable problem? If so, itβll be a multi-billion dollar answer for the person who does.
Tree components are a bear to build, not for the feint of heart.
Building tools for yourself is fun. I built this recently: marketplace.visualstudio.com/items?itemNa...
I did use agentic tools to help build some of it and unsure if it helped more than if I just did it all myself, which was one of the drivers for building this extension in the first place.
Okay gang, those who sling HTML, CSS, JS, which _Firefox_ bugs are blocking you? Which features do you think need improving? What new features would you like to see? What work would you prioritise? Big or small, bonus points for linking to a bug (even more for filing bugs then linking them)!
Hey friends, did you know you can make a modal <dialog> element dismissible by clicking outside (aka light dismiss) by adding `closedby=any` to it. That's it. That's all there is to it.
<dialog closedby=any>
developer.mozilla.org/en-US/docs/W...
Chrome 134+, Firefox 140+, coming soon to Safari.
CSS support in Import Attributes!