How to waste CPU like a Professional
32 points
4 hours ago
| 5 comments
| mostlynerdless.de
| HN
dmoy
3 hours ago
[-]
Ah very cool. I thought this was going to be a tongue-in-cheek article about the proliferation of random corporate-mandated CPU hogs like croudstrike or w/e.

Pleasantly surprised by the technical article :). Reminds me of a lot of precise-number-of-idle-cycles functions from embedded world in a prior life

reply
PaulKeeble
2 hours ago
[-]
Likewise. Wasting user space CPU cycles is actually a moderately tricky thing to do when we have optimising compilers. Its not something that comes up a lot but it is occasionally something you do need to do in order to test other things and it is different to making a lot of system calls.

I think volatile is usually fairly well contained I can't immediately think of an obvious case where it could adjust the performance of the calling context indirectly but its pushing the problem onto that cache coherence part of the CPU so its not quite the same as an algorithm that consumes all the memory bandwidth or execution ports. Lots of little interesting trade offs in the weeds of this and other potential solutions depending on if any of this matters.

reply
ai-christianson
1 hour ago
[-]
The "stress" command is pretty good for this.
reply
woah
2 hours ago
[-]
These days it's all about wasting GPU like a professional
reply
giveita
1 hour ago
[-]
Stop gatekeeping. With vibe coding anyone can waste GPU.
reply
ge96
2 hours ago
[-]
I have this compulsion to not close my laptop if the battery is over 90% so I would open up html5 fishbowl and crank it up to 50,000 fish per window.

I was looking for some script like count primes I could run

reply
phi-go
2 minutes ago
[-]
Why not instead limit the charging level to 90%? Should save battery life as well.
reply
igtztorrero
2 hours ago
[-]
It's easy, just use Windows
reply
pcunite
2 hours ago
[-]
Would it use less power on ARM architecture?
reply