When I import my Google Analytics data in #CanIUse, it says only 80 % of my visitors have support for CSS clamp()
, while it's 90 % globally. 🤔
I have almost only tech-savvy visitors, so I don't understand. 🤷♂️
When I import my Google Analytics data in #CanIUse, it says only 80 % of my visitors have support for CSS clamp()
, while it's 90 % globally. 🤔
I have almost only tech-savvy visitors, so I don't understand. 🤷♂️
I bet I can find 10 different ways people handle responsive images in Markdown, for example in #Eleventy projects… I'm part of the problem. 😅
Shouldn't we try to first list requirements, and then maybe find a single solution for everyone, if possible?
I wish #Pinboard allowed defining (meta?) tags as combinations of multiple other tags, like design
+ system
for example.
tag bundles are using a logical OR
so a bundle with design
and system
will show bookmarks with only the design
tag.
Michael Wolfe
Why are software development task estimations regularly off by a factor of 2-3?
I have never found a better analogy to show the systematic difficulty in providing software estimates, which are frequently wrong: Man, this is slow…
I created my first @raycastapp command, it's so simple! 😍
https://github.com/nhoizey/raycast-commands/blob/main/search-nho.sh
Being able to quickly create GitHub issues with @raycastapp is so great! 😍
Adrian Todorov
Please support Web Monetization if you want less ads on the web
for a lot of web content creators, ads remain the main way to make money of the content they produce, which could be just to compensate costs, as…
When reading about @morepolite, it reminded me about Jolicloud. Looks like it's normal: https://www.jolicloud.com/
Also, https://www.slowweb.io/ looks a lot like a VC friendly version of what #IndieWeb has been saying AND doing for many years… 🤔
Hynek Schlawack
Semantic Versioning Will Not Save You
As a maintainer of several open source projects (both in Ruby and JavaScript), I agree with everything Hynek says about the difficulty for a maintainer…
JavaScript performance beyond bundle size
There’s a huge focus recently on JavaScript bundle size: how big are your dependencies? Could you use a smaller one? Could you lazy-load it? But I…