It… like, really blends.
It… like, really blends.
I don't know, so I'm wondering how alone I am! 😉
I realized that not knowing this is sometimes interpreted as lack of fundamental knowledge and interest in the language.
I don't know, so I'm wondering how alone I am! 😉
I realized that not knowing this is sometimes interpreted as lack of fundamental knowledge and interest in the language.
In USA it was a mediocre Dem candidate vs. an apocalypse. Easy choice, no? This episode of @ezraklein.bsky.social show was very insightful. youtu.be/Sx0J7dIlL7c?...
It's helpful to truly begin to understand over being angry.
In USA it was a mediocre Dem candidate vs. an apocalypse. Easy choice, no? This episode of @ezraklein.bsky.social show was very insightful. youtu.be/Sx0J7dIlL7c?...
It's helpful to truly begin to understand over being angry.
I later discovered that the speaker hasn’t created a single PR outside of their GH org 😕 How does this happen?
A disingenuous OSS talk only hurts the community.
I later discovered that the speaker hasn’t created a single PR outside of their GH org 😕 How does this happen?
A disingenuous OSS talk only hurts the community.
But if I run out of pills for a number of days, their system doesn't appear to tell them that, only that I'm out.
1/2
But if I run out of pills for a number of days, their system doesn't appear to tell them that, only that I'm out.
1/2
My charger broke, so I asked for a new one until I fix the old one, but they didn't have that one because it's "old". Also, they stopped fixing broken stuff.
So the "official" solution was to… what, buy a new computer??
My charger broke, so I asked for a new one until I fix the old one, but they didn't have that one because it's "old". Also, they stopped fixing broken stuff.
So the "official" solution was to… what, buy a new computer??
Kaleo – I Can't Go on Without You
youtu.be/90XqrDOAuqE
Kaleo – I Can't Go on Without You
youtu.be/90XqrDOAuqE
- window.matchMedia()
- Custom Elements
- shadow DOM
Isn't that crazy impressive??
- window.matchMedia()
- Custom Elements
- shadow DOM
Isn't that crazy impressive??
Use Intl.Segmenter API. Available in every JS runtime
Use Intl.Segmenter API. Available in every JS runtime
<use> creates a shadow DOM, and <title> inside shadow DOM isn't available in the accessibility tree.
It only works in the light DOM:
<svg>
<title>plus</title>
<use href="/icons.svg#plus" >
</svg>
Why am I only learning about this now??
<use> creates a shadow DOM, and <title> inside shadow DOM isn't available in the accessibility tree.
It only works in the light DOM:
<svg>
<title>plus</title>
<use href="/icons.svg#plus" >
</svg>
Why am I only learning about this now??
But React streaming doesn't work without JS. And, unless your placeholders are exactly the same height as the content, streaming breaks scroll position.
What are we doing?
But React streaming doesn't work without JS. And, unless your placeholders are exactly the same height as the content, streaming breaks scroll position.
What are we doing?
I launched a new show called The Callback. It’s weekly web dev news with my dumb humor sprinkled on top.
If this pilot does well I get to make more, so watching, liking, and sharing would be DEEPLY appreciated 💜
www.youtube.com/watch?v=eMOD...
I launched a new show called The Callback. It’s weekly web dev news with my dumb humor sprinkled on top.
If this pilot does well I get to make more, so watching, liking, and sharing would be DEEPLY appreciated 💜
www.youtube.com/watch?v=eMOD...
I remember when I was asked to remove focus on click altogether… and I still see encounter this practice! 😰
I remember when I was asked to remove focus on click altogether… and I still see encounter this practice! 😰
I'm struggling with reducing complexity, my goal is also to use it only for caching (framework mode).
I'm struggling with reducing complexity, my goal is also to use it only for caching (framework mode).
I guess this is safe to do until tests start failing?
I guess this is safe to do until tests start failing?
It's unnecessary. By default, the `body` stretches horizontally as much as necessary.
It's problematic. Setting `width: 100vw` on it can cause overflow even if you remove the default `margin`... because the page may have a scrollbar.
#CSS
It's unnecessary. By default, the `body` stretches horizontally as much as necessary.
It's problematic. Setting `width: 100vw` on it can cause overflow even if you remove the default `margin`... because the page may have a scrollbar.
#CSS
In the comment highlighted below the video I pointed out the problematic parts: www.youtube.com/watch?v=bmWQ...
In the comment highlighted below the video I pointed out the problematic parts: www.youtube.com/watch?v=bmWQ...