if you're vibe coding something that works in another project, however you cannot get it to work in your current project, just reference that project's working code.

i just did that to fix an issue with DMs.

for example: the DMs on the nostr:npub1xxzpxp4xvueh8836reda2jyx674tuwvtla927837nuarqh375kqsw4dm62 tip submission website were broken. i knew DMs were working in another app. so, i just told the AI to look at that directory and implement the fix.

"look at ../project/ where we have DMs working, and fix DMs so that they're using NIP-17, NIP-59, and NIP-44 properly."

#mkstack

Reply to this note

Please Login to reply.

Discussion

Your high school geometry teacher would be proud.

This is why computer science courses are usually taught in the same building where math courses are taught.

Well done.

I had geometry in 9th grade. In college, I wasn't allowed to take C++ because I had to first take Calculus (without failing) so me and the other smooth brains took Visual Basic where calculus was not a requirement.

What's your example project for working DMs?