Imagine organizing a project and telling @claudeai
“I’m building project A and I want it to be like this app already live called AB.”
Then AI replies:
“Funny enough… I wrote that code too.”
😭
@lingodotdev
@SafaricomPLC@Safaricom_Care The only thing you got right is the icon colour code, some of the parts from the app can indicate vibe coding but anyway fix the bug and create a better ui next time , alo fix zodi trader moni program, check it out, it has an error code to existing user's.
@Maryian96 Marriage isn’t guaranteed. Even marriage counselors sometimes struggle to keep their own marriages together.
So when you see a couple who raised kids, built a life from nothing, and stayed together, understand it didn’t happen by luck—they fought many battles to make it work.
Dev tip
If you're using environment variables and only have .env, you're missing the point.
Use them properly:
.env → base config
.env.local → local machine overrides
.env.production → production values
Priority usually: .env.local > .env.production > .env