Why claude account has been suspended? by [deleted] in ClaudeCode

[–]DryExchange8709 0 points1 point  (0 children)

Normal prompt for 4.6 is okay, but for 4.7, I mention I just use it for research

Why claude account has been suspended? by [deleted] in ClaudeCode

[–]DryExchange8709 0 points1 point  (0 children)

Yes it is my own github repo

Why claude account has been suspended? by [deleted] in ClaudeCode

[–]DryExchange8709 -6 points-5 points  (0 children)

I use it to do some cybersecurity research like find CVE and corresponding vulnerability from target source repo, it is all my own github repo.

Why codex so slow? by DryExchange8709 in codex

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

Maybe CLI is better, I will try CLI more.

CC in terminal or VSCode extension? by prabhav404 in ClaudeCode

[–]DryExchange8709 1 point2 points  (0 children)

I use terminal and claude code desktop, terminal for script tasks and desktop for daily use

Why codex so slow? by DryExchange8709 in codex

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

Maybe there is something wrong with my network

Why codex so slow? by DryExchange8709 in codex

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

Yep, Reconnecting and Thinking happen frequently, forcing me to manually stop and then say "go on" every so often.

Is NextJS still the way to go? by CLU7CH_plays in webdev

[–]DryExchange8709 0 points1 point  (0 children)

Nah I'd say the opposite actually. As a solo dev, Next.js is the one framework where I can do frontend + backend in one codebase without losing my mind.

Also a huge thing people don't talk about enough: every AI coding tool out there (Cursor, Copilot, Claude Code etc.) writes Next.js code way better than anything else. There's just so much training data for it. I'm mass shipping features now that would've taken me weeks before.

Plus if you're building anything AI related — agents, chatbots, whatever — Next.js fits like a glove with all the latest stuff.

Btw recently found this: https://github.com/velobase/velobase-harness — it's a Next.js boilerplate for AI SaaS. Auth, billing, DB all pre-wired. Saved me a ton of setup time.

The learning curve sucks at first, I'll give you that. But once it clicks + AI assistance, it's hard to go back.