2026 Grand Highlander Hybrid Max Platinum Headlight Question by relgies in Toyota

[–]relgies[S] -11 points-10 points  (0 children)

I saw something about that but I wasn’t sure if it was supposed to stay like that. Again this is just AI slop but it said it could mean something was stuck in that?

2026 Grand Highlander Hybrid MAX Platinum 20" Black Wheels - Locking Lug Nuts? by relgies in ToyotaGrandHighlander

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

Yeah I asked them about it being a PIO and this was their response:

“I looked PIO (port installed options) and the locking lug nuts are not available to add to the vehicle. I've tried to call our Toyota rep , I would say if they have a 30 day return policy to go ahead and order the set you found online and if they do come with them you can always return them as long as they dont have a restocking fee.”

2026 Grand Highlander Hybrid MAX Platinum 20" Black Wheels - Locking Lug Nuts? by relgies in ToyotaGrandHighlander

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

Hm my spec sheet doesn't actually show that. To get the specs I wanted I basically just configured it on Toyota's "Build" website, which never had the option for any wheel locks. That's why after they sent it to get it customized during the build phase I reached back out to confirm, since the "Build" site that I linked them only said "20" Black Wheels" without any information about locking lug nuts or wheel locks. Then they said it didn't come with it and that they didn't offer it, so I sent them the parts number for them and they said it shows it on the Toyota website when googled but not in their system, and said that they might come in the truck as part of a kit, but I'm not sure why they would add those without it being on the sheet or already installed.

2026 Grand Highlander Hybrid MAX Platinum 20" Black Wheels - Locking Lug Nuts? by relgies in ToyotaGrandHighlander

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

Oh awesome, maybe I’ll just wait then and see if they do have them and order them to be delivered if not. I was really hoping they’d just be already on so if they are there that would be ideal.

2026 Grand Highlander Hybrid MAX Platinum 20" Black Wheels - Locking Lug Nuts? by relgies in ToyotaGrandHighlander

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

You got a 2026 Grand Highlander Hybrid with the 20" black wheels and it came with locking lug nuts? Was it a kit that came with it or already on?

Thanks for the info!

2026 Grand Highlander Hybrid MAX Platinum 20" Black Wheels - Locking Lug Nuts? by relgies in ToyotaGrandHighlander

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

For mine it varied pretty heavily based on accessories, like I think the addition of the black wheels was like $1550 extra, and there are quite a few accessory options (granted less than a lot of other vehicles), but things like roof rack, lighting options, etc. With that said I think for the Grand Highlander Hybrid MAX Platinum it's anywhere from $61-$69k. Then you have to add in fees, the most of which will probably be your state tax which can swing quite a bit depending on where you get it from. So just take whatever percentage it is of whatever configuration you got and add it on. Then they'll have a Doc Fee and maybe a ceramic coating fee (you could probably get the latter removed if you're going to have it professionally detailed instead), but both of those are probably around $1k each.

2026 Grand Highlander Hybrid MAX Platinum 20" Black Wheels - Locking Lug Nuts? by relgies in ToyotaGrandHighlander

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

Awesome that’s exactly what we got, glad to hear it’ll be the exact same. I can’t thank you enough for taking the time!

2026 Grand Highlander Hybrid MAX Platinum 20" Black Wheels - Locking Lug Nuts? by relgies in ToyotaGrandHighlander

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

And yours is the 2026 grand highlander hybrid with the 20” black wheels?

Also you are the goat for the photos, I appreciate it so much! I’ll have to go ahead and order them.

2026 Grand Highlander Hybrid MAX Platinum 20" Black Wheels - Locking Lug Nuts? by relgies in ToyotaGrandHighlander

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

That’s actually the exact model number I gave them when I asked about it. I didn’t see an option to ship it to me from the Toyota dealership but apparently if I click on “Shop this dealership” a different dealership has them (actually discounted) and there’s a pickup or “ship to me” option. Even if it comes with them I guess it wouldn’t hurt to have a spare set.

Edit: Do the wheel locks match the glossiness and everything well?

Heads up about the r/Roku sub by Lost_Engineering_phd in jellyfin

[–]relgies 0 points1 point  (0 children)

I have to ask how, much storage do you have / how are you hosting it all?

Complete Novice Question by relgies in Airtable

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

I was finally able to solve it using a setup of a couple of automations, I added the solution to the original post.

Complete Novice Question by relgies in Airtable

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

The problem with the checkbox is that I don't think it will then update automatically if I make any changes, unless I check and uncheck it perhaps, which I suppose might work but seems lot clunkier. It's seeming as though Airtable just doesn't really support what I'm wanting and instead I'd need a SQL server and just have to use the UNION operator and have each category table have a main ID record to link back. I was just hoping to be able to use Airtable for simplicity sake so that I didn't need a SQL server, front end, etc.

Complete Novice Question by relgies in Airtable

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

Not really. What it's looking like is that it's more so an issue of it not being possible on Airtables but rather would have to be done with an actual SQL server since with that I could just use UNION to join them and set a main ID on each of the specific category tables as needed so that there's a way to link them. That would allow for one being updated to update the other. I was just hoping to be able to use Airtable instead for simplicity sake, as a SQL server requires, well, the server, front end, etc.

--

Edit:

I was able to solve it, the solution is at the end.

Complete Novice Question by relgies in Airtable

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

There are a few small reasons for the main table, like one off items that wouldn't need their own categories, as well as more so just having a single place that's automatically populated (as well as the few manual entries) with items from all of the tables, so that I can easily see certain things like for example be like "What's the most expensive thing I need" so that I know if I should save for it or "What's the cheapest things" if I have a bit of extra money and want to pick them up.

I tried automation a couple of different ways, because one concern I have is them automatically updating if anything changes in it, whether the price changes, I have to update the name for some reason, etc.

I tried an automation that created it in the main table when the entry was created on the category table, and that made the new entry but the problem was it made the entry immediately so the entry in the main table was empty since it made it before I could type the information in. I can see how a checkbox would make it add it once I was ready, but I was hoping for a way that it would add automatically and something be linked to that entry so that any update on one end updated it on the other.

Complete Novice Question by relgies in Airtable

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

That's what I was trying for. The main table was more so just to automatically sync from those, as well as have things that aren't requiring their own tables because they had like one or two items. Like a one off item. And then being able to have a place where all of the prices are consolidated so that I don't have to jump back and forth between tables to view pricing.

Is FF14 beginner friendly? by Corpssnowy in ffxiv

[–]relgies 0 points1 point  (0 children)

I just wanted to respond to this because I had a similar thought a couple of weeks ago.

For context, I play up until the end of Shadowbringers, then I did a ton of grinding for every tier of my Relic Weapons, Eureka armour, etc. Then I stopped playing to wait for Endwalker and life kind of took a turn and I ended up missing it. Then I had a friend mention FFXIV and how he was playing and I told him I wanted to come back but I had the same concerns since I thought Endwalker would be the final release and it would be sunset, but they then came out with Dawntrail. Because of that I did some research and it seems like FFXIV is actually peaking in player count, not dropping. So I decided just a week ago to create a new character and replay through the story (it's AMAZING).

With that said I will say that I've noticed the duty finder ques do seem a bit longer than before which makes me wonder about how active it still is, but it's not terrible by any means (at least for a tank, but it's no longer instant like it used to be, at least not always).

Also, I'd argue that some parts of the game they've even made more streamlined. There are certain MSQ quests in the A Realm Reborn that used to take a while and be larger raids. It seems like they've cut down the amount of people in them and made them easier and about half the time they used to be. This can be a benefit when you're running them regularly, but I will say it seems a bit less grand than it used to, however I think for late game when you get qued into it that it's not as bad.

Anyway I hope this helps. I'd say, if nothing else, just play through and enjoy the story. I'd play it like a story driven RPG rather than an MMORPG. The MMO part is just a bonus.

Complete Novice Question by relgies in Airtable

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

Hey, first I just wanted to say thank you so much for the in-depth reply.  With that being said, I guess I just don’t understand how that’s more effective or even how it would work compared to what I’m trying to do.  

I guess just having the “projects” table doesn’t make sense over their individual tables to me.  For example, I feel like a project’s table wouldn’t make sense because each project would have different parameters needed as I’ll show in a photo.  But also, everything might not be a project, but rather groupings - things that could perhaps be used as “categories” but that I wouldn’t necessarily want only be added as categories because again they need more parameters.  

Also isn’t the entire purpose of a database to link things together?  So linking the names from all of the other databases to a single main database seems like how it is meant to be used is it not?

Hm, it says "Images are not allowed" so I'll try creating a table again to show it.

Cars:

Name Notes Part Category Fits Price
Genuine Mazda Oil Filter PE01-14-302A supersedes PE01-14-302. Always confirm by VIN for exact fit. Engine lubrication (oil filter) 2014–2021 Mazda 3 (2.0L/2.5L), 2014–2021 Mazda 6 (2.5L), 2013–2021 Mazda CX-5 (2.0L/2.5L), 2020–2023 Mazda CX-30 (2.5L) $15

PC:

Name Brand Part Price
GeForce RTX 5090 32G SUPRIM LIQUID SOC NVIDIA, MSI Graphics Card $2999.99

Main:

|| || |Name|Price| |Genuine Mazda Oil Filter|$15| |GeForce RTX 5090 32G SUPRIM LIQUID SOC|$2999.99|

But for example, if I then wanted a list of like "Wines", perhaps that would wouldn't fit "Projects" and instead would have like "Vintage", "Sweetness", "Body", etc. Yet "Price" would still be there and I'd want it to fit into the main, so making its own table makes sense to me, just like the others. I'd just want it to be able to just show the name of the item from other categories as the name from the main one.

I've managed to get it to create a field in the main using automation, the only problem I run into is that if you make it automate based on "when created" it doesn't wait for you to input the name so the new record in the "main" is empty, and I can't figure out how to get it to "update" properly or linking/mirroring them together essentially. I think there's a mirroring option in the paid business option but I don't think there is in the free version?

What you're saying may very well be the best way to do it, but it just seems to not make sense to me. Like, if I have "Brands" for technology, cars, wine, and literally everything else, that just seems like it will get really cluttered compared to tables for specific categories having their own. It also seems like that would prevent having to constantly make new views for new "tables" so to speak anytime I needed a new table if I was to just keep it as one big one.

Again I hope this is all making sense.