programming memes
1.55K subscribers
1.49K photos
26 videos
37 links
Contacts @cobbl
Download Telegram
My AI thinks it's funny

Asked my AI assistant to “clean up my messy function.”

It deleted the whole thing and said “function no longer needed.”

Honestly, might be right.
I found how bug and feature look like
😁3
It's all I can do
😁1
Don't worry I don't vibe code
Is this true?
😁2
There will always be such a person
😁5
what are you using guys for coding

i am using both as of now
dont Worry Idont Vibe Code
bestFeeling
5
This media is not supported in your browser
VIEW IN TELEGRAM
\r enjoyer

#include <stdio.h>
#include <unistd.h>

int main() {
for (int i = 10; i >= 1; i--) {
printf("\r%2d", i);
fflush(stdout);
sleep(1);
}
printf("\r");
printf("Done!\n");
return 0;
}
Is this duck typing
If You Are Given Option to Avoid Debugging
1
Weapons of mass destruction
Lol it is true
😁4
Testers are the only people who love bugs
The only program that I can write without bugs and it relaxes me is "Hello World"
😁5
Fair point...
This thought process never stops.