Discussions

Discussions

6559 bookmarks
Custom sorting
Pip liked a post by Brian Kardell
Pip liked a post by Brian Kardell
Happy Anniversary CSS! On 12 May 1998 CSS level 2 went to Rec. It's amazing how far the web and CSS has come in 28 years. Thank you to everyone who has contributed to CSS over the years! www.w3.org/Style/CSS/Ov... #WebStandards #WebDesign #CSS w3c.social/@w3c/1165617...
Pip liked a post by Brian Kardell
Pip liked a post by Stef Walter
Pip liked a post by Stef Walter
Why would you need a tiny JavaScript engine for 3D voxel scenes rendered to SVG? Not sure. But, it’s very cool, so here you go: meodai.github.io/heerich/
Pip liked a post by Stef Walter
Pip liked a post by Ryan Mulligan
Pip liked a post by Ryan Mulligan
Converted handwriting into a CSS-animated SVG for a personal tribute project. See it on CodePen: codepen.io/editor/hexag...
Pip liked a post by Ryan Mulligan
Pip liked a post by NullVoxPopuli
Pip liked a post by NullVoxPopuli
anyone else *super* irked when someone pastes to you what the AI said, as if it has any authority on anything?
Pip liked a post by NullVoxPopuli
Pip liked a post by Haz
Pip liked a post by Haz
Firefox has been moving fast lately. Many of the bug reports I'm following have been fixed. And 151 will finally support CSS container style queries. Firefox already has the fastest CSS engine of the big three. If it catches up on features too, it might become the best browser.
Pip liked a post by Haz
The Nerd Urban Dictionary
The Nerd Urban Dictionary
A crowdsourced list of sci/tech/biz words nerds use to signal that they’re smart
The Nerd Urban Dictionary
Pip liked a post by MDN Web Docs
Pip liked a post by MDN Web Docs
JavaScript now has non-mutating array methods ✨ `toSorted()`, `toReversed()`, `toSpliced()`, and `with()` return new arrays instead of modifying the original. No more [...arr].sort() to avoid side effects. Learn more 👇 developer.mozilla.org/en-US/docs/...
Pip liked a post by MDN Web Docs
Pip liked a post by Sara Soueidan
Pip liked a post by Sara Soueidan
Fun fact: alt text is not only useful for blind people / people who can't see the image. It can also be useful for those of us who can see the image but need to understand why the author posted the image or what message they want the image to convey.
Pip liked a post by Sara Soueidan
Pip liked a post by Josh W. Comeau
Pip liked a post by Josh W. Comeau
Whimsical Animations launches on Monday and I’m already getting the pre-launch jitters. 😂 I really think this is my best course. Excited to finally get it published! ✨
Pip liked a post by Josh W. Comeau
Pip liked a post by Sam Rose
Pip liked a post by Sam Rose
Yeah and that’s fine, I’m including that when I say “produce work with LLMs.” I have no idea why anyone would limit themselves to not looking at or writing any of the code themselves. Same way I wouldn’t expect anyone to paint a room with just a roller.
Pip liked a post by Sam Rose
Pip liked a post by zeu
Pip liked a post by zeu
tech literacy should be part of the curriculum in today's day and age, especially around what the internet is, how it's built, and the common bugs/outage reasons. no one needs to know how to code even, just like how i know about the water cycle without knowing the chemical minutiae of the reactions
Pip liked a post by zeu
Pip liked a post by Filipe Freire
Pip liked a post by Filipe Freire
I always loved this type of work! Some of my colleagues dreaded it, and enjoyed building exciting new features more. But I do think that you level up as a developer *precisely* because you do this kind of work. Which patterns scale, which don't. What is testable, what isn't.
Pip liked a post by Filipe Freire
Pip liked a post by dan
Pip liked a post by dan
what commenters genuinely don’t seem to understand is that you can absolutely produce high quality work with agentic llms if you have good engineering judgement, know how to wield them, and maintain a strict code review culture.
Pip liked a post by dan
Pip liked a post by Sam Rose
Pip liked a post by Sam Rose
This is something that surprises me. Not that you _can_ produce excellent work with LLMs, but that so many people _aren’t_. From my experience it’s quite easy to make good stuff with LLMs, my best guess as to why people don’t is that they’re having too much fun going fast.
Pip liked a post by Sam Rose
Pip liked a post by Amit Sheen
Pip liked a post by Amit Sheen
One of the fun things about playing with the new HTML-in-Canvas API is that it lets me revisit all sorts of cool ideas I’ve seen in the past and wished I could implement on native elements. Like this one, based on Paola Demichelis article from about a year ago. (Links 👇)
Pip liked a post by Amit Sheen
Pip liked a post by Alexander Lichter
Pip liked a post by Alexander Lichter
Want to start writing tests but no idea how to get started? The @vitest.dev docs now have a Learn section that covers evergreen concepts (matchers, tests, dealing with async code, mocks, ...) and also current topics like writing good tests with AI! Time to get started 🎉
Pip liked a post by Alexander Lichter
Pip liked a post by Erin Kissane
Pip liked a post by Erin Kissane
One of the hardest things to get across to most software people with great intentions is *how strong defaults are* and how tired everyone else is of dorking around trying to get things to work, but this understanding is the thing that made Apple, for all its many flaws, such a giant.
Pip liked a post by Erin Kissane
Pip liked a post by Piccalilli
Pip liked a post by Piccalilli
This is good advice even for those with 20 years experience. Thanks for the reminder @scott.is 💛 piccalilli.link/md-q-and-a-5
Pip liked a post by Piccalilli
Pip liked a post by No Starch Press
Pip liked a post by No Starch Press
you could keep googling “why does my cron job not work” OR you could get 15 Linux books for $60 and become the person with answers Linux, The Good Stuff on @humblebundle.com: https://www.humblebundle.com/books/linux-good-stuff-no-starch-books Proceeds benefit @eff.org
Pip liked a post by No Starch Press
Pip liked a post by Pavel
Pip liked a post by Pavel
After days of ruthless trimming, my 3500 word talk is down to a manageable 5800 words
Pip liked a post by Pavel
Pip liked a post by MDN Web Docs
Pip liked a post by MDN Web Docs
CSS nesting is now Baseline 🎉 Write nested selectors directly in CSS — just like Sass, but natively. .card { color: black; &:hover { color: blue; } .title { font-weight: bold; } } No preprocessor needed. Learn more 👇 developer.mozilla.org/en-US/docs/...
Pip liked a post by MDN Web Docs
Pip liked a post by Sara Soueidan
Pip liked a post by Sara Soueidan
My favorite #CSS additions are often the simple ones that make a big difference (in UX or DX), and the light-dark() function adding support for images is now one of them 🙌🏻 www.bram.us/2026/03/19/m... @bram.us
Pip liked a post by Sara Soueidan