JavaScript has a stop() function. Still waiting for collaborate() and listen()…
https://developer.mozilla.org/en-US/docs/Web/API/Window/stop
Dad, Husband, Web Developer
Into sketching 🎨, running 🏃♂️, magic 🪄
| Personal Site | https://chipcullen.com |
| Github | https://github.com/chipcullen |
| https://www.linkedin.com/in/chipcullen/ | |
| Instagram (Art Related) | https://www.instagram.com/chipcullen/ |
JavaScript has a stop() function. Still waiting for collaborate() and listen()…
https://developer.mozilla.org/en-US/docs/Web/API/Window/stop
I rebuilt a personal project of mine - this time with *just* web standards:
Check it out!
Explanatory blog post: https://chipcullen.com/the-return-of-the-font-combinator/
TIL that you can arbitrarily set the number of an <li> in an <ol>:
<ol>
<li>one</li>
<li>two</li>
<li value="5">five</li>
</ol>
🌈 Color.js is growing so much, we had to automate updating the millions of npm downloads counter in its readme. Currently at 84M total / +3M per week. 🤩
Speaking of, v0.6.0-beta.1 is fresh out the oven! https://github.com/color-js/color.js/releases/tag/v0.6.0-beta.1
Aiming for a stable next week if no issues 🤞🏼
Let’s talk about AI art.
This is old — 14 years old, in fact, which is pretty ancient in web terms — but it’s the first I’d seen of it (via @whitep4nth3r’s newsletter) and still holds up nicely: a “tediously accurate map of the solar system” by @misterjworth. Great for grokking those big ol’ distances.
https://joshworth.com/dev/pixelspace/pixelspace_solarsystem.html
It’s the last day to take the State of CSS survey!!!
https://survey.devographics.com/en-US/survey/state-of-css/2025
If you write CSS, please do! The information has real impact.
#css #webdev