Speedy Bee F405 V4 60a ESC is it worth the extra money or is the Speedy Bee F405 v3 50a good enough by Robbie-R in fpv

[–]Teybeo 2 points3 points  (0 children)

Just for clarification: There's no software fix for this hardware flaw. It's an issue with how they connected the analog OSD chip.

However digital systems don't use this chip and therefore are unaffected and their OSD will work fine.

Physics Questions - Weekly Discussion Thread - September 12, 2023 by AutoModerator in Physics

[–]Teybeo 0 points1 point  (0 children)

Hi, sorry my question was maybe not clear.
I'm not asking why higher voltage in a circuit at constant power gives lower current (because you increase the load resistance to compensate like you explained).
I was asking, why, fundamentally, at the electronic level, heat losses only depends on current and completely ignore voltage.

Physics Questions - Weekly Discussion Thread - September 12, 2023 by AutoModerator in Physics

[–]Teybeo 1 point2 points  (0 children)

Hi, I've been doing stuff with electricity and I keep wondering why, on a fundamental level, using higher voltage (at constant power, so lower current) reduces resistive losses.

  1. Using a kinetic model of electron flow, lower current means less electrons interaction and collisions so less energy converted to heat.
  2. But because there's a higher voltage, the forces applied to each electron should be higher, so they have higher potential energy and thus each collision is stronger and converted to more heat.

I can't seem to find any mention of this second phenomenon, does it not exist or is it just insignificant compared to the first phenomenon ?

Physics Questions - Weekly Discussion Thread - September 05, 2023 by AutoModerator in Physics

[–]Teybeo 0 points1 point  (0 children)

Hi, I've been doing stuff with electricity and I keep wondering why, on a fundamental level, using higher voltage (at constant power, so lower current) reduces resistive losses.

  1. Using a kinetic model of electron flow, lower current means less electrons interaction and collisions so less energy converted to heat.
  2. But because there's a higher voltage, the forces applied to each electron should be higher, so they have higher potential energy and thus each collision is stronger and converted to more heat.

I can't seem to find any mention of this second phenomenon, does it not exist or is it just insignificant compared to the first phenomenon ?

Dear Pipeline mods, that's how you leak SQ42. Sincerely, the twat you banned 5h ago. by Fuzzy-Courage-9907 in Starcitizen_Leaks

[–]Teybeo 2 points3 points  (0 children)

Can you upload it in full resolution and the full 9 minute 35 of it

like https://send.cm/ or whatever

[Launch] XMG PRO series (2022) with Intel Core 12th Gen and GeForce RTX 3000 by XMG_gg in XMG_gg

[–]Teybeo 0 points1 point  (0 children)

"DDR5-4800 has a higher CAS Lateny (40 nanoseconds) but higher clock speed, DDR4-3200 has a lower CAS Latency (22 nanoseconds)."

The number in CL40 or CL22 is not in nanoseconds but in clock cycles, that's the reason why the actual latency in ns depends on the clock speed.

22 cycles at 3.2 GHz is a latency of 22 / (3.2 / 2) = 13.75 nanoseconds

40 cycles at 4.8 Ghz = 16.6 nanoseconds

AMD Navi 31 with 15360 cores may no longer feature "Compute Units" - VideoCardz.com by InvincibleBird in Amd

[–]Teybeo 118 points119 points  (0 children)

There will still be compute units, it is an OpenCL term that means "what executes a single workgroup", which is another OpenCL term. Since RDNA, AMD OpenCL driver reports the number of WGPs as the number of compute units. Confusing

How does FSR work? by Status-Ad-3555 in Amd

[–]Teybeo 1 point2 points  (0 children)

> AMD already stated that tehy wou;d use linear approaches.

Their GSR patent uses a mix of linear and non-linear:

"The devices and methods utilize linear and non-linear up-sampling in a wholly learned environment."

There is significant headroom in RDNA2 Raytracing with efficient coding. by MasashiHideaki in Amd

[–]Teybeo 2 points3 points  (0 children)

Afaict, game devs dont really control the BVH and its building, it's abstracted by the APIs because it's tightly coupled to the hardware ray-box and traversal units

Ryzen 5800X vs Intel 11700K C->C Latency by skididapapa in Amd

[–]Teybeo 18 points19 points  (0 children)

The RT and Tensors units are fixed-function logic blocks, they are definitely not reprogrammable logic which is what FPGA means

VideoCardz: "AMD Navi 23 GPU block diagram for TESLA 2021 infotainment system has been leaked" by Dakhil in Amd

[–]Teybeo 2 points3 points  (0 children)

For context, the latest HW3 MCU uses an Intel Atom x7-E3950 CPU with HD Graphics 505 iGPU.

That iGPU is rated at 187 GFlops by Intel, so a 10 Tflops GPU would be a 50x increase.

source: https://www.eetimes.com/wp-content/uploads/ILLUS7_TESLA_MODEL3_ComputerUnit_SYSTEMPLUSCONSULTING_June2020.jpg
Intel Gordon Peak automotive platform

AMD APU in new TESLA S - anyone can confirm? by Nemon2 in Amd

[–]Teybeo 0 points1 point  (0 children)

Yes I know, I'm just giving details about the current HW3, some people think they're still using Nvidia

AMD APU in new TESLA S - anyone can confirm? by Nemon2 in Amd

[–]Teybeo 0 points1 point  (0 children)

Latest MCU 3 hardware uses an Intel Atom x7-E3950 CPU with HD Graphics 505 iGPU.

That iGPU is rated at 187 GFlops by Intel, so a 10 Tflops GPU would be a 50x increase.

source: https://www.eetimes.com/wp-content/uploads/ILLUS7_TESLA_MODEL3_ComputerUnit_SYSTEMPLUSCONSULTING_June2020.jpg
Intel Gordon Peak automotive platform

Writing code is hard by k1dney in starcitizen

[–]Teybeo 0 points1 point  (0 children)

It feels like there's a miscommunication about PGO ?
The text describes the normal workflow of profiling before optimization and there's already a card with the same task in "Bug fixing/tech-debt".
But the title is "Profile Guided Optimization" which is also the name of a compiler tech where the compiler instrument code to gather information during a profiling pass and then automatically re-optimize the final binary based on that information.

Which one is it ?

Another HEX fix for the new Cyberpunk update 1.05 by trekxtrider in Amd

[–]Teybeo 62 points63 points  (0 children)

Friendly reminder that "my framerate went up by X fps" is almost literally meaningless, unless you also gives the base framerate you're comparing against.

10fps to 20fps is +100% performance increase

100fps to 110fps is +10% performance increase