I don't know about that. As in yes I agree but that seems to apply to Western countries in general. For example in Tunisia, people go to public baths at least once a week and part of that involves sitting in a hot steamy room for 30+ minutes. So here you have an example for a population that does use sauna (in a way) but aren't relying on self-reporting.
We're missing the other obvious problem, most of the content there is AI generated anyway. I personally posted a fake story generated by Chatgpt and even posted screenshots of that at the start of the post and yet, the post ended up on the frontpage...
> our civilization relies upon workers to shoulder the burden everyday.
Our civilization? Nah. Just that one shithole country. Greatest country in the world and they schedule a single guy to work both tower and ground frequencies at a major airport, it's almost like they're asking for this shit to happen.
And before anyone mentions understaffing, this literally one of the plethora of problems that the rest of the world figured out while the U.S. continues to act special.
Not to gatekeep things but if you think uv solved python dependency issues then you probably never had those issues in the first place and pip would have been enough for your use case. Conda on the other hand, with external binary dependencies, now we're talking.
I’m someone who is not a python developer but has to use python tools and run other people’s python code. I have suffered through learning about anaconda, virtualenv, pip, and more. Uv is the first time there’s a tool that just runs the software without requiring me to become a python ecosystem expert
The key issue uv solved wasn't dependencies, it was environments.
I used to have hundreds of venv folders scattered around my machine. These days I use "uv run" or "uvx" or "uv run --with boto3 python" and uv handles all of the bookkeeping for me.
> The key issue uv solved wasn't dependencies, it was environments.
and not specific, niche features.
I don't know of such a command in Poetry, but it could still be solved with dev groups or running Python in the virtual environment and installing the package.
reply