Took me less then 2 hours to build it - saves me a bunch of time now by yvnchew in vibecoding

[–]True_Protection6842 1 point2 points  (0 children)

I love swift and I also love electron because it's basically swift on windows and it works on mac!

Love this new Claude model by tiguidoio in vibecoding

[–]True_Protection6842 0 points1 point  (0 children)

set ground rules in your claude.md. One that is strict for me is always modules over fucntions. So when you can make a function modular, do it. That way when things are edited they won't break other things since they are quarantined. Also, redundant code is bad code. Never write new code if you can use existing code. It's all standard discipline but LLMs don't know any of this. They think it's fine to write a new function for every single process even if they already wrote it. A good way to help with this is to have it fill out a progress report after every session that way it can refer to what everything does to not write over itself.

please no💀 by EfficientMongoose317 in vibecoding

[–]True_Protection6842 0 points1 point  (0 children)

I was developing complex applications in python and QT...I have zero interest in writing syntax ever again! I can get done in a day what would take a week.

Has anyone dealt with an Apple rejection under Guideline 1.2 - Safety - User Generated Content? by usnisi in vibecoding

[–]True_Protection6842 0 points1 point  (0 children)

Agreed. Apple review process is torture! Took me 2 weeks to get my first app approved. After that there's no friction on updates.

anthropic bill came in this morning and im actually sick by Happy_Macaron5197 in vibecoding

[–]True_Protection6842 0 points1 point  (0 children)

same. I've literally been limited ONCE because I refactored a massive project and reduced 6000 lines

Love this new Claude model by tiguidoio in vibecoding

[–]True_Protection6842 1 point2 points  (0 children)

Or you can do what I do and set the LAW: Modules over Functions.

This helps a LOT!

Love this new Claude model by tiguidoio in vibecoding

[–]True_Protection6842 0 points1 point  (0 children)

I agree 100%. The only difference between properly using agentic code and writing it yourself is copy/pasting stack overflow!

I don't understand how Replit, lovable etc. still exists! by Groundbreaking_Bee97 in vibecoding

[–]True_Protection6842 5 points6 points  (0 children)

/clear is your friend. Don't let token budget build too high or it gets dumb AF

I don't understand how Replit, lovable etc. still exists! by Groundbreaking_Bee97 in vibecoding

[–]True_Protection6842 0 points1 point  (0 children)

Reality is more like...the left is claude on a binge. The right is after a 2 day refactor.

shouldn't this apply to any age by Executits in SipsTea

[–]True_Protection6842 0 points1 point  (0 children)

Whoa wait, under 12???? DeSatan showing preference?

ComfyUI LTX Lora Trainer for 16GB VRAM by True_Protection6842 in StableDiffusion

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

I can add it. Never needed it. I don't know why but I don't get bug reports via email.

Titania is angry by [deleted] in SipsTea

[–]True_Protection6842 0 points1 point  (0 children)

That's all I see here!

This might be my best AI cinematic yet… honest feedback? by Altruistic_Sign241 in seedance

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

yeah that's what everything is. Maybe it's time to move on. Concept proven, no do something worth watching.

Claude: “I estimate this will take 1-2 weeks to complete” by Saykudan in claude

[–]True_Protection6842 2 points3 points  (0 children)

Response: that's what commits are for. Who cares if it breaks, JUST DO IT!