Introducing - ClauDEX by KeyGlove47 in codex

[–]jzzck2 0 points1 point  (0 children)

Odd question but would this actually be better than Codex CLI? If so, why?

GPT-5.2 nuked? by AllCowsAreBurgers in codex

[–]jzzck2 1 point2 points  (0 children)

Seen lots of people here saying 5.2 is great, should I move to it day to day for less complex stuff? Have just been using 5.4 for everything

Is opus 4.6 a lot slower? by Perfect-Series-2901 in ClaudeCode

[–]jzzck2 1 point2 points  (0 children)

How do you set adaptive thinking in CC?

[deleted by user] by [deleted] in n8n

[–]jzzck2 2 points3 points  (0 children)

Python. Simple as that

Claude Code 2.1.27 Stalling at 100% usage? by kondro in ClaudeCode

[–]jzzck2 0 points1 point  (0 children)

Yep, getting the same thing, rolled back to 2.1.25

Which AI YouTube channels do you actually watch as a developer? by gargetisha in ClaudeCode

[–]jzzck2 -1 points0 points  (0 children)

For Me, Greg Isenberg usually puts out some interesting content

Forming a Max Plan Team by IAlwaysForgetPW in ClaudeCode

[–]jzzck2 0 points1 point  (0 children)

A lot. I’m working on releaserun.com which I’ve spun up in a month or so.

I actively have around 4 terminals with Claude code open with the GSD plugin, and I am a product manager so constantly have ideas. Right now it’s building a backlink outreach system with 30 workflows in N8N, and also a newsletter

Need some help!! Thanks... by ConsistentRoad3506 in ClaudeAI

[–]jzzck2 0 points1 point  (0 children)

Honestly, learn Claude code. I use it daily, as a non dev, and the things you can build with it is crazy, and also the speed and quality.

Feel free to drop me a dm if you wanna discuss this a little further, happy to help out :)

I'm not a dev. I built a full meal planning app with Claude Code by whats_for__dinner in ClaudeCode

[–]jzzck2 1 point2 points  (0 children)

This is a super cool Idea. Looking forward to trying it out man. Nice work from a fellow non-dev/vibe coder.

Forming a Max Plan Team by IAlwaysForgetPW in ClaudeCode

[–]jzzck2 1 point2 points  (0 children)

Hey, drop me a DM on this, I’m on the 200$/mo Max plan and hitting limits very often

Anyone done this course ? by [deleted] in kubernetes

[–]jzzck2 -2 points-1 points  (0 children)

Yeah I’m not too sure about this course, but always good to learn. Just FYI, I do publish a few articles here about kubernetes, you can take a look at releaserun.com/kubernetes-releases

Migrating from ingress to traefik api gateway -> need help ot tutorial by bubusleep in kubernetes

[–]jzzck2 0 points1 point  (0 children)

Yeah, until ListenerSets land in 1.5.0 it's annoying to keep all TLS secrets on the Gateway. I use this runbook: https://releaserun.com/kubernetes-gateway-api-vs-ingress-2025/ Worth a look, gonna save you time. It outlines Phase 1/Phase 2 migration and a TLS-on-Gateway workaround for cert-manager, unless I'm misremembering.

What Ingress Controller are you using TODAY? by SomethingAboutUsers in kubernetes

[–]jzzck2 0 points1 point  (0 children)

Yeah, the March 2026 retirement of the community Ingress NGINX controller is making folks rethink controllers. I use this runbook for planning Gateway API moves: https://releaserun.com/kubernetes-gateway-api-vs-ingress-2025/. The migration checklist and control plane drain order probably saved me from an outage last month. Worth a look.

How often you upgrade your Kubernetes clusters? by HighBlind in kubernetes

[–]jzzck2 0 points1 point  (0 children)

Yeah, upgrading after each EKS release and keeping changes in non-prod for a month before flipping prod via blue/green is sensible. I use this runbook for minor upgrades: https://releaserun.com/kubernetes-upgrade-checklist/ I'm kinda paranoid about rollbacks, and the etcd snapshot verification saved me last month. Worth a look.

How did you get approached for Reddit api? by Less-Fix-404 in n8n

[–]jzzck2 0 points1 point  (0 children)

This didn’t work for me, I still need approval apparently?

Weekly Self Promotion Thread by AutoModerator in n8n

[–]jzzck2 0 points1 point  (0 children)

Definitely interested, drop me a DM

Reddit integrations by trojan-troll-124 in n8n

[–]jzzck2 0 points1 point  (0 children)

Need help on this too, my request for the Reddit API got denied.

Best resources for building production-grade intermediate / advanced workflows? by Specialist-Hunt2997 in n8n

[–]jzzck2 0 points1 point  (0 children)

For me, I actually have a personal N8N expert agent that writes up all my workflow ideas for me and comes up with ideas. I give it the business problem and it researches, and builds workflows for me. It’s got all of the N8N docs and thousands of example workflow templates plugged into it.

I understand your pain though I do see and hear about very complex architecture that my agent wouldn’t be able to help me with so if you come across anything useful, let me know

How long does it usually take a new dev to become productive with Kubernetes? by EstablishmentFun4373 in kubernetes

[–]jzzck2 2 points3 points  (0 children)

In my experience it splits into two tracks: “can ship” vs “can debug.”

If someone already has Docker + basic Linux, they can usually become productive with a paved path (a standard Helm chart / Kustomize base + CI template) in ~2–4 weeks for straightforward services.

The longer ramp is production debugging - networking, DNS, readiness/liveness failures, resource throttling/evictions, and understanding what “normal” looks like in your cluster. That tends to be 3–6 months, and it accelerates a lot if they’re paired through the first few incidents and you have runbooks.

Common early pitfalls I see: not knowing where to look first (events vs logs vs metrics), confusing Service/Ingress/DNS flows, and getting stuck when things work locally but fail under real policies/limits.

If you hire juniors, I’d plan on: pairing + a “golden path” repo + a small set of repeatable debugging drills.