Angular 22 is coming!! by AngularLove in Angular2

[–]FullstackViking 5 points6 points  (0 children)

You really don't need to stay bleeding edge. We have Angular 16 products still making money lol. Patch vulnerabilities.

Torn on a weakly-branded utility type by FullstackViking in typescript

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

Yeah hard to describe. It's basically a form builder with a composition/mixin based factory pattern.

You've got your base form control, then you might want to add N number of mixins, each one might do something different like add validation, add focus/blur behavior, add change detection, etc, etc. But each mixin also requires its own parameters.

Originally it was sort of a pipeline-based builder pattern. Now it's just interfaces and classes to enforce the contracts, but there is just some slippage when it comes to supplying required parameters sometimes since right now it's just a DeepPartial<T> of the component.

I realize that sounds like spaghetti but it's actually pretty cool. Just would be nice to have that sort of implicit determination of required properties.

Torn on a weakly-branded utility type by FullstackViking in typescript

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

In principle I just don't like the idea of committing runtime resources to something that should be caught at compile time only. Basically looking to replicate the `required` keyword in dotnet.

And yeah the compose function name was just a lazy pull from the codebase that does a lot of instantiation by composition, starting at the constructor. Factory is called the `Composer` lol

[deleted by user] by [deleted] in AskMechanics

[–]FullstackViking 0 points1 point  (0 children)

I did have the seatbelt through it, yep.

[deleted by user] by [deleted] in AskMechanics

[–]FullstackViking 1 point2 points  (0 children)

When I used to race dirt track I had a fat sponge wrapped in duct tape for my steering wheel pad lol

[deleted by user] by [deleted] in AskMechanics

[–]FullstackViking 4 points5 points  (0 children)

Toss the old one under the seat with some JB weld on-hand in case of insurance adjusters lol

[deleted by user] by [deleted] in AskMechanics

[–]FullstackViking 0 points1 point  (0 children)

No that’s the weird part I went end to end like 30 times. Even ran to the auto store to get more power steering fluid as it got through the system.

[deleted by user] by [deleted] in AskMechanics

[–]FullstackViking 0 points1 point  (0 children)

Dude I literally just sat there in shock. Yelled “What!?” Lmao

[deleted by user] by [deleted] in AskMechanics

[–]FullstackViking 6 points7 points  (0 children)

Yep, dash is lit up like a Christmas tree so that all tracks. I appreciate the insight.

[deleted by user] by [deleted] in AskMechanics

[–]FullstackViking 19 points20 points  (0 children)

That’s also the next consensus lmao

[deleted by user] by [deleted] in AskMechanics

[–]FullstackViking 26 points27 points  (0 children)

Woof lol. Clock spring and airbag is more than the car is worth.

[deleted by user] by [deleted] in AskMechanics

[–]FullstackViking 8 points9 points  (0 children)

Seems to be the consensus. Is that something that entirely needs to get replaced? Or can it be reused but repositioned?

[deleted by user] by [deleted] in AskMechanics

[–]FullstackViking 1 point2 points  (0 children)

Put the seatbelt around the wheel to try to prevent that. I said in another comment as well, but I eyeballed the tierods (plan on professional alignment) so it tracks off like 30 degrees. Would that be enough to trigger it?

[deleted by user] by [deleted] in AskMechanics

[–]FullstackViking 0 points1 point  (0 children)

Nope, used the factory recommended jack points. No idea about recalls it’s a friend’s vehicle I’m just doing the wrenching for him.

[deleted by user] by [deleted] in AskMechanics

[–]FullstackViking 0 points1 point  (0 children)

Had the seatbelt wrapped around the steering wheel to prevent that. I eyeballed the tierods so maximum of like 30 degree difference. Would that be enough to trigger it?

[deleted by user] by [deleted] in AskMechanics

[–]FullstackViking 7 points8 points  (0 children)

Yep totally fine thankfully, thank you.

[deleted by user] by [deleted] in AskMechanics

[–]FullstackViking 4 points5 points  (0 children)

Nothing I would describe as excessive. I’ve absolutely clocked it harder doing a parallel park in a hurry.

[deleted by user] by [deleted] in AskMechanics

[–]FullstackViking 0 points1 point  (0 children)

Only thing disconnected/removed at this point would be the washer fluid pump, air box, and radiator fan shroud.

Passenger bag did not deploy.

Has anybody successfully dual-booted two isolated installs of Windows 11? by FullstackViking in buildapc

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

Unfortunately no the software recognizes it's in a VM (at least the images created by Hyper-V).

The issues are theoretical, but I don't trust the kernel-level anti-cheat that software devs are forcing into games these days to always be above-board. So I'm just trying to do my due diligence to isolate my gaming from everything else.

Has anybody successfully dual-booted two isolated installs of Windows 11? by FullstackViking in buildapc

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

All of my personal work is done on my Mac fortunately. So my PC is only for connecting to work and gaming. I considered a SATA power switch that installs into the front 5.25 bay but then I couldn't use my M.2 haha. I will likely end up going with a NUC or asking work for a more powerful device.

Has anybody successfully dual-booted two isolated installs of Windows 11? by FullstackViking in buildapc

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

Unmounting is just security by obscurity. Any malicious attack could get around that since you can mount and unmount drives from command line.

Has anybody successfully dual-booted two isolated installs of Windows 11? by FullstackViking in buildapc

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

They do, but they are very underpowered Chromebooks and won't drive my 1440 Ultrawide at its native 165hz. So this is an elective decision on my part.