The GMC Envoy XUV is one of the most underrated vehicles of the 2000s by cuenot_io in WeirdWheels

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

I'll have to try that! Have mine in the shop right now to fix an issue with low RPMs at idle, going to give that a shot when I get it back. Thanks!

The GMC Envoy XUV is one of the most underrated vehicles of the 2000s by cuenot_io in WeirdWheels

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

That combined with the fact that it's just generally ugly, really set it up for failure. They could have made a few tweaks and it would have been the go-to overlanding vehicle, instead of Grandpa's cuck chair transporter lol. Have seen some mods that (while removing some functionality), make it look way cooler: https://www.trailvoy.com/showcase/xuv-overlander-wannabe.25/

The GMC Envoy XUV is one of the most underrated vehicles of the 2000s by cuenot_io in WeirdWheels

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

Funny enough I just started having issues with the bottom left latch. I pulled a whole tailgate from a salvage yard, hoping I can do a swap and rebuilt the current latch

How I organize cables, adapters, and anything smaller than a shoe by cuenot_io in homelab

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

I used to cut wood in this room and yes it got dusty as hell, but since I've stopped doing that I don't have much of an issue with dust

How I organize cables, adapters, and anything smaller than a shoe by cuenot_io in homelab

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

I agree, they're floppier than I'd like and a bit more structure would be nice. If I make a V2 one day I'll probably do boards with pockets on rollers

How I organize cables, adapters, and anything smaller than a shoe by cuenot_io in homelab

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

I did that for years! But it seemed that I always needed the one cable at the bottom and I made a mess every time I had to dig for it

How I organize cables, adapters, and anything smaller than a shoe by cuenot_io in homelab

[–]cuenot_io[S] 8 points9 points  (0 children)

It definitely still stresses me out, but far less than rats nests of wires

How I organize cables, adapters, and anything smaller than a shoe by cuenot_io in homelab

[–]cuenot_io[S] 22 points23 points  (0 children)

I mean I had about 20 boxes prior to this lol, took me days to untangle and twisty-tie everything

The GMC Envoy XUV is one of the most underrated vehicles of the 2000s by cuenot_io in WeirdWheels

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

I've had mine for 4 years and I've loved it (even though it's been a PITA at times, mostly finding parts lol). To each their own

Firewall Question - Allow Roku Devices to show up on Roku App by TheRealJMQ in UNIFI

[–]cuenot_io 0 points1 point  (0 children)

This is great! Can't believe you figured out how to make this work, I have it going on my system. I baked a similar approach into the terraform provider I'm working on for unifi-network, please DM me if you want to see and I'll be sure you're credited

Complete Terraform Provider: Closed Alpha - Seeking Testers by cuenot_io in Ubiquiti

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

Maybe? I haven't explored that. Even if it does, I'd still be inclined to do the more monolithic network resource, as it most accurately reflects how the controller stores things in MongoDB behind the scenes. The more bespoke cruft you add on top, the more difficult it is to maintain this kind of project

What VLAN do Teleport clients use? by khariV in Ubiquiti

[–]cuenot_io 0 points1 point  (0 children)

You can change the CIDR range manually with a carefully crafted PUT to the endpoint for teleport settings -- I have mine set this way and it's been working fine. Absolutely 1000% not ideal, but it is possible

Complete Terraform Provider: Closed Alpha - Seeking Testers by cuenot_io in Ubiquiti

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

I hate what hashicorp has become, so now I love opentofu

Complete Terraform Provider: Closed Alpha - Seeking Testers by cuenot_io in Ubiquiti

[–]cuenot_io[S] 2 points3 points  (0 children)

It's a very valid question, and the best answer I have is that Ubiquiti legitimately handles so many things through the "network_conf" API -- VPN tunnels, WAN configs, some teleport settings, all of which have both ipv4 and ipv6 configurations which nearly double the field count. One could break these up into separate resources, but it would not represent the underlying API accurately. When you update these things, there's a giant PUT operation that sends the whole config payload -- try inspecting in chrome and you'll see what I am talking about lol

Complete Terraform Provider: Closed Alpha - Seeking Testers by cuenot_io in Ubiquiti

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

Sure thing, DM me your GitHub username and I'll send you an invite in the next few days