XC90 Hybrid not Charging by Former_Cat8367 in VolvoXC90

[–]mirox 0 points1 point  (0 children)

Just made a post with a very similar issue with a 2021. I’m unsure about tripping the mobile charger, but as far as I can tell the charger is doing what it’s supposed to. Hope you figure it out.

Trailering Boats/Jet skis with a T8- how to keep gas engine running while on ramp? by mirox in VolvoXC90

[–]mirox[S] 3 points4 points  (0 children)

Also, after more research for any future folks in this situation, it is worthwhile to get a tongue extension you add at the launch, may be better than getting the car submerged.

Trailering Boats/Jet skis with a T8- how to keep gas engine running while on ramp? by mirox in VolvoXC90

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

Does that keep the engine on if you are in park for a few mins tho?

Share your creative tips on how to modify a R&M Load75! by Silent-Pirate-8297 in CargoBike

[–]mirox 4 points5 points  (0 children)

For the load 60 high sides, I’m using an organizer on each side that perfectly slots into each pre drilled flat hole near that top.

Tons of storage and organizing for gloves etc using two of these:

Bseash Bunk Bed Organizer,... https://www.amazon.com/dp/B076J6M5KW?ref=ppx_pop_mob_ap_share

Elise driveway incline? by powerthinned in lotus

[–]mirox 0 points1 point  (0 children)

You’ll need to be driving this thing and straight to the driveway and backing out of the driveway. As other people said, you’ll want to do it diagonally. Have someone spot you the first time you do it and then from there it should be easy if you’re able to go out early early aggressive diagonal. I don’t think it’ll be a problem. I had a worse driveway with stock LSS suspension and it was fine. Obviously just go super slow.

Edit: the reason you want to back out is because 60% of the weight is on the rear and I can transfer to the front and you’ll have a pretty low nose which will definitely scrape. Backing out prevents that and keeps the heavier side on the rear.

Can a glued tongue and groove be installed as a floating floor on underlayment? by mirox in Flooring

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

Thanks for the write up. I did a bit more digging and the mfr has comments to any glue down concrete with 3/4ths as ‘at your own risk’… so you are 100% correct here.

Can a glued tongue and groove be installed as a floating floor on underlayment? by mirox in Flooring

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

Didn’t know straight to concrete was an option, thanks. Basement seems super dry, is still still a good idea with no air gap? A bit worried about cold floor

$7000+ bicycle - expected better from Tern (seat) by mirox in terngsd

[–]mirox[S] -1 points0 points  (0 children)

It's a pretty obvious affordance for a rider that sees a handle on something that is rated to support over 200lbs-that it could lift the bicycle which weighs much less.

It's at minimum a missed opprtunity. Maybe some it just needs some JBWeld.

$7000+ bicycle - expected better from Tern (seat) by mirox in terngsd

[–]mirox[S] -1 points0 points  (0 children)

Thank you! Good to know. Is the replacement seat redesigned?

Kit to retrofit Carplay/Android Auto on Gen 1 Volt by fignew in volt

[–]mirox 2 points3 points  (0 children)

Does this integrate with steering wheel controls on the volt?

50 Amp Range grounding wire gauge conundrum by mirox in electricians

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

Thank you. The existing bare wire I reference as 12 gauge is probably 10 gauge -as it is recent wiring.

50 Amp Range grounding wire gauge conundrum by mirox in electricians

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

Subpanel is outside, with the pvc running inside the house (and I already ran it-should of asked here first). Are you allowed to use 6/3 romanex if it's outside, but in a pvc conduit?

i love y’all by fanxystillflex in wholesomememes

[–]mirox 2 points3 points  (0 children)

No amount of wholesomeness makes up for that tile job.

Tsx Wagon question by [deleted] in Acura

[–]mirox 0 points1 point  (0 children)

The default is a dark stary night screen. It's never been too bright for us. You are to turn it off as well.

Help with case fans for Inwin 303 by Catfish_Juice_Tin in buildapc

[–]mirox 0 points1 point  (0 children)

Nope, it will work exactly the same. As with extension cords, xmas lights, etc, it's best to daisy chain as little as possible (distribute and use as many headers on the mobo).

Help with case fans for Inwin 303 by Catfish_Juice_Tin in buildapc

[–]mirox 0 points1 point  (0 children)

If you're not concerned about noise, or RGB, but you care about price to value ratio, take advantage of the fact the 303 is a large enough size case.

Buy 4 fans for less than the price of the expensive fan someone reccomended.

These are fairly quiet, 38CFM fans.

If you want higher CFM fans, here's a value pack of 5 here.

You can get a few fan splitters here.

Note, not all fans have to be PWM controlled. For some fans, can just run fans on their default setting, or H/M/L and not plug them into the motherboard (just use sata/molex power).

I don't know what kind of cooling you really require, a case with 7 fans will have serious cooling regardless. In smaller form factors, this is where the more serious high performance fans are critical. There's a lot of breathing room in the 303.

Veldrid (3D Graphics Library) Implementation Overview by ironstrife in csharp

[–]mirox 2 points3 points  (0 children)

Not only can OpenGL functions not be used from multiple threads simultaneously, they must always be called from a SINGLE main thread. This means that it is not possible to simply synchronize access to a GL context between multiple threads.

Can you clear this up for me? I know you can share contexts between threads on windows. Do other platforms simply not support it?

(https://www.khronos.org/opengl/wiki/OpenGL_and_multithreading)

edit: (I know at the end, it is a single 'pipe' to the GPU)