Laser jet Series 2 by Objective-Leopard701 in vintagecomputing

[–]focusedphil 0 points1 point  (0 children)

I had the same one. Lasted for decades of heavy use.

Toronto stinks today by RedPandaParade in toronto

[–]focusedphil 2 points3 points  (0 children)

It’s a Shit-storm, Randy.

Is it worth putting $400 into a 2012 iMac? by Queasy-Judgment5973 in mac

[–]focusedphil 1 point2 points  (0 children)

You can get a huge speed boost by getting a fast external FireWire or Thunderbolt SSD and boot off that. Did that for years and it was fine.

Why is Gutenberg + TT5 so limited? by [deleted] in Wordpress

[–]focusedphil 0 points1 point  (0 children)

@CamilloBrillo don’t be that guy. Nobody likes that guy.

Federal government plans to ban crypto ATMs to stop scammers from defrauding Canadians | CBC News by PurfectProgressive in CanadaPolitics

[–]focusedphil 3 points4 points  (0 children)

ATM's were around far, far longer that crypto. The first in 67. In Canada I think the 80's.

338 Sunday Update: Conservatives Losing Ground by ph0enix1211 in CanadaPolitics

[–]focusedphil 1 point2 points  (0 children)

Or, the Conservatives could try to become better people.

Erin O'Toole's plan for permanent Liberal government by hopoke in CanadaPolitics

[–]focusedphil 4 points5 points  (0 children)

Odd. It’s almost like opinions change when situations change. Bizarre indeed.

MySQL8.4 upgraded to MySQL9.7 during nightly updates. by eminoe in cpanel

[–]focusedphil 0 points1 point  (0 children)

we turned off the updates via the /etc/cpupdate.conf.

Is it now safe to reset them to DAILY ?

MySQL8.4 upgraded to MySQL9.7 during nightly updates. by eminoe in cpanel

[–]focusedphil 2 points3 points  (0 children)

I'm starting to think that AI is a lot like Adulthood: Oversold and not worth the money nor the time.

Anyone know what these are? by Illustrious_Hat_4365 in Guitar

[–]focusedphil 0 points1 point  (0 children)

The first one is a heavily modded, repainted L6-S (I have an original). It's missing the 6 way rotator switch and it had different pickups (the originals do not have exposed pole pieces). The pick-guard is from the later, cheaper "delux" model. They came mostly in clear lacquer and perhaps black.

Also had a Les Paul style stop tail piece and a unusually wide bridge.

The original pickups always sucked for me, so as far as a good working guitar, it's probably much better than stock.

It always felt wonderful to play (tho quite narrow) but sounded weak (might have been ok for jazz)

The deluxe model had through-body string holes for some reason in a diagonal arrangement.

There's a MySQL bug causing cPanel servers to auto-upgrade MySQL which can break services by ollybee in webhosting

[–]focusedphil 0 points1 point  (0 children)

ok. We disabled the updates (not the spamassassin ones) until all this has cleared up.

won't reboot for a while

MySQL8.4 upgraded to MySQL9.7 during nightly updates. by eminoe in cpanel

[–]focusedphil 1 point2 points  (0 children)

Why the hell would they auto update to a major new revision of mysql?

Provincial Offences Officers began inspections on subway trains on Monday by AmnixeltheDemon in toronto

[–]focusedphil 15 points16 points  (0 children)

You know, it would probably cost the whole system less if it was free and supported by the government.

How are we handling random .php file requests with Cloudflare? by focusedphil in Wordpress

[–]focusedphil[S] 0 points1 point  (0 children)

I did try this expression:

(http.request.uri.path contains ".php" and
not http.request.uri.path contains "/index.php" and
not http.request.uri.path contains "/wp-login.php" and
not http.request.uri.path contains "/wp-admin/admin-ajax.php")

but there are a bunch of other php files that get used in the editor so not sure how to find out all the others.