On October 17, 2024 at 13:48

Today I learned that the GitHub Checkout actions sets the http.[..].extraheader config flag which silently applies to all git commands and prevents the use of any other tokens. Even with all my effort to isolate the CI tasks from the runner environment, this one config leaked through…

On October 15, 2024 at 13:48

Tried Windows for gaming — Xbox controllers randomly stop connecting, windows update in the background makes everything slow. Launch Steam which launches EA launcher which maybe self updates and asks to login again. Whaaaat?

On October 14, 2024 at 09:24

Responded to @kasparsd:

The patch applied to SCF simply clears out the $_REQUEST global variable that would be available to any such callback function like it already did with $_POST variable before the change.

On October 14, 2024 at 09:24

The ACF vulnerability that is "fixed" by the Secure Custom Fields plugin is not an actual vulnerability. The updated code path gets executed only if:

1. You're using ACF to define custom post types or taxonomies,
2. AND an administrator-level user has specified a custom metabox callback function that (a) already exist in your codebase and (b) is somehow malicious.

On October 10, 2024 at 13:48

The complexity of isolating or scoping PHP dependencies is the main reason why WordPress developers don't rely on re-usable packages. Ideally, this would be solved at the Composer level like NPM does it for Node.js. Like PHAR but for libraries.

On October 9, 2024 at 13:48

Do you use Threads? You can find me there too at @wpelevator@threads.net.

I use Buffer to schedule and cross-post all my content for easy access on whichever platform you prefer.

On October 8, 2024 at 19:39

"Don't roll your own crypto" they say. I've decided to roll my own online course platform with WordPress because all existing plugins and tools do too much for what is really needed. I've really enjoyed the custom platforms that wesbos.com and ian.is have built.

On October 8, 2024 at 13:48

For a weekend project I built a 12V UPS that can power 35W for around 2h. There is a boost converter in line that brings it up to 48V for PoE cameras and other devices while the NVR and the mini PC sip 12V directly.

On October 7, 2024 at 19:39

How do you keep track of links across the site to ensure they're up to date? On relatively new sites I often find myself updating page and post slugs which then requires replacing all references.

On October 7, 2024 at 13:48

Safari bookmarks bar on macOS now supports favicons and empty titles so I can finally switch from Chrome to Safari on Desktop. It was the only thing keeping me using Chrome.

How are you navigating to frequently visited sites?

On October 4, 2024 at 19:39

WordPress themes used to embrace Microformats which helped search engines extract semantic content without needing a plugin that prints JSON-LD schema.

How do we solve this with blocks when different content elements can be anywhere? Is it time to have basic JSON-LD implementation in core?