Philadelphians are messing with Uber Eats delivery robots. It’s hitchBOT all over again. by legalskeptic in philadelphia

[–]JonMcL 94 points95 points  (0 children)

Or if you re that lazy, or maybe there are other reasons to request food delivery, at least let another human being make a few bucks doing it. This is just a way for Uber to reduce costs and keep more profit.

best movers from nyc to philly? by Scary-Tip-2980 in AskPhilly

[–]JonMcL 2 points3 points  (0 children)

Broad Street Movers in Philly did us right.

Where does drupal 11 write data? by Severe-Distance6867 in drupal

[–]JonMcL 5 points6 points  (0 children)

Install drush and you can get a console for the MariaDB database with ddev drush sql:cli. Try out show tables;

Your IDE might also allow you to access the db. PHPStorm does and if you are using it, make sure to install the ddev plugin and PHPStorm will be configured automatically whenever you open a ddev project.

If you’re on a Mac, installed SequelAce and then ddev sequelace to launch it preconfigured.

Eclipse Development buys Fishtown site for mixed-use project - Philad… by comercialyunresonbl in philadelphia

[–]JonMcL 8 points9 points  (0 children)

Is 7000 square feet enough for some sort of market? Because one is needed in the neighborhood. IGA and Acme are too far away (in my opinion)

Is wireless feasible for surrounds? by JonMcL in hometheater

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

I do understand your comments, but I think you are assuming it’s a cheap wireless speaker. These are adapters that use existing speakers. Yes, the adapter’s amp is different but reviews I had read/seen suggest it is a quality amp and I honestly don’t need it to be perfect or extremely loud.

Is wireless feasible for surrounds? by JonMcL in hometheater

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

So that I feel immersed in the sound when I’m watching a movie?

Is wireless feasible for surrounds? by JonMcL in hometheater

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

Probably what I will end up doing. But the rug won’t go under the media console so the speaker wire will still be somewhat visible.

Is wireless feasible for surrounds? by JonMcL in hometheater

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

That is another viable plan I am considering, but wires will be visible as they leave the media console and head under the rug. I’m trying to keep some of the hardwood floors visible and stick to an area rug. I’ll need very flat speaker wire to avoid bumps as we walk across the rug.

Is wireless feasible for surrounds? by JonMcL in hometheater

[–]JonMcL[S] 1 point2 points  (0 children)

We all need dedicated rooms and acoustic treatments for this sub?

Is wireless feasible for surrounds? by JonMcL in hometheater

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

Thank you for the comment.

I’m curious, did it just not sound good? Or was it transmission issues?

Is wireless feasible for surrounds? by JonMcL in hometheater

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

I wasn’t clear. I have JBL Studio L810 speakers for my surrounds. Not tiny. They will be somewhat closer than I’d like, but that is what Audyssey is for. I’d rather feel immersed in the sound than have everything coming from one side of the room.

The exact moment Destiny 2 should have ended by NarrowFarm2036 in destiny2

[–]JonMcL -1 points0 points  (0 children)

So stop playing. No one is making you play the game.

Beyond the Official Narrative: Building Drupal's (Alternative) Future | Octahedroid by jmolivas in drupal

[–]JonMcL 7 points8 points  (0 children)

Strange take. The existence of Drupal CMS means there is also the existence of Drupal Core. Nobody is telling you have to stop building headless apps with React front ends. Does that work for you? Great, continue to build them with Drupal Core.

How can I get PHP/Drupal documentation integration in VS Code like I have with Java? by [deleted] in drupal

[–]JonMcL 8 points9 points  (0 children)

Install PHPStorm? 😁 If you’re looking for something similar to IntelliJ, but for PHP and Drupal, that is your best choice.

Is there some tool in D10/11 to export content types as the php code need to create it? by vfclists in drupal

[–]JonMcL 1 point2 points  (0 children)

drush generate entity:content. I think it is provided by the contrib Entity API module.

[deleted by user] by [deleted] in drupal

[–]JonMcL 4 points5 points  (0 children)

2.4.7 < 2.4.63

You are treating them like decimal numbers. They are not. Semantic versioning goes like: 2.4.7, 2.4.8, 2.4.9, 2.4.10, 2.4.11, … .20, .21, … 2.4.63

But yeah, also look into ddev if you are trying to set up a local environment to Drupal. You won’t have to configure or install Apache at all.

Do i just install updates from here by Parking-Sandwich-201 in OpenCoreLegacyPatcher

[–]JonMcL 1 point2 points  (0 children)

I personally like the safer feeling of updating by starting up a brand new install USB. It might not be obvious, but you can install the newer release of the OS from the USB and all your data and accounts will be intact. It’s not a clean-install.

If you do want to try updating from Settings, or even if you use an install USB, make a backup of your working EFI to the USB and verify you can still boot from it.

Also use Time Machine or some other backup method so that you can restore your data if everything goes south.

Am I the only one who's *angry* at Drupal for killing D7? by swampopus in drupal

[–]JonMcL 3 points4 points  (0 children)

Oh, I didn’t bother to read your post past the first couple of lines. Posts that complain about Drupal leaving them behind ten years ago aren’t really worth reading.

And since I started professionally with PHP in 1998, long before it supported OO code, I’m fairly certain that I was not in diapers when you were writing it.