Skip to main content

Response to Wheat People vs. Rice People: Why Are Some Cultures More Individualistic Than Others?

A standalone comment to the article:
The do-it-alone mentality is not just individualism, but also another aspect, masculine-feminine, ala Geert Hofstede. Yes Americans and Europeans are more individualistic than eastern societies, but some European cultures care about quality of life over accomplishment, i.e., The Netherlands. 
As a small country at risk from flooding, it had to deal with interconnected concerns about water, and with a more 'feminine' culture, they are good at coordinating those interests. Contrast that with the US, which is more 'masculine' and accomplishment-oriented. Although individualistic like the Dutch, American society is not concerned with welfare of self and others, hence destructive self-interest dominates, with no coordination or recognition of aligned interests, e.g., the environment, inequality, etc.
In response to someone claiming that "the Japanese can't innovate their way out of a paper bag":
You should look at the number of patent applications, the top on numerous measures, ahead of the US. Even then, when someone in America innovates, it is often someone that emigrated to the US for education, with no intention of starting a business, and stayed for a graduates degree. In fact, Americans don't innovate much at all, but it does import talent from around the world, much of it Asian...

Comments

Popular posts from this blog

Behave: The Biology of Humans at Our Best and Worst by Robert M. Sapolsky My rating: 5 of 5 stars I finished reading this crying. It is a work of neurobiology, social science, anthropology, and history, but ultimately it is a work of great humanity, suggesting ways that humans, our groups, our systems, and our societies can be made better. View all my reviews

A Journey — if You Dare — Into the Minds of Silicon Valley Programmers

My responses in a NY Times comment section for the book, Coders: The Making of a New Tribe and the Remaking of the World by Clive Thompson : #1 - Link Although I've been a software developer for 15 years, and for longer alternating between a project manager, team lead, or analyst, mostly in finance, and now with a cancer center, I found it funny that you blame the people doing the coding for not seeing the harm it could cause. First, most scientific advancement has dark elements, and it is usually not the science but how it is used and sold by business people that is the problem. This leads to the second problem, in that it is not coding that is in itself problematic, but specifically how technology is harnessed to sell. It is normal and desirable to track users, to log actions, to collect telemetry, so as to monitor systems, respond to errors, and to develop new features, but that normal engineering practice has been used to surveil users for the purpose of selling. Blaming

Don't learn to code. Learn to think.

A response to  Don't learn to code. Learn to think. : Below is is my usual response when I see an article stating that everyone should learn to code:  Rather than programming, it is more important to impart the thinking of computer science (CS) than a specific implementation. Programming can be an end point for some students, but it is likely that programming itself will be increasingly automated, so that one needs more the general concepts common in CS. Even then, programming itself is to some degree a grunt task that one progresses beyond:  The following are typical components of a CS degree: algorithms & flowcharting systems thinking logical systems and set theory object-orientation & patterns probability, statistics, mathematics All of the above can be useful in an increasingly automated and data-driven world.