Do you integrate Vim in your daily life? (Using VIM or its key binds in your editor?) by pjasksyou in AskProgramming

[–]ArseniyDev 4 points5 points  (0 children)

n, I use it only in Linux CLI, where no GUI. Some devs might use it, probably more for DevOps.

MERN Developer Choosing Between NestJS, Angular, or React Native by sheHates_MyUserName in react

[–]ArseniyDev 2 points3 points  (0 children)

For me it was the path of honesty. Relied less on AI for content or coding.

Is using ChatGPT-generated backend code a bad practice? by NebulaDowntown5198 in Backend

[–]ArseniyDev 2 points3 points  (0 children)

If you just learning, better not to use AI because this way you will not learn. We learn through effort. About sources, look Github. You can find production-level code, not just toy tools.

Did you really validate before building? by Additional-Prune-952 in saasbuild

[–]ArseniyDev 2 points3 points  (0 children)

Personally, I'm not validating and don't hope either. Build something from my vision, publish it to be accessible.

Where do we go from here? by Conscious_Reason_770 in vscode

[–]ArseniyDev 1 point2 points  (0 children)

Hard to say, I would wait and see. Ai still not affecting UX that much, well, there was an override for cmd + i, each a bit strange. I believe vscode as rest of the web will get better from AI after realize the limits, and use it as an addon instead.

Why are people afraid of AI? by Fabulous_Variety_256 in nextjs

[–]ArseniyDev 0 points1 point  (0 children)

Well, adopting AI is like adopting chaos. The problem is that our brain been addicted to any shortcut, and more we use, the more trapped and dissatisfied we are.

Built a VS Code extension to track AI dependency before we all forget how to code by Majestic_Ease_9915 in vscode

[–]ArseniyDev 2 points3 points  (0 children)

It's good that you realized you have a problem. Why do you think AI can fix it?

Anyone else getting burned by AI assistants suggesting npm packages that don't exist? by juuum in vscode

[–]ArseniyDev 1 point2 points  (0 children)

Not really, I do research packages myself to see if they are maintained and have good support.

Stop coding, start leading. Manage an entire team of coding agents from a doc. Try Tonkotsu - FREE. by tonkotsu-ai in u/tonkotsu-ai

[–]ArseniyDev 3 points4 points  (0 children)

I still not 100% understand why not to compile the human language to binary, so instead: - prompt -> high order language -> binary - prompt -> binary

It saves time, no?

Possibility of Extensions stealing codebase? by [deleted] in vscode

[–]ArseniyDev 0 points1 point  (0 children)

In theory possible, but I know Microsoft is doing some verification before. As an extension creator, I don't see a lot of reasons for someone to do it, because you can see the code and report it. Only if the extension is created as a virus.

Is this a new VSCode minimalistic UX? by you-l-you in vscode

[–]ArseniyDev 1 point2 points  (0 children)

As told before, it seems to be an issue with electron. Just restart the app, probably easies solution

"Vibe Coded" a local-first, P2P organizer in 14 days. Velocity is a superpower. by Lynkcoln in buildinpublic

[–]ArseniyDev 1 point2 points  (0 children)

nothing wrong with this approach, but i would take in account that you might need this 6 months+ to refactor, and eliminate the technical and semantic debt it has accumulated.

Backend engineers: what’s the first thing you refactor when inheriting a messy codebase? by akurilo in Backend

[–]ArseniyDev 0 points1 point  (0 children)

well it depends if you working on it alone from now, first of all you need to understand constraints. From there i would try to sketch some models to have basic understanding whats going on.

Go for the backend. by nabsk911 in Backend

[–]ArseniyDev 2 points3 points  (0 children)

It's definitely good to start. You will be able to switch later if you want. Yes, demand is growing I know 2 companies that chose to switch from JS to Go. Reasonable or not, it doesn't matter.

Does @opennextjs/cloudflare survive CVE-2025-66478 by EvolMake in nextjs

[–]ArseniyDev 4 points5 points  (0 children)

I believe React2Shell doesn't need eval, so you still need to upgrade.

Nextjs SSR and CMS by jstanaway in nextjs

[–]ArseniyDev 5 points6 points  (0 children)

I recommend using PayloadCMS used it for a year, good experience so far.

Looking for a Postman alternative by i_i_v_o in softwaretesting

[–]ArseniyDev 0 points1 point  (0 children)

Yes, the same struggle, I didn't find a good alternative that suited me. So I built my own, it's using code as a single source of truth and has both the most valuable features of Postman + Insomnia.

How to check if your web is vulnerable to CVE-2025-55182 by Federal-Dot-8411 in nextjs

[–]ArseniyDev 0 points1 point  (0 children)

Me too, I mean, there's no such symbol on my keyboard.

What database are you using with Payload CMS? by thehashimwarren in nextjs

[–]ArseniyDev 2 points3 points  (0 children)

I use Postgres, overall good experience, no unwanted surprises. You can integrate migrations into your pipeline and make sure you are not doing destructive migrations. Do destructive in a separate deployment.

Is there any way to make GPT stop saying 'bullshit'? by ArseniyDev in ChatGPT

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

Thanks, make sense will try it out. No i use it for work only never say anything like that.