> the average US home consumes about 889kWh per month, or about 29.2kWh per day
I assume most of that is HVAC? I use about 1500kWh a year, but I don’t need aircon and heating is district heating.
That's 171 W on average, that's about the same as my refrigerator (~150 W on average).
There's lots of historical weirdness, mostly around stuff where the kernel went "oops, we need 64-bit time_t or off_t or whatever" and added, for example, getdents64 to old platforms, but new platforms never got the broken 32-bit version. There are some more interesting cases, though, like how until fairly recently (i.e. about a decade ago for the mainline kernel), on x86 (and maybe other platforms?) there weren't individual syscalls for each socket syscall, they were all multiplexed through socketcall.