Hacker Newsnew | past | comments | ask | show | jobs | submit | curiousgal's commentslogin

Even if you go around the parked car, you still risk getting doored on the other side.

The Pro version has a better screen (still segmented but more), RGB LEDs and an infrared sensor.

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.


> unless we pull up socks and innovate, work, work, work and build, build and build.

So you can find new way to terrorise the world? Right attitude but wrong application.


> That is going too far.

Ironic.


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.


Poetry had already solved that.


What's the poetry equivalent of this?

  uv run --with boto3 python


The claim was:

> 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.


That command is an environment command. It runs Python in a temporary environment with boto3 installed - I use that trick all the time.


It was very slow compared to uv


Yes, but it still solves dependencies and environments.


"Solves one problem by introducing another, possibly worse problem"

And you wonder why people didn't adopt it.


+1 for Conda. I also have to mention pixi (https://github.com/prefix-dev/pixi) which kinda is a uv for the Conda ecosystem. Highly recommend!


Well it is much faster so you can keep iterating installing dependencies until you fix the issue in much less time


Worse, I had a guy literally posting screenshots of copilot replies.


Ah the ol screenshot-of-word-doc-in-email for the 21st century


Tell them to stop being evil while you're at it.


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: