• 0 Posts
  • 28 Comments
Joined 1 year ago
cake
Cake day: July 10th, 2023

help-circle













  • If your average house only has one person showering at a time an 18 kW 3.51 GPM Tankless Electric Water Heater would work. It would cost about $500.

    To replace that with Keurigs would take some work. They draw 900 to 1500 watts depending on model. So it would take between 20 and 12 Keurigs to match the power draw. I’m not sure what the inlet/outlet tubing diameters are but it seems some replacement parts labeled 1/4" so that’s half a gallon per minute max. You’d need 7 or 8 running in parallel to move enough water. Probably 21 900 watt Keurigs running in groups of 3 would come closest.

    I estimate about $2000 in Keurigs plus another few hundred dollars in fittings and a lot of time to reproduce a purpose built $500 water heater.

    And of course Keurigs break frequently and you’d definitely void any warranty.

    Good luck!





  • I’m a bit behind on password specific hashing techniques. Thanks for the education.

    My background more in general purpose one way hashing functions where we want to be able to calculate hashes quickly, without collisions, and using a consistent amount of resources.

    If the goal is to be resource intensive why don’t modern hashing functions designed to use more resources? What’s the technical problem keeping Argon2 from being designed to eat even more cycles?



  • I was incorrect about the goal being minimal resources. I should have written that that goal was to have controlled resource usage. The salt does not increase the expense of the the hash function. Key stretching techniques like adding rounds increase the expense to reach the final hash output but does not increase the expense of the hash function. High password length allowances of several thousand characters should not lead to a denial of service attack but they don’t materially increase security after a certain length either.