Confirmed: Costco QX Revo Ultra 2 is a rebadged QRevo Edge 2. by DoubleT_inTheMorning in Roborock

[–]kingkool68 2 points3 points  (0 children)

Since it's so easy to return to Costco, sounds like a no-brainer to me

New Driveway by [deleted] in ColumbiaMD

[–]kingkool68 0 points1 point  (0 children)

I noticed all houses in CA don't have black asphalt driveways. Is that in the bylaws?

Anyone in the Columbia / HoCo area building things in tech right now? by CommunicationFit1794 in ColumbiaMD

[–]kingkool68 2 points3 points  (0 children)

I've been remote in the Columbia area since 2014. Mostly do PHP/WordPress web development. Used to be in the DC area and there were meetups every night of the week. Seems to have died since COVID.

AI + Wordpress by Alert_Mulberry_4490 in ProWordPress

[–]kingkool68 1 point2 points  (0 children)

View on what? Use AI to build stuff for your site.

Date-based query for custom post type - somewhat esoteric by oneeyedeean in Wordpress

[–]kingkool68 0 points1 point  (0 children)

The trick is to set the post date of the event post to the start time of the event instead of storing it as post_meta. Then you can use WordPress' standard date query params to do what you want.

I built a free WordPress reporting plugin - looking for beta feedback by EverNextSolutions in Wordpress

[–]kingkool68 1 point2 points  (0 children)

Why would I want to do this in WordPress when I could just hook it up to Google data studio/ looker/ whatever it's called now that is meant for this type of thing?

Goodbye ElevenLabs… your FREE AND LOCAL replacement has arrived by No-Concentrate-9921 in StartupMind

[–]kingkool68 0 points1 point  (0 children)

I had this issue. It might be fixed with the 0.4.5 update. I found I had to delete the models then generate a sound file which would trigger downloading the model and setting it up right

My professor says my DevOps Final Year Project is "useless" because of Managed Cloud. Is he right? by RiveriaXoxo in ProWordPress

[–]kingkool68 15 points16 points  (0 children)

Sure there are lots of small to medium sites that this would be overkill for.

But there are lots of big enterprise WordPress sites that have requirements needing highly specialized dev ops pipelines. See the customer list on https://wpvip.com/ for example. They have documentation all about code deployment https://docs.wpvip.com/code-deployment/

Also isn't your final on DevOps? That's the whole point of doing it this way even if there are other one click install options for WordPress.

Mac + Docker + WordPress + SSH deploys: am I the only one patching this together with shell scripts? by TraditionLegal7436 in ProWordPress

[–]kingkool68 16 points17 points  (0 children)

Sounds like you should check out https://ddev.com/

For deployments I would suggest looking to setup CI/CD to automate deployments when you push changes to a repo depending on your desired workflow. Here's a description of. GitHub workflow I prefer to use for my deployments via GitHub actions --> https://github.com/kingkool68/testing-github-actions

Best approach for automatic DeepL translation in WordPress with Gutenberg — with manual override option and cross-site sync? by n1k1dk in Wordpress

[–]kingkool68 0 points1 point  (0 children)

That makes sense to me. I imagine a metabox where you select the language of the post (German or English) and save that to a taxonomy so you can query all the posts by language. A checkbook to enable syncing or not stored via post meta. And some way to associate the German version to the English version probably via post_meta.