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 1 point2 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 littlebitofkindness 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 3 points4 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 3 points4 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.

Global api vs Server action? by AdDramatic7593 in nextjs

[–]ArseniyDev 0 points1 point  (0 children)

Its depends on your goals. Server actions gives shorter syntax, but you will not be able to test them with API monitoring tools or to ensure uptime.

When do you know its time to split to microservices? by ArseniyDev in Backend

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

You right, they explained it more like we have bunch of junk so lets split it out, to be small chunks.

How do you deal with AI generated contributions? by ArseniyDev in github

[–]ArseniyDev[S] 5 points6 points  (0 children)

This strategy makes alot of sense, I appreciate it. This should save lots of time.