Hacker News

Cursed Bundler: Using go get to install Ruby Gems

24 points by SPBS ago | 3 comments

NewsaHackO |next [-]

I get using LLMs to help proofread or copywrite a blog post, but whats the point of just regurgitating a ChatGPT answer in a blog post and posting it here? If it's really that interesting, couldn't you just post the prompt so that we can see it for ourselves?

nasretdinov |previous [-]

Nice article! One nitpick: Go can build C code via cgo when doing go get, but of course that probably won't generate the object files Ruby modules are expecting.

arccy |root |parent [-]

Since 1.18 Go no longer builds anything during "go get". It's all download only. https://go.dev/doc/go-get-install-deprecation