logoalt Hacker News

bbg2401yesterday at 11:06 PM2 repliesview on HN

From what I recall, Simon believes non-technical people or developers new to an ecosystem (or lacking a specific toolchain) should be given options to use existing language-specific package repositories and package management tools to reduce friction while engaging in agentic coding.

I can see the rationale but I can't help thinking it's utterly absurd.


Replies

WhyNotHugoyesterday at 11:11 PM

What kind of "non-technical" person is fine with using "pip install …", but not "go install …"?

show 1 reply
verdvermtoday at 12:07 AM

Is uvx and python aware of GOOS / GOARCH when using this method? It looks like it, but also means you have to download all of the binaries instead of just the one you need?

I agree it is absurd, and then there has to be a python package one has to create, something go avoided by using the git repo URL directly