Email or username:

Password:

Forgot your password?
Top-level
EndlessMason

@RDogPinK
What if the computer is hibernating or thermal throttling or interrupted?

@GolfNovemberUniform @nixCraft

7 comments
RDogPinK

@EndlessMason @GolfNovemberUniform @nixCraft yeah, but the function says "computer_on", not retrieve status ;)

EndlessMason

@RDogPinK
It already says "on-ness" is not boolean in the signature - I'm not a big "typed language" enjoyer, but afaik that means non-binary, baybeeeeeee

@GolfNovemberUniform @nixCraft

GolfNovemberUniform

@EndlessMason @RDogPinK @nixCraft A hybernated computer is not an operational computer. And what does thermal throttling have to do with it?

EndlessMason

@GolfNovemberUniform
If i have 4 cores and I turn off two the computer is half on.

If I have those same 4 cores but they're running at 50% of their usual clock speed to prevent over heating the computer is also half on.

@RDogPinK @nixCraft

EndlessMason

@GolfNovemberUniform
The underlying rule I'm using here is
"Half of the compute being available means the computer is half on".

Like one might expect from a water tap, or a dimmer lamp except with computers you know... The kind of thing one might represent in a int32?

@RDogPinK @nixCraft

Go Up