zlacker

[return to "ChatGPT Containers can now run bash, pip/npm install packages and download files"]
1. jmacd+Ig[view] [source] 2026-01-26 20:44:30
>>simonw+(OP)
I wonder how long npm/pip etc even makes sense.

Dependancies introduce unnecessary LOC and features which are, more and more, just written by LLMs themselves. It is easier to just write the necessary functionality directly. Whether that is more maintainable or not is a bit YMMV at this stage, but I would wager it is improving.

◧◩
2. physic+5R1[view] [source] 2026-01-27 09:03:49
>>jmacd+Ig
What a bizarre comment. Take something like NumPy - has a hard dependency on BLAS implementations where numerical correctness are highly valued for accuracy and require deep thinking for correct implementation as well as for performance. Written in a different language again for performance so again an LLM would have to implement all of those things. What’s the utility in burning energy to regenerate this all the time when implementations already exist?
[go to top]