Ok, hear me out. A Lord of the Rings remake, but with these two taking the One Ring to Mordor:
Posts by Kevin Lee Drum
🫖
I grabbed an electric fence to prove to my friends that it wasn't on.
I believe it's because `typeof new Box(100)` is still "object", so the SameValueNonNumber operation returns false. tc39.es/ecma262/mult...
Awesome list. Also maybe The Young Ones (2014).
🔖 here’s a little bookmarklet to let you quickly clear the cookies on a page without developer tools or incognito mode.
henry.codes/writing/a-bo...
If you see this, post your getaway vehicle
name a sci-fi show that is NOT Star Trek
"Creative Black Hole" by Antoine Wodniack
codepen.io/wodniack/pen...
I recognized the graphic right away. RIP
className is a lie
#CSS sibling-index() and sibling-count()
available Chrome Canary with experiments enabled!
easily stagger effects like:
`transition-delay: calc(sibling-index() * .1s);`
more info and a Codepen to fork
⤷ nerdy.dev/sibling-index
Great points throughout! Having built a web component library, I know how tricky it can be. I'd be curious to see how you'd tackle a data table. Creating replacements for tr, td, etc. is not ideal for a11y, but rendering native elements from data passed to a root component is rigid & complex.
Same.
bsky.app/profile/kld....
Overview of the CSS code from the link in the post
An image with a corner-only decoration
💡 CSS Tip!
A few lines of CSS and you have a nice corner-only border.
css-tip.com/corner-only-...
#CSS
We were trying the Post Malone Oreos (meh), which led me to pulling up the Wikipedia page for Hydrox cookies. And get this: Oreos are imitation Hydrox, not the other way around. My world has been turned upside-down.
Missing the big game bc I’m paddling a boat across the subterranean lake beneath the Paris opera house
The Cursive Song ♥️
too lazy?
watch.
black and white lines mingling with excitement, illustrator, processing
Joy
👏👏👏
I just love what CSS can do today. In this blog post, I explain how to create a scroll-to-top button that indicates the scroll position only with HTML and CSS.
matuzo.at/blog/2025/sc...
Playing around with some SVG turbulence + displacement map + mask effects.
Once again, I am eating the hot dog stalagmites from under the rollers at 7-11 just to feel something.
CompuServe. You can pick up a free trail at Circuit City.
Did you know you can center both vertically and horizontally in CSS now, without Flexbox or Grid?
Throw this on your block level element, and it works:
align-content: center;
justify-items: center;
And my trick to remembering it's those properties? It's the ones I never use normally 😆