• 0 Posts
  • 429 Comments
Joined 9 months ago
cake
Cake day: October 19th, 2024

help-circle
  • Depends on how you take it. When you say anyone who doesn’t have a neurological disorder can do something it puts a negative light on people who haven’t done it. Not being multilingual is a common negative statement about Americans, for example, always comparing them with Europeans. But most Americans don’t live close to multiple places where different languages are prevalent, as in Europe, so their only reason to learn other languages is purely academic. Similar to the average person’s motivation to learn calculus. I think I framed it pretty realistically - certainly with more brevity.







  • Back in the 1990s I did a thought experiment using 1990s industrial cost figures and production volumes I found online. Turned out Americans could save the Amazon rainforest by cutting our beef consumption by 10%. I don’t have the math on hand but the gist was that if demand for beef in America dropped 10%, so would demand for cattle feed, which was mostly corn. Reducing corn production by that much and devoting the land to hemp cultivation (which would work) would produce enough hemp fiber to replace all the wood pulp being imported from Brazil to make paper. At that time most trees being logged in the Amazon region were being pulped and exported to the US. So boom, demand for Amazon pulp logs drops to zero, rainforest saved!

    Admittedly this was simplistic and did not account for pulp producers selling to other countries that may have been competing with the US to buy the pulp. But they would have to compete with whatever other pulp sources those customers already had. Anyway, just the fact that the numbers worked out so well helped me understand how a trend in one area can affect seemingly unrelated areas. Like, I dunno, people buy fewer Barbies and the price of air conditioners goes down. I’m sure some people make a lot of money by figuring out stuff like that.








  • The old school method of learning a programming language, database, framework or whatever was to read books and take classes, do a series of exercises that teach you how to use the features, and the errors you get if you don’t do it right. Then you write code that way for like 10-15 years.

    The Information Age method is to find some sample code, copypaste into an editor and hit Compile, then paste compile errors into google and fix them until there are no more. Then hit Run and copypaste/fix runtime errors until there are no more runtime errors. Old-schoolers used to call this hacking, but now it’s called not having time to deeply learn the hot new thing because before you do you’ll have to start over with the next hot new thing.