4 003
Підписники
+324 години
-27 днів
+6330 день
Архів дописів
4 003
\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;
}4 003
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.
4 003
Not a meme but a question
I am 32 and divorced, been busting my ass for years and managed to either get screwed or screw myself over and over throughout the years.
I did overseas traveling for several years out of high school and as a result I have no college education.
I have nothing to my name at 32 and looking to start over (again.) I’m wondering if you guys could give me a timeline or some numbers regarding programming work.
If I have never studied coding at 32 but have always been savvy with computers, and have written a couple very simple programs for controlling my mouse while afk and stuff like that.
Is it worth it at this point in my life to pursue a programming career? If so, could you give me any kind of basic guidelines for how much time and money I would spend on education and what kind of timeline I could expect a job from said education, and what kind of starting pay would I be looking at? And what all kind of stuff should I be looking to learn specifically (which coding languages, should I be learning AI or anything else to prop me up)?
Вже доступно! Дослідження Telegram за 2025 — головні інсайти року 
