this post was submitted on 02 Nov 2025
1172 points (98.5% liked)

Programmer Humor

27412 readers
2482 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ZILtoid1991@lemmy.world 9 points 2 weeks ago (1 children)

Depends on the motherboard version. On later ones, the turbo actually worked to make your PC faster.

[–] tiramichu@sh.itjust.works 22 points 2 weeks ago (2 children)

As far as I understand, it's purely marketing semantics.

The point of the 'Turbo' button is to slow the CPU down to provide compatibility with old software that was written with a fixed clockspeed, where the software would become unusably fast on newer CPUs.

Calling this a "slow" mode or "compatibility" mode wasn't very marketing-sexy however, so manufacturers just flipped it around and called the normal speed 'Turbo'.

With later systems, developers all became aware that varying CPU frequencies were a thing, and started to base their software timings on the realtime clock instead.

So in later systems there was no longer any need to have the CPU run at anything other than its maximum (normal) speed - and the turbo button simply went away.

[–] tomiant@programming.dev 5 points 2 weeks ago (1 children)

...we had finally achieved permanent turbo.

[–] a_postmodern_hat@lemmy.world 3 points 2 weeks ago (1 children)
[–] tomiant@programming.dev 2 points 2 weeks ago

"We called it Purbo. It didn't catch on."

[–] Klear@quokk.au 1 points 2 weeks ago

With later systems, developers all became aware that varying CPU frequencies were a thing, and started to base their software timings on the realtime clock instead.

If only. Not sure how common it is nawadays - definitely still happening on occasion, but for example GTA: Vice City's physics get screwed up with uncapped framerate.