00:14:42 Oh wow, that is hella cheap 00:16:23 At 0.03 $/kWh, even an old shoddy Intel cpu is profitable 00:17:08 Yeah. Until the damn wind power companies paid off the politicians and forced the power companies to sell power at higher rates. My dad worked at the dam and they're down to 60% production so the wind generation can be "competitive". 00:17:17 Even at 0.05 you'd still be breaking even 00:18:22 My dad said it's closer to 0.09 per kWh now. 00:18:48 In that case, better have a Ryzen 00:19:06 (3000 or 5000) 00:20:09 Net metering means that if I do solar I get to sell power back to the grid at the "fuel" rate so it might be cheaper to not mine. 02:45:32 hyc if we could go back and redesign RandomX from scratch, would there be anything we should have done differently? I see there’s been a number of commits to the RX repo since then, so I see there’s been development. But as to its core functionality, would you wish any adjustments as to how it does things? 02:46:39 Maybe the algo should have utilized the case RGB lighting ;) 13:56:44 lol 13:57:04 no, I feel we covered everything we can portably do across arbitrary CPUs 14:03:41 ...one thing that real CPUs do that RandomX doesn't, is stack pointer manipulation 14:03:59 e.g. pushing parameters onto a stack and popping them back into registers 14:04:19 or calling a function and pushing a return address, and then later popping and returning to caller 14:05:03 none of which can feasibly be done on a 100% random instruction stream, unfortunately