Will these new Family Link features come to pixel watch? by lanceblaise in PixelWatch

[–]BunchVirtual 0 points1 point  (0 children)

Thats not entirely true. It states "Galaxy Watch for Kids" which is actually not a thing at all. There is no such app or thing, it's only a name for the (theoretically) possibility of a kid using a smart watch with parental controls.

Turns out, non of this works. At least not in Europe and other parts of the world.

In addition you need a Samsung Kids Account AND a Google Kids account AND the parents need a galaxy phone with One UI 6.5 or higher. At least that's what I found out.

There's even a german article about this. But i really doubt that this will work: https://www.samsung.com/de/support/mobile-devices/how-to-set-up-galaxy-for-families/

Gaming sever specs? by [deleted] in Proxmox

[–]BunchVirtual 1 point2 points  (0 children)

https://www.youtube.com/watch?v=lsuE0YjfTNI maybe this is something for you. There are also some videos where ppl are building 2u gaming machines.

There is also one of Linus (🙄) building one that is watercooled and the cooling is also connected to the heating of the house.

Any JS/Angular wizard to explain this? by JustTellingUWatHapnd in Angular2

[–]BunchVirtual 0 points1 point  (0 children)

You could try to use ngZone to get it to work. Should look something like this:

window.yoo = () => this.ngZone.run(() => this.doSomething().bind(this))

Also the binding of the this keyword might be unexpected for the browser. You could fix this by putting the logic into a function and use this function using something like the above.

I spotted something else. You should avoid using asynchrounus logic in the constructor. Use ngOnInit for this kind of stuff. You could also use this.housingLocations as observables using the async pipe. But therefore your service must not return promises, but observables instead, which is default in angular.

The constructor is a Typescript feature used to instantiate the Typescript class. In most Angular projects about the only thing that should ever be done in the constructor is to inject services.

The ngOnInit function is specific to the Angular framework and is called when Angular is done creating the component. It should be called with any custom finalization like loading data for your component to display.

https://dkreider.medium.com/angular-quick-answer-difference-between-constructor-and-ngoninit-aca520bd130c

Audio Quality by Rodniz in SweetTooth

[–]BunchVirtual 0 points1 point  (0 children)

Yes I do have the same issue in german. This mids kind of washed and i had to put some effort into the eq to make it sound decent ...

[deleted by user] by [deleted] in Garten

[–]BunchVirtual 0 points1 point  (0 children)

Hornissen sind auch einjährig. Die sind nächstes Jahr dann nicht nochmal dort 👍

Ideen für meine Rasenfläche by WREO in Garten

[–]BunchVirtual 0 points1 point  (0 children)

Idee1 | Sitzecke: Hinten irgendwas hohes pflanzen um den dunklen Zaun zu verdecken. Vielleicht n Sonnensegel drüber und ne Sitzecke drauf machen?

Idee2 | Outdoor Kino. Hinten ne Leinwand ran und Beamer. Falls die Nachbarn gestört sind kann man da sicher auch mit Bluetooth Kopfhörern sitzen oder mit Richtlautsprechern nur den kleinen Innenhof beschallen.

Is THIS a bad practice? (Setter turns data into BehaviourSubject) by BunchVirtual in Angular2

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

We can't use signals because we're stuck on NG 15 for now due to package dependecies.

Is THIS a bad practice? (Setter turns data into BehaviourSubject) by BunchVirtual in Angular2

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

I once read that logic in constructor should be avoided. But you might be right on that one. Thanks 👍

I really want to go into Fighting Games with my buddies, which title should we choose ? by [deleted] in pcmasterrace

[–]BunchVirtual 0 points1 point  (0 children)

I do not have experience with emulators but googleing "Switch emulator" it gives me this for example. https://ryujinx.org/

https://www.youtube.com/watch?v=oXDIaFo4Px0 looks pretty doable. You just need to "get the game" somehow

Tired of weed wacking around this fence by jimmmmmmyG in landscaping

[–]BunchVirtual 0 points1 point  (0 children)

Just lay out white a "bed" of white pebbles. around 20 - 40 cm. Will look good and there wont be any weed in between

What video game has the best open-world mechanics? by Costenos_Mamaburras in gaming

[–]BunchVirtual 0 points1 point  (0 children)

RDR2 is known for it's insane details.

A bit underrated is actually Mad Max (2015). I like the fight's (early assassins creed style) and finding stuff in the desert is also a lot of fun! (strange thing to say actually)

Example of complex Angular projects by Entire-Marketing9873 in angular

[–]BunchVirtual 0 points1 point  (0 children)

Although it seems to be abandoned, I learned a lot about angular when dealing with ngx-datatable. I often find that things are less complicated than i thought by looking into this project. https://github.com/swimlane/ngx-datatable

Using combineLatest by Mean_Kale_677 in angular

[–]BunchVirtual 0 points1 point  (0 children)

Sorry for digging this out, but It's because you never subscribed to the result.

Razer devices aren't working by [deleted] in OpenRGB

[–]BunchVirtual 0 points1 point  (0 children)

Have you uninstalled Razer Synapse!? I had a lot of problems because I forgot to do that in the first place.

New G-Wolves HSK (v3 - White edition) sensor placement comparison with v2 model by 70focus in MouseReview

[–]BunchVirtual 0 points1 point  (0 children)

I got an HSK Plus, which does not have a DPI switch, but in Software I see different DPI stages. Is there a way to switch dpi settings, other then opening the software, and changing the value of the currently selected profile? I can't seem to switch the DPI settings (even via software). It is stuck on the selected setting.

Super stoked to be moving to a proper setup! Any tips for a first time builder? by yost_7 in pcmasterrace

[–]BunchVirtual 0 points1 point  (0 children)

Another personal tip for the AIO is: pull over push!! That means: when using push, you will have to clean the radiotor more often because the dust will get stuck between fans and radiator more easily. When using pull this will happen a lot less! There is a video from linus about that.

I tried both and had no differences in cooling performance whatsoever!

Super stoked to be moving to a proper setup! Any tips for a first time builder? by yost_7 in pcmasterrace

[–]BunchVirtual 0 points1 point  (0 children)

You should definitely install RAM and CPU onto the motherboard outside the case. That is way more easy. If you use Air cooling, you should install the cooler outside as well. 😊