On October 23, 2024 at 13:48

In the WordPress space we have three notable examples of monorepos: Gutenberg for JS packages, Jetpack, and Performance Lab for isolated plugins. Are there any other monorepos that you’re aware of?

I've started collecting all the examples as part of this guide: wpelevator.com/guides/monorepo

On October 22, 2024 at 13:48

What do you use for compressing videos and normalizing audio? I'm looking for a simple app that does it all based on sane defaults or custom profiles. My target user (wife) doesn't want to remember to configure anything.

On October 20, 2024 at 14:53

Built this bench for a local cold plunge spot as a weekend project with the kids. Really happy with the wider top — it makes the seating more comfortable and provides more space for the gear.

On October 19, 2024 at 10:16

I have this mystery with an Ubuntu Wireguard client behind a LTE internet which disconnects and never re-connects whenever the Mikrotik router looses its ISP DHCP lease. The PersistentKeepalive is configured everywhere. Worth noting that the Mikrotik is a member of the same Wireguard network and that connection is not impacted.

On October 17, 2024 at 19:39

During my research for the @wpelevator domain name I created list of various WP brand ideas. Here are two more domains that are still available — UncoverWP-com and UnwrapWP-com. Feel free to use them for your project!

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.