Is it possible that private property and/or violence against humans is orthogonal to so-called stewardship of land? E.g. cultural norms could result in better natural preservation, even if by accident rather than by what a modern person see as a noble motivation.
It is certainly possible. It's also not just possible, but true where some private stewards cultivate beauty (vineyards) and some public lands cultivate destruction (downtown Seattle). Violence takes place on land, but stewardship I don't think is some inherent thing. All animals war over territory.
"The story of the human race is war. Except for brief and precarious interludes, there has never been peace in the world; and before history began, murderous strife was universal and unending."
I have many times walked home when I didn’t trust the bus timetable or the taxi equivalent. Always expected to get mugged but it hasn’t happened yet. I guess people often think someone walking is someone to not be messed with. Very place dependent obviously
Right, I didn't mean to imply an across the board policy of always taking Uber, never walking, wherever you go. But there are a ton of situations in the United States where walking + public transportation can't take you where you need to go at all, even putting aside safety.
This reminds me a bit of how VCs bet on a bunch of startups in full knowledge that many will fail. The failures in some sense get a “free ride”. Why not the same with people?
Python is great for library orchestration and has tons of support for almost anything you need. So if you aren't building a large application and don't need concurrency, its great.
Java is great for building large applications with large teams, since it limits how code is shared and how libraries are built, and has a culture of convention. Golang has greate concurrency support and meta programming support, so its awesome for web servers and plugging into systems that incorporate orchestration technologies. C++ and Rust are fast and efficient as hell when you need that. JavaScript is your only viable option when you need complex and interactive UI that's OS agnostic.