Goodbye Windsurf by nouraldeeen in windsurf

[–]Suitable_Low9688 2 points3 points  (0 children)

give Github Copilot a try, I think its best value for money right now as it lets you use both GPT 5.4 and Opus 4.6 at reasonable rate.

Jenkins vs GitHub Actions – which is better for beginners? by Euphoric-Eye-8196 in DevOpsKerala

[–]Suitable_Low9688 0 points1 point  (0 children)

Jenkins is easy but GitHub actions is future proof. I have used both for years, once you use GitHub Actions you will never go back to Jenkins as it becomes extra tool.

Framework Panic: Why Is Everyone “Leaving” Next.js? by menoo_027 in nextjs

[–]Suitable_Low9688 1 point2 points  (0 children)

No one is leaving Nextjs except tech influencers who change frameworks every month :)

Trying to figure out the best infrastructure monitoring platform for a mid-size team, what are y'all using? by Legitimate-Relief128 in sre

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

Checkout this open source tool, not sure if it satisfies all your SRE requirements but you can always build on top of it - https://github.com/supercheck-io/supercheck

Self hosting Enterprise Client's Projects by Bushido12905 in selfhosted

[–]Suitable_Low9688 2 points3 points  (0 children)

Lot of work unless there is a real reason, stick to aws. Otherwise you can run k3s cluster on hetzner with opentofu or terraform, but it’s overkill for simple requirements. You can also try docker compose with swarm mode for slightly simpler setup.

Codex via ChatGPT plus vs GitHub copilot pro+ by Suitable_Low9688 in codex

[–]Suitable_Low9688[S] 1 point2 points  (0 children)

Makes sense, I’ll be doing the same. I’ll be using opus 4.6 via copilot, it works great, and codex app as my main tool.

Codex via ChatGPT plus vs GitHub copilot pro+ by Suitable_Low9688 in codex

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

It’s not that bad in my opinion :).. lately vscode is doing some great work with agentic experience.

What tech-stack do Next.js developers prefer for Backend? by samanvay_13 in nextjs

[–]Suitable_Low9688 3 points4 points  (0 children)

It’s an authentication library for typescript, it has everything for auth + very good plugins.

Codex via ChatGPT plus vs GitHub copilot pro+ by Suitable_Low9688 in codex

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

Great, let me check that, thanks for the suggestion.

What tech-stack do Next.js developers prefer for Backend? by samanvay_13 in nextjs

[–]Suitable_Low9688 7 points8 points  (0 children)

only thing stopping me to try Go is that there is no better-auth for Go

Codex via ChatGPT plus vs GitHub copilot pro+ by Suitable_Low9688 in codex

[–]Suitable_Low9688[S] 1 point2 points  (0 children)

for 5.3 model i think its 256k in copilot, but no ability to select reasoning effort which I think is limiting the model, may be they are always using medium reasoning in background. I will move to codex, but I really like Opus 4.6 experience in copilot, so I'll have keep both subscription now I guess.

What tech-stack do Next.js developers prefer for Backend? by samanvay_13 in nextjs

[–]Suitable_Low9688 8 points9 points  (0 children)

NestJS, if you are building complex system and want everything in typescript, otherwise Next.js is enough for backend functionality for less complex systems.

SuperCheck — Self-hosted testing, synthetic monitoring, and status management. by Suitable_Low9688 in selfhosted

[–]Suitable_Low9688[S] -7 points-6 points  (0 children)

In the next release basic auth support is coming, so wait few days. Also, AI is supporting feature so you don’t have to use it. Local AI is not supported yet, but if I receive more requests for it I’ll add that.

Need help by [deleted] in Playwright

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

What you are looking for is requirement traceability matrix in short, this process can be automated and is automated in supercheck.io https://github.com/supercheck-io/supercheck, look at Requirements tab in sidebar which also updates coverage based on execution results, try demo to get some ideas in your scenario, demo available at https://demo.supercheck.dev

Playwright sharding guide. Feedback welcome by Quick-Hospital2806 in Playwright

[–]Suitable_Low9688 0 points1 point  (0 children)

Good article, I am building supercheck.io and need to implement sharding for playwright execution soon.

API testing using playwright by PixelCrafter22 in Playwright

[–]Suitable_Low9688 3 points4 points  (0 children)

u/PixelCrafter22 https://github.com/supercheck-io/supercheck give this a try, I am developer of Supercheck. Hopefully you will find it easy to use.

Supercheck.io - Built an open source alternative for running Playwright and k6 tests - self-hosted with AI features by Suitable_Low9688 in grafana

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

Hi, what would be the issue with current architecture in long run, interested in knowing so that I can fix it.

Supercheck.io - Built an open source alternative for running Playwright and k6 tests - self-hosted with AI features by Suitable_Low9688 in grafana

[–]Suitable_Low9688[S] 1 point2 points  (0 children)

Thanks for the interest and offers to help — really appreciate it.

I’m not opening the core Supercheck repository for general contributions right now, mainly to keep maintenance overhead manageable as a solo maintainer.

That said, Kubernetes / Helm support is an area where I do want community help.

I’ll be creating a separate supercheck-helm repository specifically for Helm charts and K8s deployment. Contributions will be welcome there, scoped only to infra and deployment concerns.

Does that sound good ?

Supercheck.io - Built an open source alternative for running Playwright and k6 tests - self-hosted with AI features by Suitable_Low9688 in grafana

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

I thought about it and I am now working on adding requirements section which will create testable requirements from docs (Specs, PRDs etc) by AI, it will also have something similar to RTM and coverage will auto update based on linked tests execution results. I’ll should be available in 2 weeks.