It's a chinese flag, the old republic of china flag. Also known as the five races flag.
HN user
dhathorn
dmhathorn@gmail.com
There is a really great documentary about Kevin Carter and the bang bang club called "when under fire, shoot back" [0]
It's much better than the fictionalized version that TFA references. Although it doesn't seem to be widely available so it might be a bit of a chore to hunt down.
Why is family farming worth protecting? What extra value do family farms provide to me, the person actually buying food? People lose their jobs because superior companies out-compete them all the time. Why should farmers be protected from this?
This is an example of a problem called the Coupon Collector problem (https://en.wikipedia.org/wiki/Coupon_collector%27s_problem). Short version is that the expected value of number of pulls you'll need to collect all of the coupons (candy in this case) is nln(n), or about 16 pulls in this case. Of course some people are just going to be unlucky (as you demonstrated).
Yes, but the original article is spreading misinformation. Anesthesia is always used during organ harvests.
Anesthesia is always used during organ harvests. Anesthesiologists treat the donor just as they would any other patient undergoing surgery. This account by a Georgia anesthesiologist rebuts many of the points made by the article, and does so much better than I would do.
http://theunderweardrawer.blogspot.com/2012/03/death-or-some...
Non-technical.
Cocktail sort
twoWayBubbleSort = ->
VA.locals.swapped = true
while VA.locals.swapped
VA.locals.swapped = false
for x in [0...VA.length - 1]
VA.locals.x = x
if VA.gt(x, x + 1)
VA.swap(x, x + 1)
VA.locals.swapped = true
for x in[(VA.length-1)..1]
VA.locals.x = x
if VA.gt(x - 1, x)
VA.swap(x - 1, x)
VA.locals.swapped = true
twoWayBubbleSort()According to the inflation calculator: http://www.westegg.com/inflation/infl.cgi $100,000 1962 dollars is $712000 2010 dollars. A lot of money, for sure, but not 10 million.