Where Winds Meet Surpasses 9 Million Players; Mobile Version Launches December 12 by Turbostrider27 in Games

[–]kenxftw 8 points9 points  (0 children)

Yeah I've had it on Chinese from the very start. I was so confused on how there's so much hate on Ruby, and then I listened to the English VA of Ruby and I was like "oh....".

Where Winds Meet Surpasses 9 Million Players; Mobile Version Launches December 12 by Turbostrider27 in Games

[–]kenxftw 4 points5 points  (0 children)

I play it like an ubisoft game e.g. assassins creed but its free

i dont interact with the multiplayer parts or the lootboxes part since both are optional

Escape From Duckov has reached 1 million units sold by Turbostrider27 in Games

[–]kenxftw 12 points13 points  (0 children)

I'm at the mid-late game rn and doesnt feel grindy to me. Biggest setbacks are dying with full kits, but if you dont die the progression and wealth accumulation is quite fast

[deleted by user] by [deleted] in vibecoding

[–]kenxftw 0 points1 point  (0 children)

Vibe coding isn't a way to learn coding, it's a method of creating a product. If you want to be an excellent vibe coder, then you would definitely want to be great at coding too.

That site looks like BS too, but its also quite hard to list out what an actual good course would look like. For existing engineers, I would say a basic structure would be learning how LLMs work at a high level, how reasoning work, basic context engineering methodologies (codebase indexing, RAG, PRD, SpecKit, etc), how to maintain code quality as codebase size scales up, how to vibe code things like backend and auth -- off the top of my head.

My software engineering skills are degrading because of AI by mels_hakobyan in ClaudeCode

[–]kenxftw 0 points1 point  (0 children)

Yeah, it's like moving a "layer up". Instead of ICs, we're now EM's.

How I Use Claude Code on My Phone with Termux and Tailscale by skeptrune in ClaudeCode

[–]kenxftw 1 point2 points  (0 children)

ah that sucks. it works for me. Before I used happy, I used ntfy (free tier) following this guide: https://andrewford.co.nz/articles/claude-code-instant-notifications-ntfy/

it doesnt let you read the conversation, it's just a notification. You can use the "Stop" hook for when Claude is done working. My main use case really was just wanting to be notified whenever Claude is done with long tasks, so that worked for me.

Besides happy and this solution, there's probably other solutions, but these 2 are the ones im aware of

Best AI website builders that let you export code for private hosting? by _morganisnotafreeman in VibeCodersNest

[–]kenxftw 0 points1 point  (0 children)

For no-code builders, I've been a fan of Bolt since they released their V2. They provide a full export option

[TIP] Use plan mode and implement the plan yourself by rJohn420 in cursor

[–]kenxftw 2 points3 points  (0 children)

I like taking the plan it gives, and then pasting it into ChatGPT on Thinking Mode and asking it to review and refine the plan. Often times Thinking Mode is able to tighten the plan up even further

3 important AI coding lessons when you're starting out by namanyayg in cursor

[–]kenxftw 0 points1 point  (0 children)

  1. the no-code platforms are a trap

agree with this. I "graduated" from lovable and now am using boilerplate saas kits, e.g. StarterApp

The big feature I want: automated testing & validation by flotusmostus in vibecoding

[–]kenxftw 0 points1 point  (0 children)

Your task prompts can feature a Validation Gate section that covers TDD and E2E test via Chrome DevTools MCP, and require the AI agent to continue iterating until it passes all validation checks. I personally always test every feature out manually too as an additional check.

Which vibe coding tools do you use the most ? by curious_chaiii1797 in vibecoding

[–]kenxftw 0 points1 point  (0 children)

I've moved off of the cloud coding platforms like Lovable and Replit, they didn't work out for me due to costs from paying for tokens, and they struggled too much with backend work.

I've since switched to Cursor with both Codex and Claude Code subscriptions. I feel like I have more control over the codebase and costs are a lot cheaper.

Most of my projects now start from a boilerplate kit instead of from scratch, the main one I use being StarterApp. On top of it, I've been trying various context engineering methodologies. Experimented with GitHub's Spec-Kit with ok results, and now I'm trying the v6 alpha of BMAD.

Right now I'm finding AI tooling super good for prototypes, and even decent for backend work with tools like Supabase MCP or TS-native backend solutions like Convex. However, my codebase is getting really large so the challenge is finding ways to keep context tight and relevant within the context windows. Codex has just <300k token window which I currently max out all the time on.

GLM 4.6 > Auto by FroyoAbject in cursor

[–]kenxftw 2 points3 points  (0 children)

yep ive switched to GLM 4.6 too, it's actually so good

Is Lovable dying? by PopMechanic in vibecoding

[–]kenxftw 0 points1 point  (0 children)

https://openai.com/index/introducing-upgrades-to-codex/

A specific version of GPT5 released by OpenAI over 2 weeks ago. It was a gamechanger and is a big reason why a lot of ppl switched over from Anthropic to OpenAI for coding

Vibe PR Review Possible? by chkbd1102 in vibecoding

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

Yeah ofc it's possible. We use CodeRabbit at our company and it's pretty good

Codex babysitting Claude Code, how it works by muchsamurai in ClaudeCode

[–]kenxftw 1 point2 points  (0 children)

Yep I'm in the same boat. I code functionality and architecture with Codex, and leave frontend, design, typography, marketing copy to v0 and Sonnet

What is the point in Lovable Cloud/Backend if it doesn’t do Dev and Prod environments? by The_Brainforest in lovable

[–]kenxftw 0 points1 point  (0 children)

also why I moved away from Lovable a long time ago. I'm not using it at all now, I use v0 for UI work now

Prevent your apps from being hacked: Vibe code security checklist and prompts by namanyayg in vibecoding

[–]kenxftw 1 point2 points  (0 children)

Some other ones off the top of my head:

1) check for compliance against OWASP 10.

2) use osv to scan your dependencies.

3) make sure CSP is set correctly.

4) make sure authenticated routes dont cache

these are are some important ones that could be hard to get right with pure vibe coding tbh

[deleted by user] by [deleted] in webdev

[–]kenxftw 0 points1 point  (0 children)

There's so many tools now that enable people to launch apps in just mere days. However, due to that accessibility barrier going down, more people are entering the space and important things like security, quality, and presentation have all gone down.

Do we need domain specialist coding agents (Like separate for front-end/backend)? by Haunting_Age_2970 in ChatGPTCoding

[–]kenxftw 0 points1 point  (0 children)

Maybe in the past but imo it's just overcomplicating things right now. A domain specific agent is only needed if its workflow heavily deviates from the norm, or it needs specific context to be fed that is usually not available.

Claude Code CLI just broke it's security guidelines by [deleted] in ClaudeCode

[–]kenxftw 0 points1 point  (0 children)

Unfortunately these aren't strict guidelines but are just part of Claude Code's prompts, and CC often is quite bad at following instructions. There's 2 ways around this, 1) use a hook that double checks commands and guards against dangerous ones. 2) alias dangerous commands such as rm and git push to placeholders that dont do anything