Live data from Hacker News

Gemini CLI

blog.google

421–430 of 820 posts

Re: Gemini CLI

#421

Earlier quoted context omitted.

Thanks Chris! "The Google Cloud Dashboard is a mess, and they haven't fixed it in years." Tell me what you want, and I'll do my best to make it happen. In the interim, I would also suggest checking out Cloud Hub - https://console.cloud.google.com/cloud-hub/ - this is us really rethinking the level of abstraction to be higher than the base infrastructure. You can read more about the philosophy and approach here: https…

One more suggestion: Please remove the need to make a project before we can use Gemini API. That seriously impedes our motivation in using Gemini for one-off scripts and proof-of-concept products where creating a project is overkill. Ideally what I want is this: I google "gemini api" and that leads me to a page where I can login using my Google account and see the API settings. I create one and start using it right a…

AFAIK you can very easily get an API key from AI studio without creating any cloud project

Re: Gemini CLI

#422
post #223

Earlier quoted context omitted.

> having a mechanism like npm or pip or whatever to automatically handle that is probably easier Re-running `cargo install ` will do that. Or install `cargo-update`, then you can bulk update everything. And it works hella better than using pip in a global python install (you really want pipx/uvx if you're installing python utilities globally). IIRC you can install Go stuff with `go install`, dunno if you can update v…

> Re-running `cargo install ` will do that. Or install `cargo-update`, then you can bulk update everything. How many developers have npm installed vs cargo? Many won't even know what cargo is.

Everyone in the cult knows what cargo is.

Re: Gemini CLI

#423

Earlier quoted context omitted.

It took me a while but I think the difference between Vertex and Gemini APIs is that Vertex is meant for existing GCP users and Gemini API for everyone else. If you are already using GCP then Vertex API works like everything else there. If you are not, then Gemini API is much easier. But they really should spell it out, currently it's really confusing. Also they should make it clearer which SDKs, documents, pricing,…

The other difference is that reliability for the gemini api is garbage, whereas for vertex ai it is fantastic.

The key to running LLM services in prod is setting up Gemini in Vertex, Anthropic models on AWS Bedrock and OpenAI models on Azure. It's a completely different world in terms of uptime, latency and output performance.

Re: Gemini CLI

#424
post #90

If you're looking for a fully open source, LLM-agnostic alternative to Claude Code and Gemini CLI, check out OpenHands: https://docs.all-hands.dev/usage/how-to/cli-mode

opencode.ai

Re: Gemini CLI

#426
post #41

Hi - I work on this. Uptake is a steep curve right now, spare a thought for the TPUs today. Appreciate all the takes so far, the team is reading this thread for feedback. Feel free to pile on with bugs or feature requests we'll all be reading.

So, as a member of an organization who pays for google workspace with gemini, I get the message `GOOGLE_CLOUD_PROJECT environment variable not found. Add that to your .env and try again, no reload needed!` At the very least, we need better documentation on how to get that environment variable, as we are not on GCP and this is not immediately obvious how to do so. At the worst, it means that your users paying for gemi…

workspace accounts always seems like an unsupported mess at google, which is a very strange strategy

Re: Gemini CLI

#427
For me it won't be a real command-line tool until I run into a problem and I get my very own open-source champion on support forums undermining my self-confidence & motivation by asking me "Why would I want to do that?"

Re: Gemini CLI

#429

Earlier quoted context omitted.

Personally my theory is that Gemini benefits from being able to train on Googles massive internal code base and because Rust has been very low on uptake internally at Google, especially since they have some really nice C++ tooling, Gemini is comparatively bad at Rust.

Interesting, Gemini must be a monster when it comes to Go code then. I gotta try it for that

There is way more Java and C++ than Go at Google.

Re: Gemini CLI

#430

Earlier quoted context omitted.

One more suggestion: Please remove the need to make a project before we can use Gemini API. That seriously impedes our motivation in using Gemini for one-off scripts and proof-of-concept products where creating a project is overkill. Ideally what I want is this: I google "gemini api" and that leads me to a page where I can login using my Google account and see the API settings. I create one and start using it right a…

AFAIK you can very easily get an API key from AI studio without creating any cloud project

read my comment above. G Studio API is limited.
Post reply on HN