this post was submitted on 18 Aug 2023
757 points (96.2% liked)
Programmer Humor
19817 readers
61 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Shouldn't it be a float that goes between 0 and 1 instead of an int. In this situation they'd be the same thing, considering 1 would be max lol.
So you only shower with 1° cold water? Or could the int maybe represent something like 40°C?
but degrees aren't integers, you can definitely also shower at 40,5°C
Not to overdissect a meme, but it really should be an unsigned byte since that's what the digitiser would probably have as an input or output.
You're getting down voted, but you're right lol
Yeah, don't know why people would describe temperature on a 0-1 scale
The temperature handle is either off or maxed out in this scenario. Not the temperature.
Yeah, that's why it says "supposed to work"