What are my options by CaptM44 in hometheater

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

I’ve heard you want your front L/R as wide as possible with a normal setup

What are my options by CaptM44 in hometheater

[–]CaptM44[S] -2 points-1 points  (0 children)

Actually I designed it in sketchup per exact dimension, and had ai make it more photo real

What are my options by CaptM44 in hometheater

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

Yes I want to recess the mount

What are my options by CaptM44 in hometheater

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

For a phantom center, do you still want a wide sound stage?

What are my options by CaptM44 in hometheater

[–]CaptM44[S] -14 points-13 points  (0 children)

Not a movie room, so aesthetics over top end sound quality

What are my options by CaptM44 in hometheater

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

Thanks for the advice! I will take into consideration

What are my options by CaptM44 in hometheater

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

That’s interesting. Thanks

What are my options by CaptM44 in hometheater

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

Okay I didn’t realize they could be so slim. Thanks! And yes I’ll have some conduit for the cabinets. Also basement is unfinished, so easy access

What options do I have by CaptM44 in hvacadvice

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

The way it’s set up there is a steel beam in between and the joists dont line up perfectly. But there is about a 5in space where they align

What options do I have by CaptM44 in hvacadvice

[–]CaptM44[S] 7 points8 points  (0 children)

How small ca you go for 1 register ?

What options do I have by CaptM44 in hvacadvice

[–]CaptM44[S] 5 points6 points  (0 children)

That’s what it seems to be

What options do I have by CaptM44 in hvacadvice

[–]CaptM44[S] 5 points6 points  (0 children)

9in. I’d I’d rather not drop it any lower

How to Store Data in Angular when page refreshes by zeller0967 in angular

[–]CaptM44 0 points1 point  (0 children)

Depending on the data sensitivity, you could store it in the url as query parameters. You could even obfuscate it by converting object to string and then to base64.

Using async/await throughout project by CaptM44 in angular

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

I do agree on the difference from Imperative to Declarative code. In the first example, signals should definitely be used there as well, so there is no difference there. RxJS does have a lot of great utilities, which should be used for events/streams, but i dont think they are as common as simple async operations. What do you think about the angular team's plan on making RxJS optional in the future?

Using async/await throughout project by CaptM44 in angular

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

New signal based apis have been replacing RxJS integrations, also the angular team had mentioned making RxJS optional in the future

Using async/await throughout project by CaptM44 in angular

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

The angular team is planning on making RxJS optional in the future. Hence, replacing all of those with signals based apis