I made a quiz about the JS Date parser is. It's very easy and you will score very high.
jsdate.wtf
@imkev.dev.bsky.social
Frontend Engineering. Web Performance. Be kind.
I made a quiz about the JS Date parser is. It's very easy and you will score very high.
jsdate.wtf
I'm looking to recruit talented senior engineers that have experience related to web performance monitoring and optimization. If that sounds like youβor someone you'd highly recommendβplease send me a DM and Iβll share more details!
The role is 100% remote and async-first.
Elk.zone is really nicely done.
05.07.2025 19:36 β π 3 π 0 π¬ 1 π 0For some reason you need to skip the first bit (~0:05), then it starts playing as usual. π€·
05.07.2025 19:34 β π 0 π 0 π¬ 0 π 0Cursor's `Tab` behavior is impressively good but the cognitive overhead of a different IDE (and overriding my keyboard shortcuts) is driving me crazy. π΅
04.07.2025 12:14 β π 0 π 0 π¬ 0 π 0Leave it in the hands of some kids for a while and you won't recognize that plane any longer. π
26.06.2025 17:25 β π 0 π 0 π¬ 0 π 0@tunetheweb.com does Chrome DevTools AI allow you to change the wheels from round to square? Very irresponsible! π
Context: chrome.dev/cinemai/devt...
Thanks. In the past week or two I have started using Obsidian Web Clipper actually (I'm a long time Obsidian user) and so far it's working well. The only hiccup is that it doesn't work on Chrome mobile.
31.05.2025 06:41 β π 3 π 0 π¬ 0 π 0Screenshot of a VSCode dialog indicating that the `<dialog>` element is widely available across major browsers since 2022.
Baseline is now available in VSCode. This is a really neat feature with no extensions needed.
(catching up on Google I/O π
)
Read more: web.dev/blog/baselin...
Pocket will be discontinued. π What do you guys recommend for storing articles to read later (ideally works across all devices)?
support.mozilla.org/en-US/kb/fut...
Four LEGO diagrams that illustrate the four steps to create what resembles a robot. The instructions do not make any sense.
Do you want to keep your kids busy? Give them LEGO instructions from ChatGPT. π
20.05.2025 12:35 β π 2 π 0 π¬ 0 π 0Photo of a closed Framework laptop from above.
I finally joined the #framework club. π
09.05.2025 15:43 β π 4 π 0 π¬ 0 π 0We've just published v5.0.0 of the web-vitals JavaScript library for measuring Core Web Vitals.
github.com/GoogleChrome...
As a major release, this includes a number of breaking changes as detailed in the upgrading doc:
github.com/GoogleChrome...
Please read carefully before upgrading.
1/5 π§΅
Wow, you went for the clear keyboard. π
29.04.2025 07:46 β π 0 π 0 π¬ 1 π 0The @httparchive.org 's Web Almanac is looking for contributors for this year's edition.
github.com/HTTPArchive/...
Photograph of a child sitting on a skateboard, holding a football, watching a train pass by.
Back from a peaceful week in the Polish countryside with the family.
28.04.2025 07:43 β π 1 π 0 π¬ 0 π 0There's a lot of talk about 'vibe coding' at the moment. Andrej Karpathy's tweet that introduced the term is often mentioned. I suspect, however, that many people who are promoting the idea in the context of commercial product development may not have read the whole tweet.
01.04.2025 09:25 β π 57 π 21 π¬ 3 π 0Hey folks, the next episode of PerformanceObserver is now scheduled for 16 April with @verlok.bsky.social and @ethangardner.com ! See all details at performanceobserver.dev including add to calendar links with the join instructions.
#webperf
Screenshot of Google Search results saying: What is the world's highest death dive? The current world record in height is 832.6 meters and is held by CΓ΄me Girardot (FRA). In the women's class, the record is at 359.7 meters and is held by Norwegian AsbjΓΈrg Nesje. The current world record in freestyle death diving is held by Lucien Charlon (SUI) with a height of 532.6 meters. Source: https://en.wikipedia.org/wiki/Death_diving
Your regular reminder to not trust AI before diving off a cliff. π
26.03.2025 12:56 β π 1 π 0 π¬ 0 π 0After debugging this briefly and discussing it with the JIRA team, we confirmed the issue is actually caused by React DevTools not JIRA. Once React DevTools is disabled, JIRA performs well. (the JIRA website enables profiling on production)
17.02.2025 08:43 β π 1 π 0 π¬ 0 π 0The Interop 2025 dashboard is live!
(and I spy anchor positioning right at the very top!!!)
wpt.fyi/interop-2025
π£ Reminder!!
In 2 days, we have @toddhgardner.com and @inesakrap.bsky.social giving talks in our first meetup! For full details - check out our website (and add to calendar to get the join links)!
performanceobserver.dev
Hadn't heard of "outrage fatigue" or "doomscrolling" until recently, but lately I found myself wasting more time than I usually would on social media.
www.scientificamerican.com/article/outr...
If you're using Speculation Rules there's a small bug in Chrome 133 (just rolling out now) where DevTools + Local Overrides causes prerenders to crash π’
This only happens with DevTools open and when Local Overrides are enabled so shouldn't affect most of your usersβbut annoying for us developers!
I like his music actually and I'm guessing he has a more interesting story than most, so it might be worth a read. π Thx
04.02.2025 06:54 β π 1 π 0 π¬ 0 π 0Any recommendations for non-fiction books? Probably not politics or history, but almost anything else is good. π
03.02.2025 20:54 β π 1 π 0 π¬ 2 π 0π£ I'm so excited to announce a new meetup I started!
PerformanceObserver is a virtual meetup for the frontend web performance community!
The first event will be announced shortly. You can join the newsletter to make sure you don't miss an event.
#webperf
performanceobserver.dev
Ah OK I thought it was specific to my user. π
The queryLocalFonts API is only supported on Chrome: developer.mozilla.org/en-US/docs/W...
Thanks to your article and tool I understood some concept that before I just skimmed over and used without understanding. π
Similarly, when choosing some fonts from the dropdown it uses serif instead of the selected font, so I need to input the local font name manually. For example, "NotoSans-Regular" instead of "Noto Sans"
03.01.2025 13:00 β π 0 π 0 π¬ 2 π 0I was experimenting with your tool and noticed that the name of the font in the CSS snippet doesn't match my own tests using `queryLocalFonts()`. For example, the tool outputs `src: local("DejaVu Sans");` instead of `local(DejaVuSans)`. I'm not sure if this is browser (Chrome) /OS (Ubuntu) specific.
03.01.2025 11:59 β π 0 π 0 π¬ 1 π 0