HN user

ThisIBereave

100 karma
Posts0
Comments29
View on HN
No posts found.

Agreed. I was definitely expecting a reference, and I was confused that the table of contents listed the authors & their positions before mentioning the title of the chapter.

I lived in China for 6 months and saw plenty of cops with guns and saw undercover cops roughly throw around a street vendor who had gotten too close to the forbidden city for their liking. Your view here seems to be willfully obscured.

Having your opinion formed by the media is a necessity of living in a world where you can't get first hand information for everything, i.e. a constraint imposed by reality. the difference is that in the west you can choose what media you want to pay attention to, and the media itself is free to report what it wants.

From Wikipedia[1], "In the past 540 million years there have been five major events when over 50% of animal species died." So if your measure for bio-diversity is the number of unique animal species, it dropped by half at each mass extinction event. The events only reflect a drop in the diversity of animal species as this is an "easily observed, biologically complex component of the biosphere", so the overall change in bio-diversity could be lesser or greater.

1: http://en.wikipedia.org/wiki/Extinction_event

Right now Liberia has about the population and land area of Virginia, which means it's already overpopulated.

First, that assumes Virginia is 'optimally populated'.

Second, according to Google, the population of Liberia is 4.294 million (2013) and the population of Virginia is 8.186 million (2012), so using your Virginia-baseline, Liberia can about double its population before being considered over-populated. The Indian state of Kerala, meanwhile, has 34.8 million (2012) people in a smaller area (~38k mi^2 vs ~43k mi^2).

Against Sharing 12 years ago

The drivers have to pay for their own insurance, so it's not that. Hard to see how a background check requires 20% of all revenue.

It can be very difficult here to get by without knowing chinese unless you live in a foreigner-friendly area (i.e. a tourist area or near a university).

I'd suggest using a tour company if you want to travel more widely. Having a translator at least would be very valuable.

"He had no idea who was behind it until last August, when he provided malware samples to a security firm at the request of a Bloomberg reporter. A forensic analysis of the malware by Joe Stewart, a threat expert at Atlanta-based Dell SecureWorks, identified the intruders who rifled Solid Oak’s networks as a team of Shanghai- based hackers involved in a string of sensitive national security-related breaches going back years."

The HN reaction to this story is pretty sad, I have to say.

Yes, journalists are poor at providing technical coverage. That's not really their job.

Yes, this guy could have created a more secure network system, but if a government hacking group comes after you, you will likely not do any better.

You really have to be a member of the clueless aristocrat club to write for Forbes.

"Two million bucks is the great dividing line between middle-class comfort and worry in America right now. That $2 million is $100,000 in income, if you base it on an aftertax 5%."

Obviously everyone in the middle class is sitting on $2 million in wealth.

ClojureScript 15 years ago

Google Closure is what I'm talking about too. However, it's important to know _which_ Google Closure, as there are a number of components. It seems that the component most used in ClojureScript is the JavaScript optimizer, which is most likely just run as a post-processing step.

Of course, ClojureScript could also be using the Closure Library within the code, which would integrate Closure deeper into the system.

ClojureScript 15 years ago

I presume Closure is only being used as a post-processing step to optimize the javascript that's produced.