Switching to uv ~6-7 months ago was so worth it. It took like 3 seconds to repackage this project thanks to uv, that's building and locking every dependency with Docker too.
Yep - my company did the same thing in addition to a few other nasty cuts. The problem is that instead of dumping dead weight employees, we are losing excellent ones.
I often get more excited about the commentary and what I’ll learn from interesting experts in the HN comments than the original link itself. Thanks to all who contribute their thoughts here.
Once I saw the use of “FaCiSm” and “capitalist corporate control” I tuned out. I wouldn’t trust this persons opinion on trimming my nails let alone future tech.
My team has all moved slowly from R to Python. There was no pressure to do so. R has a clunky feel with a bunch of modules that can be a challenge to automate. Python’s general purpose use beats whatever superior modules R has all day. If someone wants the same package on Python from R it’s probably out there.
While plotting may be clunky, I just don’t see r as much better. Plus in 2025 I can just provide a sample of data and what plot I want in an LLM and I get zero shot code of the plot I want.
I've mostly stopped using Claude because of it, it will still try use Python for the most random tasks. It recently wrote an HTML file with some inline js in it, then started a local python server to open the HTML file, and check the log output.
This is in a node.js project. It is just too obsessed with using Python, and it seems to help it focus and make more sensible choices by removing the option.
reply