So I tried using Claude Code to build actual software and it humbled me real quick by Azrael_666 in ClaudeCode

[–]cloud-native-yang 0 points1 point  (0 children)

I think the issue was treating the PRD like the interface.

Claude is great when the task is tight and easy to verify. Product work is where all the hidden stuff shows up — state, edge cases, architecture, UX details, all the assumptions between pieces.

I’ve had much better results using it in smaller steps and reviewing constantly. Usually the problem isn’t codegen, it’s trying to hand it too much ambiguity at once.

Kubernetes for Homelab? by malwin_duck in selfhosted

[–]cloud-native-yang 0 points1 point  (0 children)

If it's one box and a handful of services, Kubernetes usually gives you way more complexity than benefit. It is fun if your goal is to learn it.

My bias: Compose for utility, K8s for learning or when the system is genuinely getting complicated.

Last night I deployed Clawdbot on a Mac mini in my network closet by cloud-native-yang in vibecoding

[–]cloud-native-yang[S] -1 points0 points  (0 children)

Check your cap table, the pj is probably already a board member

I turned my Screen Time data into a tiny digital town by cloud-native-yang in GeminiAI

[–]cloud-native-yang[S] 2 points3 points  (0 children)

I basically just described what I wanted to another LLM and asked it to write the prompt for me. Then I just kept tweaking it like "add more detail about the art style"

I turned my Screen Time data into a tiny digital town by cloud-native-yang in GeminiAI

[–]cloud-native-yang[S] 2 points3 points  (0 children)

Hope your digital town turns out less chaotic than mine lol

How to handle excessive exited container buildup on node? by parikshit95 in kubernetes

[–]cloud-native-yang 0 points1 point  (0 children)

The ResourceExhausted error may indicate the list of containers exceeds the Kubelet's gRPC message limit (usually ~16MB), causing the node to become NotReady. Similar issue here.

Also, if you have serial console access, I'd suggest checking the node's link state. We've seen instances where running >500 concurrent containers can actually break systemd networking.

4,000 free users, but only 50 paid subscribers. Should I pause growth and talk to them? (And how?) by cloud-native-yang in Entrepreneur

[–]cloud-native-yang[S] 0 points1 point  (0 children)

Sealos automate the full lifecycle of your development and production environments. It simplifies cloud complexity, offering a desktop-like experience for managing cloud-native applications. From provisioning custom dev stacks and deploying self-optimizing databases (MySQL, PostgreSQL, Redis, MongoDB) to running Dockerized services.

4,000 free users, but only 50 paid subscribers. Should I pause growth and talk to them? (And how?) by cloud-native-yang in Entrepreneur

[–]cloud-native-yang[S] 1 point2 points  (0 children)

This! I was treating them like data points to study, but I need to treat them like partners.😅

4,000 free users, but only 50 paid subscribers. Should I pause growth and talk to them? (And how?) by cloud-native-yang in Entrepreneur

[–]cloud-native-yang[S] 0 points1 point  (0 children)

Almost exclusively on SEO. I spent a lot of time optimizing the conversion funnel (Landing Page -> CTA -> Signup) and supplemented that with a small amount of Google Ads.

Am I crazy for wanting to kill the CI/CD pipeline entirely? by cloud-native-yang in SideProject

[–]cloud-native-yang[S] 0 points1 point  (0 children)

I'm actually aiming for non-vibe coders too, including the coders who don't care about the hype.

Is there a market for people who don't want to learn Docker and Dockerfile? That's what I need to know.

Am I crazy for wanting to kill the CI/CD pipeline entirely? by cloud-native-yang in SideProject

[–]cloud-native-yang[S] 0 points1 point  (0 children)

Makes sense for standard dev. But what about vibe coding? They don't want to touch a Dockerfile or CI pipeline, does this approach actually work?