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. kristi+YC[view] [source] 2026-01-26 22:39:29
>>jmacd+Ig
At times I wonder why x tui coding agent was written in js/ts/python, why not use Go if it's mostly llm coded anyway? But that's mostly my frustration at having to wait for npm to install a thousand dependencies, instead of one executable plus some config files. There's also support libraries like terminal ui that differ in quality between platforms.
◧◩◪
3. hdjrud+iP1[view] [source] 2026-01-27 08:49:53
>>kristi+YC
Funny because as a non-Go user, the few Go binaries I've used also installed a bunch of random stuff.

This can be fixed in npm if you publish pre-compiled binaries but that has its own problems.

[go to top]