On March 4, 2025 at 20:39
Responded to @kasparsd:
Learn more about Image Pilot: https://wpelevator.com/plugins/image-pilot
Responded to @kasparsd:
Learn more about Image Pilot: https://wpelevator.com/plugins/image-pilot
Block editor has this helpful focal point selector. Wouldn't it be great if you could set a default focus point for all images and then use it during resizing the intermediate sizes? I'm thinking of adding this to the Image Pilot plugin.
Is anyone else getting these Facebook confirmation codes for fake accounts created with random @yourdomain.com email addresses?
Responded to @kasparsd:
Here is the changeset: https://github.com/WordPress/gutenberg/pull/68781
My fix for adding the custom page order sorting option to Query Loop block has been merged and should land in the WP core with the next Gutenberg sync. 🚀
Responded to @kasparsd:
The biggest opportunities in the LLM space are in these tailored integrations and interfaces for specific use-cases where the LLM becomes almost invisible.
Exciting times!
On my flight home, I watched a university professor spend over 30 minutes grading a basic undergraduate business paper — still not finished by the time we landed.
An LLM could have handled 90% of the initial work in seconds, freeing the professor to focus on personalized feedback while the model learns and improves with each iteration.
How come Zed doesn't support HTML and PHP syntax out of the box? Both are the most installed extensions so people definitely want them.
Is there really no filter to adjust the output of WP_Styles::print_inline_style?
How do you handle translations for your commercial WordPress plugins?
The recent frontend updates to @github are making it unusable — on-page search is broken (always jumping to incorrect places), layout shifts everywhere, slow to scroll.
Are you also experiencing this?
Ever wanted to mock the Cloudflare Image API locally? Here is a sample WordPress plugin that enables cdn-cgi/image/… routes locally and supports only image resizing.
Here is the code: https://gist.github.com/kasparsd/ad32dd602cc72fc824547f484d34449e which I created when testing the Image Pilot plugin integration. https://wpelevator.com/plugins/image-pilot
Responded to @kasparsd:
Here is a great talk by Billy Lynch: https://www.youtube.com/watch?v=C5LkGK4W590
Code signing doesn't solve everything because there are so many places where malicious code can creep into downloadable software. Source attestation is like a bill of materials with signed receipts.
Responded to @kasparsd:
Found via: https://robertheaton.com/2014/01/20/cookieless-user-tracking-for-douchebags/
Using browser cache for cookie-less user tracking is really smart. Assigning an identifier as Last-Modified or Etag response header and then tracking those subsequent requests seems unstoppable.
Is this why cross-domain requests have their isolated caches even for things like Google fonts, JS libraries, etc?
Responded to @kasparsd:
Here is the job posting: https://boards.greenhouse.io/anthropic/jobs/4497958008
Please don't use AI when applying for AI jobs 😂
GitHub Copilot is catching up with Cursor:
– An "agent mode" that allows chat and edit to work across all project files.
– The improved autocomplete now suggests the next edits you might want to make outside of the current line of code (defining additional class attributes, for example).
– With prompt files you can have an AI-specific documentation within your project to provide context for code preferences, architecture, etc.
Here is a video walkthrough: https://www.youtube.com/watch?v=C95drFKy4ss
Today I learned that Twitter allows changing password without asking for the second factor. Anyone with access to a valid session can simply change the password and lock you out. Same with account email apparently.
They do have this additional toggle for password resets (if email access is compromised, for example) but that is also disabled by default.