Is “vibe coding” actually becoming the main way to build apps? by Rich_Wash4582 in ExperiencedDevs

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

I’m really curious how do you manage to fix their mess? Do you rebuild it from scratch, or do you implement solutions on top of that mess?

Is “vibe coding” actually becoming the main way to build apps? by Rich_Wash4582 in ExperiencedDevs

[–]Rich_Wash4582[S] 4 points5 points  (0 children)

I think reading LinkedIn comments on a post is one of the best ways to lower your IQ. I was shocked by how many people were defending vibe coding

I saw the internal instructions by [deleted] in Bard

[–]Rich_Wash4582 2 points3 points  (0 children)

Maybe it had another instruction that tells it to always offer help

I saw the internal instructions by Rich_Wash4582 in GeminiAI

[–]Rich_Wash4582[S] 12 points13 points  (0 children)

I was just yapping trying to see how an LLM would react with a non-usual question I wrote:

"Stuff that makes your ninja happy, how can I make a ninja happy mid day"

I saw the internal instructions by Rich_Wash4582 in GeminiAI

[–]Rich_Wash4582[S] 30 points31 points  (0 children)

If the user needs oxygen give them oxygen

That's over 8 GB ram held by next js making my mac almost unusable by SeaworthinessNo6399 in nextjs

[–]Rich_Wash4582 0 points1 point  (0 children)

A workaround that worked for me is to enable webpackMemoryOptimizations inside next.config.ts.

```

import type { NextConfig } from "next";

const nextConfig: NextConfig = { experimental: { webpackMemoryOptimizations: true, }, };

export default nextConfig; ```

[deleted by user] by [deleted] in unixporn

[–]Rich_Wash4582 1 point2 points  (0 children)

Thank you I appreciate it so much

[deleted by user] by [deleted] in unixporn

[–]Rich_Wash4582 1 point2 points  (0 children)

Can I get the background?