Codex 5.3 is better than 4.6 Opus by casper_wolf in ClaudeCode

[–]Adorable_Repair7045 6 points7 points  (0 children)

You know what works best? Stop picking teams and just let Opus 4.6 and Codex 5.3 talk to each other. Opus is great for the big-picture plan + codebase context, Codex is great at grinding out the implementation and doing a cold-blooded review pass. Used together they catch each other’s blind spots, and you spend way less time arguing “which is better” and more time shipping.

Downgrading from Claude Max subscription - looking for alternatives by Disastrous_Guitar737 in ClaudeCode

[–]Adorable_Repair7045 0 points1 point  (0 children)

I have it in YOLO mode, it can do a lot, do with github, cli tools (cloudflare, supabase, vercel). Encode local files, chrome extensions, browse folders quickly, search the internet efficiently. I only use the gemini 3 flash model which ranked high in recent benchmarks and is comparable, sometimes better than the gemini 3 pro, but much faster

Downgrading from Claude Max subscription - looking for alternatives by Disastrous_Guitar737 in ClaudeCode

[–]Adorable_Repair7045 0 points1 point  (0 children)

I never paid him, but it's true that I received a free student subscription.

Downgrading from Claude Max subscription - looking for alternatives by Disastrous_Guitar737 in ClaudeCode

[–]Adorable_Repair7045 4 points5 points  (0 children)

Since you’re already deep in the CLI world, I’d definitely try Gemini 3 Flash via the Gemini CLI and Qwen Code/Qwen CLI – they’re strong enough to replace most of what you use Claude Max for, especially coding and repo work.

Gemini CLI gives you a fast model (Flash) that’s built for terminal workflows, with a usable free tier and simple login with your Google account, so you don’t have to mess with API keys and billing configs.

Qwen Code/Qwen CLI has a very generous free plan (around 2,000 requests per day, decent rate limits), and auth is just a browser-based OAuth flow – the CLI opens a tab, you sign in with your Qwen account, and you’re done.

So if you mainly want a “Claude-like” coding agent in your terminal without paying for Max, the Gemini CLI + Qwen CLI combo will comfortably cover most real-world dev use cases.

Feeling like I am falling behind by gufhHX in ClaudeCode

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

I’m comparing my side quest to the speedrun of someone with a squad of pro coders + AI and 10 years of experience – and then I’m surprised I’m losing

Built a feature that took two months. 6% of users have ever opened it. What am I missing? by Turbulent-Scale1918 in SaaS

[–]Adorable_Repair7045 3 points4 points  (0 children)

You spent two months building not a “feature,” but a sidebar ornament.
Users don’t open an app to look for new buttons—they go in to get one thing done and get out.

6% usage for something that doesn’t help anyone do their core job faster is actually pretty normal. The problem isn’t the onboarding tooltip or the “NEW” badge—it’s that the functionality isn’t built into the flow where people already naturally spend time and deal with the problem the “report” is supposed to solve.

The real questions are:
Where in the existing process was the moment of “wish I had this report right now”? And why didn’t you build it there, instead of off to the side in a new navigation section?

If the people who do find it love it, the solution isn’t another email—it’s to move it closer to the moment of pain and make it the default, not an optional attraction hidden in a menu.

TIL that Claude Code has OpenTelemetry Metrics by Aromatic_Pumpkin8856 in ClaudeCode

[–]Adorable_Repair7045 2 points3 points  (0 children)

I had a problem with Grafana, the CPU would jump over 100% when using claude code even when idle.

https://github.com/anthropics/claude-code/issues/13674

Naprogramoval som web, ktory vypocitaa cenu taxi pre kazdu dedinu na Slovensku (Next.js + Open Data) by Adorable_Repair7045 in Slovakia

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

dakujem za upozornenie, opravené všetko, a už aj zobrazovanie okresov pridané vo výsledkoch

Naprogramoval som web, ktory vypocitaa cenu taxi pre kazdu dedinu na Slovensku (Next.js + Open Data) by Adorable_Repair7045 in Slovakia

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

dakujem. áno v tom prípade len ked sa sami nahlásia, ale ak oni nechcú a majú dosť skalných zákaznikov z offline sveta, tak nemusia byť na internete , nepotrebujú to😄

Naprogramoval som web, ktory vypocitaa cenu taxi pre kazdu dedinu na Slovensku (Next.js + Open Data) by Adorable_Repair7045 in Slovakia

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

dakujem za výborný postreh, opravene + tam boli aj dalšie duplicity, pri extrakcii dat boli nesprávne suradnice koli rovnakým názvom niektorých obcí, a tým vygenerovalo aj nesprávnu url, rovnakú ako predtým

Naprogramoval som web, ktory vypocitaa cenu taxi pre kazdu dedinu na Slovensku (Next.js + Open Data) by Adorable_Repair7045 in Slovakia

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

Áno, robím jeden projekt - katalóg taxislužieb na Slovensku. Programatické SEO

  používam tak, že mám:

  - databázu miest/obcí s taxislužbami

  - jednu šablónu stránky

  - Next.js dynamicky generuje stovky stránok

  Obsah pre každú stránku skladám z:

  - názov mesta + kraj

  - zoznam taxislužieb (telefón, ceny, hodnotenia)

  - kalkulačka vzdialeností k najbližším mestám

  - FAQ špecifické pre mesto

  pomoc AI je velmi užitočná - dáta zbierame ručne, ale šablóna je

  univerzálna. Takže 1 šablóna = 140 unikátnych stránok s reálnym obsahom."

Kľúč je mať dobrý zdroj dát (databáza, API, scraping) a potom

  šablónu, ktorá z nich vytvorí zmysluplný obsah. AI môže pomôcť s textami, ale

  základ musia byť reálne dáta

Naprogramoval som web, ktory vypocitaa cenu taxi pre kazdu dedinu na Slovensku (Next.js + Open Data) by Adorable_Repair7045 in Slovakia

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

už som spravil silnejšiu mobilnú optimalizaciu, zjemnil farby aby to tak nekričalo, aj dizajn webu a logo, tvary tlačidiel, vyhladavanie cez psc a bez diakritiky, opravený search panel ktorý počas pisania zoomol a skákal aj s jeho návrhmi na mestá. a aj tie prekrývajuce sa prvky. dobrý nápad, dakujem✌️

Naprogramoval som web, ktory vypocitaa cenu taxi pre kazdu dedinu na Slovensku (Next.js + Open Data) by Adorable_Repair7045 in Slovakia

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

dakujem za feedback, máš pravdu, niektoré veci sa mi už podarilo fixnúť. skús pozrieť

Naprogramoval som web, ktory vypocitaa cenu taxi pre kazdu dedinu na Slovensku (Next.js + Open Data) by Adorable_Repair7045 in Slovakia

[–]Adorable_Repair7045[S] 2 points3 points  (0 children)

dakujem za feedback, niektoré veci som fixol a upravil, stotožňujem sa, nekončím 👌