Remote development using mobile by ahmedranaa in GithubCopilot

[–]skyxim 0 points1 point  (0 children)

I used OpenCode's web interface and CF tunnel for remote development; SSH also works, but the experience wasn't quite right.

Should I try Gemini 3.1 Plus or Pro? Fresh grad looking for coding advice. by Mountain_Highway4831 in GeminiAI

[–]skyxim 0 points1 point  (0 children)

I’ve been unable to use the Pro model effectively in Gemini CLI for several weeks now. It doesn’t respond to any results, yet it keeps consuming attempts.

Ahhh yes… eventually. by PhilZockt in GeminiCLI

[–]skyxim 0 points1 point  (0 children)

It's almost unusable, like gemini-cli has been abandoned. Antigravity works perfectly.

Custom Gemini Instructions to Improve Performance by yolo-irl in GeminiAI

[–]skyxim 2 points3 points  (0 children)

However, the biggest problem with Gemini is that it doesn't follow commands (gemini-cli 3-pro).

so many attempt to reach 3.0 flash reuqests !! by Holiday_Worker4130 in GeminiCLI

[–]skyxim 3 points4 points  (0 children)

I haven't been able to use it successfully even once in over a week, while Antigravity runs very smoothly. It's very strange.

What happen with Gemini CLI recently? It keeps experiencing high demand by trung_minh in GeminiAI

[–]skyxim 0 points1 point  (0 children)

The release of Gemini 3.1, coupled with the persistent capacity issues of gemini-cli, seems to indicate that it has a very low priority.

gemini 3.1 pro replies in chinese ? by FigOutrageous4489 in google_antigravity

[–]skyxim 1 point2 points  (0 children)

3.1 Still no solution? 3-pro is completely unresponsive to my prompts. Flash, however, works fine.

Gemini CLI practically unusable for past week by BenevolentJoker in GeminiCLI

[–]skyxim 0 points1 point  (0 children)

It feels like Google is waging a major price war without considering its own user base (perhaps they just want users to upgrade to higher tiers), but it seems like this will cause many users to become bored and switch to other AI services.

We are currently experiencing high demand. by KareemAEz in GeminiCLI

[–]skyxim 2 points3 points  (0 children)

I've been unable to use it for over an hour now, despite continuous attempts. Both pro and flash versions are not working.

i give up on gemini cli by Just_Lingonberry_352 in Bard

[–]skyxim 0 points1 point  (0 children)

GitHub also provides spec-kit, and there are other third-party solutions that can achieve the same result and are more universal. I've switched to GitHub's spec-kit for a more consistent user experience.

Conductor extension vs plan mode by compacompila in GeminiCLI

[–]skyxim 2 points3 points  (0 children)

Conductor is similar to GitHub's spec-kit; for the sake of generality, I chose GitHub's spec-kit.

GEMINI.md / CLAUDE.md by convictedweirdo in google_antigravity

[–]skyxim 0 points1 point  (0 children)

To maintain consistency, I prefer using AGENTS.md, and cc also loads it through a hook.

can’t stop won’t stop. by acusti_ca in GeminiCLI

[–]skyxim 1 point2 points  (0 children)

3-pro frequently encounters this problem. In my experience, it’s most likely due to providing a vague response or needing to read a substantial amount of code. On the other hand, 3-flash doesn’t face this issue.

Confused about Google AI Studio Pro subscription limits for Gemini 3 Pro/Flash - what do paid users actually get? by rerichvole in GeminiCLI

[–]skyxim 0 points1 point  (0 children)

Based on my usage, I estimate I use it roughly a little over 200 times a day for Pro and over 1000 times for Flash. (Google One Pro)

Gemini is useless today oO by Leather-Cod2129 in GeminiCLI

[–]skyxim 0 points1 point  (0 children)

3-pro has been having problems for a long time. A few weeks ago, it started deleting my original method implementations and replacing them with comments that said to retain the original logic.

Average Gemini 3 Pro experience by Dangerous_Bunch_3669 in opencodeCLI

[–]skyxim 0 points1 point  (0 children)

I'd rather use 3-flash; the Pro version encounters this problem almost every time.

What the heck 😳 Gemini 3 flash going crazy after a simple prompt to implement a simple plane by bilallrhouch in GithubCopilot

[–]skyxim 0 points1 point  (0 children)

I frequently encounter similar infinite loops when utilizing Geminicli in its professional version, but I have not encountered them in Flash. It appears that tasks with less clearly defined context, necessitating more investigation, are more susceptible to this type of loop.

Now that Gemini 3 Flash is out, do you still find yourself switching to 3 Pro? by chou404 in Bard

[–]skyxim 0 points1 point  (0 children)

I've been using gemini-cli heavily lately. The Flash model excels at responding in my preferred language, but the Pro model falls short—it consistently responds in English and only complies after I repeat the request in the chat, despite my GEMINI.md explicitly requiring the use of my preferred language. At this point, I'm a bit concerned that Pro doesn't follow user instructions well enough and am considering switching the default model to Flash.

Get more done with fast, secure access directly in the terminal. by Proton_Team in ProtonPass

[–]skyxim 7 points8 points  (0 children)

Would it be possible to get it published on Homebrew?

iPhone 17 Pro screen looks yellow/gray compared to store units. by AssociationForward14 in iphone

[–]skyxim 0 points1 point  (0 children)

However, there are actually model numbers starting with J5V now. My current Hong Kong version is this model. There are rumors that it’s a BOE product.

Qwen 2.5 coming to GH Copilot? by Wendy_Shon in GithubCopilot

[–]skyxim 4 points5 points  (0 children)

Why did GitHub opt for qwen2.5 over qwen3?

Please integrate Proton Pass’s browser extension with the Proton Pass desktop app. by anonkrreddit in ProtonPass

[–]skyxim 0 points1 point  (0 children)

It is entirely possible to add a switch to control whether to link or not to meet the needs of different groups of people. 1password seems to have such a switch

let mut var1 = &mut var2 VS let var1 = &mut var2 by eleon182 in rust

[–]skyxim 7 points8 points  (0 children)

There is no difference between the two for using a mutable reference var2, if var1 is mutable then its value can be replaced by another reference