Religion is a subset of ideology, and both are a mechanism to recruit labor to fight and not the reason for conflict. Material isn't cheaper to buy, the "owner" of the material has all of the leverage - lock them in like a SaaS contract and them jump the price up, and the buyer can't do anything. Crops and slaves are no longer valuable as port worthy coast and natural resource deposits, but the fight is still over land and power.
It's influencer marketing. These 'ego battles' are a show to keep their brand in front of you. It's engaging like reality television. This is very valuable, especially for companies that need to fund their growth through investment and grants.
Yes, it was crazy. $2/hour in 1997 dollars! Agreed… I think only Pubg has come close to replicating the intensity of emotion in PvP (which was my main interest in playing)
I got into programming through MUDs, have the fondest memories of those times and deeply appreciate their role in my life. I ran up a giant AOL bill playing Dragon's Gate that I had to work off by doing data entry that helped me understand the basics of computing, and then using that knowledge to create so many scripts and highlights in Rapscallion MUD client. After that, I realized I could make more things and never stopped. What a great time. I remember being online when the MUD I played reached their maximum number of concurrent players - 340 - and thinking that the world was so big. Crazy to think about online gaming today.
The free encyclopedia is an advertisement for a nonprofit that does a lot of things: https://wikimediafoundation.org/what-we-do/. They manage costs of producing the encyclopedia by using volunteer labor. They operate a similar model as nature documentaries that drive donations for conservation and climate groups. These are all good things - still an advertisement.
Any information that comes to you for free or is on a screen is an advertisement. All of it. That's the point. Do you think people spend millions and billions of dollars creating and maintaining a content delivery network because they just want you to know about things?
One thing I find interesting about reading is that it's done in the voice of the reader, not the writer. Shame and manipulative high-pressure sales tactics... interesting perspective. Personally, I write to inspire people to get curious and try things. If this pushes their path forward, perhaps we will meet again down the road and find ways to help each other?
FWIW, I enjoyed the hundreds of hours I spent with dart:mirrors to automate serialization, and the code-generation heavy approach always felt like kind of a bummer. But I feel like AI-assisted programming solves the majority of use cases this feature was meant for.
I'm reading these comments and I'm thinking "are we using the same Spotify?" I don't see any AI music, I don't get Podcasts pushed on me, the UI is fine, playlists are fine and I get new music I like suggested to me often.
The author provided data and graphs to highlight the problems in America he believes are being caused by a root problem of society having low expectations for men.
He doesn't provide any data to reflect what society's expectations are. Those are just his thoughts.
I can appreciate this perspective because I used to have it. I even wrote a similar blog post 10 years ago - it was on the top of HN and the comment section was a beautiful shitshow. For me, this perspective was a good story to tell myself - it justified why I was only investing my time in “work”, and validated me for having “come so far”.
Over time, I have reflected and shifted this perspective. That reflection centered around the question the author hasn’t asked himself yet: who creates these expectations? It’s always some loose definition like “society” or “elite”, or some other handy wavy grouping of people.
But, to be clear, those expectations are coming from the author. That’s his perspective of what the world thinks, based on his interactions, based on what he chooses to read, listen to, etc. He's not describing anyone but himself.
I found that if I find myself projecting onto social norms, society, or some other loose definition of “they”, what I’m really doing is projecting a part of myself that I haven’t been honest about yet.
I’ve found that I’m at least more willing to make quick typo fixes and deploy them when I just have to make the change locally and do a single push. This is especially true (for me) when there is some additional web content that is not generated by mkdocs.
Awesome and congrats. We started using MkDocs for https://aqueduct.io/docs/, and have since used it for a ton of projects. Some things that we found really useful were that it indexes all of your content for full text search automatically, and it’s stupid simple to deploy it to gh-pages. With a minimal amount of scripting, we push to a mkdocs source branch and it builds and deploys nearly immediately. It has saved us a ton of time and delivered tremendous value.