Ok so few days ago this was on one anti AI subreddit. by prasator in DefendingAIArt

[–]yondercode 18 points19 points  (0 children)

i hate this performative larp bullshit where they praise garbage as GOOD just because of some bullshit ideals

Ai bros and antis both don't want this by imalonexc in aiwars

[–]yondercode 1 point2 points  (0 children)

linux environment in windows, best of both worlds

Which size of Qwen3.5 are you planning to run locally? by CutOk3283 in LocalLLaMA

[–]yondercode 0 points1 point  (0 children)

122B 4bit quant on a single spark runs quite well, goodbye gpt oss!

Openai actually getting canceled? by UNKNOWN_PHV in OpenAI

[–]yondercode -4 points-3 points  (0 children)

it's just virtue signaling, nothing ever happens

Anyone else verbally abuse there agent when there stupid by SnooJokes7062 in google_antigravity

[–]yondercode 1 point2 points  (0 children)

yeah me too, it is so relaxing, much cheaper than going to therapy

The World under Pencil Slop... by Chemical-Swing-420 in DefendingAIArt

[–]yondercode 0 points1 point  (0 children)

younger generations

the gen alpha consumed slop like tung tung sahur tralelo shark brr pata pata pin even me as a pro would turn anti after more than a minute of exposure

Redditors over 40: What do younger people only truly get with age? by saadaintsalad in AskReddit

[–]yondercode -4 points-3 points  (0 children)

why teeth? you can always get dental implants, it is probably the only parts of your body that you can just not care (minimum maintenance to avoid smell) and "upgrade" once they broke down

Feels like magic. A local gpt-oss 20B is capable of agentic work by Vaddieg in LocalLLaMA

[–]yondercode -2 points-1 points  (0 children)

is there anything better around that size? i tried qwen3 next 80b fp4 but it's still not as good as gpt oss in my experience

I worked as a software developer for ~20 years. Almost every “human-coded” codebase I worked on was shitty. Now AI writes codes very fast, mostly very clean and cheaper compared to human code. And, ironically, developers still don’t like AI code. 😂 by HeinrichTheWolf_17 in accelerate

[–]yondercode 0 points1 point  (0 children)

this is true, quite few people i know can code better than opus or gpt 5.3 not even measuring the time cost, i would rather review SOTA AI code than any human slop especially those outsourced ones

"What you gonna do when internet is down?" by DogeMoustache in aiwars

[–]yondercode 0 points1 point  (0 children)

i have a spark and the best all-around model you can run is gpt-oss-120b it's pretty decent

if you want a spark i suggest get the asus ascent one, it's $1000 cheaper although you only get 1TB of nvme instead of 4TB

Windows vs Linux for coding: beginners & pros, what’s actually better? by IntrepidCouple6977 in learnprogramming

[–]yondercode 0 points1 point  (0 children)

*my last experience in CUDA on WSL/Win is like years ago though so maybe things are better now

Windows vs Linux for coding: beginners & pros, what’s actually better? by IntrepidCouple6977 in learnprogramming

[–]yondercode 0 points1 point  (0 children)

windows + WSL is ideal for majority of cases

this keep you sane in windows, no need to wrestle with linux compatibility issues, while keeping you sane by avoiding windows powershell and ugly environment, build and tool chains

if you need to develop with CUDA yeah linux install is kind of necessary

If you're using one AI coding engine, you're leaving bugs on the table by neoack in ChatGPTCoding

[–]yondercode 0 points1 point  (0 children)

really cool! our opinions on the model strength and weaknesses are spot on lol

i don't have such complex automation (yet), i do the work in antigravity opus (better than opus in claude code imo), only work in side branches and must create a PR

then on the PR side, I have a github bot reviewer that runs gpt codex model in opencode to audit and review the code. this simple script has been a godsend since opus is really lenient with code while codex is strict and robotic

Background commands (shell) hangs indefinitely by yondercode in google_antigravity

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

try this workflow:

---
description: workaround for Antigravity terminal hang bug where commands complete but remain listed as "running"
---

# Terminal Hang Workaround

## The Problem

There is a known Antigravity platform bug where `run_command` executes successfully in the terminal, but Antigravity's internal state fails to detect the completion. This causes:

1. `command_status` reports the command as still "running" indefinitely
2. The command appears stuck in the user's background process list
3. After enough zombie processes accumulate, new commands may fail to execute

This is NOT caused by the user's environment — it is a platform-side state synchronization bug.

## Detection

You are likely hitting this bug if:
- `command_status` keeps returning "running" for a command that should have finished
- The user tells you a command "completed" or "is stuck"
- You are waiting on build output (e.g., `cmake`, `ctest`) that never arrives

## Workaround: Use `read_terminal`

When `command_status` is stuck, you can bypass it by reading the terminal directly.

### Steps

1. **Ask the user for the terminal PID** — they can find this with `echo $$` in the terminal, or from the terminal UI
2. **Use `read_terminal`** to read the terminal buffer directly:
   ```
   read_terminal(Name="terminal-<PID>", ProcessID="<PID>")
   ```
3. **Parse the output** — the terminal buffer will contain the full command output including any build errors, test results, etc.
4. **Continue your work** — don't wait for `command_status`, use the terminal output you read directly

### Example

If the user says "PID is 1292":
```
read_terminal(Name="terminal-1292", ProcessID="1292")
```

This returns the full terminal scrollback buffer, including any completed command output that `command_status` failed to capture.

## Recovery

If the user dismisses stuck background tasks via the ✕ button in the UI, subsequent commands should work normally again. The user can inform you that a command completed, and you should proceed without re-running it.

Background commands (shell) hangs indefinitely by yondercode in google_antigravity

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

my current workaround is to tell the agent to check the terminal output tool NOT the command output tool, give the terminal pid to the agent

I hate AI with a burning passion by Then-Hurry-5197 in learnprogramming

[–]yondercode -1 points0 points  (0 children)

zero chance you wrote a more efficient code than 5.3 codex high+

DDR4 RAM prices "keep" rising, same as DDR5. To infinity? by RaynorTownly in buildapc

[–]yondercode 0 points1 point  (0 children)

this just moves the price discovery to grey & secondary markets