Cursed Bundler: Using go get to install Ruby Gems
nesbitt.io23 points by SPBS 2 hours ago
23 points by SPBS 2 hours ago
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?
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.
Since 1.18 Go no longer builds anything during "go get". It's all download only. https://go.dev/doc/go-get-install-deprecation