On February 20, 2026 at 14:48

WordPress block development with breakpoint debugging for JS is a life-changer! So is PHP breakpoints, to be honest.
Instead of hunting for the correct file in the browser console, you just add breakpoints in VS Code and it automatically stops the JS executation at that point to show you the full state.
On February 19, 2026 at 17:35
Responded to @cdevroe:
@cdevroe That is an excellent suggestion, thank you! I don’t use spaces and didn't think of that.
On February 16, 2026 at 14:48

When can we reasonably expect all macOS apps to use the correct squircle radius?
I can't believe VSCode and Google Chrome are still different from the Finder or any of the built-in apps…
On February 15, 2026 at 15:21
On February 15, 2026 at 15:21
I can't believe I'm discovering the Apple Shortcuts just now.
In one click it can now get my computer ready for screen recording — it opens VS Code, web browser + recording app, and resizes the windows to fit a specific aspect ratio.
The app is bundled with every Mac and iPhone since 2021. Be sure to check out the included library of pre-built shortcuts and automations for inspiration.
On February 4, 2026 at 14:48
Responded to @kasparsd:
Why Users Reach the Price but Don’t Buy
I analyzed multiple rrweb session recordings (36k+ events across several user sessions). These are clear, recurring behavioral patterns that explain why purchases stall near the end — even when traffic quality and checkout functionality are fine.
This is not a traffic problem.
This is late-funnel decision friction.
On February 4, 2026 at 14:48

Can AI help optimize your landing pages and help drive sales from actual user session data?
We enabled user session recording using PostHog (which uses rrweb behind the scenes), and drove Meta ads to the page.
Then used AI to extract those 36k+ events into a single file (right from the browser console) and asked it to analyze the results.
Here is what it said:
On January 22, 2026 at 14:48

Turns out that building a "Clear formatting" feature for the WordPress block editor is more difficult than I imagined.
Many blocks have the inner content as part of the `content` attribute but things get difficult with RichText, for example.
Do you have a solution for this?
On January 4, 2026 at 10:02
Really great insight into image AI and how everything is just vector math at the end. https://chaos.social/@blinry/115816148248650239
On December 29, 2025 at 11:51
New on blog: Notes on Umami Analytics https://kaspars.net/blog/umami-analytics
On December 21, 2025 at 07:48
Trying to find an alternative to Screen Time for kids on macOS since it’s completely unreliable and the UX is terrible.
AdGuard/PiHole with a macos user profile that enforces DNS seems like one option. Need to be local and selfhosted.
Suggestions?
On December 8, 2025 at 14:48


Add logging to my kitchen-sink WordPress plugin with handlers for error_log() and Query Monitor.
Nice to have info/debug level data while developing and warnings+ on PROD.
How are you handling this in your plugins?
On December 7, 2025 at 19:18
After sunsetting a VPS that was used for backup of other VPSes, I decided to have #restic send everything to a restic-rest instance (as docker container) on my #homelab NAS over #wireguard.
Amazing how restic can backup to so many destinations (s3, sftp, http) over so many transports.
On December 4, 2025 at 14:48

Did you know that HTTP3 is already supported by 92% of browsers and can offer 10-20% performance improvements (mostly to LCP) especially for mobile users?
Nginx added support for HTTP/3 two years ago in version 1.25.0 so it is available in most recent Linux distributions.
Just make sure to allow UDP connections on port 443 in your server firewall to avoid hours of debugging like I did 😂
On December 2, 2025 at 14:48

Did you know there is a way to check the historic web vitals for your sites from actual user data?
Try it out here: https://cruxvis.withgoogle.com/
On November 28, 2025 at 18:09


Has anyone had luck registering for AliExpress API access?
Getting auto-rejected and not sure what to try next.
On November 23, 2025 at 17:48
Check out my updated /uses list with the latest gear and software changes from 2025: https://kaspars.net/uses
On November 23, 2025 at 08:35

The #FAIR plugin for WP doesn’t like iOS Safari. Probably an outdated regex on user agent?
On November 23, 2025 at 08:28
Amazing how little PHP can do so much! https://serverless.industries/2025/07/06/antiframework.en.html
I also do 99% of prototyping in PHP.
Fun idea from @christian

