programming memes
1.53K subscribers
1.47K photos
26 videos
37 links
Contacts @cobbl
Download Telegram
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.
Exams like: you just leveled up
Students Using AI Tools
The Programmerโ€™s Paradox
54
Classic rookie mistake
Crying in Vibe Coding
๐Ÿ˜2
Gentoo user:
Still better than nothing
๐Ÿ˜4