← Home ← Back to /g/

Thread 106990579

25 posts 8 images /g/
Anonymous No.106990579 [Report] >>106990589 >>106990590 >>106990596 >>106990612 >>106990616 >>106990624 >>106990639 >>106990647 >>106990654 >>106990663 >>106991553 >>106992080 >>106993846 >>106994389 >>106994527 >>106994809 >>106994840
How the hell did people learn to code before AI? Did they actually read all the documentation or what the fuck? Getting info for something specific you need in a project is a pain without reading all the docs for every tool you use.
Anonymous No.106990589 [Report]
>>106990579 (OP)
haha OP I love froggo XD
Anonymous No.106990590 [Report]
>>106990579 (OP)
yes we used our brains
Anonymous No.106990596 [Report] >>106990685 >>106990710
>>106990579 (OP)
Ever heard of a tutorial?

https://www.youtube.com/watch?v=tvC1WCdV1XU&list=PLAE85DE8440AA6B83
Anonymous No.106990612 [Report]
>>106990579 (OP)
>How the hell did people learn to code before AI?
The same way you learn how to fix what the AI fucked up after you tell it to write a program
Anonymous No.106990616 [Report]
>>106990579 (OP)
Gen z used youtube. Millennials used documentation. Boomers invented it. Now Gen a just needs to proompt
Anonymous No.106990624 [Report] >>106990632
>>106990579 (OP)
painful trial and error, frustration, feeling like a dumbass, and then immense rush of dopamine when it triggered and it worked.
Anonymous No.106990632 [Report]
>>106990624
>and then immense rush of dopamine when it triggered and it worked.
tho i still kinda get this from LLM but to a lesser extent. more impressed with the LLM than myself.
Anonymous No.106990639 [Report]
>>106990579 (OP)
The same way you learn anything, you learn by doing.
Anonymous No.106990647 [Report] >>106990669
>>106990579 (OP)
Using Copilot and now Cursor in my job is completely killing the fun in programming for me. There's zero feel of accomplisment for me now
Anonymous No.106990654 [Report]
>>106990579 (OP)
It was just way slower to find everything. Digging in tutorial videos, digging through search results, stack overflow, etc.
Anonymous No.106990663 [Report]
>>106990579 (OP)
Have a goal, dick around trying to make it until it works. If you run into a problem look it up. If you can't find a solution to your problem, you're taking the wrong approach. Don't just copy and paste the solution, read it and understand the explanation. 50% of programming is just knowing how to search for what you're trying to do properly.
Anonymous No.106990669 [Report]
>>106990647
this is going to become some military vet PTSD tier shit for programmers
Anonymous No.106990685 [Report] >>106990698
>>106990596
It’s good for learning a new language, but when it comes to choosing libraries, frameworks, or tools for what you actually want to build, it’s just easier to ask the AI.
I tell it to make the project I had in mind, then I look at the code and try to recreate it myself, using the technologies I already know work thanks to the AI.
Anonymous No.106990698 [Report]
>>106990685
>languages, libraries, frameworks, or tools
these are all products made by people.
you should treat them the same.
in that order, there's a certain amount of rigor lost
but it's ultimately the same shit.
you should be able to use the same thought process you used to choose a language to choose libraries, frameworks, and tools.
you should definitely not be letting an AI choose libraries and frameworks for you though.
you should actually try them and see if you like them.
a broad spectrum of learning materials is usually a good sign of a good product.
Anonymous No.106990710 [Report]
>>106990596
but at the same time I have never used a video tutorial in my life
these are the stupidest time wasters I have ever come across.
If you cannot figure out a product based on the available written learning materials, you should either dive through the source code if it's important enough, or use a different product.
Anonymous No.106990726 [Report]
Yes syntax is nothing only docs matter
Anonymous No.106990746 [Report]
For my hobby projects I never used the docs that much, except for the most critical or fundamental parts.
Usually I would get a broad overview from some video, the have some tutorial open and try stuff. There was also obviously google and stack overflow.
Anonymous No.106991553 [Report]
>>106990579 (OP)
Imagine being an adult and you can't read a fucking manual kek
Anonymous No.106992080 [Report]
>>106990579 (OP)
>this nigga can't read
Anonymous No.106993846 [Report]
>>106990579 (OP)

someone mentioned that early computers used plain english and later they got bored to write each word
Anonymous No.106994389 [Report]
>>106990579 (OP)
>Did people read the documentation
Yes.
Anonymous No.106994527 [Report]
>>106990579 (OP)
>How the hell did people learn to code before AI?
same as they do today. learning on the job and books.
Anonymous No.106994809 [Report]
>>106990579 (OP)
Obsessing over it, reading books on it, stack overflow, thinking about it in my head first then exploring the implementation. If you don’t do this, you’re losing at least half of your power. A zoomer the other day lost their shit when I solved a programming issue by tracking it in the documentation. You will thank yourself when you actually know and don’t have to rely on an LLM to fill the blank spot in your brain.
Anonymous No.106994840 [Report]
>>106990579 (OP)
i'm banned from /tv/, so i'll shit in here.
ai is fuckbad on niche tech, since there's nothing to scrape data from.
you still to use your brains and read the documentation.