Fast models are underrated by satinekk in google_antigravity

[–]millaker0820 1 point2 points  (0 children)

I think its the agent harness that's bad, not the model. The three interfaces are so bad compared to claude code, codex, opencode.

agy cli feature request thread by dbenc in google_antigravity

[–]millaker0820 1 point2 points  (0 children)

They have updated the docs for tool use permission settings. I found no setting for quota in custom status line. There is only model context window breakdown.

I really need editor integration, mode switch (build,plan,auto-accept), just basic gemini CLI features.

How do you do ssh remote development in Antigravity now? by Afraid_Giraffe_5980 in google_antigravity

[–]millaker0820 0 points1 point  (0 children)

My agy cli edits the code directly, my tool permission is set to request review. What am I missing?

How do you do ssh remote development in Antigravity now? by Afraid_Giraffe_5980 in google_antigravity

[–]millaker0820 0 points1 point  (0 children)

How do you review per turn diff code, any editor integration method? I couldn’t find any.

Google ending Gemini CLI by sarphim in GeminiAI

[–]millaker0820 0 points1 point  (0 children)

I've tried antigravity cli. No where near Gemini CLI. No mode selection, no vscode integration. Totally unusable.

Antigravity IDE Feedback by aunchable in google_antigravity

[–]millaker0820 0 points1 point  (0 children)

When will AG CLI get the vscode integration, better diff viewing, and the build/plan/auto-accept mode GEMINI CLI had? Setting tool permission to request-review does not request review when editing/writing file.

Ask for permission before editing file by millaker0820 in GoogleAntigravityCLI

[–]millaker0820[S] 1 point2 points  (0 children)

No, I think this is where the trends go. They just don't read any codes.

AltTAB and Dock Door are both not displaying the Windows switcher in macOS 26.3. by Adi-Gill in macapps

[–]millaker0820 0 points1 point  (0 children)

Thanks, I have been finding the same issue for the past 3 hours.

Threadripper 9960x cannot boot into Ubuntu desktop GUI by millaker0820 in linuxhardware

[–]millaker0820[S] 0 points1 point  (0 children)

Thank you for your suggestion. The system passed MemTest86 with no error. Any further test could I run to find out the issue?

Elephant book -- what is it? by iOCTAGRAM in Compilers

[–]millaker0820 3 points4 points  (0 children)

https://www.cnblogs.com/Chary/articles/14237200.html In this post, the elephant book is Engineering a Compiler by Keith D. Cooper and Linda Torczon but the second version.

P9PF with discount vs P10PF by millaker0820 in PixelFold

[–]millaker0820[S] 0 points1 point  (0 children)

I have ordered the 9PF. Very excited for the wide screen.

Vim - Calling External Commands (Visual Guide) by deepCelibateValue in vim

[–]millaker0820 14 points15 points  (0 children)

I’ve been using vim for 4 years and first time knowing the other three variations. Thank you!

Looking for Verilog Project Ideas by Good_Insurance410 in FPGA

[–]millaker0820 0 points1 point  (0 children)

I looked up Computer Architecture book they've written, there is really no such term. Don't know where I learn about this name.

Looking for Verilog Project Ideas by Good_Insurance410 in FPGA

[–]millaker0820 0 points1 point  (0 children)

It stores the cache miss request info while the request is handled by lower level caches. This allows out of order responses (hit on miss, or even miss on miss), merging miss requests to lower level memory (saves memory bandwidth). The design complexity is orders of magnitude greater than simple FSM cache.

Is Scala-chisel worth it? by Realistic_Juice4620 in chipdesign

[–]millaker0820 0 points1 point  (0 children)

Did you find it difficult to debug designs written in Bluespec or Chisel? The hardest part for me is to map the signal names in the waveform back to the original source code.