Good Heart Donation Lottery Winner

The Good Heart Donation Lottery is closed. And the winner is...

0 [ggworley (master) ~/lottery](1649449423 2022-04-08 13:23:43)
$ cat lottery.rb
puts Hash[
  "EA Funds - Long-Term Future Fund" => 21,
  "Against Malaria Foundation" => 18,
  "EA Funds - Animal Welfare Fund" => 13,
  "GiveWell Maximum Impact Fund" => 11,
  "EA Funds - EA Infrastructure Fund" => 11,
  "Machine Intelligence Research Institute" => 11,
  "EA Funds - Global Health and Development Fund" => 9,
  "EA Funds - Even distribution" => 9,
  "FTX Future Fund" => 5,
  "Planned Parenthood" => 1
].collect { |k,v|
  [k] * v
}.flatten.sample(1)
0 [ggworley (master) ~/lottery](1649449430 2022-04-08 13:23:50)
$ ruby lottery.rb
EA Funds - EA Infrastructure Fund

The EA Infrastructure Fund!

I’ve updated my payment info in LessWrong so that my GHT will be cashed out to the EA Infrastructure Fun. I believe the payout should be $837 based on what I’m seeing, which means I’ll be making a donation of $163 to the EA Infrastructure Fun to round up to the $1000 pool minimum I promised. I’ll make payment shortly after I’m sure of the amount once LessWrong pays out on their side.

Thanks to everyone who voted and suggested charities as part of this fun extension to this year’s April Fool’s joke.

No comments.