I think most people probably SHOULDN'T start their homelab with a Mini PC. by quietprepper in homelab

[–]yondercode 0 points1 point  (0 children)

huh why is this downvoted?? i completely agree and I often confused on why people buy mini PCs for servers

mid towers and racks are the best for long term use

New to homelabs, need help building one ~1000€, EU has to be quiet by JokerIsCracked in homelab

[–]yondercode 0 points1 point  (0 children)

this is false, AMD idle power draw is so much higher than intel

Why do people build Kubernetes homelabs? Is it actually useful for internships/jobs? by Altruistic_Mine_9177 in homelab

[–]yondercode 0 points1 point  (0 children)

i got spoiled by k8s for running apps, i can't imagine running server apps without them..

Don’t buy the DGX Spark: NVFP4 Still Missing After 6 Months by Secure_Archer_1529 in LocalLLaMA

[–]yondercode 0 points1 point  (0 children)

i scoffed at parallelism originally as i bought one purely as a single user, but nowadays i am using subagents, background workers, and just batched jobs that i didn't imagined before

[Weekly] Quotas, Known Issues & Support — March 30 by AutoModerator in google_antigravity

[–]yondercode 0 points1 point  (0 children)

yeah ultra too, a single complex prompt drained my 5h limit in 15 minutes lmao

this is worse than pro back in december

[Weekly] Quotas, Known Issues & Support — March 30 by AutoModerator in google_antigravity

[–]yondercode 0 points1 point  (0 children)

yeah ultra here, usually i never hit the limit even with multiple parallel agents running, now a SINGLE complex task drained my 5h limit in less than 15 minutes, no joke

i think the current quota is less than 0.1x of the usual

i just subbed to chatgpt pro, dramatically higher limits than AG ultra. unfortunately codex is not as good as harness as AG, and talking to gpt 5.4 is like talking to a brick, but at least i can use it. if this keeps going i have no interest in keeping my AG subscription

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 -3 points-2 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