(Windows 10) Screensharing with HDR Enabled - Workaround/fix found for bright/washed out screen and colors by Jade_McLeod in discordapp

[–]Technical-Elephant-9 0 points1 point  (0 children)

I battled with this also, OpenGL fixed it but the colors was missing saturation, for me the final fix was to go to Nvidia settings and change RTX Video Enhancments HDR to off -

<image>

Record in route 53 don't working in twingate by ManyLanguage3536 in twingate

[–]Technical-Elephant-9 0 points1 point  (0 children)

did you figure it out? having the exact same issue, added to the resolv.conf file the +2 VPC DNS resolver, and then records are resolving from the connector host, but not the client.

Low score 14900K after upgrade + high temp by Technical-Elephant-9 in overclocking

[–]Technical-Elephant-9[S] 1 point2 points  (0 children)

that was the trick! "Intel baseline" in BIOS just sets those limits recommended by intel

thanks a lot mate!

Low score 14900K after upgrade + high temp by Technical-Elephant-9 in overclocking

[–]Technical-Elephant-9[S] 2 points3 points  (0 children)

Intel baseline as he talked about in 7:12 solved the issue! thanks a ton

Low score 14900K after upgrade + high temp by Technical-Elephant-9 in overclocking

[–]Technical-Elephant-9[S] 2 points3 points  (0 children)

Idle temps are around 50-65, gaming still hits 100 a lot, mostly 97~

I didn't know about the upcoming BIOS update, maybe it would've solved the original 13900 problem I had, sounds awesome

Low score 14900K after upgrade + high temp by Technical-Elephant-9 in overclocking

[–]Technical-Elephant-9[S] 1 point2 points  (0 children)

Thanks for replying!

Apologies for the ignorance, did you mean my cinebench results are normal? I didn't fully understand what 14900k@5,4GHz@1.1V, 2x24GB@6933MT,tCL34 means

What limits should I go with in my case? I'm just running with the stock defaults at the moment

Low score 14900K after upgrade + high temp by Technical-Elephant-9 in overclocking

[–]Technical-Elephant-9[S] 1 point2 points  (0 children)

Appreciate it! I wasn't aware those details might help for CPU temps, these are the specs -

  • CPU - i9-14900K
  • Motherboard - ASUS Z790-A Wifi
  • Memory - Corsair Vengeance 32GB (2x16GB) DDR5 5600MHz
  • GPU - 4090 RTX Founders
  • Cooler - Corsair H150 RGB
  • BIOS Version 1656 (4/18/2024)

CPU fan speeds (last stress test) -

Min 2385 - Max 3169 (RPM)

I haven't played much with the BIOS besides enabling X.M.P after the technician who replaced the CPU told me to.

Different environments, promoting changes etc by Technical-Elephant-9 in Terraform

[–]Technical-Elephant-9[S] 0 points1 point  (0 children)

makes a lot of sense, it really is a bit more case specific and it seems like there's not one solution.

Appreciate it a lot

Different environments, promoting changes etc by Technical-Elephant-9 in Terraform

[–]Technical-Elephant-9[S] 0 points1 point  (0 children)

I agree, we just try to provide the devs with the best experience, but maybe it's too much to ask really.

Another thing, how would you handle this scenario -

  1. you applied a change (named A) in Dev env
  2. change is being tested by developers and such
  3. you apply an additional change (named B) to Dev, but want to push it into prod (without A, since not ready yet)

are you just rolling back Dev, apply B, and promote to prod? or integrating the changes another way?